Skip to content

Commit 019bd51

Browse files
committed
added logo images
1 parent ad2cc65 commit 019bd51

File tree

23 files changed

+1523
-86
lines changed

23 files changed

+1523
-86
lines changed

assets/images/Soave_logo.jpg

59.7 KB
Loading
Loading
6.78 KB
Loading

assets/images/smairthero.png

13.7 KB
Loading

assets/images/stellantis_logo.png

4.18 KB
Loading

data/en/sections/about.yaml

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ section:
88
template: sections/about.html
99

1010
# your designation
11-
designation: Data Scientist | ML Engineer
11+
designation: Data Scientist | ML Engineer | Physicist
1212
# your company information
1313
# company:
1414
# name: "..."
@@ -19,7 +19,7 @@ designation: Data Scientist | ML Engineer
1919
# resume: "files/resume.pdf"
2020

2121
# a summary about you
22-
summary: 'Welcome to my corner of the digital world! I'm Stefano Giannini, an Italian-born innovator with a passion for pushing the boundaries of technology. As a physicist by training and a data scientist by trade, I've dedicated my career to harnessing the power of data and artificial intelligence to drive forward-thinking solutions across various industries.'
22+
summary: "Welcome to my corner of the digital world! I'm **Stefano Giannini**, an Italian-born innovator with a passion for pushing the boundaries of technology. As a physicist by training and a data scientist by trade, I've dedicated my career to harnessing the power of data and artificial intelligence to drive forward-thinking solutions across various industries."
2323

2424
# your social links
2525
# give as many as you want. use font-awesome for the icons.
@@ -67,41 +67,51 @@ resourceLinks:
6767
# You can show your verifiable certificates from https://www.credly.com.
6868
# You can also show a circular bar indicating the level of expertise on a certain skill
6969
badges:
70-
- type: certification
71-
name: Certified Kubernetes Security Specialist
72-
url: "https://www.credly.com/org/the-linux-foundation/badge/exam-developer-certified-kubernetes-security-specialist"
73-
badge: "https://images.credly.com/size/680x680/images/f4bf92ed-8985-40b2-bc07-2f9308780854/kubernetes-security-specialist-logo-examdev.png"
70+
# - type: certification
71+
# name: Certified Kubernetes Security Specialist
72+
# url: "https://www.credly.com/org/the-linux-foundation/badge/exam-developer-certified-kubernetes-security-specialist"
73+
# badge: "https://images.credly.com/size/680x680/images/f4bf92ed-8985-40b2-bc07-2f9308780854/kubernetes-security-specialist-logo-examdev.png"
7474

75-
- type: certification
76-
name: Istio and IBM Cloud Kubernetes Service
77-
url: "https://www.credly.com/org/the-linux-foundation/badge/exam-developer-certified-kubernetes-security-specialist"
78-
badge: "https://images.credly.com/size/680x680/images/8d34d489-84bf-4861-a4a0-9e9d68318c5c/Beyond_basics_of_Istio_on_Cloud_v2.png"
75+
# - type: certification
76+
# name: Istio and IBM Cloud Kubernetes Service
77+
# url: "https://www.credly.com/org/the-linux-foundation/badge/exam-developer-certified-kubernetes-security-specialist"
78+
# badge: "https://images.credly.com/size/680x680/images/8d34d489-84bf-4861-a4a0-9e9d68318c5c/Beyond_basics_of_Istio_on_Cloud_v2.png"
7979

80-
- type: certification
81-
name: Artificial Intelligence and Machine Learning
82-
url: "https://www.credly.com/org/grupo-bancolombia/badge/artificial-intelligence-and-machine-learning"
83-
badge: "https://images.credly.com/size/680x680/images/e027514f-9d07-4b29-862f-fe21a8aaebf1/ae.png"
80+
# - type: certification
81+
# name: Artificial Intelligence and Machine Learning
82+
# url: "https://www.credly.com/org/grupo-bancolombia/badge/artificial-intelligence-and-machine-learning"
83+
# badge: "https://images.credly.com/size/680x680/images/e027514f-9d07-4b29-862f-fe21a8aaebf1/ae.png"
8484

8585
- type: soft-skill-indicator
8686
name: Leadership
87-
percentage: 85
87+
percentage: 100
8888
color: blue
8989

9090
- type: soft-skill-indicator
9191
name: Team Work
92-
percentage: 85
92+
percentage: 100
9393
color: yellow
9494

9595
- type: soft-skill-indicator
9696
name: Hard Working
97-
percentage: 85
97+
percentage: 100
9898
color: orange
9999

