Skip to content

Commit 869d218

Browse files
Added certificates
1 parent 9290602 commit 869d218

File tree

2 files changed

+63
-23
lines changed

2 files changed

+63
-23
lines changed

index.html

Lines changed: 55 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>ENGINNERING</h1>
2222
<li><a href="#mechanical">Mechanical</a></li>
2323
<li><a href="#software">Software</a></li>
2424
<li><a href="#data">Data and Machine Learning</a></li>
25-
<li><a href="#portfolio">Portfolio</a></li>
25+
<li><a href="#certifications">Certifications and Projects</a></li>
2626
<li><a href="#contact">Contact</a></li>
2727
</ul>
2828
<footer id="nav-footer">
@@ -60,14 +60,14 @@ <h1 class="subtitle">Mechanical Engineering</h1>
6060
<div class="grid">
6161
<a href="https://www.unicamp.br/" target="_blank">
6262
<img
63-
class="project-image"
63+
class="logo"
6464
src="images/Unicamp.jpg"
6565
alt="Unicamp"
6666
/>
6767
</a>
6868
<a href="https://www.fem.unicamp.br/" target="_blank">
6969
<img
70-
class="project-image"
70+
class="logo"
7171
src="images/FEM.jpg"
7272
alt="FEM-UNICAMP"
7373
/>
@@ -93,43 +93,43 @@ <h1 class="subtitle">Software Engineering and Coding</h1>
9393

9494
<div class="grid">
9595
<img
96-
class="project-image"
96+
class="logo"
9797
src="images/Python.png"
9898
alt="Python"
9999
/>
100100

101101
<img
102-
class="project-image"
102+
class="logo"
103103
src="images/Postgresql.png"
104104
alt="PostgreSQL"
105105
/>
106106

107107
<img
108-
class="project-image"
108+
class="logo"
109109
src="images/mongoDB.png"
110110
alt="MongoDB"
111111
/>
112112

113113
<img
114-
class="project-image"
114+
class="logo"
115115
src="images/JS.jpg"
116116
alt="JavaScript"
117117
/>
118118

119119
<img
120-
class="project-image"
120+
class="logo"
121121
src="images/nodejs.jpg"
122122
alt="NodeJS"
123123
/>
124124

125125
<img
126-
class="project-image"
126+
class="logo"
127127
src="images/HTML5.png"
128128
alt="HTML"
129129
/>
130130

131131
<img
132-
class="project-image"
132+
class="logo"
133133
src="images/CSS3.png"
134134
alt="CSS"
135135
/>
@@ -157,51 +157,84 @@ <h1 class="subtitle">Data and Machine Learning</h1>
157157

158158
<div class="grid">
159159
<img
160-
class="project-image"
160+
class="logo"
161161
src="images/Python.png"
162162
alt="Python"
163163
/>
164164

165165
<img
166-
class="project-image"
166+
class="logo"
167167
src="images/mpl.png"
168168
alt="MatPlotLib"
169169
/>
170170

171171
<img
172-
class="project-image"
172+
class="logo"
173173
src="images/Pandas.png"
174174
alt="Pandas"
175175
/>
176176

177177
<img
178-
class="project-image"
178+
class="logo"
179179
src="images/NumPy.png"
180180
alt="Numpy"
181181
/>
182182

183183
<img
184-
class="project-image"
184+
class="logo"
185185
src="images/Seaborn.png"
186186
alt="Seaborn"
187187
/>
188188

189189
<img
190-
class="project-image"
190+
class="logo"
191191
src="images/TensorFlow.png"
192192
alt="TensorFlow"
193193
/>
194194
</div>
195195
</div>
196196
</section>
197197

198-
<section class="section" id="portfolio">
198+
<section class="section" id="certifications">
199199
<div class="section-div">
200-
<h3>Resume</h3>
201-
<p>A family business inherited from generations, we love our job and are proud about offering you all the best in the droid business.<br>
202-
Founded as a small junkyard in a cave near Mos Espa, our ancestors worked hard to prosper and improve their small business.<br>
203-
Slowly and steady growing, the family expanded it's actuation as far as Mos Eisley, boldly facing all kind of adversity to eventually become the major droids and parts supplier in all Tattoine.<br>
204-
Today we have a few dozens SandCrowlers spread around the globe, all ready to offer to you the best trade possible!</p>
200+
<h3>Certifications:</h3>
201+
<div class="grid">
202+
<a href="https://www.freecodecamp.org/certification/Andreati/data-analysis-with-python-v7" target="_blank">
203+
<img
204+
class="certificate-img"
205+
src="images/FCC Data Analysis.png"
206+
alt="Data Analysis Certification"
207+
/>
208+
</a>
209+
<a href="https://www.freecodecamp.org/certification/Andreati/machine-learning-with-python-v7" target="_blank">
210+
<img
211+
class="certificate-img"
212+
src="images/FCC Machine Learning.png"
213+
alt="Machine Learning Certification"
214+
/>
215+
</a>
216+
<a href="https://www.freecodecamp.org/certification/Andreati/scientific-computing-with-python-v7" target="_blank">
217+
<img
218+
class="certificate-img"
219+
src="images/FCC Python.png"
220+
alt="Python Certification"
221+
/>
222+
</a>
223+
<a href="https://www.freecodecamp.org/certification/Andreati/relational-database-v8" target="_blank">
224+
<img
225+
class="certificate-img"
226+
src="images/FCC relational database.png"
227+
alt="Relational Database Certification"
228+
/>
229+
</a>
230+
<a href="https://www.freecodecamp.org/certification/Andreati/javascript-algorithms-and-data-structures" target="_blank">
231+
<img
232+
class="certificate-img"
233+
src="images/FCC Javascript.png"
234+
alt="Javascript Algorithms and Data Structures Certification"
235+
/>
236+
</a>
237+
</div>
205238
</div>
206239
</section>
207240

style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,19 @@ main {
237237
width: 100%;
238238
}
239239

240-
.project-image {
240+
.logo {
241241
max-height: 150px;
242242
max-width: 200px;
243243
padding: 20px;
244244
vertical-align: middle;
245245
}
246+
247+
.certificate-img {
248+
max-height: 300px;
249+
max-width: 300px;
250+
padding: 20px;
251+
vertical-align: middle;
252+
}
246253
p {
247254
margin: 10px;
248255
}

0 commit comments

Comments
 (0)