-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfront.html
42 lines (42 loc) · 1.68 KB
/
front.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Testbed Lime</title>
<link rel="stylesheet" href="dist/css/style.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header id="top">
<aside class="logo"> </aside>
<nav class="top">
<ul>
<li><a href="#">About</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="#">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="content">
<section class="front">
<section class="front-first">
<p>Hi i'm Chris I'm a frontend Web designer since 1999! <br>I'm passionate for design and coding, I'm showcasing my <a href="#">work</a> here you can also view my <a href="#">resume</a>.</p> <p>I'm availeble for doing projects feel free to contact me</p>
</section>
<section class="front-second"><img src="images/chrisport_hero.svg" alt="Christophe Rudyj"></section>
</section>
</section>
</div>
<footer class="main-footer">
<section class="tag">© Christophe Rudyj 1999-2016 Drawings of me by <a href="http://www.boumerie.com/">Boum</a></section>
<aside class="social">
<ul>
<a href="https://twitter.com/kuipou"><li><i class="fa fa-twitter"></i></li></a>
<a href="https://github.com/kuipou"><li><i class="fa fa-github"></i></li></a>
<a href="https://www.linkedin.com/in/kuipou"><li><i class="fa fa-linkedin"></i></li></a>
</ul>
</aside>
</footer>
</body>
</html>