-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (33 loc) · 1.92 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
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Chase Livingston</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="author" href="humans.txt">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<div class="container">
<div class="info">
<img src="images/avatar.jpg" alt="avatar" width="323" height="320" />
<p>Chase Livingston is a web enthusiast. He has been utlizing the internet since he was a kid, always looking for something more fun and interesting to do. He is now a web developer, taking awesome designs and making them into even more awesome websites. Currently, he works for foTYPE, but is also available for anything you can throw at him. Get in touch:</p>
<ul>
<li><a href="http://twitter.com/chaselivingston" target="_blank"><img src="icons/twitter.png" alt="twitter" width="" height="" /></a></li>
<li><a href="http://facebook.com/chaselivingston11" target="_blank"><img src="icons/facebook.png" alt="facebook" width="" height="" /></a></li>
<li><a href="mailto:[email protected]"><img src="icons/email.png" alt="email" width="" height="" /></a></li>
</ul>
</div>
<div class="portfolio">
<h1>Portfolio</h1>
<ul>
<li><a href="http://lovegave.com" target="_blank"><img src="images/lovegave.jpg" width="300" /></a>
<p class="about">LoveGave is a website to promote Riverchurch's annual event in Charleston, SC. I had the privilege of doing all of the development work on their redesign.</p></li>
<li><a href="http://webchurch.tv" target="_blank"><img src="images/webchurch.jpg" width="300" /></a>
<p class="about">WebChurch.tv is currently a landing page to promote an upcoming organization dedicated to building an online church community. I had the privilege of doing all of the development on this site.</p>
</li>
</ul>
</div>
</div>
</body>
</html>