-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (197 loc) · 11 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
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<title>John/Mary Doe | Web Development</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- custom styles -->
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="css/w3css.css">
<link rel="stylesheet" href="css/style.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css">
<!-- favicon links -->
<link rel="apple-touch-icon" sizes="57x57" href="img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<body class="w3-light-grey">
<!-- Page Container -->
<div class="w3-content w3-margin-top" style="max-width:1400px;">
<!-- The Grid -->
<div class="w3-row-padding">
<!-- Left Column -->
<div class="w3-quarter">
<div class="w3-white w3-text-grey w3-card-4">
<div class="w3-display-container w3-animate-zoom">
<img src="resume-giphy.gif" style="width:100%" alt="resume-image">
<div class="w3-display-bottomleft w3-container w3-text-white">
<h2 class="w3-animate-left">John/Mary Doe</h2>
</div>
</div>
<div class="w3-container">
<!-- GOOGLE TRANSLATE SCRIPT -->
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<p>
<i class="far fa-file-pdf fa-fw w3-margin-right w3-large w3-text-blue"></i>
<a class="w3-hover-text-blue" href="#" download>.pdf Resume</a>
</p>
<p><i class="fab fa-linkedin fa-fw w3-margin-right w3-large w3-text-blue"></i><a class="w3-hover-text-blue"
href="#" target="_blank">linkedIn</a></p>
<p><i class="fa fa-briefcase fa-fw w3-margin-right w3-large w3-text-blue"></i><a class="w3-hover-text-blue"
href="#" target="_blank">Portfolio</a></p>
<p><i class="fas fa-globe-americas fa-fw w3-margin-right w3-large w3-text-blue"></i><a class="w3-hover-text-blue"
href="#" target="_blank">Website</a></p>
<p><i class="fab fa-github fa-fw w3-margin-right w3-large w3-text-blue"></i><a class="w3-hover-text-blue"
href="#" target="_blank">GitHub</a></p>
<p><i class="fa fa-home fa-fw w3-margin-right w3-large w3-text-blue"></i>Florida, USA</p>
<p><i class="fa fa-envelope fa-fw w3-margin-right w3-large w3-text-blue"><a class="w3-hover-text-blue" href="mailto:johnDoe@yahoo.com?Subject=Hey%20there"
target="_top"></i>Contact Me</a></p>
<!-- <p><i class="fa fa-phone fa-fw w3-margin-right w3-large w3-text-blue"></i>1224435534</p> -->
<hr>
<p class="w3-large"><b><i class="fas fa-code fa-fw w3-margin-right w3-text-blue w3-spin"></i>Skills</b></p>
<span class="w3-tag w3-blue w3-round w3-animate-zoom">HTML5/CSS3</span>
<br><br>
<span class="w3-tag w3-blue w3-round w3-animate-zoom">Bootstrap 4</span>
<br><br>
<span class="w3-tag w3-blue w3-round w3-animate-right">Materialize</span>
<br><br>
<span class="w3-tag w3-blue w3-round w3-animate-left">jQuery</span>
<br><br>
<span class="w3-tag w3-blue w3-round w3-animate-top">WordPress</span>
<span class="w3-tag w3-blue w3-round w3-animate-zoom">CMS</span>
<br><br>
<span class="w3-tag w3-blue w3-round w3-animate-bottom">Javascript</span>
<br><br>
<span class="w3-tag w3-blue w3-round w3-animate-left">hadoop</span>
<br><br>
<span class="w3-tag w3-blue w3-round w3-animate-zoom">MERN</span>
<span class="w3-tag w3-blue w3-round w3-animate-top">LAMP</span>
<br><br>
<span class="w3-tag w3-blue w3-round w3-animate-top">SQL</span>
<span class="w3-tag w3-blue w3-round w3-animate-zoom">mySQL</span>
<br><br>
<hr>
<p class="w3-large w3-text-theme"><b><i class="fas fa-cogs fa-fw w3-margin-right w3-text-blue w3-spin"></i>Development
Tools</b></p>
<p>VS Code / Atom</p>
<div>
<!-- Some optional content/description -->
</div>
<p>Eclipse / Visual Studio </p>
<div>
<!-- Some optional content/description -->
</div>
<p>XAMMP / GitBash / Git</p>
<div>
<!-- Some optional content/description -->
</div>
<p>Microsoft SQL Server</p>
<div>
<!-- Some optional content/description -->
</div>
<p>Linux / Unix</p>
<div>
<!-- Some optional content/description -->
</div>
<br>
</div>
</div>
<br>
<!-- End Left Column -->
</div>
<!-- Right Column -->
<div class="w3-twothird">
<div class="w3-container w3-card w3-white w3-margin-bottom">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-blue"></i>Professional
Experience</h2>
<div class="w3-container">
<h5 class="w3-opacity"><b>Full Stack Developer ~ Google Inc.</b></h5>
<h6 class="w3-text-blue"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Jan 2005 - <span class="w3-tag w3-blue w3-round">Present</span></h6>
<p>Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est
reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.</p>
<hr>
</div>
<div class="w3-container">
<h5 class="w3-opacity"><b>Hadoop Data Analysis ~ Oracle Corp.</b></h5>
<h6 class="w3-text-blue"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Mar 2001 - Dec 2004</h6>
<p>Consectetur adipisicing elit. Praesentium magnam consectetur vel in deserunt aspernatur est
reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste.</p>
<hr>
</div>
<div class="w3-container">
<h5 class="w3-opacity"><b>MERN Developer ~ CB & S Development</b></h5>
<h6 class="w3-text-blue"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Jun 1999 - Mar 2003</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet consectetur
adipisicing. </p><br>
</div>
</div>
<div class="w3-container w3-card w3-white">
<h2 class="w3-text-grey w3-padding-16"><i class="fas fa-graduation-cap fa-fw w3-margin-right w3-xxlarge w3-text-blue"></i>Education</h2>
<div class="w3-container">
<h5 class="w3-opacity"><b>Harvard University B.Sc. Computer Science</b></h5>
<h6 class="w3-text-blue"><i class="fa fa-calendar fa-fw w3-margin-right"></i>1995 - 1999</h6>
<p>Computer Science Development / C-programming language, C++, Java, Perl, pasqal, cobalt, fortran</p>
<hr>
</div>
<div class="w3-container">
<h5 class="w3-opacity"><b>Texas A&M College of Data Science ~ Graduate School</b></h5>
<h6 class="w3-text-blue"><i class="fa fa-calendar fa-fw w3-margin-right"></i>2000 - 2002</h6>
<p>Data Science Driven Development w/ Hadoop, SQL, mySQL, phpMyAdmin, XAMMP, LAMP</p>
<hr>
</div>
<div class="w3-container">
<h5 class="w3-opacity"><b>A/B Coding Bootcamp</b></h5>
<h6 class="w3-text-blue"><i class="fa fa-calendar fa-fw w3-margin-right"></i>Jan - Mar 2017</h6>
<p>Full Stack Development w/ LAMP Stack / Scripting w/ node.js & php / MongoDB / Data Science</p><br>
</div>
</div>
<!-- End Right Column -->
</div>
<!-- End Grid -->
</div>
<!-- End Page Container -->
</div>
<footer class="w3-container w3-blue-gray w3-center w3-margin-top">
<p>Find me on social media.</p>
<a href="https://github.com/" target="_blank">
<i class="fab fa-github w3-hover-opacity w3-large"></i></a>
<a href="https://codepen.io/" target="_blank">
<i class="fab fa-codepen w3-hover-opacity w3-large"></i></a>
<a href="https://medium.com/" target="_blank">
<i class="fab fa-medium w3-hover-opacity w3-large"></i></a>
<a href="https://www.freecodecamp.org/" target="_blank">
<i class="fab fa-free-code-camp w3-hover-opacity w3-large"></i></a>
<a href="https://plus.google.com/" target="_blank">
<i class="fab fa-google-plus-square w3-hover-opacity w3-large"></i></a>
<a target="_blank" href="https://dev.to/">
<i class="fab fa-dev w3-hover-opacity w3-large"></i></a>
<a href="https://www.linkedin.com/" target="_blank">
<i class="fab fa-linkedin w3-hover-opacity w3-large"></i></a>
<br><br>
<button class="w3-button w3-round-xlarge"><a href="#" target="_blank"><i class="fas fa-briefcase fa-fw w3-margin-right w3-large w3-text-blue"></i><i>Portfolio</i></a></button>
<button class="w3-button w3-round-xlarge"><a href="https://github.io/" target="_blank"><i class="fas fa-globe-americas fa-fw w3-margin-right w3-large w3-text-blue"></i><i>Website</i></a></button>
<p>Responsive HTML/CSS Resume for anyone to use <i class="fas fa-smile"></i></p>
<p>© 2018 MIT License Chase Singhofen</p>
</footer>
</body>
</html>