-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (43 loc) · 2.02 KB
/
index.html
File metadata and controls
103 lines (43 loc) · 2.02 KB
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
<!DOCTYPE html>
<html lang="az">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Süleymanlı Fuad</title>
<link rel="icon" href="img/favicon2.png" type="image/png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="main">
<div class="left">
<div class="logo">
<a href="#"><span class="name">Fuad S</span><span class="dot">.</span></a>
</div>
<div class="response-img"><img src="img/img.png" alt="İmg" id="myphotos"></div>
<div class="text">
<span>
Soon
</span>
<div class="social">
<a href="https://www.facebook.com/sooleymanli/" target="_blank"><i
class="fab fa-facebook-f"></i>
</a>
<a href="https://www.instagram.com/sooleymanli/" target="_blank"><i class="fab fa-instagram"></i>
</a>
<a href="https://linkedin.com/in/sooleymanli " target="_blank"><i class="fab fa-linkedin-in"></i>
</a>
<a href="mailto:suleymanli95@hotmail.com" target="_blank"><i class="fas fa-envelope"></i>
</a>
<a href="https://github.com/sooleymanli" target="_blank"><i class="fab fa-github"></i>
</a>
<a href="https://codepen.io/sooleymanli" target="_blank"><i class="fab fa-codepen"></i></a>
</div>
</div>
</div>
<div class="right"><img src="img/img.png" alt="İmg" id="myphoto"></div>
</div>
</body>
</html>