-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (55 loc) · 3.56 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> About elwebman </title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body>
<div id="container">
<nav>
<h1><a href="http://nycda.zone/elwebman107/">elwebman.nl</a></h1>
<ul>
<li><a href="contact.html">Contact</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
<aside id="about_left">
<h2>STICKERS OF EXPRESSION</h2>
<p>I love stickers because they inspire a reaction. Stickers are part of the street furniture. It isn't just about what is on them, but also how they are integrated into the environment. It is hard to believe that paper and vinyl with adhesive backing can do so much. Sticker bombing, sticker slapping, slap tagging, and sticker tagging. check my <a href="http://alexelwebman.tumblr.com">Tumblr</a> page for other stickers.</p>
<br>
<img src="images/sticker.gif" alt="stickers in antwerp">
</aside>
<aside>
<h2>DESIGNING</h2>
<p>From Tinkercad to Blender, they allow for simple but yet intricate modelling possibilities. Possibilities are endless with some good creativity and planning.</p>
<hr class="style-eight">
<h2>I use imagination and tools to create things</h2>
<p>I am part of the maker movement. Whatever it is for design and manufacturing in 3D or for use with a laser cutter, I use tools that give me the freedom to create whatever I want. I am maker and love to hang out in makerspace. I learn best by doing.
</p>
</aside>
<aside id="about_right">
<h2>PASSION</h2>
<p>Every person has a different starting point. Some are busy doing new things while others have discovered a fondness for altering the world around them. I think it begins with inspiration to invent things. The spark that turned me into making things is when I immersed myself in a Maker Space in Amsterdam. This Maker Space gave me the access to many means of production. It inspired me to become involved and move from zero to maker. I learn to make things by making things! . You can always start small, and when you are ready, you have access to the right tools to take whatever you are doing to the next level.
</p>
<hr class="style-eight">
<h2>FOCUS</h2>
<p>I keep myself busy doing stuff. From HTML5 & CSS3 to 3d prototyping to programming in Xcode. I take risks and learned from failed attempts. I keep trying even when I am stucked but I take my work seriously without taking myself seriously.
</p>
</aside>
<footer>
<h2>elwebman</h2>
<h3>innovative, inventive, from amsterdam</h3>
<ul>
<li><a href="https://www.facebook.com/elwebman?fref=ts" target="_blank"><i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i></a> </li>
<li><a href="http://alexelwebman.tumblr.com" target="_blank"><i class="fa fa-tumblr-square fa-2x" aria-hidden="true"></i></a></li>
<li><a href="https://nl.linkedin.com/in/elwebman" target="_blank"><i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i></a> </li>
<li><a href="https://www.youtube.com/user/alexolivet" target="_blank"><i class="fa fa-youtube-play fa-2x" aria-hidden="true"></i></a> </li>
<li><a href="https://github.com/elwebman" target="_blank"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a> </li>
</ul>
</footer>
</div>
</body>
</html>