-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (63 loc) · 2.11 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Freelance front-end developer">
<meta name="keywords" content="HTML,CSS,">
<meta name="author" content="Synora Eusebio">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Synora Eusebio</title>
<script src="//use.typekit.net/rnv8xia.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<link type="text/css" rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="container">
<h4>Synora Eusebio</h4>
<p>I’m a new front-end developer looking to work with designers and developers on web sites.</p>
</div>
</header>
<section class="services">
<div class="container">
<div class="skills">
<h4>Work I'm Looking For</h4>
<h2>Services</h2>
<p>I’m focusing on small responsive websites at the moment but am willing to try bigger projects if given the chance.</p>
</div>
<div class="skills-last">
<ul>
<li>Small, responsive marketing sites</li>
<li>One-page landing sites</li>
<li>Small CMS templates</li>
</ul>
</div>
</div>
</section>
<section class="about-me">
<div class="container">
<div class="me">
<h4>Hey There</h4>
<h2>About Me</h2>
<p>I’m a new front-end developer looking to collaborate with designers and developers on projects. I just started coding this year and am actively looking to get better with every project.</p>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="contact">
<h4>Say Hi</h4>
<h2>Contact Me</h2>
<p>I want to work on simple, responsive sites with a few pages of content.</p>
</div>
<div class="contact-last">
<a href="mailto:[email protected]">[email protected]</a>
<div class="social-links">
<a href="http://twitter.com/C_Nora"><img src="images/icon-twitter.png" alt="Twitter Logo"></a>
<a href="http://github.com/synora"><img src="images/icon-github.png" alt="Github Logo"></a>
</div>
</div>
</div>
</footer>
</body>
</html>