-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
222 lines (168 loc) · 12.2 KB
/
index.html
File metadata and controls
222 lines (168 loc) · 12.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Zoe Droulias</title>
<link rel="stylesheet" href="static/styles.css">
<link rel="icon" href="static/assets/coding-memoji.png" type="image/png">
</head>
<body align="center">
<div class="header-content">
<img class="header-image" src="static/assets/coding-memoji.png" alt="Zoe's Memoji coding">
<p align="left">Hi, my name is</p><br>
<p class="header-name">Zoe Droulias.</p>
<br>
<div class="links">
<a href="https://www.linkedin.com/in/zoedroulias/" target="_blank"><img src="static/assets/linkedin.png" alt="linkedin logo"></a>
<a href="https://github.com/zcoder365" target="_blank"><img src="static/assets/github.png" alt="github logo"></a>
<a href="static/assets/Zoe Droulias CV.pdf" class="links" target="_blank"><img src="static/assets/cv-icon.png" alt="document icon"></a>
</div>
</div>
<div class="about-me">
<h2>About Me</h2>
<div class="about-me-content">
<p>I am a junior at McGill University, majoring in Computer Science with a minor in Communication Studies. I am passionate about creating useful tools at the intersection of tech and creativity.</p>
<br>
<p>My current interests lie in data science/analytics and web development.</p>
<br>
<p>View my GitHub, LinkedIn, and CV at the icons above! <br> View my highlighted projects, skills, and interests below.</p>
</div>
</div>
<br>
<div class="my-projects">
<h2>My Projects</h2>
<div class="project-gallery">
<!-- Promptl Project Card -->
<div class="project-card">
<div class="project-card__header">
<img src="static/assets/promptl.png" alt="promptl lightbulb icon" style="width: 60px; height: 60px;">
<h3 class="project-card__title">Promptl</h3>
<a href="https://promptl.com" class="project-card__github-link" target="_blank">
<i class="fab fa-github">Website</i>
</a>
</div>
<p class="project-card__languages">Python • HTML • CSS • JavaScript • Flask • MongoDB • bcrypt</p>
<p class="project-card__description">A web app to make writing fun and rewarding for kids with learning differences. Designed to provide an engaging and supportive environment that helps children develop their writing skills through interactive exercises and positive reinforcement.</p>
<!-- <a href="/read-more/promptl"><button>Read more...</button></a> -->
</div>
<!-- boggle project card -->
<div class="project-card">
<div class="project-card__header">
<img src="data:image/svg+xml,%3csvg stroke-width='1.5' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-6nrmripjxcqmjhqlrrdbcf-1%7bfill:none%3bstroke:%23333333%3bstroke-miterlimit:10%3b%3b%7d%3c/style%3e%3c/defs%3e%3crect class='cls-6nrmripjxcqmjhqlrrdbcf-1' x='10.09' y='1.5' width='3.82' height='3.82'/%3e%3crect class='cls-6nrmripjxcqmjhqlrrdbcf-1' x='1.5' y='1.5' width='3.82' height='3.82'/%3e%3crect class='cls-6nrmripjxcqmjhqlrrdbcf-1' x='18.68' y='1.5' width='3.82' height='3.82'/%3e%3crect class='cls-6nrmripjxcqmjhqlrrdbcf-1' x='10.09' y='10.09' width='3.82' height='3.82'/%3e%3crect class='cls-6nrmripjxcqmjhqlrrdbcf-1' x='1.5' y='10.09' width='3.82' height='3.82'/%3e%3crect class='cls-6nrmripjxcqmjhqlrrdbcf-1' x='18.68' y='10.09' width='3.82' height='3.82'/%3e%3crect class='cls-6nrmripjxcqmjhqlrrdbcf-1' x='10.09' y='18.68' width='3.82' height='3.82'/%3e%3crect class='cls-6nrmripjxcqmjhqlrrdbcf-1' x='1.5' y='18.68' width='3.82' height='3.82'/%3e%3crect class='cls-6nrmripjxcqmjhqlrrdbcf-1' x='18.68' y='18.68' width='3.82' height='3.82'/%3e%3c/svg%3e" alt="brain black outline icon" style="width: 50px; height: 50px;">
<h3 class="project-card__title">Online Boggle</h3>
<a href="https://github.com/zcoder365/Boggle" class="project-card__github-link" target="_blank">
<i class="fab fa-github">GitHub</i>
</a>
</div>
<p class="project-card__languages">Python • HTML • CSS</p>
<p class="project-card__description">An interactive web-based version of the classic word-finding game Boggle. Designed to allow players to find words by connecting adjacent letters. The game provides an engaging experience with smooth user interaction and real-time feedback as players discover words.</p>
<!-- <a href="/read-more/boggle"><button>Read more...</button></a> -->
</div>
<!-- friendship bracelet visualizer project card -->
<div class="project-card">
<div class="project-card__header">
<img src="static/assets/bracelet.png" alt="friendship bracelet icon black" style="width: 50px; height: 50px;">
<h3 class="project-card__title">Friendship Bracelet Visualizer</h3>
<a href="https://github.com/zcoder365/FriendshipBraceletVisualizer" class="project-card__github-link" target="_blank">
<i class="fab fa-github">GitHub</i>
</a>
</div>
<p class="project-card__languages">Python • HTML • CSS</p>
<p class="project-card__description">A creative web application that helps crafters visualize their friendship bracelet designs. Designed to provide experimentation with different color combinations and pattern styles. Perfect for both beginners and experienced crafters.</p>
<!-- <a href="/read-more/friendship-bracelet-visualizer"><button>Read more...</button> -->
</div>
<!-- my series of fortunate events -->
<div class="project-card">
<div class="project-card__header">
<img src="data:image/svg+xml,%3csvg stroke-width='1.5' id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cdefs%3e%3cstyle%3e.cls-0loaqqr1wk2vrsv2s5s8vm-1%7bfill:none%3bstroke:%23333333%3bstroke-miterlimit:10%3b%3b%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-0loaqqr1wk2vrsv2s5s8vm-1' d='M20.59 22.5H5.32A1.91 1.91 0 0 1 4 19.24a1.89 1.89 0 0 1 1.35-.56h15.24'/%3e%3cline class='cls-0loaqqr1wk2vrsv2s5s8vm-1' x1='19.64' y1='18.68' x2='19.64' y2='22.5'/%3e%3cpath class='cls-0loaqqr1wk2vrsv2s5s8vm-1' d='M20.59 1.5v17.18H5.32a1.91 1.91 0 0 0-1.91 1.91V3.41A1.92 1.92 0 0 1 5.32 1.5Z'/%3e%3cpolygon class='cls-0loaqqr1wk2vrsv2s5s8vm-1' points='12 13.91 10.07 12.96 8.18 13.91 8.18 1.5 12 1.5 12 13.91'/%3e%3c/svg%3e" alt="notebook with a heart icon" style="width: 50px; height: 50px;">
<h3 class="project-card__title">My Series of Fortunate Events</h3>
<a href="https://github.com/zcoder365/MySeriesofFortunateEvents" class="project-card__github-link" target="_blank">
<i class="fab fa-github">GitHub</i>
</a>
</div>
<p class="project-card__languages">Python • HTML • CSS • JavaScript</p>
<p class="project-card__description">A journaling app that lets users record events and rate their positivity on a scale of 1 to 10. Designed to get users to be more positive as they review their events in the last year.</p>
<!-- <a href="/read-more/my-series-of-fortunate-events"><button>Read more...</button></a> -->
</div>
<!-- book trend analysis data science project -->
<div class="project-card">
<div class="project-card__header">
<img src="https://img.icons8.com/ios/250/000000/journal.png" alt="" style="width: 50px; height: 50px;">
<h3 class="project-card__title">Goodreads Book Trend Analysis</h3>
<a href="https://github.com/zcoder365/BookAnalysis" class="project-card__github-link" target="_blank">
<i class="fab fa-github">GitHub</i>
</a>
</div>
<p class="project-card__languages">Python • Selenium • Beautiful Soup • CSV • re</p>
<p class="project-card__description">Scraped and analyzed 1200 popular books from Goodreads (2020-2025), revealing declining platform engagement and cyclical genre preferences. Includes statistical analysis, data visualizations, and a comprehensive written report.</p>
<!-- <a href="/read-more/my-series-of-fortunate-events"><button>Read more...</button></a> -->
</div>
<!-- McBurn card -->
<div class="project-card">
<div class="project-card__header">
<img src="https://img.icons8.com/ios/250/000000/dashboard.png" alt="warning triangle" style="width: 60px; height: 60px;">
<h3 class="project-card__title">McBurn</h3>
<a href="https://github.com/zcoder365/McBurn-McHacks13" class="project-card__github-link" target="_blank">
<i class="fab fa-github">GitHub</i>
</a>
</div>
<p class="project-card__languages">Python • HTML • CSS • Flask • SQLite</p>
<p class="project-card__description">A Flask-based web application designed to detect and prevent student burnout before it becomes critical. McBurn combines machine learning, lifestyle tracking, and AI-powered feedback to help McGill students maintain their wellbeing and academic success.</p>
<!-- <a href="/read-more/promptl"><button>Read more...</button></a> -->
</div>
</div>
</div>
<div class="skills">
<h2>My Skills and Interests</h2>
<p>Here are some of the skills I have developed through my courses and projects:</p>
<table>
<tr>
<th>Courses</th>
<th>Interests</th>
<th>Programming</th>
<th>Apps and Websites</th>
</tr>
<tr>
<td>
Intro to Computer Science <br>
Intro to Software Systems <br>
Intro to Computer Systems <br>
Intro to Data Science <br>
Data Structures and Algorithms <br>
Discrete Structures and Algorithms<br>
Programming Challenges <br>
Software Design<br>
Web Development <br>
Natural Language to Data Science
</td>
<td>
Data Science <br>
Web Development <br>
UI/UX
</td>
<td>
Python <br>
Java <br>
HTML <br>
CSS <br>
C++ <br>
Pandas <br>
NumPy <br>
Matplotlib <br>
Seaborn <br>
SQL <br>
NoSQL
</td>
<td>
Tableau <br>
GitHub <br>
AWS LightSail <br>
VS Code <br>
Microsoft Office <br>
Google Suite <br>
Canva
</td>
</tr>
</table>
</div>
</body>
</html>