-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (143 loc) · 6.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Erfan Fathi - Curriculum Vitae</title>
<meta name="description" content="Erfan Fathi's professional curriculum vitae">
<meta name="keywords" content="curriculum vitae, Erfan Fathi, professional profile">
<meta name="author" content="Erfan Fathi">
<link rel="stylesheet" href="./css/style.css">
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" data-auto-replace-svg></script>
<link href="https://fonts.googleapis.com/css2?family=Gruppo&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@700&display=swap" rel="stylesheet">
<link rel="icon" href="./images/education.png" type="image/icon type">
<style>
/* Add any additional custom styles here for the CV */
</style>
</head>
<body>
<header>
<h1>Erfan Fathi</h1>
<h2>Curriculum Vitae</h2>
</header>
<nav>
<ul id="mobile-nav">
<li><a href="#personal-info">Personal Information</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Work Experience</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#languages">Languages</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="content">
<aside>
<img src="./images/IMG_20230303_234051_820.jpg" alt="Erfan Fathi">
<ul>
<li><a href="#personal-info">Personal Information</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Work Experience</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#languages">Languages</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</aside>
<main>
<!-- Personal Information -->
<section id="personal-info">
<h3>Personal Information</h3>
<p><strong>Name:</strong> Erfan Fathi</p>
<p><strong>Date of Birth:</strong> [Insert Date of Birth]</p>
<p><strong>Address:</strong> [Insert Address]</p>
<p><strong>Email:</strong> <a href="mailto:your-email@example.com">your-email@example.com</a></p>
<p><strong>Phone:</strong> [Insert Phone Number]</p>
<p><strong>Nationality:</strong> [Insert Nationality]</p>
<p><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/erfan-fathi-6466921bb" target="_blank">LinkedIn Profile</a></p>
<p><strong>GitHub:</strong> <a href="https://github.com/erfanfathii" target="_blank">GitHub Profile</a></p>
</section>
<!-- Education -->
<section id="education">
<h3>Education</h3>
<ul>
<li>
<p><strong>Master's Degree in [Field]</strong></p>
<p>[University Name], [City], [Year]</p>
</li>
<li>
<p><strong>Bachelor's Degree in [Field]</strong></p>
<p>[University Name], [City], [Year]</p>
</li>
</ul>
</section>
<!-- Work Experience -->
<section id="experience">
<h3>Work Experience</h3>
<ul>
<li>
<p><strong>Job Title</strong> - [Company Name]</p>
<p>[Dates of Employment]</p>
<p>[Brief Description of Responsibilities and Achievements]</p>
</li>
<li>
<p><strong>Job Title</strong> - [Company Name]</p>
<p>[Dates of Employment]</p>
<p>[Brief Description of Responsibilities and Achievements]</p>
</li>
</ul>
</section>
<!-- Skills -->
<section id="skills">
<h3>Skills</h3>
<ul>
<li>Skill 1</li>
<li>Skill 2</li>
<li>Skill 3</li>
<li>Skill 4</li>
</ul>
</section>
<!-- Languages -->
<section id="languages">
<h3>Languages</h3>
<ul>
<li>English: Native</li>
<li>Persian: Fluent</li>
<li>French: Intermediate</li>
</ul>
</section>
<!-- Publications -->
<section id="publications">
<h3>Publications</h3>
<ul>
<li>
<p><strong>Title of Publication</strong></p>
<p>[Journal Name], [Year]</p>
</li>
<li>
<p><strong>Title of Publication</strong></p>
<p>[Journal Name], [Year]</p>
</li>
</ul>
</section>
<!-- Contact -->
<section id="contact">
<h3>Contact Information</h3>
<p>If you would like to get in touch with me, feel free to email me at <a href="mailto:your-email@example.com">your-email@example.com</a>.</p>
</section>
</main>
</div>
<footer>
<ul>
<li><a href="https://github.com/erfanfathii" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://ir.linkedin.com/in/erfan-fathi-6466921bb" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.youtube.com/" target="_blank"><i class="fab fa-youtube"></i></a></li>
<li><a href="https://www.mendeley.com/" target="_blank"><i class="fab fa-mendeley"></i></a></li>
</ul>
<h4>Erfan Fathi, Copyright © 2023</h4>
</footer>
</body>
</html>