-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
230 lines (226 loc) · 9.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="The Homepage of David DeCorso's Personal Website">
<title>Home | David DeCorso Personal Website</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body id="main-content">
<div id="particles-js"></div>
<header>
<h1 class="name-nav center-col">
<a href="/">David DeCorso</a>
</h1>
<span class="folio-nav center-col">Portfolio / 2021</span>
<h1 class="about-nav center-col"><a href="about.html">About</a></h1>
</header>
<main asscroll-container id="body">
<div id="content">
<div>
<h2 id="intro-title" class="title">
<span>Full-stack</span>
<span>Web Dev /</span>
<span id="data-scientist">Data Scientist</span>
</h2>
<div id="intro-body" class="body-text intro-body">
<p id="intro-body-text">
I am a software developer based in Orlando, FL. I have experience
using technologies like React, Node.js, Javascript, HTML5, and CSS
to build compelling, modern experiences for the web.
</p>
</div>
<div id="data-intro-body" class="body-text intro-body">
<p id="data-intro-body-text" class="is-hidden">
<span
>I am a <span class="highlight">data scientist</span> based in
Orlando, FL. </span
><span
>I have experience using technologies like
<span class="highlight"
>Tableau, Alteryx, Python, and Pandas</span
>
to help companies <span class="highlight">analyze</span> and
<span class="highlight">visualize</span> trends in their
data.</span
>
</p>
</div>
</div>
<div class="spacer"></div>
<div id="projects">
<h2 id="project-title" class="subtitle">FEATURED PROJECTS:</h2>
<div id="proj-img-mobile-div">
<img
class="proj-img-mobile"
src="img/instatask_mockup_mobile.png"
alt="Screenshot from my InstaTask project"
/>
</div>
<div id="top-project-div" class="project-div">
<span class="project-subtitle ps-right">InstaTask</span>
<div class="project-text pt-right">
<span class="body-text">
<span class="blue-text">InstaTask</span> imports and notifies users about upcoming
assignments from UCF’s online homework system.
</span>
<span class="body-text"
><span class="emphasis-text">Technologies:</span> React,
Node.js, Express, MongoDB</span
>
<span class="body-text"
><span class="emphasis-text">Languages:</span> JavaScript,
HTML5, SASS/CSS</span
>
<div class="logos-div">
<a href="https://github.com/daviddecorso/InstaTask">
<img
id="github-logo"
class="logo-img"
src="img/github.png"
alt="Github link"
/>
<img
id="github-logo"
class="logo-img"
src="img/GitHub_Logo_White.png"
alt="Github link"
/>
</a>
</div>
</div>
<div>
<img
class="proj-img"
src="img/instatask_mockup_large.png"
alt="Screenshot from my InstaTask project"
/>
</div>
</div>
<div id="proj-img-mobile-div">
<img
id="docent-mobile-img"
class="proj-img-mobile"
src="img/both.png"
alt="QR Docent App Mockup on Device"
/>
</div>
<div id="bottom-project-div" class="project-div">
<span class="project-subtitle">QR Docent</span>
<div class="project-text pt-left">
<span id="cv-text" class="body-text"
>QR Docent is a is a QR code system for museusms that lets people interact with museum exhibits in a more personalized way.</span
>
<span class="body-text"
><span class="emphasis-text">Technologies:</span> React Native, ReactJS, Node.js, PostgreSQL</span
>
<span class="body-text"
><span class="emphasis-text">Languages:</span> JavaScript, HTML5, CSS</span
>
<div class="link-text">
<p><a href="/qr-docent-app.html">Learn more about this project!</a></p>
</div>
</div>
<div>
<img
id="docent-ss"
class="proj-img pi-right"
src="img/both.png"
alt="QR Docent App Mockup on Device"
/>
</div>
</div>
<div class="project-div">
<h2 id="project-title" class="subtitle">Other PROJECTS:</h2>
<div class="flex-div">
<span class="body-text other-title"
><a href="https://github.com/daviddecorso/BuyAndSell"
>Covid Tweet Analysis:</a
></span
>
<div class="other-proj">
<span class="body-text"
>This project aims to show which US states are tweeting the most about COVID-19 and whether the number of COVID-related tweets increases with the number of cases.</span
>
<p class="body-text emphasis-text">Python, Tableau, Pandas, Jupyter</p>
</div>
</div>
<div class="flex-div">
<span class="body-text other-title"
><a href="https://github.com/daviddecorso/BuyAndSell"
>BuyAndSell Plugin:</a
></span
>
<div class="other-proj">
<span class="body-text"
>Easy-to-use Minecraft server plugin that lets users buy and
sell items. Hooks in with Vault to accommodate diverse economy
types.</span
>
<p class="body-text emphasis-text">Java, Git</p>
</div>
</div>
<div class="flex-div">
<span class="body-text other-title"
><a href="https://github.com/daviddecorso/Influence-game"
>Influence Game:</a
></span
>
<div class="other-proj">
<span class="body-text"
>Strategy browser game written in native
JavaScript and HTML5. (In progress)</span
>
<p class="body-text emphasis-text">
JavaScript, HTML5 Canvas, CSS
</p>
</div>
</div>
</div>
</div>
<div class="mobile-spacer"></div>
<footer>
<div class="contact">
<a href="https://www.linkedin.com/in/david-decorso-226992151/"
><img
id="linkedin-img"
src="img/LnLogoNoBG.png"
alt="David DeCorso's LinkedIn"
/></a>
<p class="body-text">
<a href="mailto:david@daviddecorso.com">david@daviddecorso.com</a>
</p>
<a id="github-logo" href="https://github.com/daviddecorso/"
><img src="img/github.png" alt="David DeCorso's Github"
/></a>
</div>
<div class="contact-mobile">
<div class="mobile-logos">
<a href="https://www.linkedin.com/in/david-decorso-226992151/"
><img
id="linkedin-img"
src="img/LnLogoNoBG.png"
alt="David DeCorso's LinkedIn" /></a
><a id="github-logo" href="https://github.com/daviddecorso/"
><img src="img/github.png" alt="David DeCorso's Github"
/></a>
</div>
<p class="body-text">
<a href="mailto:david@daviddecorso.com">david@daviddecorso.com</a>
</p>
</div>
<h1 class="in-touch">Get in touch</h1>
</footer>
<div id="bottom"><p>Hi!</p></div>
</div>
</main>
</body>
<script type="module" src="src/main.js"></script>
<script src="src/hover.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script>
particlesJS.load("particles-js", "particles.json");
</script>
</html>