-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
70 lines (62 loc) · 3.28 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Iqbolshoh's Personal Web-Site. +998997799333">
<meta name="keywords" content="ilhomjonov, iqbolshoh, ikromjonovich, iqbolshoh_777, programmer_777, iqbolshoh dev">
<meta property="og:title" content="Iqbolshoh Ilhomjonov">
<meta property="og:description" content="Iqbolshoh's Personal Web-Site. +998997799333">
<meta property="og:image" content="https://iqbolshoh.uz/images/iqbolshoh1.jpg">
<meta property="og:image:alt" content="Iqbolshoh Ilhomjonov's profile picture">
<meta property="og:url" content="https://iqbolshoh.uz/">
<meta property="og:type" content="website">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="./src/css/header.css">
<link rel="stylesheet" href="./src/css/contact.css">
<link rel="icon" href="./favicon.ico">
<title>Contact</title>
</head>
<body>
<header class="header-container">
<h2 class="logo-text" onclick="window.location.href='./'"><span class="logo-highlight">Iqbol</span>shoh</h2>
<nav class="nav-links">
<a href="./">Home</a>
<a href="about.html">About</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</nav>
<a href="portfolio.html" class="button-projects">My Projects</a>
</header>
<div class="contact">
<h2 class="contact__title">Contact Me</h2>
<p class="contact__description">If you have any questions or would like to get in touch with me, feel free to
contact me using the
information below or by filling out the contact form:</p>
<div class="contact__form-wrapper">
<form class="contact__form">
<input type="text" name="name" id="name" placeholder="Your Name" required>
<input type="email" name="email" id="email" placeholder="Your Email" required>
<textarea name="message" id="message" placeholder="Your Message" required></textarea>
<button type="button" id="submit">Send Message</button>
</form>
</div>
<div class="contact__info">
<div class="contact__info-item">
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a>
<p><a href="mailto:[email protected]"><span>Email: <br></span>[email protected]</a></p>
</div>
<div class="contact__info-item">
<a href="tel:+998997799333"><i class="fa-solid fa-phone"></i></a>
<p><a href="tel:+998997799333"><span>Phone: <br></span> +998997799333</a></p>
</div>
<div class="contact__info-item">
<a href="https://github.com/iqbolshoh"><i class="fa-brands fa-github"></i></a>
<p><a href="https://github.com/iqbolshoh"><span>GitHub<br></span>iqbolshoh</a></p>
</div>
</div>
</div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script src="./src/js/script.js"></script>
</body>
</html>