-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
358 lines (325 loc) · 12.2 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
<!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">
<title>Ryan Johnson</title>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<!-- Bulma Version 0.8.x-->
<link rel="stylesheet" href="https://unpkg.com/bulma@0.8.0/css/bulma.min.css" />
<link rel="stylesheet" type="text/css" href="static/css/main.css">
<script async type="text/javascript" src="static/js/app.js"></script>
</head>
<body>
<!-- Navigation bar -->
<nav class="navbar is-link is-fixed-top">
<div class="navbar-brand">
<div class="navbar-burger burger" data-target="navbarExampleTransparentExample">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="navbarExampleTransparentExample" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="#about">
<span class="icon">
<i class="fas fa-info"></i>
</span>
<span>About</span>
</a>
<!-- <a class="navbar-item" href="#services">
<span class="icon">
<i class="fas fa-bars"></i>
</span>
<span>Services</span>
</a> -->
<a class="navbar-item" href="#resume">
<span class="icon">
<i class="fas fa-file-alt"></i>
</span>
<span>Resume</span>
</a>
<!-- <a class="navbar-item" href="#portfolio">
<span class="icon">
<i class="fas fa-th-list"></i>
</span>
<span>Portfolio</span>
</a> -->
<!-- <a class="navbar-item" href="#contact">
<span class="icon">
<i class="fas fa-envelope"></i>
</span>
<span>Contact</span>
</a> -->
</div>
</div>
</nav>
<!-- Header -->
<section class="hero is-link is-fullheight is-fullheight-with-navbar">
<div class="hero-body">
<div class="container">Hello! I'm
<h1 class="title is-1">
Ryan Johnson
</h1>
<h2 class="subtitle is-3">
Full Stack Web Developer
</h2>
</div>
</div>
</section>
<!-- About -->
<section class="section" id="about">
<!-- Title -->
<div class="section-heading">
<h3 class="title is-2">About Me</h3>
<h4 class="subtitle is-5">12 Years of IT Industry Experience</h4>
<div class="container">
<p>Software developer with more than <strong>8 years</strong> of well-rounded experience, including Ruby/Rails, Python/Django, and Javascript.</p>
<p>Currently working with Python @ <a href="https://earthwavetech.com" target="_blank">Earthwave Technologies</a></p>
<br/>
</div>
</div>
<div class="columns has-same-height is-gapless">
<div class="column">
<!-- Profile -->
<div class="card">
<div class="card-content">
<h3 class="title is-4">Profile</h3>
<div class="content">
<table class="table-profile">
<tr>
<th colspan="1"></th>
<th colspan="2"></th>
</tr>
<tr>
<td>Address:</td>
<td>Indianapolis, Indiana area</td>
</tr>
<tr>
<td>Phone:</td>
<td>317-437-9710</td>
</tr>
<tr>
<td>Email:</td>
<td>rjs6143@gmail.com</td>
</tr>
</table>
</div>
<br>
<div class="buttons has-addons is-centered">
<a href="https://www.freecodecamp.org/mrchameleon" class="button is-link" target="_blank">FreeCodeCamp</a>
<a href="https://github.com/mrchameleon" class="button is-link" target="_blank">Github</a>
<a href="https://www.linkedin.com/in/ryanjohnsonbeep/" class="button is-link" target="_blank">LinkedIn</a>
</div>
</div>
</div>
</div>
<div class="column">
<!-- Profile picture -->
<div class="card">
<div class="card-image">
<figure class="image is-4by3">
<img src="static/images/coder.png" alt="picture of a hacker">
</figure>
</div>
</div>
</div>
<div class="column">
<!-- Skills -->
<div class="card">
<div class="card-content skills-content">
<h3 class="title is-4">Skills</h3>
<div class="content">
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Python:</strong>
<br>
<progress class="progress is-primary" value="80" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>JavaScript:</strong>
<br>
<progress class="progress is-primary" value="60" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Ruby:</strong>
<br>
<progress class="progress is-primary" value="80" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>HTML5/CSS3</strong>
<br>
<progress class="progress is-primary" value="80" max="100"></progress>
</p>
</div>
</div>
</article>
<article class="media">
<div class="media-content">
<div class="content">
<p>
<strong>Databases</strong>
<br>
<progress class="progress is-primary" value="66" max="100"></progress>
</p>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills tags -->
<!-- <br>
<div class="tags custom-tags">
<span class="tag is-light">Node.js</span><span class="tag is-light">Express.js</span><span class="tag is-light">VueJS</span><span
class="tag is-light">JavaScript</span><span class="tag is-light">HTML5</span><span class="tag is-light">Canvas</span><span
class="tag is-light">CSS3</span><span class="tag is-light">Bulma</span><span class="tag is-light">Bootstrap</span><span
class="tag is-light">jQuery</span><span class="tag is-light">Pug</span><span class="tag is-light">Stylus</span><span
class="tag is-light">SASS/SCSS</span><span class="tag is-light">Webpack</span><span class="tag is-light">Git</span><span
class="tag is-light">ASP.NET Web Forms</span><span class="tag is-light">MSSQL</span><span class="tag is-light">MongoDB</span><span
class="tag is-light">Apache Cordova</span><span class="tag is-light">Chrome Extensions</span>
</div> -->
<!-- Services -->
<!-- <section class="section" id="services">
<div class="section-heading">
<h3 class="title is-2">Services</h3>
<h4 class="subtitle is-5">What can I do for you?</h4>
</div>
<div class="container">
<div class="columns">
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">Front End Web Development</h4>
Develop Front End using latest standards with HTML5/CSS3 with added funtionality using JavaScript and
Vue.js.
</div>
</div>
</div>
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">Back End Web Development</h4>
Develop Back End application/service using Node.js or ASP .NET and SQL server or Mongo DB databases.
</div>
</div>
</div>
</div>
<div class="columns">
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">Front End Web Development</h4>
Develop Front End using latest standards with HTML5/CSS3 with added funtionality using JavaScript and
Vue.js.
</div>
</div>
</div>
<div class="column">
<div class="box">
<div class="content">
<h4 class="title is-5">Back End Web Development</h4>
Develop Back End application/service using Node.js or ASP .NET and SQL server or Mongo DB databases.
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- Resume -->
<section class="section" id="resume">
<div class="section-heading">
<h3 class="title is-2">Resume</h3>
<h4 class="subtitle is-5">More about my past</h4>
<a href="static/files/ryan_johnson_resume_2018_11_04.docx" class="button is-link is-medium">
<span class="icon">
<i class="fas fa-file-alt"></i>
</span>
<span>Download My Resume</span>
</a>
</div>
</section>
<!-- Contact -->
<!-- <section class="section" id="contact">
<div class="container">
<div class="section-heading">
<h3 class="title is-2">Contact</h3>
<h4 class="subtitle is-5">Get in touch</h4>
</div>
<br>
<div class="columns">
<div class="column is-6 is-offset-3">
<div class="box">
<div class="field">
<label class="label">Name</label>
<div class="control">
<input class="input" type="text" placeholder="Text input">
</div>
</div>
<div class="field">
<label class="label">Email</label>
<div class="control has-icons-left">
<input class="input" type="email" placeholder="Email input" value="">
<span class="icon is-small is-left">
<i class="fas fa-envelope"></i>
</span>
</div>
</div>
<div class="field">
<label class="label">Message</label>
<div class="control">
<textarea class="textarea" placeholder="Textarea"></textarea>
</div>
</div>
<div class="field is-grouped has-text-centered">
<div class="control">
<button class="button is-link is-large"><span class="icon">
<i class="fas fa-envelope"></i>
</span>
<span>Submit</span></button>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- Footer -->
<footer class="footer">
<div class="section-heading">
<p>
<strong><a href="https://github.com/BulmaTemplates/bulma-templates/blob/master/templates/personal.html" target="_blank">Bulma Personal Template</a></strong> by <a href="https://mubaidr.js.org" target="_blank">Muhammad Ubaid Raza</a>. The
source code is licensed
<a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT</a>.
</p>
</div>
</footer>
</body>
</html>