-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (42 loc) · 1.76 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Ana Minaya Web Developer</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'>
<link href='http://fonts.googleapis.com/css?family=Lobster' 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>
<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 id="container">
<div id="intro">
<h1 id="name"> Ana Minaya</h1>
<p id="branding">Web developer, with a passion <br> for creating clean & user‑friendly experiences.</p><br>
</div>
</div>
<div id="socialmedia">
</div>
<footer>
<p>© Copyright Ana Minaya 2014.</p><br><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>