-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 3.57 KB
/
index.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
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> elwebman portfolio</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="about.html">About</a></li>
</ul>
</nav>
<header>
<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>
</header>
<article>
<div class="card">
<img class="img-circle" src="images/hi.jpg" alt="3 columns layout">
<h1>Hello There!</h1>
<hr class="style-eight">
<p>I live in Amsterdam and the city inspires me to make things. I am a multilingual (speak / read 4 languages ) with an eye on detail. I have a passion for design and like to combine this knowledge to create things. I think that innovation is not only creating new stuff but combining existing things and give them a new meaning. I love to engage with media and technology( like 3D printing ) and remain focused on gaining deep knowledge and expertise. When I first discovered 3D printing , I instantly felt in love with it. it empowers me, freeing me from the limitation of traditional manufacturing.</p>
</div>
</article>
<aside>
<img src="images/nycda-logo.png" alt="Web Development - NYCDA">
<h2>Web Dev basics at NYCDA</h2>
<p>I am currently following a Web Development traing at The New York Code and Design Academy. The Location is Amsterdam, The Netherlands.
</p>
<p>
I am learning a strong foundation in the basics of web development, including HTML, CSS, and JavaScript and to expand my skills set further into front end or back end development, UI/UX Design, or iOS App Development.
</p>
<p>The homeworks are helping me in polishing the skills learned during the class. <a href="homeworks.html">(more...)</a>
</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>