-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
328 lines (324 loc) · 10.7 KB
/
index.html
File metadata and controls
328 lines (324 loc) · 10.7 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
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
<!DOCTYPE html>
<html>
<head>
<!-- Meta Info -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Damien Richcreek - Full Stack Software Engineer"
/>
<meta name="keywords" content="HTML, CSS, JavaScript" />
<meta name="author" content="Damien Richcreek" />
<!-- Title Info -->
<title>Damien Richcreek - Full Stack Software Engineer</title>
<!-- update the version number as needed -->
<script defer src="/__/firebase/9.3.0/firebase-app-compat.js"></script>
<script defer src="/__/firebase/init.js?useEmulator=true"></script>
<!-- jQuery CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<!-- Bootstrap CDN -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
/>
<!-- Google Font API -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700"
rel="stylesheet"
type="text/css"
/>
<!-- Load Site CSS -->
<link rel="stylesheet" type="text/css" href="css/main.css" />
<!-- Load Google Fonts -->
<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=Outfit:wght@400;700&display=swap"
rel="stylesheet"
/>
<!-- Load Site JavaScript -->
<script src="js/script.js"></script>
</head>
<body>
<main>
<div class="navbar navbar-inverse no-bottom">
<nav class="container">
<div class="navbar-brand">
<img
id="logo-img"
src="img/richcreekdev-logos_transparent_sm.png"
alt="Damien Richcreek"
/>
</div>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#about"
><span
class="glyphicon glyphicon-user"
aria-hidden="true"
></span>
About</a
>
</li>
<li>
<a href="#skills"
><span
class="glyphicon glyphicon-stats"
aria-hidden="true"
></span>
Skills</a
>
</li>
<li>
<a href="#portfolio"
><span
class="glyphicon glyphicon-briefcase"
aria-hidden="true"
></span>
Portfolio</a
>
</li>
<li>
<a href="#contact"
><span
class="glyphicon glyphicon-envelope"
aria-hidden="true"
></span>
Contact</a
>
</li>
</ul>
</nav>
</div>
<!-- Nav End -->
<div class="jumbotron no-bottom" id="hero">
<div class="container-fluid">
<h1 class="row text-center">Damien Richcreek</h1>
<h2 class="row text-center">Full Stack Software Engineer</h2>
<button
type="button"
onClick="location.href='mailto:[email protected]'"
id="cta"
class="btn btn-primary btn-lg"
>
Hire Me
</button>
</div>
</div>
<!-- Hero End -->
<section class="container" id="about">
<h2>About</h2>
<div>
<p class="lead">
Hello! My name is Damien Richcreek. I'm a Full Stack Software
Engineer primarily focusing on JavaScript for frontend and rails or
node on the backend. I'm currently attending LEARN Academy's Full
Stack Developer Bootcamp, but am open to remote employment
opportunities.
</p>
<p class="lead">
I'm also trained in Git/GitHub and have been immersed in pair
programming and testing. I'm also a gadget geek, motorcycle
enthusiast, and enjoy carpentry.
</p>
</div>
</section>
<!-- About Section End -->
<section class="container" id="skills">
<div>
<h2>Skills</h2>
</div>
<div class="col-md-4 col-sm-6">
<div class="thumbnail">
<h4>Client-Side</h4>
<ul>
<li>
<div>
<img
src="./img/icons/003-html.png"
alt="HTML Icon"
height="60px"
/>
</div>
<h4>HTML5</h4>
</li>
<li>CSS3</li>
<li>JavaScript</li>
<li>Ruby</li>
<li>ReactJS</li>
<li>Python</li>
<li>Vue.js</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="thumbnail">
<h4>Server-Side</h4>
<ul>
<li>Ruby on Rails</li>
<li>Node.js & NPM</li>
<li>Express.js</li>
<li>Django</li>
<li>PostgreSQL</li>
<li>MongoDB</li>
<li>API's & RESTful Services</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="thumbnail">
<h4>Tools</h4>
<ul>
<li>Testing</li>
<ul>
<li>Jest</li>
<li>RSpec</li>
</ul>
<li>Git & GitHub</li>
<li>Basic SSH</li>
<li>Web Host Setup</li>
<li>AWS Services</li>
<li>IntelliJ IDEA</li>
<li>BASH/ZSH Terminal</li>
</ul>
</div>
</div>
</section>
<!-- Skills Section End -->
<section class="container" id="portfolio">
<div>
<h2>Portfolio</h2>
</div>
<div class="col-md- col-sm-6">
<div class="thumbnail">
<h3 class="text-center">My Dev Portfolio</h3>
<a href="https://richcreek.dev" target="_blank"
><img src="img/Screenshot_3.png" alt="Richcreek.dev"
/></a>
<p>
My developer profile created by using HTML5, CSS3, and JavaScript.
Hosted using Google Firebase pushed to a GitHub Repo.
</p>
<button
onClick="location.href='https://github.com/Tactika/Tactika.github.io'"
>
GitHub
</button>
<button onClick="location.href='https://richcreek.dev'">
Live
</button>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="thumbnail">
<h3 class="text-center">Equipment Rental App</h3>
<a href="http://jobxite.herokuapp.com/" target="_blank"
><img src="img/Screenshot_2.png" alt="JobXite"
/></a>
<p>(Still Under Development)</p>
<p>
This is a equipment rental app created with HTML5, CSS3, with
Python and Django. The app is served by Heroku
</p>
<button
onClick="location.href='https://github.com/Tactika/jobxite'"
>
GitHub
</button>
<button onClick="location.href='http://jobxite.herokuapp.com/'">
Live
</button>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="thumbnail">
<h3 class="text-center">QR Scan Component Page</h3>
<a href="https://frontend-qr.projektz.dev/" target="_blank">
<img src="img/project3-qr.png" alt="QR Scan Component" />
</a>
<p>
Frontend project to display QR code component using HTML and CSS
Flexbox. Deployed using Netlify on custom sub-domain.
</p>
<button
onClick="location.href='https://github.com/Tactika/Tactika.github.io'"
>
GitHub
</button>
<button onClick="location.href='https://frontend-qr.projektz.dev/'">
Live
</button>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="thumbnail">
<h3 class="text-center">NFT Card Component Page</h3>
<a href="https://project-nft.projektz.dev" target="_blank">
<img src="img/project-nft.png" alt="NFT Card Component" />
</a>
<p>
Frontend project to display NFT Card Component using HTML and CSS
Flexbox. Deployed using Netlify on custom sub-domain.
</p>
<button
onClick="location.href='https://github.com/Tactika/nft-preview-card-component'"
>
GitHub
</button>
<button onClick="location.href='https://project-nft.projektz.dev'">
Live
</button>
</div>
</div>
</section>
<!-- Portfolio Section End -->
<section class="container" id="contact">
<div>
<h2>Contact</h2>
</div>
<div id="contacts" class="text-center">
<div class="col-xs-6 col-sm-3">
<a href="https://www.linkedin.com/in/drichcreek" target="_blank"
><i class="fa fa-linkedin-square"></i><br />LinkedIn</a
>
</div>
<div class="col-xs-6 col-sm-3">
<a href="https://github.com/Tactika" target="_blank"
><i class="fa fa-github-square"></i><br />GitHub</a
>
</div>
<div class="col-xs-6 col-sm-3">
<a href="https://www.facebook.com/richcreekdj" target="_blank"
><i class="fa fa-facebook-square"></i><br />Facebook</a
>
</div>
<div class="col-xs-6 col-sm-3">
><i class="fa fa-envelope"></i><br />E-mail</a
>
</div>
</div>
</section>
<!-- Contact Section End -->
<footer class="container-fluid">
<div class="text-center">
<small
>Copyright © 2025
>Damien Richcreek</a
></small
>
</div>
</footer>
<!-- Container End -->
<script src="js/script.js"></script>
</main>
</body>
</html>