-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
173 lines (165 loc) · 6.67 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Julius+Sans+One|Nixie+One|Quicksand:300" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Geordie Moore : Web Developer, Philadelphia</title>
</head>
<body>
<header>
<h1>Geordie Moore. Web Developer.</h1>
<nav>
<h3>Navigation</h3>
<a href="#about" class="nav-link">About Me</a>
<a href="#projects" class="nav-link">Projects</a>
<a href="#contact" class="nav-link">Contact</a>
</nav>
</header>
<main>
<section id="hero"></section>
<section id="about">
<div class="about-text">
<h2>Who I Am</h2>
<p>I'm a front-end web developer based in Philadelphia. I make streamlined, responsive websites and applications. I work hard to create user experiences that are simple, while resonating with clean, understated design. That same ideal applies to the code I write, keeping my projects as trim and functional as possible. Below, you'll find some examples of my work which I hope you'll enjoy.</p>
<p>When I'm not coding, I try to be skiing, hiking, or just generally outdoors. That said, I'm always looking forward to new challenges and to creating websites that both my clients and I are proud of. I'm currently available for hire, for contract work or a full-time position. If you need a developer, I hope to hear from you soon.</p>
</div>
<div class="skills">
<p>Here are some of the tools and technologies that I use to create great web experiences.</p>
<div class="icon-grid">
<div class="box-outer">
<div class="box-inner">
<img src="images/logo-html5.png" alt="HTML5">
<h6>HTML5</h6>
</div>
</div>
<div class="box-outer">
<div class="box-inner">
<img src="images/logo-css3.png" alt="CSS3">
<h6>CSS3</h6>
</div>
</div>
<div class="box-outer">
<div class="box-inner">
<img src="images/logo-js.png" alt="Javascript">
<h6>Javascript</h6>
</div>
</div>
<div class="box-outer">
<div class="box-inner">
<img src="images/logo-sass.png" alt="SASS">
<h6>SASS</h6>
</div>
</div>
<div class="box-outer">
<div class="box-inner">
<img src="images/logo-jquery.png" alt="jQuery">
<h6>jQuery</h6>
</div>
</div>
<div class="box-outer">
<div class="box-inner">
<img src="images/logo-bootstrap.jpeg" alt="Bootstrap">
<h6>Bootstrap</h6>
</div>
</div>
<div class="box-outer">
<div class="box-inner">
<img src="images/logo-sublime.png" alt="Sublime Text">
<h6>Sublime Text</h6>
</div>
</div>
<div class="box-outer">
<div class="box-inner">
<img src="images/logo-sketch.png" alt="Sketch">
<h6>Sketch</h6>
</div>
</div>
<div class="box-outer">
<div class="box-inner">
<img src="images/logo-wp.png" alt="WordPress">
<h6>WordPress</h6>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<h2>Things I've Made</h2>
<div class="project-pane">
<div class="project-image proj-img-1">
<a href="http://bixandmud.com" target="_blank" class="link-button project-link">View the live site</a>
<a href="https://github.com/codegeordie/am-wedding" target="_blank" class="link-button github-link">See the code</a>
</div>
<div class="project-text">
<h4>Abby & Matt's Wedding</h4>
<p>A wedding website for which I did both design and development. A responsive site that easily used by guests, while always highlighting the couple. I also created a custom backend for RSVPs.</p>
</div>
</div>
<div class="project-pane">
<div class="project-image proj-img-2">
<a href="http://geordiemoore.com/squares-rpg" target="_blank" class="link-button project-link">View the live site</a>
<a href="https://github.com/codegeordie/squares-rpg" target="_blank" class="link-button github-link">See the code</a>
</div>
<div class="project-text">
<h4>Squares RPG</h4>
<p>A visually minimalist dungeon-crawler game written with vanilla javascript. Made early on as a personal challenge to improve my programming skills. Works best on desktop.<br>I'm currently working on a rebuild.</p>
</div>
</div>
<div class="project-pane">
<div class="project-image proj-img-3">
<a href="http://partypumpersdjs.com" target="_blank" class="link-button project-link">View the live site</a>
<a href="https://github.com/codegeordie/pp_djs" target="_blank" class="link-button github-link">See the code</a>
</div>
<div class="project-text">
<h4>Party Pumpers DJs</h4>
<p>Development based off an existing design. Responsive content that allows visitors to easily understand the available services, and then contact the company.</p>
</div>
</div>
<div class="project-pane">
<div class="project-image proj-img-4">
<a href="https://github.com/codegeordie/portfolio" target="_blank" class="link-button project-link">See the code</a>
</div>
<div class="project-text">
<h4>This Website</h4>
<p>The portfolio site you're currently viewing. I'm quite happy with it, and you can see the code on github.</p>
</div>
</div>
</section>
<section id="contact">
<h2>Contact Me</h2>
<div class="contact-wrapper">
<form class="contact-form" action="https://formspree.io/[email protected]" method="POST">
<div>
<label for="contact-name">Name:</label>
<input type="text" id="contact-name" name="name" placeholder="Jon Snow" required/>
</div>
<div>
<label for="contact-mail">email:</label>
<input type="email" id="contact-mail" name="email" placeholder="[email protected]" required/>
</div>
<div>
<label for="contact-msg">Message:</label>
<textarea id="contact-msg" name="message" placeholder="Hi, let's talk about..." required></textarea>
</div>
<div>
<button type="submit">Send Message</button>
</div>
<input type="hidden" name="_next" value="http://geordiemoore.com" />
</form>
<div class="contact-aside">
<p>Or Reach Me Directly</p>
<a href="mailto:[email protected]">[email protected]</a>
<a href="tel:1-484-695-7324">484 . 695 . 7324</a>
</div>
</div>
</section>
</main>
<footer>
<p>Copyright ©2016-2017 Geordie Moore. All rights reserved.</p>
</footer>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>