-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 2.38 KB
/
index.html
File metadata and controls
43 lines (37 loc) · 2.38 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<header>
<div class="header">
<h1 class="container">Max Van Bel</h1>
<ul class="nav">
<li class="nav-element"><a class="nav-link" href="index.html">About |</a></li><li class="nav-element"><a class="nav-link" href="portfolio.html">Portfolio |</a></li><li class="nav-element"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</header>
<section class="buzz">
<aside class="side">
<h3 class="side-title">Connect with Me</h3>
<div class="all-icons">
<a href="https://github.com/mdvb1001" target="_blank"><img class="icon" src="assets/images/1475661936_github_square_black.png" alt="github"></a><a href="https://www.linkedin.com/in/max-van-bel-75152211?authType=NAME_SEARCH&authToken=GFng&locale=en_US&trk=tyah&trkInfo=clickedVertical%3Amynetwork%2CclickedEntityId%3A40107949%2CauthType%3ANAME_SEARCH%2Cidx%3A1-1-1%2CtarId%3A1475730710819%2Ctas%3Amax" target="_blank"><img class="icon" src="assets/images/1475661922_linkedin_square_color.png" alt="linkedin"></a><a href="http://stackoverflow.com/users/6719957/user6719957" target="_blank"><img class="special" src="assets/images/1475661878_stackoverflow.png" alt="stackoverflow"></a>
</div>
</aside>
<div class="content">
<h2 class="container-2">About Me</h2>
<div class="center">
<img class="first-pic" src="assets/images/IMG_0061.jpg" alt="two thumbs up" width="150px" height="200px">
<p class="para">Hi there! I'm Max. I love video games, acting, tennis, golf and... creating stuff! I love buidling things alone or as a team. I grew up in Europe. Lived in New York for about 10 years, where I was mainly an actor. Fled to LA and lived there for a bit. Then, my girlfriend - at the time - and I moved to Chicago. We now live and work in the WestLoop.</p><p class="para">My favorite sport teams are the NY Giants ("Go Big Blue Wrecking Crew") and Da Bulls. I'm definitely a homebody... but love eating out and discovering new places. A fun fact about me: I just got engaged!</p>
</div>
</div>
</section>
<footer>
<p class="copy">© Copyright 2016 Max Van Bel</p>
</footer>
</div>
</body>
</html>