-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
237 lines (201 loc) · 8.63 KB
/
index.php
File metadata and controls
237 lines (201 loc) · 8.63 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
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Ryan Wardle is a web developer located in Columbus, OH.">
<meta name="keywords" content="ryan, wardle, columbus, ohio, web, developer, website, build">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<title>Ryan Wardle Portfolio</title>
</head>
<body>
<header class="header" id="header">
<nav class="navigation">
<a class="navigation__icon-menu" id="icon-menu" href="#">
<svg>
<use xlink:href="img/sprites.svg#icon-menu"></use>
</svg>
</a>
<a class="navigation__icon-cross" id="icon-cross" href="#">
<svg>
<use xlink:href="img/sprites.svg#icon-cross"></use>
</svg>
</a>
<ul class="navigation__list" id="nav-list">
<li class="navigation__item"><a href="#header">Home</a></li>
<li class="navigation__item"><a href="#about">About</a></li>
<li class="navigation__item"><a href="#projects">Projects</a></li>
<li class="navigation__item"><a href="#contact">Contact</a></li>
</ul>
</nav>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<text x="50%" y="50%" text-anchor="middle">Ryan Wardle</text>
</svg>
<h1>Front-end web developer</h1>
</header>
<main>
<section class="about-section" id="about">
<h2 class="heading-secondary margin-bottom-large">About</h2>
<div class="about-box">
<div class="about-box__text">
<p>My name is Ryan Wardle, I am a front-end web developer in Columbus, OH. I enjoy designing and building
websites and web applications. I love to learn about technology and design and am constantly working to expand my knowledge of both.</p>
</div>
</div>
<h3 class="margin-bottom-large">Skills</h3>
<div class="card-container">
<div class="card-container__card">
<svg>
<use xlink:href="img/sprites.svg#icon-keyboard"></use>
</svg>
<h4 class="margin-bottom-small">Languages</h4>
<ul>
<li>HTML</li>
<li>CSS (SASS, SCSS)</li>
<li>Javascript</li>
</ul>
</div>
<div class="card-container__card">
<svg>
<use xlink:href="img/sprites.svg#icon-book"></use>
</svg>
<h4 class="margin-bottom-small">Libraries and Frameworks</h4>
<ul>
<li>jQuery</li>
<li>Bootstrap</li>
<li>Various Javascript Libraries</li>
</ul>
</div>
<div class="card-container__card">
<svg>
<use xlink:href="img/sprites.svg#icon-plus"></use>
</svg>
<h4 class="margin-bottom-small">Additional</h4>
<ul>
<li>Responsive design</li>
<li>Asynchronous Javascript (JSON, AJAX etc..)</li>
<li>Version control/ Github</li>
</ul>
</div>
</div>
</section>
<section class="projects-section" id="projects">
<h2>Projects</h2>
<div class="projects-container">
<div class="project">
<div class="project__title margin-bottom-medium">
<h3>Van Delay Coffee</h3>
</div>
<div class="project__info">
<div class="project__info__img-tech-box">
<img class="margin-bottom-medium" src="img/vandelay-img.png" alt="Van Delay Coffee Image">
<div>
<h4 class="margin-bottom-small">Technologies used</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Flexbox</li>
<li>jQuery</li>
<li>WOW.js</li>
</ul>
</div>
</div>
<div class="project__info__description-link-box">
<p>Van Delay Coffee is a project I created for a fictional wholesale coffee business. I created a landing
page for the business, and built the entire project using only flexbox. I also used WOW.js with Animate CSS to
trigger animations when the user scrolls.</p>
<a class="view-project-btn" href="vandelay/landing-page/index.html" target="_blank"><h5>View this project</h5></a>
<a class="black-btn" href="https://github.com/ryanwardle/Landing-Page" target="_blank">View this project on GitHub <svg><use xlink:href="img/sprites.svg#icon-github-with-circle"></use></svg></a>
</div>
</div>
</div>
<div class="project project--grey">
<div class="project__title margin-bottom-medium">
<h3>Currency Converter</h3>
</div>
<div class="project__info">
<div class="project__info__img-tech-box">
<img class="margin-bottom-medium" src="img/currency-img.png" alt="Currency Converter Image">
<div>
<h4 class="margin-bottom-small">Technologies used</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Bootstrap</li>
<li>Javascript</li>
<li>Animate CSS</li>
<li>Fixer API</li>
</ul>
</div>
</div>
<div class="project__info__description-link-box">
<p>I used the Fixer API to created a currency converter that will take in one of the the world's seven most popular currencies,
and convert it to the remaining six.</p>
<a class="view-project-btn" href="currency/currency-converter/index.html" target="_blank"><h5>View this project</h5></a>
<a class="black-btn" href="https://github.com/ryanwardle/Currency-Converter" target="_blank">View this project on GitHub <svg><use xlink:href="img/sprites.svg#icon-github-with-circle"></use></svg></a>
</div>
</div>
</div>
<div class="project">
<div class="project__title margin-bottom-medium">
<h3>Godfather's Pizza</h3>
</div>
<div class="project__info">
<div class="project__info__img-tech-box">
<img class="margin-bottom-medium" src="img/godfathers-img.png" alt="Godfather's Pizza Image">
<div>
<h4 class="margin-bottom-small">Technologies used</h4>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Bootstrap</li>
<li>jQuery</li>
<li>Google Maps API</li>
</ul>
</div>
</div>
<div class="project__info__description-link-box">
<p>Godfather's Pizza is a fictional business that I created, a local pizza restaurant. I designed and coded a website for the business, providing a menu for the business and
a map with the location of the business.</p>
<a class="view-project-btn" href="godfathers/pizza-restaurant/index.html" target="_blank"><h5>View this project</h5></a>
<a class="black-btn" href="https://github.com/ryanwardle/Pizza-Restaurant" target="_blank">View this project on GitHub <svg><use xlink:href="img/sprites.svg#icon-github-with-circle"></use></svg></a>
</div>
</div>
</div>
</div>
</section>
<section class="contact-section" id="contact">
<h2 class="heading-secondary">Contact</h2>
<p>In order to contact me or to inquire about having a website built, please send me a message using the form below</p>
<form action="contactform.php" class="form">
<input type="text" name="name" id="name" placeholder="NAME" class="form__input">
<input type="email" name="email" id="email" placeholder="EMAIL" class="form__input">
<input type="text" name="subject" placeholder="SUBJECT" class="form__input">
<textarea name="message" rows="8" id="message" cols="80" placeholder="SEND ME A MESSAGE" class="form__input"></textarea>
<input type="submit" value="SUBMIT" class="form__input form__input--submit">
</form>
</section>
</main>
<footer class="footer">
<div class="footer-info">
<div class="footer-info__nav">
<ul>
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-info__paragraph">
<p>This website was designed and coded by Ryan Wardle.</p>
<a href="https://github.com/ryanwardle" target="_blank">View my profile on GitHub</a>
</div>
</div>
</footer>
<script src="contactform.php"></script>
<script src="index.js"></script>
</body>
</html>