-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1011 Bytes
/
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
<!DOCTYPE html>
<head>
<title>Robot Rebecca</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
</head>
<body>
<img id="background-img" src="imgs/Cheops4.jpg">
<div class="header">
<section><h1>REBECCA KLEINBERG</h1></section>
<section><h3>Portfolio</h3></section>
<section><h3>Blog</h3></section>
<section><h3>Contact</h3></section>
</div>
<!-- <div class="about">
<section><h2>About</h2></section>
</div> -->
<div class="footer">
<section><a href="#"><img src="imgs/twitter.png" height="25" width="25"></a></section>
<section><a href="#"><img src="imgs/facebook500.png" height="25" width="25"></a></section>
<section><a href="#"><img src="imgs/github.png" height="25" width="25"></a></section>
<section><a href="#"><img src="imgs/linkedin.png" height="25" width="25"></a></section>
<section><a href="#"><img src="imgs/googleplus.png" height="25" width="25"></a></section>
</div>
</body>