Skip to content

Commit b1a8112

Browse files
committed
update webpage
1 parent 4524a36 commit b1a8112

8 files changed

+30
-10
lines changed

index.html

+30-10
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Paris Mollo</title>
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
88
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
9-
<link rel="icon" href="favicon.ico" type="image/x-icon">
9+
<link rel="icon" href="resources/smart-city.png" type="image/png">
1010

1111
<style>
1212
body {
@@ -15,6 +15,10 @@
1515
margin: 0;
1616
padding: 0;
1717
background-color: #fff;
18+
display: flex;
19+
justify-content: center;
20+
align-items: center;
21+
min-height: 100vh;
1822
}
1923
.container {
2024
max-width: 800px;
@@ -43,7 +47,7 @@
4347
margin: 10px 0;
4448
}
4549
a {
46-
color: #000;
50+
color: #60D394; /* Add this line */
4751
text-decoration: none;
4852
}
4953
a:hover {
@@ -64,15 +68,27 @@
6468
from {opacity: 0;}
6569
to {opacity: 1;}
6670
}
71+
.icon {
72+
height: 50px;
73+
width: 50px;
74+
vertical-align: middle;
75+
margin-right: 10px;
76+
}
77+
.credits {
78+
font-size: 5px !important;
79+
color: #808080;
80+
text-align: center;
81+
margin-top: 20px;
82+
}
6783
</style>
6884
</head>
6985
<body>
7086
<div class="container">
7187
<h1>Paris Mollo</h1>
72-
<p>I am software engineer with a focus on smart city technology. Based in France, originally from Brazil, I am currently pursuing a Masters in Computer Engineering at Sorbonne Université.</p>
88+
<p>I'm a Software Engineer with a focus on smart city technologies. Based in France, originally from Brazil, I am currently pursuing a Masters in Computer Engineering at Sorbonne Université.</p>
7389

7490
<div class="section" id="appearances">
75-
<h2><i class="fas fa-microphone-alt"></i> Appearances</h2>
91+
<h2><img src="resources/newspaper.png" class="icon" alt="Appearances Icon"> Appearances</h2>
7692
<ul>
7793
<li><a href="https://www.ted.com/talks/paris_mollo_trace_its_own_way/transcript?language=fr" target="_blank">TEDx Talk</a></li>
7894
<li><a href="https://crowd4sdg.eu/wp-content/uploads/2021/03/Onepager_Potamoi.pdf" target="_blank">Participation at Crowd4SDG</a></li>
@@ -81,31 +97,35 @@ <h2><i class="fas fa-microphone-alt"></i> Appearances</h2>
8197
</div>
8298

8399
<div class="section" id="articles">
84-
<h2><i class="fas fa-pen-fancy"></i> Articles</h2>
100+
<h2><img src="resources/document.png" class="icon" alt="Articles Icon"> Articles</h2>
85101
<p>Read about my <a href="https://parismollochristondis.medium.com/fire-hazard-detection-with-convolutional-neural-networks-ef92dbb89256" target="_blank">Fire detection algorithm project</a></p>
86102
</div>
87103

88104
<div class="section" id="projects">
89-
<h2><i class="fas fa-project-diagram"></i> Projects</h2>
105+
<h2><img src="resources/project.png" class="icon" alt="Projects Icon"> Projects</h2>
90106
<p>For an overview of my work in smart city technology, visit my <a href="https://github.com/parismollo" target="_blank">Github page</a>. It includes numerous open-source projects. Also, take a look at my current endeavor at <a href="https://www.mia-labs.com/" target="_blank">Mia Labs</a>.</p>
91107
</div>
92108

93109
<div class="section" id="certifications">
94-
<h2><i class="fas fa-certificate"></i> Certifications</h2>
110+
<h2><img src="resources/certificate.png" class="icon" alt="Certifications Icon"> Certifications</h2>
95111
<p>View the certifications and workshops I have completed <a href="https://github.com/parismollo/parismollo.github.io/tree/main/certifications" target="_blank">here</a>.</p>
96112
</div>
97113

98114
<div class="section" id="contact">
99-
<h2><i class="fas fa-id-card"></i> Contact</h2>
115+
<h2><img src="resources/phone-book.png" class="icon" alt="Contact Icon"> Contact</h2>
100116
<div class="contact">
101117
<a href="https://twitter.com/parismollo" target="_blank"><i class="fab fa-twitter"></i>@parismollo</a>
102118
<a href="mailto:[email protected]"><i class="fas fa-envelope"></i>[email protected]</a>
103119
</div>
104120
</div>
105121

106122
<div class="section" id="resume">
107-
<h2><i class="fas fa-file-alt"></i> Résumé</h2>
108-
<a href="https://github.com/parismollo/parismollo.github.io/blob/main/cv_pm_2023.pdf" target="_blank">Download my CV here (English)</a>
123+
<h2><img src="resources/cv.png" class="icon" alt="Résumé Icon"> Résumé</h2>
124+
<p>Download my <a href="cv_pm_2023.pdf" target="_blank">CV here!</a></p>
125+
</div>
126+
127+
<div class="section credits">
128+
<p>Icons courtesy of FlatIcon.</p>
109129
</div>
110130
</div>
111131
</body>
File renamed without changes.

cv.png resources/cv.png

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

project.png resources/project.png

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)