-
Notifications
You must be signed in to change notification settings - Fork 1
/
boilerplate.html
111 lines (98 loc) · 4.58 KB
/
boilerplate.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JEE-ADVANCED</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="css/style-mobile.css">
<link rel="icon" href="images/favicon.png" />
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@600&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="top-container1">
<div class="nav-bar" style="position: fixed; margin-top: 0; background-color: #fffefe; ">
<ul class="dropdownmenu">
<a href="index.html" class="logo">
EDIFICATION
</a>
<li><a href="exams.html">Exams</a></li>
<li><a href="">Question Papers</a></li>
<li><a href="">Write</a></li>
<li><a href="">About Us</a></li>
<li class="right log-in"><a href="index-log-in.html">Log-In</a></li>
<li class="right sign-up"><a href="index-sign-up.html">Sign-Up</a></li>
<li class="dropdownIcon"><a href="">☰</a></li>
</ul>
<hr style="color: rgb(27, 26, 26);
border-width: 0 0 3px 0;
box-shadow: 0px 01px 02px 0px;">
<ul class="dropdownmenu2 dis">
<li><a href="exams.html">Exams</a></li>
<li><a href="">Question Papers</a></li>
<li><a href="">Write</a></li>
<li><a href="">About Us</a></li>
<li class="right log-in"><a href="index-log-in.html">Log-In</a></li>
<li class="right sign-up"><a href="index-sign-up.html">Sign-Up</a></li>
</ul>
</div>
</div>
<br><br><br><br><br>
<h1 style="margin-top: 0%; color: black;">Hello
</h1>
<div class="footer ">
<h3 style="text-align: center; color: #fffefe; ">--Immediate Links--</h3>
<ul>
<a href=" " class="logo-end ">EDIFICATION</a>
<h2>Why this</h2>
<p style="color: #fffefe; ">
Through this website we want to help students for there Entrance Exams.
</p>
<h2>Contact Us</h2>
<a href="Mailto:[email protected] " class="mail ">
<i class="fa fa-envelope "></i> [email protected]</a>
</ul>
<ul>
<h2>Information</h2>
<a href=" ">About Us</a>
<a href=" ">More Search </a>
<a href=" ">Blog</a>
<a href=" ">Testimonials</a>
<a href=" ">Events</a>
</ul>
<ul>
<h2>Helpful Links</h2>
<a href=" ">Supports</a>
<a href="disclaimer.html ">Disclaimer</a>
<a href=" ">Terms & Condition</a>
<a href=" ">Privacy Policy</a>
</ul>
<ul style="padding: 0; ">
<p>Subscribe to get Daily Updates </p>
<input type="email " placeholder="Enter your Email ">
<button><i class="fa fa-thumbs-up "></i> Subscribe</button>
</ul>
<hr class="line ">
<div style="text-align: center; padding: 10px 0 10px 0; " class="brand-icon ">
<a href=" "><i class="fa fa-facebook-square " style="font-size:24px;color:aquamarine "></i></a>
<a href=" "><i class="fa fa-github-square " style="font-size:24px;color:aquamarine "></i></a>
<a href=" "><i class="fa fa-instagram " style="font-size:24px;color:aquamarine "></i></a>
<a href=" "><i class="fa fa-linkedin-square " style="font-size:24px;color:aquamarine "></i></a>
<a href="#nav-top"><i class="fa fa-angle-up"></i></a>
<br> <br>
<a href="">
<p style=" color: #fffefe; display: inline; " class="version ">Ⓒ 2020.</p>
</a>
</div>
</div>
<script src="index-start.js "></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "></script>
<script src="http://code.jquery.com/jquery-3.5.1.min.js "></script>
<script src="javascript/preloader.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "></script>
</body>
</html>