-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.html
More file actions
282 lines (269 loc) · 11.3 KB
/
web.html
File metadata and controls
282 lines (269 loc) · 11.3 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<html lang="en" class="home">
<!-- describes html doctument style -->
<head>
<!-- meta data -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<link rel="stylesheet" type="text/css" href="css/pages.css">
<link rel="stylesheet" type="text/css" href="css/normalise.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<!-- page title -->
<title>Web Design</title>
<!-- end of head -->
</head>
<!-- start of body -->
<body>
<div class="web-main" id="web">
<h1>Front End Web Development</h1>
<h3>Front end web design to nuture the world</h3>
<div class="port-intro textContent">
Here at Rachel's Eco Design we are constantly looking for the best and newest technology to help us reach our goals. Every project has the perfect technology to build it. We aim to build products that entice, excite and educate our users.
</div>
<div class="portfolio-links textContent">
<table style="max-width: 100%; margin:auto; color:#3f3f3f; font-size:14px;">
<tbody>
<tr>
<td>
<img class="lang-logo" src="img/social/512px-React-icon.png" title="React" alt="React">
</td>
<td>
<img class="lang-logo" src="img/social/angular.png" title="Angular" alt="Angular">
</td>
<td>
<img class="lang-logo" src="img/social/javascript.png" title="JavaScript" alt="JavaScript">
</td>
<td>
<img class="lang-logo" src="img/social/es6.png" title="ES6" alt="ES6">
</td>
</tr>
<tr>
<td>React</td>
<td>Angular</td>
<td>JavaScript</td>
<td>ES6</td>
</tr>
<tr>
<td>
<img class="lang-logo" src="img/social/php.png" title="PHP" alt="PHP">
</td>
<td>
<img class="lang-logo" src="img/social/html5.png" title="HTML5" alt="HTML5">
</td>
<td>
<img class="lang-logo" src="img/social/html5c.png" title="HTML5 Canvas" alt="HTML5 Canvas">
</td>
<td>
<img class="lang-logo" src="img/social/github.png" title="GitHub" alt="GitHub">
</td>
</tr>
<tr>
<td>PHP</td>
<td>HTML5</td>
<td>HTML5 Canvas</td>
<td>GitHub</td>
</tr>
<tr>
<td colspan="2">
<img class="lang-logo" src="img/social/nodejs.png" title="Node.js" alt="Node.js">
</td>
<td colspan="2">
<img class="lang-logo" src="img/social/wordpress.png" title="Wordpress" alt="Wordpress">
</td>
</tr>
<tr>
<td colspan="2">Node.js</td>
<td colspan="2">Wordpress</td>
</tr>
</tbody>
</table>
<div class="port-links-section">
<h3>Portfolios</h3>
<ul class="port-links">
<li style="padding-top:15px"><a href="https://github.com/rhovell" alt="GitHub" title="GitHub">GitHub</a></li>
<li><a href="https://codepen.io/Rhovell/#" alt="Codepen" title="Codepen">Codepen</a></li>
<li><a href="https://profiles.udacity.com/p/11013941298" alt="Udacity" title="Udacity">Udacity</a></li>
</ul>
</div>
<hr>
</div>
<!-- <div class="large-space">
</div> -->
<div class="web-portfolio-container">
<div class="web-portfolio">
<h2>Apps, Games and Websites</h2>
<div class="web-grid">
<div class="item-container">
<div class="item-box">
<div class="img-container container">
<a href="https://rhovell.github.io/park-finder/" target="_blank" class="item-link">
<img src="img/websites/parks.jpg" rel="noopener" alt="item-image">
<div class="middle">
<div class="hover-text">Click to View</div>
</div>
</a>
</div>
<h3>Park Finder</h3>
<div class="lang-container">
<div class="lang">
<img class="lang-logo" src="img/social/512px-React-icon.png">
<h5>React App</h5>
</div>
</div>
<div class="item-desc">
Stockport Park Finder App built with create-react-app and GitHub pages.<br>
<a href="https://github.com/rhovell/park-finder" title="GitHub Repo of Park Finder" alt="GitHub Repo of Park Finder">Click here</a> to view the GitHub Repo.
</div>
</div>
</div>
<div class="item-container" >
<div class="item-box">
<div class="img-container container">
<a href="https://rhovell.github.io/mws-restaurant-stage-1/" target="_blank" class="item-link">
<img src="img/websites/restaurants.jpg" rel="noopener" alt="item-image">
<div class="middle">
<div class="hover-text">Click to View</div>
</div>
</a>
</div>
<h3>Restaurant Reviews</h3>
<div class="lang-container">
<div class="lang">
<img class="lang-logo" src="img/social/512px-React-icon.png">
<h5>React App</h5>
</div>
</div>
<div class="item-desc">
New York City Restaurant Review App.<br>
<a href="https://github.com/rhovell/mws-restaurant-stage-1" title="GitHub Repo of Restaurant Reviews" alt="GitHub Repo of Restaurant Reviews">Click here</a> to view the GitHub Repo.
</div>
</div>
</div>
<div class="item-container" >
<div class="item-box">
<div class="img-container container">
<a href="https://rhovell.github.io/save-the-bugs/" target="_blank" class="item-link">
<img src="img/websites/bugs.jpg" rel="noopener" alt="item-image">
<div class="middle">
<div class="hover-text">Click to View</div>
</div>
</a>
</div>
<h3>Save the Bugs!</h3>
<div class="lang-container">
<div class="lang">
<img class="lang-logo" src="img/social/javascript.png">
<h5>JavaScript & HTML5 Canvas Game</h5>
</div>
</div>
<div class="item-desc">
Help the bugs reach the water without being stepped on!<br>
<a href="https://github.com/rhovell/save-the-bugs" title="GitHub Repo of" alt="GitHub Repo of">Click here</a> to view the GitHub Repo.
</div>
</div>
</div>
<div class="item-container" >
<div class="item-box">
<div class="img-container container">
<a href="https://rhovell.github.io/memory-game/" target="_blank" class="item-link">
<img src="img/websites/matching-game.jpg" rel="noopener" alt="item-image">
<div class="middle">
<div class="hover-text">Click to View</div>
</div>
</a>
</div>
<h3>Card Matching Game</h3>
<div class="lang-container">
<div class="lang">
<img class="lang-logo" src="img/social/javascript.png">
<h5>JavaScript & HTML Game</h5>
</div>
</div>
<div class="item-desc">
Can you find all the matching pairs?<br>
<a href="https://github.com/rhovell/memory-game" title="GitHub Repo of" alt="GitHub Repo of">Click here</a> to view the GitHub Repo.
</div>
</div>
</div>
<div class="item-container" >
<div class="item-box">
<div class="img-container container">
<a href="https://rhovell.github.io/cat-club/" target="_blank" class="item-link">
<img src="img/websites/cat-club.jpg" rel="noopener" alt="item-image">
<div class="middle">
<div class="hover-text">Click to View</div>
</div>
</a>
</div>
<h3>Cat Club</h3>
<div class="lang-container">
<div class="lang">
<img class="lang-logo" src="img/social/javascript.png">
<h5>JavaScript & HTML</h5>
</div>
</div>
<div class="item-desc">
Remember Cow Clicker? Here's one for the cat lovers!<br>
<a href="https://github.com/rhovell/cat-club" title="GitHub Repo of Cat Club" alt="GitHub Repo of Cat Club">Click here</a> to view the GitHub Repo.
</div>
</div>
</div>
<div class="item-container" >
<div class="item-box">
<div class="img-container container">
<a href="https://codepen.io/Rhovell/full/qxyKXY" target="_blank" class="item-link">
<img src="img/websites/times.jpg" rel="noopener" alt="item-image">
<div class="middle">
<div class="hover-text">Click to View</div>
</div>
</a>
</div>
<h3>The Brighton Times</h3>
<div class="lang-container">
<div class="lang">
<img class="lang-logo" src="img/social/html.png">
<h5>HTML & CSS Responsive Website</h5>
</div>
</div>
<div class="item-desc">
Fully responsive grid layout website.<br>
<a href="https://codepen.io/Rhovell/pen/qxyKXY" title="GitHub Repo of" alt="GitHub Repo of">Click here</a> to view the Codepen.
</div>
</div>
</div>
<div class="item-container" >
<div class="item-box">
<div class="img-container container">
<a href="https://rhovell.github.io/cv/" target="_blank" class="item-link">
<img src="img/websites/cv.jpg" rel="noopener" alt="item-image">
<div class="middle">
<div class="hover-text">Click to View</div>
</div>
</a>
</div>
<h3>JavaScript CV</h3>
<div class="lang-container">
<div class="lang">
<img class="lang-logo" src="img/social/javascript.png">
<h5>JavaScript CV</h5>
</div>
</div>
<div class="item-desc">
Interactive CV website.<br>
<a href="https://github.com/rhovell/cv" title="GitHub Repo of" alt="GitHub Repo of">Click here</a> to view the GitHub Repo.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- javaScript files -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/jscript" src="java/java.js"></script>
</body>
</html>