-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
266 lines (252 loc) · 9.42 KB
/
index.html
File metadata and controls
266 lines (252 loc) · 9.42 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<!-- MAKE IT SO WHEN YOU CLICK ON THE CD / IT EXPANDS AND SHRINKS TO WHICHEVER YOU ARENT ON -->
<title>John Vecchio - A Personal Bio</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="main.css" />
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:300,600" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.11/components/icon.min.css">
</head>
<body>
<!-- NAVBAR AND ITEMS -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class='navbar-header'>
<a href="#" class="navbar-brand"><jv></a>
</div>
<ul class='nav navbar-nav'>
</ul>
</div>
</nav>
<!-- JUMBOTRON UP IN HERE -->
<section class="jumbotron">
<div class="container">
<div class="row text-center">
<h2 class="jumbotron__first-name">john.vecchio();</h2>
<h3 class="jumbotron__statement">this.professionalBio();</h3>
</div>
</div>
</section>
<div id="accordion">
<!-- PROFILE -->
<div class="container">
<h2 class="top accordion-toggle">
~RUN $ cd /<span class="folder">profile</span></h2>
<div class="profile row accordion-content">
<hr/>
<p class="top cds">/README.md</p>
<hr/>
<div class="col-md-4 text-center">
<img class="mepic" src="img/me.jpeg" width="246" height="246" />
</div>
<div class="col-md-4">
<h3 class="profile__header">About me</h3>
<p class="cds">
Professional computer guy based out of San Francisco
</p>
<p class="cds">
I am a transplant from Pittsburgh, PA (Go Steelers). If I am not in front of a screen (computer, tv, or cinema), I am outside enjoying myself. I am a super social person and always looking for a fun thing to do. Feel free to checkout my work below, spotify playlists included!
</p>
</div>
<div class="col-md-4">
<h3 class="profile__header">Details</h3>
<p class="cds">
<strong>Name:</strong><br/>
John Vecchio<br/>
<strong>Age:</strong><br/>
33 years<br/>
<strong>Location:</strong><br/>
San Fracisco, CA<br/>
<strong>Media:</strong><br/>
</p>
<span class="mediaicons" id="mediaicons">
<a class="media__icon" href="https://open.spotify.com/playlist/0W9RiydWpuc7pvWtcxk11Q?si=01713581b146493b">
<i class="big spotify icon"></i></a>
<a class="media__icon" href="mailto:jedwardvechio@gmail.com">
<i class="large mail icon"></i></a>
<a class="media__icon" href="https://github.com/johnvecchio">
<i class="large git icon"></i></a>
<a class="media__icon" href="https://codepen.io/jvecchio/">
<i class="large codepen icon"></i></a>
</span>
</div>
</div>
</div>
<!-- PROJECTS -->
<div class="container">
<h2 class="top accordion-toggle">
~RUN $ cd /<span class="folder">projects</span></h2>
<div class="projects accordion-content">
<hr/>
<p class="top cds">/scripts</p>
<hr/>
<div class="text-center">
<div class="col-md-12">
<br>
<p><-- ======== DETAILS ========= --></p> <p><-- ==== check out my work ====--></p>
<p><-- = plz email for freelance = --></p>
<p><-- =========================== --></p>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/trillo/">Flexbox Site</a>
<p><strong>.scss</strong></p>
<i class="huge travel layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/natours/">Adv.Sass Site</a>
<p><strong>.scss</strong></p>
<i class="huge home layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/miir-help-desk/">MiiR Help Page</a>
<p><strong>.scss</strong></p>
<i class="huge comment layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/johnnys/">Johnnys Restaurant</a>
<p><strong>.scss</strong></p>
<i class="huge food layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://miir-sales.myshopify.com/">Enter w/ Password</a>
<p><strong>pw = chubru</strong></p>
<i class="huge payment layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/kdot-template/">K.Lamar Template</a>
<p><strong>.scss</strong></p>
<i class="huge music layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/JVPaint/">JVPaint</a>
<p><strong>.js</strong></p>
<i class="huge paint brush layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/QuikTube/">React App</a>
<p><strong>.jsx</strong></p>
<i class="huge youtube layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://blooming-cove-52141.herokuapp.com/">Campfind</a>
<p><strong>.ejs</strong></p>
<i class="huge road layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/PatatapClone/">Music App</a>
<p><strong>.js</strong></p>
<i class="huge music layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/rgbGame/">RGB Game</a>
<p><strong>.js</strong></p>
<i class="huge grid layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://johnvecchio.github.io/jqueryToDo/">Todo List</a>
<p><strong>.js</strong></p>
<i class="huge list layout icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://itunes.apple.com/app/nuj-geo-based-reminders-alarms/id1098981625?mt=8">Nuj</a>
<p><strong>.ipa</strong></p>
<i class="huge apple icon"></i>
</div>
<div class="col-md-2 col-sm-6 project__blocks">
<a class="project__link" href="https://itunes.apple.com/us/app/spot-it-interactive-game/id1099005531?mt=8">Spot It</a>
<p><strong>.ipa</strong></p>
<i class="huge apple icon"></i>
</div>
</div>
</div>
</div>
<!-- TOOLS -->
<div class="container">
<h2 class="top accordion-toggle">
~RUN $ cd /<span class="folder">tools</span></h2>
<div class="work accordion-content">
<hr/>
<p class="top cds">/assets</p>
<hr/>
<h3 class="profile__header margin-bot text-center">/* Cool things I like working in */</h3><br>
<div class="col-md-3 col-sm-6 text-center">
<img class="tools" src="img/html-outline.png" height="75" width="75">
<p>HTML</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="tools" src="img/css-outline.png" height="75" width="75">
<p>CSS</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="tools" src="img/sass-outline.png" height="75" width="75">
<p>Sass</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="tools" src="img/javascript-outline.png" height="75" width="75">
<p>Javascript</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="tools" src="img/react.png" height="75" width="75">
<p>React</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="tools" src="img/nodejs-outline.ico" height="75" width="75">
<p>Node js</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="tools" src="img/jquery-outline.png" height="75" width="75">
<p>jQuery</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="tools" src="img/mongodb-outline.png" height="75" width="65">
<p>Mongodb</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="tools" src="img/swift-outline.png" height="75" width="75">
<p>Swift</p>
</div>
</div>
</div>
<!-- WORK -->
<div class="container">
<h2 class="top accordion-toggle">
~RUN $ cd /<span class="folder">xp</span></h2>
<div class="work accordion-content">
<hr/>
<p class="top cds">/dir</p>
<hr/>
<div class="col-md-3 col-sm-6 text-center">
<img class="logo logo__miir" src="img/miir.png" height="65" width="160">
<p>Systems Manager</p>
<p>2016-Present</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="logo logo__ppg" src="img/ppg.png" height="80" width="80">
<p>IT Analyst</p>
<p>2015-2016</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="logo" src="img/pitt.png" height="75" width="150">
<p>Bachelors</p>
<p>Poli.Sci -2014</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<img class="logo__ccac" src="img/ccac-2.png" height="75" width="90">
<p>Associates</p>
<p>Comp.Sci - 2015</p>
</div>
</div>
</div>
<!-- end -->
</div>
<!-- https://source.unsplash.com/user/erondu/xcQWMPm9fG8 -->
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script type="text/javascript" src="script.js" ></script>
</body>
</html>