-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
117 lines (103 loc) · 4.56 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Allie's Portfolio Site</title>
<meta name="description" content="Portfolio Site">
<meta name="author" content="Allie Etcoff">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<link rel="stylesheet" href="magnific-popup/magnific-popup.css">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.3.11/slick.css"/>
<link rel="stylesheet" href="allieetcoff.css">
<link href='http://fonts.googleapis.com/css?family=Rochester|Dancing+Script:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans:400italic,400,600,300' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<!-- Delete everything in this .container and get started on your own site! -->
<div class="container">
<div class="svg-wrapper">
<svg height="130" width="320" xmlns="http://www.w3.org/2000/svg">
<rect class="shape" height="105" width="320" />
<span id="text-name">ALLIE ETCOFF</span>
<span id="text-skills">Design & Development</span>
</svg>
</div>
<!-- <h1 id="name">Allie Etcoff</h1> -->
<!-- <h2 id="skills">Design & Development</h2> -->
<div class="main-body">
<div id="nav" class="fourteen columns">
<!-- <a href="https://github.com/aetcoff/aetcoff.github.io"><img id="fork" src="images/fork_git.png" alt="Fork me on GitHub" /></a> -->
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- IMAGE -->
<div class="full-width">
<div class="four columns">
<img class="about-face" src="images/about/aboutsketch.jpg" />
</div>
<div class="twelve columns">
<p class="about-header">
Hi, My name is Allie Etcoff
</p>
<span>I'm a Designer and Developer living in Las Vegas, NV. I have a passion for creating pretty things.</span>
<p class="about-header">
Facts about me
</p>
<ul class="facts">
<li>I am a fitness junkie</li>
<li>I have a soft spot for animals</li>
<li>I am on a constant pursuit to learn</li>
<li>I have a weakness for murdery mystery/sci-fi novels</li>
<li>Family is my everything</li>
<li>I LOVE black licorice</li>
</ul>
<p class="about-header">
My goodies
</p>
<span><a href="https://medium.com/@allie_etcoff/finding-my-passion-42ce503c2e42#.v0qkpp44e">Here</a> is a blog I wrote for the recruiting team at work to tell my story of transitioning from Designer to Developer.</span>
</div>
</div>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="site-footer">
<div>
<p>© 2014 Allie Etcoff</p>
</div>
</footer>
<!-- End Document
================================================== -->
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.slick/1.3.11/slick.min.js"></script>
<script src="magnific-popup/jquery.magnific-popup.js"></script>
<script src="allieetcoff.js"></script>
</body>
</html>