-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<title>Iben Rodriguez</title>
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Iben Rodriguez</h1>
<p>This is the start of a home page for <em>Iben Rodriguez</em> Cloud Security Infrastructure Architect. <a href="/about">Read more about my life...</a></p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<hr>
Wargames: <a href="http://stack.ibenit.com/pewpew/?wargames=1&random_mode=1">http://stack.ibenit.com/pewpew/?wargames=1&random_mode=1</a>
<hr>
<footer>
<ul>
<li>Email Me: <a href="mailto:[email protected]">email</a></li>
<li>LinkedIn Profile: <a href="www.linkedin.com/in/ibenr">www.linkedin.com/in/ibenr</a></li>
<li>Iben's Resume: <a href="http://dl.dropbox.com/u/7976972/Iben-resume.docx">Iben-resume.docx</a></li>
<li>GitHub Site: <a href="https://github.com/ibenrodriguez">github.com/ibenrodriguez</a></li>
</ul>
</footer>
</body>
</html>