-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
39 lines (34 loc) · 1.06 KB
/
index2.html
File metadata and controls
39 lines (34 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet2.css"/>
<title></title>
</head>
<body>
<div id="header">
<p id="name">Rilke van Buren</p>
<a href="./index.html"><p id="home">Home</p></a>
<a href="#"><p id="projects">Projects</p></a>
<a href="./blog_index.html"><p id="blog">Blog</p></a>
<a href="#"><p id="contact">Contact</p></a>
</div>
<div class="left"></div>
<div class="right">
<h4>Hello</h4>
<p>My name is Rilke van Buren and I'm training as a full-stack engineer at Dev Bootcamp in San Francisco. My background is in business modeling, electrical engineering, philosophy, and bit of entrepreneurship. This website will serve as my playground and showcase for the new skills I've acquired. Thanks for visiting! </p>
<!-- <h4>Experience</h4>
<p></p> -->
<!-- <ul>
<li></li>
<li></li>
</ul>
<h4></h4>
<p></p>
<p></p>
-->
</div>
<div id="footer">
<p></p>
</div>
</body>
</html>