-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
68 lines (40 loc) · 1.93 KB
/
about.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
64
65
66
67
68
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="style.css">
<script type=”text/javascript” src=”//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js“></script>
<link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
<STYLE>
<!--
A{text-decoration:none}
-->
</STYLE>
</head>
<body>
<img src="http://static.pexels.com/wp-content/uploads/2014/05/blur-evening-sun-macbook-air-170-825x550.jpg" width="100%" height="100%" style="opacity:0.3" alt="Technology"/>
<header>
<div id="navigation">
<a href="index.html">Home</a>
<a href="portfolio.html">Portfolio</a>
<a href="about.html">About</a>
<a href="contact.html">Contact Me</a>
</div>
</header>
<div class="avatarbox">
<img src="https://farm4.staticflickr.com/3872/15140758729_b516576155_s.jpg" width="100" height="100" alt="AnaM"/>
</div>
<div id="aboutparagragh">
<p>I'm a New Yorker, currently living in Fort Lee, NJ. I like to develop websites that are clear and easy to navigate.</p> <br>
<p>My strongest skills are HTML & CSS. Currently learning JavaScript, jQuery & API's and will continue with Ruby, Git & Sinatra.</p><br>
<p>Whenever I'm not coding and learning new skills (while jamming to some tunes), you'll find me reading, baking or working on DIY projects. Yoga and running are part of my daily practice. </p><br>
</div>
<footer>
<p>© Copyright Ana Minaya 2014.</p><br>
<a href="https://twitter.com/aminaya227" class="twitter-follow-button" data-show-count="false">Follow @aminaya227</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</footer>
</div>
</body>
</html>