-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
73 lines (34 loc) · 1.69 KB
/
contact.html
File metadata and controls
73 lines (34 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>NursaidKamilli</title>
<link rel="stylesheet" href="spinner.css">
<link rel="stylesheet" href="contact.css">
<script src="script.js"></script>
</head>
<body>
<div class="lds-roller"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<img class= "logowebsite" src="logowebsite.png" alt= /img>
</ul>
</nav>
<div class="contact-container">
<div class="contact-content">
<p class="text"> Feel free to reach out to me! <b> Don't hesitate, I'm here to communicate. </b></p>
<a class="githublink" href="https://github.com/SumVir" target="_blank"><img class="githublogo" src="github.svg" alt="github"></a>
<a class="xlogolink" href="https://twitter.com/KamilliSaid" target="_blank"><img class="xlogo" src="xlogo.svg" alt="twitter"></a>
<a class="linkedinlogolink" href="https://www.linkedin.com/in/nursaid-kamilli" target="_blank"><img class="linkedinlogo" src="linkedin.svg" alt="linkedin"></a>
</div>
</div>
<footer class="footer">
<p>© 2023 NursaidKamilli</p>
<a href="https://www.linkedin.com/in/nursaid-kamilli" target="_blank">Contact me</a>
</footer>
</body>
</html>