100100
- type: soft-skill-indicator
101-
name: Python Programming
102-
percentage: 95
101+
name: Python
102+
percentage: 100
103103
color: "#00ddef"
104104

105+
- type: soft-skill-indicator
106+
name: Machine Learning
107+
percentage: 100
108+
color: "#ddddef"
109+
110+
- type: soft-skill-indicator
111+
name: Computer Vision
112+
percentage: 100
113+
color: "#85672d"
114+
105115

106116
# you can also provide color code instead of the color name
107117
# - type: soft-skill-indicator

data/en/sections/education.yaml

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
# section information
2+
section:
3+
name: Education
4+
id: education
5+
template: sections/education.html # Use "sections/education-alt.html for alternate template.
6+
enable: true
7+
weight: 4
8+
showOnNavbar: true
9+
# Can optionally hide the title in sections
10+
# hideTitle: true
11+
12+
degrees:
13+
- name: Ph.D in Quantum Cryptography
14+
icon: fa-microscope
15+
timeframe: 2016-2020
16+
institution:
17+
name: ABC University of Technology
18+
url: "#"
19+
logo: /images/sections/education/tech_college.png
20+
# Can optionally show a different logo for dark theme
21+
# darkLogo: /images/sections/education/tech_college.png
22+
grade: #(optional)
23+
scale: CGPA
24+
achieved: 3.6
25+
outOf: 4
26+
publications: #(optional)
27+
- title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
28+
url: "#"
29+
- title: Fusce eu augue ut odio porttitor pulvinar.
30+
url: "#"
31+
- title: Nullam vitae orci tincidunt purus viverra pulvinar.
32+
url: "#"
33+
- name: B.Sc. in Physics
34+
icon: fa-graduation-cap
35+
timeframe: 2016-2021
36+
institution:
37+
name: University of Turin
38+
url: "https://fisica.campusnet.unito.it/do/home.pl/"
39+
logo: /images/sections/education/unito_logo.png
40+
# Can optionally show a different logo for dark theme
41+
# darkLogo: /images/sections/education/university.jpg
42+
grade: #(optional)
43+
scale: CGPA
44+
achieved: 4.75
45+
outOf: 5
46+
takenCourses: #(optional)
47+
# if true, the courses will be rendered as a table otherwise it will render as a list and the grades will be hidden.
48+
showGrades: true
49+
collapseAfter: 2
50+
courses:
51+
- name: Quantum Physics I
52+
achieved: 29
53+
outOf: 30
54+
- name: Computational Techniques for Physics
55+
achieved: 30L
56+
outOf: 30
57+
- name: Electronics
58+
achieved: 30
59+
outOf: 30
60+
- name: Artificial Intelligence
61+
achieved: 30
62+
outOf: 30
63+
# publications: #(optional)
64+
# - title: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
65+
# url: "#"
66+
# - title: Fusce eu augue ut odio porttitor pulvinar.
67+
# url: "#"
68+
extracurricularActivities: #(optional)
69+
- Guest and Host at School of AI Turin.
70+
- Partecipation in several Hackathlonn
71+
- Partecipation in many startup meetings
72+
# custonSections: #(optional)
73+
# - name: Thesis
74+
# content:
75+
# - name: Supervisor - Stefano Argirò
76+
# content: Fusce eu augue ut odio porttitor
77+
# - name: Higher Secondary School Certificate
78+
# icon: fa-university
79+
# timeframe: 2010-2012
80+
# institution:
81+
# name: MST College of Science
82+
# url: "#"
83+
# logo: /images/sections/education/science_college.png
84+
# # Can optionally show a different logo for dark theme
85+
# # darkLogo: /images/sections/education/science_college.png
86+
# grade: #(optional)
87+
# scale: GPA
88+
# achieved: 5
89+
# outOf: 5
90+
# extracurricularActivities: #(optional)
91+
# - In vitae facilisis est, eget porta sem.
92+
# - Vestibulum consectetur lorem justo, at laoreet lorem feugiat et.
93+
# - Duis sed massa feugiat, ornare justo et, aliquam est.
94+
# - Pellentesque ut fringilla magna.
95+
# - name: Secondary School Certificate
96+
# icon: fa-school
97+
# timeframe: 2005-2010
98+
# institution:
99+
# name: JK School of Science
100+
# grade: #(optional)
101+
# scale: GPA
102+
# achieved: 4.5
103+
# outOf: 5

