-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (76 loc) · 4.54 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
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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>Khujamov</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body id="body">
<header id="navigation" class="fixed-top navbar navbar-expand-lg">
<div class="container">
<div class="navbar-header"> <a class="navbar-brand" href="#body">
<h1 id="logo"><img src="./img/logo.png" width="70px" height="50px" alt=""></h1>
</a></div> <button type="button" class="navbar-toggler" data-toggle="collapse"
data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <i
class="fa fa-bars fa-lg"></i> </button>
<nav class="collapse navbar-collapse">
<ul id="nav" class="nav navbar-nav ml-auto">
<li class="current"><a href="#body">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#works">Work</a></li>
<li><a href="#testimonial">Review</a></li>
<li><a href="#blog">Services</a>
<ul class="submenu transition">
<li><a class='external' href='blog.html'>Service 1</a></li>
<li><a class='external' href='blog-post.html'>Service 2</a></li>
</ul>
</li>
<li><a href="#contact">Bog'lanish</a></li>
</ul>
</nav>
</div>
</header>
<section id="slider" class="hero-area">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleControls" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleControls" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: url(img/home-img.jpg);">
<div class="carousel-caption">
<h2 data-wow-duration="700ms" data-wow-delay="500ms" class="wow bounceInDown animated">
Khujamov<span> Codes</span>!</h2>
<h3 data-wow-duration="1000ms" class="wow slideInLeft animated"><span>/Tez</span> kunda
.</h3> <span data-wow-duration="1000ms" class="wow slideInRight animated"></span><a href="t.me/khujamovdev" class="primary-btn mt-4" data-text="Aloqa">
<span>B</span> <span>o</span> <span>g'</span> <span> </span> <span>l</span> <span>a</span>
<span>n</span> <span>n</span> <span>i</span> <span>s</span> <span>h</span> </a>
</div>
</div>
<div class="carousel-item" style="background-image: url(img/home-img.jpg);">
<div class="carousel-caption">
<h2 data-wow-duration="500ms" data-wow-delay="500ms" class="wow bounceInDown animated">
Khujamov<span> Develloper</span>!</h2>
<h3 data-wow-duration="500ms" class="wow slideInLeft animated"><span>/creative</span> one page
template.</h3> <span data-wow-duration="500ms" class="wow slideInRight animated">We are a
team of professionals </span><a href="#" class="primary-btn mt-4" data-text="Aloqa">
<span>B</span> <span>o</span> <span>g'</span> <span> </span> <span>l</span> <span>a</span>
<span>n</span> <span>n</span> <span>i</span> <span>s</span> <span>h</span> </a>
</div>
</div>
</div>
</div>
</section>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery.singlePageNav.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>