-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp_main.html
120 lines (85 loc) · 3.55 KB
/
p_main.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Main</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/animate.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">
<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\profile-page.html">Profile</a>
</div>
<ul class="main-menu">
<li><a href="./p_main.html">Home</a></li>
<li><a href="./Untitled-1.html">Add Quetions</a></li>
<li><a href="#">Generate Quiz</a></li>
</ul>
</div>
</header>
<!-- Header section end -->
<!-- Hero section -->
<section class="hero-section set-bg" data-setbg="img/bg.jpg">
<div class="container h-100">
<div class="hero-content text-white">
<div class="row">
<div class="col-lg-6 pr-0">
<h2 >Quiz Maker</h2>
<p class="p">Make your own quiz and assess anyone’s skills, knowledge, competency, and more!</p>
<a href="#" class="site-btn" class="l">Generate Quiz</a>
<a style="display: inline ;margin-left: 20px " href="Untitled-1.html" class="site-btn" class="l">Add quection</a>
</div>
</div >
<div class="hero-rocket">
<img style="margin-bottom: 250px " src="./img/rocket.png" alt="">
</div>
</div>
</div>
</section>
<!-- Hero section end -->
<script>
$(".l").click(function(){
window.alert("Field is blank");
});
</script>
<!-- Footer top section end -->
<!-- Footer section -->
<footer class="footer-section">
<div class="container">
</div>
</footer>
<!-- Footer top section end -->
<!--====== 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>