-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>front-end developer | mozaki</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<body>
<div class="wrapper">
<div class="card front-face">
<img src="myphoto.jpg">
</div>
<div class="card back-face">
<img src="myphoto.jpg">
<div class="info">
<div class="title">
Mohamed Zaki
</div>
<p>
User interface designer and <br>front-end developer
</p>
</div>
<ul>
<a href="https://www.facebook.com/mohamedzaaaky" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/mohamedzaaaky" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/mohamedzaaaky/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCgDG54dwEfGRytyt3UFhbcA" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://www.behance.net/mohamedzaaaky" target="_blank"><i class="fab fa-behance"></i></a>
</ul>
</div>
</div>
</body>
</html>