data/en/sections/experiences.yaml

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# section information
2+
section:
3+
name: Experiences
4+
id: experiences
5+
enable: true
6+
weight: 3
7+
showOnNavbar: true
8+
# Can optionally hide the title in sections
9+
# hideTitle: true
10+
11+
# Your experiences
12+
experiences:
13+
- company:
14+
name: Example Co.
15+
url: "https://www.example.com"
16+
location: Dhaka Branch
17+
logo: /images/sections/experiences/company1.jpg
18+
# Can optionally show a different logo for dark theme
19+
# darkLogo: /images/sections/experiences/company1.jpg
20+
# company overview
21+
overview: Example Co. is a widely recognized company for cloud-native development. It builds tools for Kubernetes.
22+
positions:
23+
- designation: Senior Software Engineer
24+
start: Nov 2019
25+
# don't provide end date if you are currently working there. It will be replaced by "Present"
26+
# end: Dec 2020
27+
# give some points about what was your responsibilities at the company.
28+
responsibilities:
29+
- Design and develop XYZ tool for ABC task
30+
- Design, develop and manage disaster recovery tool [Xtool](https://www.example.com) that backup Kubernetes volumes, databases, and cluster's resource definition.
31+
- Lead backend team.
32+
33+
- designation: Junior Software Engineer
34+
start: Nov 2017
35+
end: Oct 2019
36+
responsibilities:
37+
- Implement and test xyz feature for abc tool.
38+
- Support client for abc tool.
39+
- Learn k,d,w technology for xyz.
40+
41+
- company:
42+
name: PreExample Co.
43+
url: "https://www.example.com"
44+
location: Nowhere
45+
logo: /images/sections/experiences/company2.jpg
46+
# Can optionally show a different logo for dark theme
47+
# darkLogo: /images/sections/experiences/company2.jpg
48+
overview: PreExample Co. is a gateway company to enter into Example co. So, nothing special here.
49+
positions:
50+
- designation: Software Engineer
51+
start: March 2016
52+
end: May 2017
53+
responsibilities:
54+
- Write lots of example codes.
55+
- Read lots of examples.
56+
- See lots of example videos.
57+
58+
- company:
59+
name: Intern Counting Company (ICC).
60+
url: "https://www.example.com"
61+
location: Intern Land
62+
logo: /images/sections/experiences/company3.jpg
63+
# Can optionally show a different logo for dark theme
64+
# darkLogo: /images/sections/experiences/company3.jpg
65+
overview: Intern counting Company (ICC) is responsible for counting worldwide intern Engineers.
66+
positions:
67+
- designation: Intern
68+
start: Jun 2015
69+
end: Jan 2016
70+
responsibilities:
71+
- Count lost of interns.
72+
- Count more interns.
73+
- Count me as an intern.

public/404.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,22 @@
153153
</li>
154154

155155

156+
157+
158+
159+
<li class="nav-item">
160+
<a class="nav-link" href="/#experiences">Experiences</a>
161+
</li>
162+
163+
164+
165+
166+
167+
<li class="nav-item">
168+
<a class="nav-link" href="/#education">Education</a>
169+
</li>
170+
171+
156172

157173

158174

@@ -350,6 +366,24 @@ <h5>Navigation</h5>
350366
<a class="smooth-scroll" href="http://localhost:1313/#about">About</a>
351367
</li>
352368

369+
370+
371+
372+
373+
374+
<li class="nav-item">
375+
<a class="smooth-scroll" href="http://localhost:1313/#experiences">Experiences</a>
376+
</li>
377+
378+
379+
380+
381+
382+
383+
<li class="nav-item">
384+
<a class="smooth-scroll" href="http://localhost:1313/#education">Education</a>
385+
</li>
386+
353387

354388

355389

public/application.cdb44cb80dd4293591f4e59328705a8046e1cba7ca6ae0bf19f95b198824585e.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/categories/basic/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,22 @@
153153
</li>
154154

155155

156+
157+
158+
159+
<li class="nav-item">
160+
<a class="nav-link" href="/#experiences">Experiences</a>
161+
</li>
162+
163+
164+
165+
166+
167+
<li class="nav-item">
168+
<a class="nav-link" href="/#education">Education</a>
169+
</li>
170+
171+
156172

157173

158174

@@ -391,6 +407,24 @@ <h5>Navigation</h5>
391407
<a class="smooth-scroll" href="http://localhost:1313/#about">About</a>
392408
</li>
393409

410+
411+
412+
413+
414+
415+
<li class="nav-item">
416+
<a class="smooth-scroll" href="http://localhost:1313/#experiences">Experiences</a>
417+
</li>
418+
419+
420+
421+
422+
423+
424+
<li class="nav-item">
425+
<a class="smooth-scroll" href="http://localhost:1313/#education">Education</a>
426+
</li>
427+
394428

395429

396430

0 commit comments

Comments
 (0)