-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
48 lines (44 loc) · 2.09 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
<!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">
<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/style.css">
<link rel="icon" href="./favicon.ico">
<title>Iqbolshoh Ilhomjonov</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>
<img src="./images/iqbolshoh1.jpg" alt="Iqbolshoh Ilhomjonov" class="image">
<section class="home">
<div class="content">
<h2>Hi, I'm <span>Iqbolshoh</span></h2>
<h4>Full-Stack Web Developer from Samarkand</h4>
<p>Welcome to my personal website. Here you'll find information about my work, projects, and more.</p>
<div class="btn-group">
<a href="about.html">About me</a>
<a href="portfolio.html">See Projects</a>
</div>
<div class="social-icons">
<a href="https://t.me/Iqbolshoh_777"><i class="fa-brands fa-telegram"></i></a>
<a href="https://www.instagram.com/iqbolshoh_777/"><i class="fa-brands fa-instagram"></i></a>
<a href="https://tiktok.com/@IIqbolshoh_777/"><i class="fa-brands fa-tiktok"></i></a>
<a href="https://github.com/iqbolshoh"><i class="fa-brands fa-github"></i></a>
</div>
</div>
</section>
</body>
</html>