-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (208 loc) · 10.8 KB
/
Copy pathindex.html
File metadata and controls
225 lines (208 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>John Eletto</title>
<link rel="apple-touch-icon" sizes="180x180" href="/content/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/content/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/content/favicon-16x16.png">
<link rel="manifest" href="/content/site.webmanifest">
<link rel="mask-icon" href="/content/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/content/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="/content/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description"
content="Sudent and Developer creating beautiful websites. Download or view John Eletto's resume or portfolio.">
<meta name="keywords" content="John Eletto, Student, Developer, Front-End, SEO, Marist College, Zebra Technologies">
<meta name="robots" content="index, follow" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.4/css/mdb.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
<!-- Magic Mouse -->
<link href="./magic-mouse.css" rel="stylesheet" />
<!-- Site Specific Styles -->
<link href="./site.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-79657802-1"></script>
<script async>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-79657802-1');
</script>
</head>
<body>
<header class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div>
<div class="text-center py-5 px-4 my-5">
<div>
<h1 class="pt-3 mb-5 font-bold" style="font-size: 3.5em;">
<strong>Hello<span class="text-primary">.</span></strong>
</h1>
<h2>
I am
<br>
<span class="typing"> </span>
</h2>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="container pt-5">
<div class="row">
<div class="col-sm-6 d-none d-sm-block" style="position:relative;">
<video width="100%" autoplay loop muted playsinline controls="false">
<source src="./content//ms-9ebaTI.mp4" type="video/mp4">
<img data-src="./content/ms-9ebaTI.gif" class="lazyload" alt="Animoji GIF">
</video>
</div>
<div class="col-sm-6">
<p>
<span style="font-size: 1.3em;">Hi There,</span>
<br />
<br /> Thanks for visiting my site! My name is John Eletto. I'm a full stack software engineer. I
graduated from Marist College, and I love to build things. Make sure you check out some of my
projects
below.
<br />
<br /> While you're here, don't forget to
<a href="./content/JohnEletto_Resume.pdf" target="_blank" rel="noopener">Download My Resume</a> or
<a href="https://www.linkedin.com/in/johneletto/" target="_blank" rel="noopener">Check Me Out On
LinkedIn</a>.
Also, feel free to get in touch with me via LinkedIn or e-mail.
</p>
<p style="font-family: 'Satisfy', cursive; font-size: 2em;">John Eletto</p>
<a href="./content/JohnEletto_Resume.pdf" target="_blank" rel="noopener"
class="btn btn-primary btn-rounded hoverable">
<i class="fa fa-file-pdf-o" aria-hidden="true"></i>
Resume
</a>
<a href="https://www.linkedin.com/in/johneletto/" target="_blank" rel="noopener"
class="btn btn-primary btn-rounded hoverable">
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
Linked-In
</a>
</div>
</div>
</section>
<section class="container pt-5">
<div class="row">
<div class="col">
<h2 class="portfolio-title">My Portfolio</h2>
</div>
</div>
<div class="row mt-3">
<div class="col-sm-6 my-3">
<a href="https://www.replay.qa" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2021-06-10-replay.qa.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="Replay.qa">
<h4 class="text-center mt-2">Replay.qa</h4>
</a>
</div>
<div class="col-sm-6 my-3">
<a href="https://www.producthunt.com/posts/helio-sunset-forecast" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2019-06-09-helio.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="Helio - Sunset Forecast">
<h4 class="text-center mt-2">Helio - Sunset Forecast</h4>
</a>
</div>
<div class="col-sm-6 my-3">
<a href="https://qr.johneletto.com" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2018-11-08-20-26-qr.johneletto.com.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="qr.johneletto.com">
<h4 class="text-center mt-2">QR Code/Code128 Barcode Generator</h4>
</a>
</div>
<div class="col-sm-6 my-3">
<a href="https://trucktca.com/" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2018-07-30-23-32-trucktca.com.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="TruckTCA.com">
<h4 class="text-center mt-2">TCA Logistics</h4>
</a>
</div>
<div class="col-sm-6 my-3">
<a href="http://www.lewinbaglio.com/" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2018-07-30-23-37-www.lewinbaglio.com.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="LewinBaglio.com">
<h4 class="text-center mt-2">Lewin & Baglio</h4>
</a>
</div>
<div class="col-sm-6 my-3">
<a href="http://nassausuffolktrafficlaw.com/" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2018-07-30-23-38-nassausuffolktrafficlaw.com.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="NassauSuffolkTrafficLaw.com">
<h4 class="text-center mt-2">Nassau Suffolk Traffic Law</h4>
</a>
</div>
<div class="col-sm-6 my-3">
<a href="https://sga.marist.edu/" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2018-07-30-23-40-sga.marist.edu.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="sga.marist.edu">
<h4 class="text-center mt-2">Marist SGA</h4>
</a>
</div>
<div class="col-sm-6 my-3">
<a href="https://bambobrush.com/" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2018-07-30-23-41-bambobrush.com.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="BamboBrush.com">
<h4 class="text-center mt-2">Bambö</h4>
</a>
</div>
<div class="col-sm-6 my-3">
<a href="https://thebookteacher.com/" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2018-07-30-23-42-thebookteacher.com.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="TheBookTeacher.com">
<h4 class="text-center mt-2">The Book Teacher</h4>
</a>
</div>
<div class="col-sm-6 my-3">
<a href="http://www.johneletto.com/ElettoOS/" target="_blank" rel="noopener">
<img data-src="./content/portfolio/2018-12-11-14-01-www.johneletto.com.png"
class="img-fluid z-depth-1 hoverable lazyload" alt="ElettoOS">
<h4 class="text-center mt-2">ElettoOS</h4>
</a>
</div>
</div>
</section>
<footer class="container-fluid bg-light mt-5 py-3">
<div class="row">
<div class="col text-center">
<h3>Thanks For Visiting!</h3>
<p>©2019 John Eletto.</p>
</div>
</div>
</footer>
<!-- JQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
defer></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.13.0/umd/popper.min.js"
defer></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/js/bootstrap.min.js" defer></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.5.4/js/mdb.min.js"
defer></script>
<!-- Typed JS -->
<script type="text/javascript" src="./scripts/typed.min.js" defer></script>
<!-- Lazysizes - Lazyload Images -->
<script type="text/javascript" src="./scripts/lazysizes.js" async></script>
<!-- Magic Mouse -->
<script type="text/javascript" src="./scripts/magic_mouse.js" defer></script>
<!-- Site Specific Scripts -->
<script type="text/javascript" src="./scripts/site.js" defer></script>
</body>
</html>