forked from amy-mac/thatamy.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgawdi.html
107 lines (91 loc) · 4.93 KB
/
gawdi.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
<!DOCTYPE HTML>
<head>
<title>A little bit about Amy MacKinnon</title>
<link rel="stylesheet" href="/assets/css/main-style.css">
</head>
<body>
<img src="images/sunshine.png" id="logo" alt="An illustrated image of the sun">
<header id="banner" role="banner">
<h1>Amy MacKinnon</h1>
<h2>A summary of her life</h2>
</header>
<nav>
<ul>
<li><a href="#childhood">Childhood</a></li>
<li><a href="#teenage">Teenage Years</a></li>
<li><a href="#twenties">The Twenties</a></li>
<li><a href="#present">Current Times</a></li>
</ul>
</nav>
<section class="sidebar">
<img src="images/amymac.jpg" alt="Picture of Amy MacKinnon, photo by: Michael O'Donnell" title="photo by: Michael O'Donnell">
<h1>Contact Info</h1>
<p>Amy MacKinnon<br />
Alameda, CA<br />
Email: <a href="mailto:[email protected]">[email protected]</a></p>
<h2>Elsewhere on the Internet</h2>
<ul>
<li>Twitter: <a href="http://www.twitter.com/thatamymac" title="That Amy Mac">@ThatAmyMac</a></li>
<li>LinkedIn: <a href="http://www.linkedin.com/in/amymsloan" title="Jill of All Trades">Amy MacKinnon</a></li>
<li>GitHub: <a href="https://github.com/amy-sloan" title="Amy's GitHub">amy-sloan</a></li>
<li>Codecademy: <a href="http://www.codecademy.com/amy-mac" title="Amy's Codecademy Profile">amy-mac</a></li>
<li>Code School: <a href="http://www.codeschool.com/users/amymac" title="Amy's Code School Report Card">amymac</a></li>
</ul>
</section>
<section role="main">
<article id="childhood">
<h1>Childhood</h1>
<ul>
<li>Born in Hayward, California</li>
<li>Lived in Fremont, California until 9 years old</li>
<li>Moved to Nampa, Idaho</li>
</ul>
</article>
<article id="teenage">
<h1>Teenage Years</h1>
<ul>
<li>First discovered HTML at the age of 15 and made first website</li>
<li>Moved to Colorado right before 16<sup>th</sup> birthday</li>
<li>Started working at the Rocky Mountain Chocolate Factory at age 16</li>
<li>Started working at the Shining Stars Foundation at the age of 18</li>
</ul>
</article>
<article id="The Twenties">
<h1>The Early Twenties</h1>
<ul>
<li>In the first half of my twenties I performed in 9 live theatre shows</li>
<li>Started working at the Grand Theatre Company at the age of 20</li>
<li>Moved to Virginia at the age of 21</li>
<li>Started pursuing a Computer Arts degree at the age of 23</li>
<li>Moved back to the Bay Area in California at the age of 24 when the economy went downhill</li>
</ul>
</article>
<article id="present">
<h1>Current Times</h1>
<p>Which brings us to the 2<sup>nd</sup> part of my twenties and what's going on in my life today. When I first moved back to the Bay Area in 2009 I was freelancing doing print design, web graphics, and multimedia. I realized that print design was, unfortunately, a dying art and started building a portfolio in Interface Design instead. I felt that I wasn't as good at Interface Design as I was at Print Design and after my iMac was stolen from my house causing me to lose 15 years of work and my new budding portfolio, I decided to return to my roots and start doing front-end development again.</p>
<p>When I'm not coding and pursuing a new career, I am usually doing one of these things:</p>
<ul>
<li>Seeing live theatre shows</li>
<li><a href="http://theamysloan.com/theatre/" title="Some of Amy's past theatre experience">Performing in live theatre shows</a></li>
<li>Watching episodes of Star Trek with my husband</li>
<li>Participating in a local Star Trek club: the <a href="http://usslomaprieta.org/" title="USS Loma Prieta" target="_blank">USS Loma Prieta</a></li>
<li>Playing piano</li>
<li><a href="http://youtu.be/Kd6KU191tFQ" title="Les Miserables Medley">Performing in an adult choir</a></li>
<li>Hanging out at tech events</li>
<li><a href="http://www.flickr.com/photos/amy_sloan/sets/72157626611783178/" title="Amy's Pie Baking">Baking pies</a></li>
<li>Reading books</li>
<li>Knitting and/or crocheting</li>
<li>Playing video and/or computer games</li>
<li>Playing with my adorable cats</li>
</ul>
<p>So...I have a lot of interests and the list is always growing, but I've been putting all my hobbies on hold while I pursue my web development passions. The cats do try to help out a little though.</p>
<img src="img/kitty.jpg" alt="picture of black kitten on a macbook pro" title="Mal helping out on the computer">
<p>What's in store for the future? Hopefully a successful career in web development and a lot more of all my hobbies and interests. One thing is for certain: it's going to be a fun journey!</p>
<p class="nav-top"><a href="#banner">Back to the top</a></p>
</article>
</section>
<footer>
<p>Made especially for the <a href="https://generalassemb.ly/education/web-development-immersive" target="_blank" title="General Assembly WDI">General Assembly WDI</a> admissions assignment. © 2013</p>
</footer>
</body>
</html>