-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (62 loc) · 2.22 KB
/
index.html
File metadata and controls
74 lines (62 loc) · 2.22 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="RVBstylesheet.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>
<!-- <!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="RVBstylesheet.css">
<title> Rilke van Buren </title>
</head>
<body>
<h2> Rilke van Buren </h2>
<div id ="navigationBar">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Info Streams</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
-->
<!--<img src="#"/>
<p id="summaryParagraph"> <br/><br/>
Hi, my name is Rilke and this is the first draft of my personal website. I hope to improve it a lot as I learn more. I want to start by improving the lay-out, get all the links working, and position everything in such a way that it is easily viewable on different screens. I don't expect to make the visual features much more complicated than they currently are, except when it will obviously improve the ease and fluidity of navigation. Thanks for stopping by. Hopefully everything will be working better next time you visit.
</p>
<br/><br/>
<p>(c) 2014</p>
</body>
</html>
-->