-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
413 lines (394 loc) · 21.1 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
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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Search Engine Metadata -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>John Langston's Front-End Developer Portfolio</title>
<meta name="description" content="Front-End Developer Portfolio for John Langston." />
<meta name="author" content="John Langston" />
<!-- Social Media OG Metadata -->
<meta property="og:site_name" content="John Langston's Portfolio" />
<meta property="og:title" content="John Langston's Portfolio" />
<meta property="og:type" content="website" />
<meta property="og:image" content="images/john_profile.jpg" />
<meta property="og:url" content="https://johnabrams7.github.io/portfolio" />
<meta property="og:description" content="UX / Front-End Developer Portfolio for John Langston." />
<meta property="og:locale" content="en_US" />
<!-- Styles -->
<link rel="stylesheet" href="css/styles.css" />
<!-- Font Awesome -->
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Fonts: Poppins -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<!-- pre loader -->
<div id="preloader"></div>
<nav class="navbar">
<div class="max-width">
<div class="logo">
<a href="#">johnlang<span>.net</span></a>
</div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#services" class="menu-btn">Services</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<!-- <li><a href="#projects" class="menu-btn">Projects</a></li> -->
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
</header>
<main>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">Hello, my name is</div>
<div class="text-2">John Langston</div>
<div class="text-3">I'm a <span class="typing"></span></div>
</div>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img src="images/john_profile.jpg" alt="portfolio-img" />
</div>
<div class="column right">
<div class="text">
John Langston - <span class="typing-2"></span>
</div>
<p>
I'm a Front-End Developer with over six years of crafting web applications for large
audiences.
I've collaborated on projects for government, healthcare, real estate, IoT, and consumer
goods.
I've been part of the core development involvement for widely-used technologies, including
Oracle Cloud
Infrastructure (OCI), Oracle Content Management (OCM), and Sails.js.
</p>
<a class="linkedin" href="https://www.linkedin.com/in/johnlang7" target="_blank">LinkedIn</a>
<!-- <a class="resume" href="files/john-langston-resume.pdf" target="_blank"
download="files/john-langston-resume.pdf">Resume</a> -->
<a class="github" href="https://github.com/johnabrams7" target="_blank">GitHub</a><br/>
<!-- <a class="sourcecode sm-btn" href="https://github.com/johnabrams7/portfolio/blob/main/index.html" target="_blank">Portfolio source code</a> -->
</div>
</div>
</div>
</section>
<!-- services section start -->
<section class="services" id="services">
<div class="max-width">
<h2 class="title">My services</h2>
<div class="serv-content"></div>
</div>
<div class="container">
<div class="box">
<span id="first"> </span>
<div class="content">
<h2>Designer</h2>
<p>
I'm an artist front-end user experience designer translating creative visions into interactive realities through the crafting of diverse and innovative wireframe prototypes.
</p>
</div>
</div>
<div class="box">
<span id="second"></span>
<div class="content">
<h2>Developer</h2>
<p>
I specialize in building interactive user interfaces, excelling in HTML, CSS, and JavaScript - leveraging libraries such asjQuery and Bootstrap. I harness modern frameworks such as React and CMS platforms such as Oracle Content Management.
</p>
</div>
</div>
<div class="box">
<span id="third"></span>
<div class="content">
<h2>DevOps</h2>
<p>
I ensure secure application deployment, hosting on platforms such as Heroku, AWS, and Oracle Cloud. Optimizing configurations of security, CDN, and DNS with Akamai & Cloudflare for global content delivery.
</p>
</div>
</div>
<div class="box">
<span id="fourth"></span>
<div class="content">
<h2>Media Production</h2>
<p>
In the highly competitive digital marketplace, creating captivating content is crucial. In
addition to development, I can also leverage skills in image editing and video production to
engage users effectively.
</p>
</div>
</div>
<div class="box">
<span id="fifth"></span>
<div class="content">
<h2>SEO</h2>
<p>
I boost online presence and visibility through the implementation of SEO-optimized code and meta-data. I can further leverage SEO through social media branding and various SEO tools.
</p>
</div>
</div>
<div class="box">
<span id="sixth"></span>
<div class="content">
<h2>Responsive Design</h2>
<p>
I can ensure your website or app is seamlessly visible across a wide variety of devices, spanning from desktops, tablets, smartphones, and other gadgets.
</p>
</div>
</div>
</div>
</section>
<!-- skills section start -->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">My skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">Creative skills & experiences.</div>
<p>
As an experienced Front-End Developer, I have contributed to dynamic applications and content delivery systems with Oracle Cloud, React,
and Sails.js. I have a robust skillset in HTML, CSS, JavaScript, and PHP,
complemented by libraries such as JQuery, Bootstrap, and
Knockout.js.<br /><br />
As an artist at heart, the realm of user experience (UX) and user interface (UI) design comes natural,
prototyping wireframes using industry-standard tools like Figma, Photoshop, XD, and Sketch. My
commitment to seamless development extends to DevOps deployment environments, leveraging platforms such as GitHub,
Heroku, Cloudflare, Oracle Cloud, and AWS.<br /><br />
Throughout my career, I've embraced the challenges of rapidly evolving technologies,
ensuring that my work meets the highest standards of functionality, aesthetics, and
efficiency.
<br/><br/>
Visit my <a href="https://www.linkedin.com/in/johnlang7" target="_blank"
id="link">LinkedIn</a> for
more details or <a href="#contact" id="link">contact</a> me.
</p>
<a class="linkedin info-icon" href="https://www.linkedin.com/in/johnlang7" target="_blank"></a>
<!-- <a class="resume info-icon" href="files/john-langston-resume.pdf" target="_blank"
download="files/john-langston-resume.pdf"></a> -->
<a class="github info-icon" href="https://github.com/johnabrams7" target="_blank"></a>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML / CSS / JavaScript / JQuery / Bootstrap / PHP</span>
</div>
<div class="line"></div>
</div>
<div class="bars">
<div class="info">
<span>Figma / Photoshop / XD / Sketch / Final Cut Pro / Filmora</span>
</div>
<div class="line"></div>
</div>
<div class="bars">
<div class="info">
<span>Node.js / Sails.js / React / TypeScript / Knockout.js</span>
</div>
<div class="line"></div>
</div>
<div class="bars">
<div class="info">
<span>Oracle: OCI / OCM / Eloqua / Commerce </span>
</div>
<div class="line"></div>
</div>
<div class="bars">
<div class="info">
<span>Heroku / Cloudflare / AWS / Github </span>
</div>
<div class="line"></div>
</div>
<div class="bars">
<div class="info">
<span>WordPress / Shopify / SquareSpace </span>
</div>
<div class="line"></div>
</div>
</div>
</div>
</div>
</section>
<!-- project section start -->
<!-- <section class="projects" id="projects">
<div class="max-width">
<h2 class="title">Project history</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<a href="https://www.gov.ky" target="_blank">
<img src="images/cayman.jpg" alt="Cayman Islands Government" />
<div class="text">Cayman Islands Gov</div>
</a>
<p>Front-end developer & devops for core engineering teams.</p>
<a href="https://www.gov.ky" class="project" target="_blank">View
Project</a>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://www.motivcx.com" target="_blank">
<img src="images/motivcx_logo.jpg" alt="Motiv CX" />
<div class="text">Motiv CX</div>
</a>
<p>Front-end development & systems admin.</p>
<a href="https://www.motivcx.com" class="project" target="_blank">View Project</a>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://sailsjs.com" target="_blank">
<img src="images/sailsjs_logo.jpg" alt="Sails.js" />
<div class="text">Sails.js</div>
</a>
<p>Core development team and community support.</p>
<a href="https://sailsjs.com" class="project" target="_blank">View Project</a>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://www.cellmedicine.com" target="_blank">
<img src="images/stem_cell_institute_logo.jpg" alt="Stem Cell Institute" />
<div class="text">Stem Cell Institute</div>
</a>
<p>Patient experience front-end developer.</p>
<a href="https://www.cellmedicine.com" class="project" target="_blank">View Project</a>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://www.mysticinteractive.com/" target="_blank">
<img src="images/mystic_interactive.jpg" alt="Mystic Interactive" />
<div class="text">Mystic Interactive</div>
</a>
<p>Front-end developer and systems admin.</p>
<a href="https://www.mysticinteractive.com/" class="project" target="_blank">View Project</a>
</div>
</div>
</div>
</div>
</section> -->
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<p>
Interested in working together? Let me know about your project and I will get back to you as
soon as I can.
</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">John Langston</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Austin, TX</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div id="emaildomain" class="sub-title">
<span id="emailname">
<span id="botblocker">johnlangston7@icloud.com</span>
</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="https://formsubmit.co/21990036d02156694cf70dc5dc5d5ce6" method="POST">
<div class="fields">
<div class="field name">
<input name="name" type="text" placeholder="Name" required />
</div>
<div class="field email">
<input name="email" type="email" placeholder="Email" required />
</div>
</div>
<div class="field">
<input name="subject" type="text" placeholder="Subject" required />
</div>
<div class="field textarea">
<textarea name="message" cols="30" rows="10" placeholder="Message.."
required></textarea>
</div>
<!-- <input type="hidden" name="_captcha" value="false"> -->
<input type="hidden" name="_next" value="https://johnlang.net">
<div class="button-area">
<button type="submit">Send message</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer>
<h2><span class="typing-3"></span></h2>
<p>
<a class="linkedin" href="https://www.linkedin.com/in/johnlang7" target="_blank">LinkedIn</a> |
<!-- <a class="resume" href="files/john-langston-resume.pdf" target="_blank">Resume</a> | -->
<a class="github" href="https://github.com/johnabrams7" target="_blank">GitHub</a><br/>
© 2024 John Langston |
All Rights Reserved
</p>
</footer>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- Custom JS -->
<script src="js/script.js"></script>
<!-- Animation Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
<script>
var loader = document.getElementById("preloader");
window.addEventListener("load", function () {
loader.style.display = "none";
});
</script>
</body>
</html>