-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
312 lines (301 loc) · 12.7 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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Righteous&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,700&display=swap"
rel="stylesheet" />
<!-- Fontawesome Icons -->
<script src="https://kit.fontawesome.com/1ca15d6fa7.js" crossorigin="anonymous"></script>
<!-- Favicon -->
<link rel="shortcut icon" href="employee.png" />
<!-- CSS style -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/main.css" />
<!-- Title -->
<title>Francesca Bambozzi | Developer</title>
</head>
<body>
<!-- HEADER -->
<header id="header">
<div class="header-elements">
<!-- Menu Button -->
<span class="menu-button" onclick="openNav()">☰</span>
<!-- Contacts Icons -->
<ul>
<li>
<a href="https://www.linkedin.com/in/francesca-bambozzi-85b849101/" target="_blank"><i
class="fab fa-linkedin fa-xl"></i></a>
</li>
<li>
<a href="https://github.com/FrancescaBambozzi" target="_blank"><i class="fab fa-github-square fa-xl"></i></a>
</li>
</ul>
</div>
<!-- Nav Menu Overlay -->
<div id="navMenu" class="menu-overlay">
<!-- Button to close the overlay navigation -->
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<!-- Overlay content -->
<div class="overlay-content">
<a href="#about">About me</a>
<a href="#skills">Skills</a>
<a href="experiences.html">Education</a>
<a href="experiences.html#experience">Experience</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contacts</a>
</div>
</div>
</header>
<!-- MAIN CONTENT -->
<main id="main-container">
<!-- ABOUT SECTION -->
<section id="about" class="section-container">
<img id="profile-pic" src="img/profile-pic.png" alt="profile-pic" />
<div class="intro-container">
<h1>Francesca Bambozzi<br /><span id="span">Full-Stack Developer</span></h1>
<p>
Motivated <b>Software Engineer</b> with working experience in
developing <b>SAP Cloud solutions</b> in the Shipping and Logistics
sector. <br />After a
<b>Bachelor's Degree in Business Administration</b>, I obtained the
<b>Full-Stack 'MERN' Developer Certification</b> to follow my
passion for designing and developing responsive
<b>websites and applications in JavaScript and React.</b>
<br /><br />
I am now eager to contribute to new forward-thinking projects!
</p>
<div class="about-buttons-container">
<a class="button" href="img/Resume_Francesca-Bambozzi.pdf " download="FrancescaBambozzi-Resume">
download resume
<i class="fa-regular fa-folder-open"></i>
</a>
<br />
<a class="button" href="https://francescabambozzi.github.io/Github-Repo-Gallery/" target="_blank">
github portfolio gallery <i class="fab fa-github-alt"></i>
</a>
</div>
</div>
</section>
<!-- SKILLS SECTION -->
<section id="skills" class="section-container">
<h2>Technical Skills</h2>
<div class="skill-list-div">
<ul>
<li>
<i class="fa-brands fa-html5 fa-3x"></i>
<p>html</p>
</li>
<li>
<i class="fa-brands fa-css3-alt fa-3x"></i>
<p>css</p>
</li>
<li>
<i class="fa-brands fa-js fa-3x"></i>
<p>JavaScript</p>
</li>
<li>
<i class="fa-brands fa-react fa-3x"></i>
<p>react</p>
</li>
<li>
<i class="fa-brands fa-vuejs fa-3x"></i>
<p>vue</p>
</li>
<li>
<img style="width: 60px" src="img/sap.png" alt="sap" />
<p id="sap-skill">sap</p>
</li>
</ul>
</div>
</section>
<!-- PORTFOLIO -->
<section id="portfolio" class="section-container">
<h2>Portfolio</h2>
<div class="projects-container">
<!-- Color Palette -->
<div class="card">
<a href="https://francescabambozzi.github.io/Color-Palette/" target="_blank">
<div class="card-header">
<img src="img/color-palette.png" alt="color-palette" />
</div>
<div class="card-body">
<span class="skill-tag"><strong>Skills:</strong> React, JSX</span>
<h5>Color Palette</h5>
<p>
A React web application designed for the user that can tap
over a selection of CSS options and add them to the favourites
to generate its own color palette.
</p>
<div class="links-container">
<a class="project-link" href="https://francescabambozzi.github.io/Color-Palette/" target="_blank">view
online
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a>
<a class="project-link" href="https://github.com/FrancescaBambozzi/Color-Palette" target="_blank">view
on github <i class="fa-brands fa-github-alt"></i></a>
</div>
</div>
</a>
</div>
<!-- Guess the Word -->
<div class="card">
<a href="https://francescabambozzi.github.io/Guess-The-Word/" target="_blank">
<div class="card-header">
<img src="img/guess-the-word.png" alt="guess-the-word" />
</div>
<div class="card-body">
<span class="skill-tag"><strong>Skills:</strong> JavaScript, HTML, CSS</span>
<h5>Guess The Word</h5>
<p>
Players guess the word by entering one letter at a time. If
the player guesses all the letters correctly before they use
up their allotted guesses, they win!
</p>
<div class="links-container">
<a class="project-link" href="https://francescabambozzi.github.io/Guess-The-Word/" target="_blank">view
online
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a>
<a class="project-link" href="https://github.com/FrancescaBambozzi/Guess-The-Word" target="_blank">view
on github <i class="fa-brands fa-github-alt"></i></a>
</div>
</div>
</a>
</div>
<!-- Podcaster -->
<div class="card">
<a href="https://francescabambozzi.github.io/Podcasts-App" target="_blank">
<div class="card-header">
<img src="img/podcaster.png" alt="podcaster" />
</div>
<div class="card-body">
<span class="skill-tag"><strong>Skills:</strong> React, JSX, CSS</span>
<h5>Podcaster</h5>
<p>
Users can search through a list of 100 podcasts fetched by an API.
Navigate to them and listen to the many episodes each podcast contains with this React app.
</p>
<div class="links-container">
<a class="project-link" href="https://francescabambozzi.github.io/Podcasts-App" target="_blank">view
online
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a>
<a class="project-link" href="https://github.com/FrancescaBambozzi/Podcasts-App/tree/main"
target="_blank">view
on github <i class="fa-brands fa-github-alt"></i></a>
</div>
</div>
</a>
</div>
<!-- Sticky Notes -->
<div class="card">
<a href="https://francescabambozzi.github.io/Sticky-Notes/" target="_blank">
<div class="card-header">
<img src="img/sticky-notes.png" alt="sticky-notes" />
</div>
<div class="card-body">
<span class="skill-tag"><strong>Skills:</strong> React, JSX, Components</span>
<h5>Sticky Notes</h5>
<p>
Greenfield project creating a Sticky Notes web app. It uses
multiple components to build the classic sticky note UI with
the ability to add, edit, delete and search for notes.
</p>
<div class="links-container">
<a class="project-link" href="https://francescabambozzi.github.io/Sticky-Notes/" target="_blank">view
online
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a>
<a class="project-link" href="https://github.com/FrancescaBambozzi/Sticky-Notes" target="_blank">view on
github <i class="fa-brands fa-github-alt"></i></a>
</div>
</div>
</a>
</div>
<!-- Potluck Guest List -->
<div class="card">
<a href="https://francescabambozzi.github.io/Potluck-Guest-List/" target="_blank">
<div class="card-header">
<img src="img/potluck-list.png" alt="potluck-list" />
</div>
<div class="card-body">
<span class="skill-tag"><strong>Skills:</strong> JavaScript, HTML, CSS</span>
<h5>Potluck List</h5>
<p>
A single-page website to help organize a party by adding the
name of the guests and randomly assigning them the food to
bring from a list with JavaScript.
</p>
<div class="links-container">
<a class="project-link" href="https://francescabambozzi.github.io/Potluck-Guest-List/"
target="_blank">view online
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a>
<a class="project-link" href="https://github.com/FrancescaBambozzi/Potluck-Guest-List"
target="_blank">view on github <i class="fa-brands fa-github-alt"></i></a>
</div>
</div>
</a>
</div>
<!-- Unplugged Retreat -->
<div class="card">
<a href="https://francescabambozzi.github.io/Unplugged-Retreat/" target="_blank">
<div class="card-header">
<img src="img/unplugged-screenshot.png" alt="unplugged-retreat" />
</div>
<div class="card-body">
<span class="skill-tag"><strong>Skills:</strong> HTML, CSS, Flexbox</span>
<h5>Unplugged Retreat</h5>
<p>
A multi-page responsive website coded with Flexbox. This
versatile design has several sections, including a Cards
design pattern, that can be repurposed for different sites.
</p>
<div class="links-container">
<a class="project-link" href="https://francescabambozzi.github.io/Unplugged-Retreat/"
target="_blank">view online
<i class="fa-solid fa-arrow-up-right-from-square fa-2xs"></i></a>
<a class="project-link" href="https://github.com/FrancescaBambozzi/Unplugged-Retreat"
target="_blank">view on github <i class="fa-brands fa-github-alt"></i></a>
</div>
</div>
</a>
</div>
</div>
</section>
<!-- CONTACTS SECTION -->
<section id="contact" class="section-container">
<h2>Get in touch!</h2>
<div class="contacts-container">
<div class="contacts">
<ul>
<li>
<a href="tel:+393485733231"><i class="fa-solid fa-mobile-retro"></i>+393485733231</a>
</li>
<li>
<a href="mailto:bambozzif@gmail.com"><i class="fas fa-envelope fa-xm"></i>bambozzif@gmail.com</a>
</li>
</ul>
</div>
<div class="contacts icons">
<ul>
<li>
<a href="https://www.linkedin.com/in/francesca-bambozzi-85b849101/" target="_blank"><i
class="fab fa-linkedin fa-xl"></i></a>
</li>
<li>
<a href="https://github.com/FrancescaBambozzi" target="_blank"><i
class="fab fa-github-square fa-xl"></i></a>
</li>
</ul>
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer id="footer">
<p>Always ahead.</p>
</footer>
<script src="js/main.js"></script>
</body>
</html>