-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
262 lines (251 loc) · 7.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rudy A. Washington Resume</title>
<!-- Import CSS: Main Stylesheet -->
<link rel="stylesheet" href="main.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"
/>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight"> Rudy </span>A. Washinton</h1>
</div>
<nav class="navbar">
<ul>
<li class="current"><a href="index1.html">Home</a></li>
<li><a href="#Exp">Experience</a></li>
<li><a href="#Edu">Education</a></li>
<li><a href="#Int">Interests</a></li>
<li><a href="#Ski">Skills</a></li>
<li><a href="#about">Tech Stack</a></li>
<li><a href="#Con">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section id="showcase">
<div class="container">
<h2>Professional Web Design and Software Development</h2>
<h3 class="banner__title">Resume Sample in PDF</h3>
<a
class="button-download nowrap"
download
href="https://drive.google.com/file/d/1ty1bJdRtZIzvTAYy_8DvMYo5HUWCcIhU/view?usp=sharing"
target="_blank"
>
Download profile as PDF
</a>
<div id="container">
<div class="hero">
<figure class="profile-pic-figure">
<img
src="profile.jpg"
alt="Profile Picture"
title="My Profile Picture"
width="1497"
height="1968"
/>
<figcaption class="offscreen">Rudy A. Washington</figcaption>
</figure>
<h1 class="h1">
<span class="nowrap">Hello 👋</span>
<span class="nowrap">I'm Rudy</span>
</h1>
</div>
</div>
</div>
</section>
<section id="Exp">
<h2><span style="font-size: 30px">💼</span>Expereince</h2>
<table>
<colgroup>
<col span="1" style="background-color: #ddd" />
</colgroup>
<tr>
<th>Company</th>
<th>Details</th>
<th>Years</th>
</tr>
<tr>
<td>Depan-Maison-Neuf</td>
<td>Create Store Website</td>
<td>June 2024</td>
</tr>
<tr>
<td>Jamaican Association (JAM)</td>
<td>Upgrade existing website</td>
<td>April 2024</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</section>
<section id="Edu">
<h2><span style="font-size: 30px">🏫</span>Education</h2>
<dl>
<dt>Vanier College</dt>
<dd>AEC</dd>
<dt>Degree</dt>
<dd>Software Development</dd>
</dl>
</section>
<section id="Int">
<h2><span style="font-size: 30px">😎</span>Interests</h2>
<ul>
<li>Affiliate Marketing</li>
<li>BodyBuilding</li>
<li>Cooking</li>
<li>Swimming</li>
</ul>
</section>
<section id="Ski">
<h2><span style="font-size: 30px">💪🏾</span>Skills</h2>
<ol>
<li>CSS3</li>
<li>HTML5</li>
<li>Java</li>
<li>C#</li>
<li>Python</li>
<li>Git & CLI</li>
<li>
JavaScript
<ul>
<li>DOM</li>
<li>Node & NPM</li>
</ul>
</li>
<li>
React
<ul>
<li>JSX & Babel</li>
<li>ES6</li>
</ul>
</li>
</ol>
</section>
<div id="about">
<div class="user">
<!-- Technology Stack #1: Languages -->
<div class="tech">
<h2>Languages</h2>
<i class="devicon-python-plain colored"></i>
<i class="devicon-java-plain-wordmark colored"></i>
<i class="devicon-cplusplus-plain colored"></i>
<i class="devicon-javascript-plain colored"></i>
<p>
My favorite languages for systems programming, software engineering,
and data analysis.
</p>
</div>
<!-- Technology Stack #2: Front-End -->
<div class="tech">
<h2>Front-End</h2>
<i class="devicon-react-original colored"></i>
<i class="devicon-bootstrap-plain-wordmark colored"></i>
<i class="devicon-html5-plain-wordmark colored"></i>
<i class="devicon-css3-plain-wordmark colored"></i>
<p>
My preferred technologies for front-end web development and
component design.
</p>
</div>
<!-- Technology Stack #3: Back-End -->
<div class="tech">
<h2>Back-End</h2>
<i class="devicon-nodejs-plain colored"></i>
<i class="devicon-express-original-wordmark colored"></i>
<i class="devicon-mongodb-plain-wordmark colored"></i>
<i class="devicon-postgresql-plain-wordmark colored"></i>
<p>
My preferred technologies for back-end web programming and database
architecture.
</p>
</div>
<!-- Technology Stack #4: Tools -->
<div class="tech">
<h2>Tools</h2>
<i class="devicon-git-plain-wordmark colored"></i>
<i class="devicon-visualstudio-plain colored"></i>
<i class="devicon-github-plain-wordmark colored"></i>
<i class="devicon-docker-plain-wordmark colored"></i>
<p>
My favorite tools for version control, code editing, and container
orchestration.
</p>
</div>
</div>
</div>
<section id="Con">
<h2><span style="font-size: 40px">📧</span>Contact Me</h2>
<p>
Contact me at
<a href="mailto:rudyawashington@gmail.com">My Email Address</a>
</p>
</section>
<div class="footer-content">
<h3>Determined Developer</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing.</p>
<ul class="socials">
<li>
<a href="https://www.facebook.com/antonio.washington.73345"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href=""><i class="fa fa-twitter"></i></a>
</li>
<!-- <li>
<a href="#"><i class="fa fa-google-plus"></i></a>
</li> -->
<li>
<a href="#"><i class="fa fa-youtube"></i></a>
</li>
<li>
<a href="http://www.linkedin.com/in/rawcode77"><i class="fa fa-linkedin-square"></i></a>
</li>
<!-- <li>
<a href="#"><i class="fa fa-google"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-git"></i></a>
</li> -->
<li class="align-git-icon">
<a href="https://github.com/RawCode77/"><i class="fa fa-github"></i></a>
<p id="dotted" class="blinking"><a href="https://github.com/RawCode77/" target="_blank">My Projects</a></p>
</li>
</ul>
</div>
<footer class="footer">
<p>
Copyright © 2024
<span class="highlight"
><a href="https://github.com/RawCode77/" target="_blank"
>RawCode77</a
></span
>
Content please contact me to find out more.
</p>
</footer>
<!-- Import JS: Particles Theme -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- Import JS: Sweet Scroll -->
<script src="./assets/js/sweet-scroll.min.js"></script>
<!-- Import JS: Google Analytics -->
<script src="./assets/js/google-analytics.js"></script>
<!-- Import JS: Main Script -->
<script src="main.js"></script>
</body>
</html>