-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (77 loc) · 4.6 KB
/
index.html
File metadata and controls
81 lines (77 loc) · 4.6 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Alexis Moody</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="default.css"/>
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="background.js"></script>
<script type="text/javascript" src="sideview.js"></script>
<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>
</head>
<body>
<header>
<h2><a href="/">Alexis Moody | Web Developer</a>
<a href="https://www.linkedin.com/in/alexismoody" target="_blank"><i class="fa fa-linkedin" style="float: right;"></i></a>
<a href="http://www.twitter.com/AfroDevGirl" target="_blank"><i class="fa fa-twitter" style="float: right;"></i></a>
<a href="http://www.github.com/AfroDevGirl" target="_blank"><i class="fa fa-github" style="float: right;"></i></a>
</h2>
</header>
<div class="sideview-container"></div>
<article id="one" data-color="#ff0000">
<h1>About</h1>
<p>I am a web developer who is passionate about programming and technology. Using new techniques or technologies to make my code more efficient is something that excites me. Also, if I've decided to love something I love it as much as Joss Whedon loves to use one-liners.</p>
<p>Before I fell in love with code I wanted to be a lighting designer for theatre. Creating worlds and environments with nothing more than well placed instruments and a color palette is an invigorating thought. Eventually I found the theatre environment to be too resistant to new ideas, unlike the tech industry, and decided to leave my degree behind. A few years after graduating college I had some conversations with important friends and family who helped me decide to reignite my passion for technology and creating new things. Those conversations landed me in the throws of Dev Bootcamp.</p>
<p>Now that I've graduated from Dev Bootcamp I'm now looking for opportunities to fuel my passion. If you are interested in learning more about me please send me an email at amoodyldes@gmail.com</p>
<div class="clear"></div>
</article>
<article id="two" data-color="#ff00ff">
<h1>Work</h1>
<p>
<ul>
<li id="trumpsweeper"><a href="/TrumpSweeper/trumpsweeper.html" target="_blank">TrumpSweeper</a></li>
<li id="gamenight"><a href="http://dbc-gamenight.herokuapp.com/" target="_blank">Gamenight</a></li>
<li id="hey-9"><a href="http://hey-9.herokuapp.com/" target="_blank">Hey-9</a></li>
</ul>
<div id="sideview">
</div>
</p>
<div class="clear"></div>
</article>
<article id="three" data-color="#0000ff">
<h1>Blog</h1>
<p>
<ul id="blog">
<li><a href="/blog/c9-questions.html">Question Everything</a></li>
<li><a href="/blog/t7-JavaScript.html">Javascript Objects</a></li>
<li><a href="/blog/c7-values.html">My Values</a></li>
<li><a href="/blog/c6-stereotype-threat.html">A Stereo Type</a></li>
<li><a href="/blog/t5-ruby-classes.html">Ruby Classes</a></li>
<li><a href="/blog/c5-feedback.html">Feedback</a></li>
<li><a href="/blog/t4-enumerable-methods.html">The "group_by" Method</a></li>
<li><a href="/blog/c4-tech-issues.html">Issues in Tech</a></li>
<li><a href="/blog/t3-arrays-hashes">Arrays and Hashes</a></li>
<li><a href="/blog/c3-thinking-style.html">What's Going On In My Noggin?</a></li>
<li><a href="/blog/t2-css-design">So What's the Deal With Classes and IDs?</a></li>
<li><a href="/blog/c1-chefs-kitchen.html">Doing What Now?</a></li>
<li><a href="/blog/t1-git-blog.html">I've Arrived!</a></li>
</ul>
</p>
<div class="clear"></div>
</article>
<article id="four" data-color="#00ffff">
<h1>Contact</h1>
<p>If you'd like to get in touch with me for freelance work, speaking engagements, or even if you want to talk about your dog drop me a line at <a href="mailto:amoodyldes@gmail.com">amoodyldes@gmail.com</a></p>
<div class="clear"></div>
</article>
<article id="five" data-color="#00ff00">
<h1>Resume</h1>
<iframe src="https://resume.creddle.io/embed/g4zvo2mouxz" width="850" height="1100" seamless></iframe>
<div class="clear"></div>
</article>
<article id="six" data-color="#ffff00">
</article>
</body>
</html>