-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
105 lines (84 loc) · 3.13 KB
/
about.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>about site</title>
<meta charset="UTF-8">
<meta name="description" content="Cloud 83 - hosting template ">
<meta name="keywords" content="cloud, hosting, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/flaticon.css"/>
<link rel="stylesheet" href="css/owl.carousel.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section">
<a href="./start.html" class="site-logo"><img src="./img/logo.png" alt=""></a>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
<div class="nav-warp">
<div class="user-panel">
<a href="C:\Users\AMR\Desktop\New folder\ithost\login\examples\login-page.html">Login</a> /
<a href="C:\Users\AMR\Desktop\New folder\ithost\login\examples\register-page.html">Register</a>
</div>
<ul class="main-menu">
<li><a href="./start.html">Home</a></li>
<li><a href="./about.html">About site</a></li>
</ul>
</div>
</header>
<!-- Header section end -->
<!-- Page Top section -->
<section class="page-top-section set-bg" data-setbg="img/page-top-bg.jpg">
<div class="container">
<h2>About site</h2>
<div class="site-breadcrumb">
<a href="./start.html">Home</a> / <span>About site</span>
</div>
</div>
</section>
<!-- Page Top section end -->
<!-- Domain search section -->
<!-- About section -->
<br>
<br>
<section class="about-section spad pt-0">
<div class="container">
<div class="row">
<div class="col-lg-6 about-text">
<h3>Create quizzes</h3>
<p>Always wanted to make a quiz, but couldn't find an easy quiz creator to help you out? With our quiz tool it’s easy to make a quiz in less than five minutes. Just follow these simple steps to create online quizzes with our online quiz software. </p>
</div>
<div class="col-lg-6">
<br><br><br><br>
<img style="margin-left: 250px " src="./img/about.png" alt="">
</div>
</div>
</div>
</section>
<!-- About section end -->
<!-- Milestones section -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>