-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
26 lines (25 loc) · 1.12 KB
/
aboutme.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
<header>
<title>Multiple Background Images</title>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
</header>
<body>
<div class="container">
<body background="http://austingrocer.sagemockups.com/Media/Storage/images/AustinSkyline-Night%20over%20TL.jpg"</img>
<div>
<p><div class="name">VANESSA SALOMON</div></p>
<p><div class="title">WEB DEVELOPER</div></p>
<p><div class="message">I make beautiful things</div></p>
<p><div class="info">I am a web developer. A creative thinker. A collaborator. A risk-taker. A producer of work. An innovator. I love making new friends, ambitious about new opportunities and life.</div></p>
</div>
<div>
<div class="click">
<li><a href="https://www.facebook.com/profile.php?id=7923483">About Me</a></li>
<li><a href="https://twitter.com/VSalomon27">My Projects</a></li>
<li><a href="http://vsalomon27.blogspot.com/">My Blogs</a></li>
<li><a href="https://mail.google.com">Contact</a></li>
</div>
</div>
</body>
</div>
</body>