-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<title>Eduardo Fakiani</title>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="author" content="Eduardo Fakiani">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/4eef664b19.js" crossorigin="anonymous"></script>
<script src="scripts/particles.min.js"></script>
<script src="scripts/app.js"></script>
</head>
<body>
<div id="particles"></div>
<div class="center">
<img class="imgcenter" style="border-radius:50%;width:128px;height:128px;" src="images/profile.jpg">
<h1 class="headline">Eduardo Fakiani</h1>
<div class="marquee-parent">
<div class="marquee-child">
Python • .Net • C/C++ • React • Assembly • HTML/CSS • php • Javascript • MySQL • Pentesting • Git • AWS/GCP • Docker • Machine Learning •
Python • .Net • C/C++ • React • Assembly • HTML/CSS • php • Javascript • MySQL • Pentesting • Git • AWS/GCP • Docker •
Machine Learning • Python • .Net • C/C++ • React • Assembly • HTML/CSS • php • Javascript • MySQL • Pentesting • Git • AWS/GCP • Docker •
Machine Learning • Python • .Net • C/C++ • React • Assembly • HTML/CSS • php • Javascript • MySQL • Pentesting • Git • AWS/GCP • Docker •
Machine Learning •
</div>
</div>
<a href="https://www.linkedin.com/in/eduardo-fakiani" class="fa fa-linkedin fa-lg"></a>
<a href="https://github.com/EduFaks" class="fa fa-github fa-lg"></a>
<a href="https://efakiani.com/docs/cv.pdf" class="fa fa-portrait fa-lg"></a>
<a href="https://wa.me/+5511999797499" class="fa fa-whatsapp fa-lg"></a>
</div>
</body>
</html>