-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
359 lines (342 loc) · 11.6 KB
/
portfolio.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
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Liam Price</title>
<meta
name="keywords"
content="Liam Price, ldprice, Leeham, LeehamElectronics"
/>
<meta
name="description"
content="Liam Price's Personal Website. ldprice.com is my main webpage, take a look!"
/>
<!-- Favicon -->
<link rel="shortcut icon" type="image/jpg" href="images/logo_png.png" />
<!-- Latest compiled and minified CSS -->
<link
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- Load CSS Styles from Local File -->
<link href="default_styles.css" rel="stylesheet" type="text/css" />
<!-- Load js file from local files -->
<script type="text/javascript" src="js/main_script.js"></script>
<script>
$(".size").on("click", function () {
$(this).toggleClass("focus").siblings().removeClass("focus");
});
console.log("yeee");
</script>
<!-- Scripts for social links -->
<link
href="https://fonts.googleapis.com/css?family=Raleway+Dots"
rel="stylesheet"
type="text/css"
/>
<link
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet"
type="text/css"
/>
<!-- Add icon library -->
<script
src="https://kit.fontawesome.com/b78878378b.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- Go here for NAV bar help: https://stackoverflow.com/questions/19733447/bootstrap-navbar-with-left-center-or-right-aligned-items -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div
class="navbar-collapse collapse w-100 order-1 order-md-0 dual-collapse2"
id="navbarSupportedContent"
>
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="default.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="true"
>
Services
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<a
class="dropdown-item"
href="https://tuition.ldprice.com"
target="_blank"
>Tuition</a
>
</li>
<li>
<a
class="dropdown-item"
href="https://cleaning.ldprice.com"
target="_blank"
>Cleaning</a
>
</li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="#">Automation</a>
</li>
</ul>
</li>
<li class="nav-item active">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<a class="navbar-brand" href="default.html">ldprice</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="navbar-collapse collapse w-100 order-3 dual-collapse2"
id="navbarSupportedContent"
>
<ul class="navbar-nav ml-auto">
<form class="d-flex">
<input
class="form-control me-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-outline-success" type="submit">
Search
</button>
</form>
</ul>
</div>
</nav>
<main>
<section class="home-intro">
<h1 class="heading_1">Liam Price</h1>
<h2 class="heading_2">
Welcome to my Portfolio of Open-Source Development!
</h2>
</section>
<div class="card_container">
<div class="images">
<img
class="card_img"
src="https://museumsvictoria.com.au/media/16849/liam-price-709.jpg?width=863&height=576&bgcolor=fff"
/>
</div>
<div>
<button
class="other_link"
onclick="window.open('https://museumsvictoria.com.au/melbournemuseum/learning/top-designs-2021/vce-vet-programs/integrated-technologies/')"
>
<span>View Melbourne Musuem</span>
</button>
</div>
<div class="product">
<p>Integrated Technologies</p>
<h1 class="h1_card">Exploration IoT Robot</h1>
<h2 class="h2_card">2020</h2>
<p class="desc" class="p_card">
A robot tank that can be controlled via 4G cellular, control with a
gaming steering wheel and footpedal.
</p>
<div class="buttons">
<button
onclick="window.open('https://github.com/LeehamElectronics/Exploration-Robot-Arduino')"
class="add"
>
View GitHub
</button>
<button
class="like"
onclick="window.open('https://github.com/sponsors/LeehamElectronics/')"
>
<span>♥</span>
</button>
</div>
</div>
</div>
<div class="card_container">
<div class="images">
<img class="card_img" src="images/aqb_400_mod.png" />
</div>
<div>
<button
class="other_link"
onclick="window.open('https://www.youtube.com/playlist?list=PLLkjjbXy1enZJepPcc3pw2ZweEczIi7GO')"
>
<span>View YouTube Video</span>
</button>
</div>
<div class="product">
<p>Systems Engineering</p>
<h1 class="h1_card">Automated Quad Bike</h1>
<h2 class="h2_card">2020</h2>
<p class="desc" class="p_card">
Electrically automated petrol engine quad-bike controlled via 4G
cell through a steering wheel/footpedal.
</p>
<div class="buttons">
<button
onclick="window.open('https://github.com/LeehamElectronics/AQB-Arduino')"
class="add"
>
View GitHub
</button>
<button
class="like"
onclick="window.open('https://github.com/sponsors/LeehamElectronics/')"
>
<span>♥</span>
</button>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-5">
<h5>LDPrice</h5>
<div class="row">
<div class="col-6">
<ul class="list-unstyled">
<li><a href="">Services</a></li>
<li><a href="">Partners</a></li>
<li><a href="">Team</a></li>
</ul>
</div>
<div class="col-6">
<ul class="list-unstyled">
<li><a href="">Policies</a></li>
<li><a href="">Legal Terms</a></li>
<li><a href="">About</a></li>
</ul>
</div>
</div>
<ul class="nav">
<li class="nav-item">
<a
href="https://www.facebook.com/liamisprice"
class="nav-link pl-0"
><i class="fa fa-facebook fa-lg"></i
></a>
</li>
<li class="nav-item">
<a href="https://discord.gg/SM48CZhHbB" class="nav-link"
><i class="fab fa-discord fa-lg"></i
></a>
</li>
<li class="nav-item">
<a
href="https://www.linkedin.com/in/liamisprice/"
class="nav-link"
><i class="fa fa-linkedin fa-lg"></i
></a>
</li>
<li class="nav-item">
<a
href="https://github.com/LeehamElectronics"
class="nav-link"
><i class="fa fa-github fa-lg"></i
></a>
</li>
<li class="nav-item">
<a
href="https://www.instagram.com/leeham_price/"
class="nav-link"
><i class="fa fa-instagram fa-lg"></i
></a>
</li>
<li class="nav-item">
<a href="https://twitter.com/ldprice_" class="nav-link"
><i class="fa fa-twitter fa-lg"></i
></a>
</li>
</ul>
<br />
</div>
<div class="col-md-2">
<h5 class="text-md-right">Contact Me</h5>
<hr />
</div>
<div class="col-md-5">
<form>
<fieldset class="form-group">
<input
type="email"
class="form-control"
id="exampleInputEmail1"
placeholder="Enter email"
/>
</fieldset>
<fieldset class="form-group">
<textarea
class="form-control"
id="exampleMessage"
placeholder="Message"
></textarea>
</fieldset>
<fieldset class="form-group text-xs-right">
<button
type="button"
class="btn btn-secondary-outline btn-lg"
>
Send
</button>
</fieldset>
</form>
</div>
</div>
<a href="https://github.com/LeehamElectronics"
>Web Design by LDPrice Software</a
>
<p></p>
<a
class="footer_links"
href="https://github.com/LeehamElectronics/ldprice-website"
>This website is open source! You can view the software I wrote for
it by clicking here...</a
>
</div>
</footer>
</main>
<!-- credits for the footer design: https://www.codeply.com/p/EJd6H4Ejyi -->
<!-- jquery needed for lots of things... -->
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<!-- Popper needed for drop downs -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<script src="js/observers.js"></script>
</body>
</html>