-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
426 lines (392 loc) · 17.3 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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>MyPortfolio - Homepage</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WTM8KTB3');</script>
<!-- End Google Tag Manager -->
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/lg-icon.png" rel="lg-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=https://fonts.googleapis.com/css?family=Inconsolata:400,500,600,700|Raleway:400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Navbar ======= -->
<div class="collapse navbar-collapse custom-navmenu" id="main-navbar">
<div class="container py-2 py-md-5">
<div class="row align-items-start">
<div class="col-md-2">
<ul class="custom-menu">
<li class="active"><a href="/">Home</a></li>
<li><a href="/about">About Me</a></li>
<!--<li><a href="services.html">Services</a></li>
<li><a href="works.html">Works</a></li>-->
<li><a href="/contact">Contact</a></li>
</ul>
</div>
<div class="col-md-6 d-none d-md-block mr-auto">
<div class="tweet d-flex">
<div>
<p><em>"Pansa piena no crede a quela uda." <br> <a href="http://www.lorenzi.net/">~Leonardo
Lorenzi</a></em></p>
</div>
</div>
</div>
<div class="col-md-4 d-none d-md-block">
<h3>Why hiring me?</h3>
<p>I bring a unique blend of technical expertise, creative problem-solving skills, and a relentless commitment
to exceeding expectations.<br> <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</div>
<!-- Mobile Navbar with Burger Menu -->
<nav class="navbar navbar-light custom-navbar d-md-none">
<div class="container">
<a class="navbar-brand" href="/" style="margin-left: 10px;">MyPortfolio.</a>
<a href="#" class="burger" data-bs-toggle="collapse" data-bs-target="#main-navbar" style="margin-right: 10px;">
<!-- Add margin to the right for smartphone screens-->
<span></span>
</a>
</div>
</nav>
<!-- Desktop Navbar -->
<nav class="navbar navbar-light custom-navbar-2 custom-navmenu-2 d-none d-md-block">
<div class="container">
<div class="row align-items-start">
<ul class="custom-menu-2">
<li><a class="navbar-brand" href="/" style="margin-left: 10px;">MyPortfolio.</a></li>
<!--<li class="active"><a href="/">Home</a></li>-->
<li><a href="/about">About Me</a></li>
<!--<li><a href="services.html">Services</a></li>
<li><a href="works.html">Works</a></li>-->
<li><a href="/contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<main id="main">
<!-- ======= Works Section ======= -->
<section class="section site-portfolio">
<div class="container">
<div class="row mb-5 align-items-center">
<div class="col-md-12 col-lg-6 mb-4 mb-lg-0" data-aos="fade-up">
<h2>Giacomo Lorenzi</h2>
<p>I am a <span class="mb-0" id="hero-text">Web Designer & Developer.</span></p>
</div>
<div class="col-md-12 col-lg-6 text-start text-lg-end" data-aos="fade-up" data-aos-delay="100">
<div id="filters" class="filters">
<a href="#" data-filter="*" class="active">All</a>
<a href="#" data-filter=".web">Web</a>
<a href="#" data-filter=".app">App</a>
<a href="#" data-filter=".design">Design</a>
</div>
</div>
</div>
<div id="portfolio-grid" class="row no-gutter" data-aos="fade-up" data-aos-delay="200">
<div class="item web col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="https://github.com/giacob500/SVE-new-website" target="_blank" class="item-wrap fancybox">
<div class="work-info">
<h3>SVE B2B website</h3>
<span>Web</span>
</div>
<img class="img-fluid" src="assets/img/SVE_mockup.webp">
</a>
</div>
<div class="item design col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="stocks-app.html" class="item-wrap fancybox">
<div class="work-info">
<h3>Stocks App</h3>
<span>Design</span>
</div>
<img class="img-fluid" src="assets/img/stocks_app.webp">
</a>
</div>
<div class="item app col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="https://github.com/giacob500/MobileAppDev" target="_blank" class="item-wrap fancybox">
<div class="work-info">
<h3>Supermarket App</h3>
<span>App</span>
</div>
<img class="img-fluid" src="assets/img/supermarket_app.webp">
</a>
</div>
<div class="item app col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="https://github.com/giacob500/set07108" target="_blank" class="item-wrap fancybox">
<div class="work-info">
<h3>Space Wars</h3>
<span>App</span>
</div>
<img class="img-fluid" src="assets/img/space_wars.webp">
</a>
</div>
<div class="item app col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="https://github.com/giacob500/Chat-server-client" target="_blank" class="item-wrap fancybox">
<div class="work-info">
<h3>Chat App (Java)</h3>
<span>App</span>
</div>
<img class="img-fluid" src="assets/img/whynot.webp">
</a>
</div>
<div class="item design col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="assets/attachments/Xiangbala-presentation.pdf" target="_blank" class="item-wrap fancybox">
<div class="work-info">
<h3>Xiangbala Hotpot</h3>
<span>Design</span>
</div>
<img class="img-fluid" src="assets/img/Xianbala.webp">
</a>
</div>
<div class="item web col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="https://github.com/giacob500/learning-react" target="_blank" class="item-wrap fancybox">
<div class="work-info">
<h3>Candy Crush Clone</h3>
<span>Web</span>
</div>
<img class="img-fluid" src="assets/img/candycrush.webp">
</a>
</div>
<div class="item web col-sm-6 col-md-4 col-lg-4 mb-4">
<a href="https://github.com/giacob500/inbound-calls-app/" target="_blank" class="item-wrap fancybox">
<div class="work-info">
<h3>Chat App (WebSocket)</h3>
<span>Web</span>
</div>
<img class="img-fluid" src="assets/img/randomname.webp">
</a>
</div>
</div>
</div>
</section><!-- End Works Section -->
<!-- ======= Clients Section ======= -->
<section class="section">
<div class="container">
<div class="row justify-content-center text-center mb-4">
<div class="col-5">
<h3 class="h3 heading">Partners</h3>
<p>Companies I collaborated with</p>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4 col-sm-4 col-md-2 d-flex justify-content-center align-items-center">
<a href="https://www.gov.scot/" target="_blank" class="client-logo">
<img src="assets/img/scot-gov-grey-small-logo.png" alt="Image" class="img-fluid">
</a>
</div>
<div class="col-4 col-sm-4 col-md-2 d-flex justify-content-center align-items-center">
<a href="https://www.apple.com/" target="_blank" class="client-logo">
<img src="assets/img/logo-apple.png" alt="Image" class="img-fluid">
</a>
</div>
<div class="col-4 col-sm-4 col-md-2 d-flex justify-content-center align-items-center">
<a href="https://gofibre.co.uk/" target="_blank" class="client-logo">
<img src="assets/img/logo-gofirbe.png" alt="Image" class="img-fluid">
</a>
</div>
<div class="col-4 col-sm-4 col-md-2 d-flex justify-content-center align-items-center">
<a href="https://www.studiosve.com/" target="_blank" class="client-logo">
<img src="assets/img/sve-logo-grey.png" alt="Image" class="img-fluid">
</a>
</div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= Services Section ======= -->
<section class="section services">
<div class="container">
<div class="row justify-content-center text-center mb-4">
<div class="col-5">
<h3 class="h3 heading">My Services</h3>
<p>What I develop and produce</p>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
<i class="bi bi-card-checklist"></i>
<h4 class="h4 mb-2">Web Design</h4>
<!--<p>Lorem ipsum dolor sit amet consectetur adipisicing elit explicabo inventore.</p>-->
<ul class="list-unstyled list-line">
<li>E-commerce Design</li>
<li>Responsive Design</li>
<li>Accessibility</li>
<li>Layout</li>
<li>WordPress</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
<i class="bi bi-binoculars"></i>
<h4 class="h4 mb-2">Mobile Applications</h4>
<ul class="list-unstyled list-line">
<li>Android app development</li>
<li>iOS app development</li>
<li>Mobile UX/UI design</li>
<li>Mobile app monetization</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
<i class="bi bi-brightness-high"></i>
<h4 class="h4 mb-2">Graphic Design</h4>
<ul class="list-unstyled list-line">
<li>Digital Prototypes</li>
<li>Logo design</li>
<li>User interface (UI) design</li>
<li>Iconography</li>
<li>Typography</li>
</ul>
</div>
<div class="col-12 col-sm-6 col-md-6 col-lg-3">
<i class="bi bi-calendar4-week"></i>
<h4 class="h4 mb-2">SEO</h4>
<ul class="list-unstyled list-line">
<li>Mobile Optimization</li>
<li>Page Speed Optimization</li>
<li>Meta Tags</li>
<li>Website Ranking</li>
</ul>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Testimonials Section ======= -->
<section class="section pt-0">
<div class="container">
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial">
<p>⭐⭐⭐⭐⭐<br>
<blockquote>
<p>"Giacomo is recognised across the division as being reliable, enthusiastic and hard working. He
is
focused, logical and consistently thorough in all areas of his work and has been praised by Senior
Management for his output and his impressive ability to learn new skills quickly."</p>
</blockquote>
<p>Service Desk Manager — The Scottish Government</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial">
<p>⭐⭐⭐⭐⭐<br>
<blockquote>
<p>"Giacomo is an exemplary professional with exceptional technical prowess and a strong commitment
to excellence. His proficiency in languages like Python, SQL, and JavaScript, coupled with
frameworks such as Flask and Bootstrap, enables him to deliver innovative solutions effectively."
</p>
</blockquote>
<p>Software Engineer — CARET
</p>
</div>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p class="mb-1">© Copyright MyPortfolio. All Rights Reserved</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=MyPortfolio
-->
Designed by <a href="https://bootstrapmade.com/"></a>Giacomo Lorenzi
</div>
</div>
<div class="col-sm-6 social text-md-end">
<a href="assets/attachments/CV.pdf" target="_blank"><span class="bi bi-file-earmark-person"></span></a>
<a href="https://github.com/giacob500" target="_blank"><span class="bi bi-github"></span></a>
<a href="https://www.instagram.com/giacobpic/" target="_blank"><span class="bi bi-instagram"></span></a>
<a href="https://www.linkedin.com/in/giacomo-lorenzi-0b968422b/" target="_blank"><span
class="bi bi-linkedin"></span></a>
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WTM8KTB3"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script>
const heroText = document.getElementById('hero-text');
const textAnimation = ['Web Designer', 'Web Developer', 'Software Developer'];
let index = 0;
let letterIndex = 0;
let isDeleting = false;
let typingSpeed = 110; // Adjust typing speed in milliseconds
let deletionSpeed = 50; // Adjust deletion speed in milliseconds
let delayBeforeDeleting = 2000; // Adjust delay before deletion in milliseconds
let pipeVisible = false;
function animateText() {
const currentText = textAnimation[index];
let textToShow = currentText.substring(0, letterIndex);
if (pipeVisible) {
textToShow += "|";
}
heroText.textContent = textToShow;
if (!isDeleting && letterIndex <= currentText.length) {
letterIndex++;
if (letterIndex === currentText.length) {
setTimeout(() => {
isDeleting = true;
}, delayBeforeDeleting);
}
} else {
letterIndex--;
if (letterIndex === 0) {
isDeleting = false;
index = (index + 1) % textAnimation.length;
}
}
// Toggle pipe visibility every half a second
pipeVisible = !pipeVisible;
// Adjust speed based on whether typing or deleting
if (!isDeleting && letterIndex <= currentText.length) {
setTimeout(animateText, typingSpeed);
} else {
setTimeout(animateText, deletionSpeed);
}
}
animateText(); // Start animation
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>