-
Notifications
You must be signed in to change notification settings - Fork 1
/
disclaimer.html
112 lines (99 loc) · 6.38 KB
/
disclaimer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Disclaimer</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">
<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;">
</div>
</div>
<br><br><br><br>
<div class="disclaimer">
<h1 style="margin-top: 0%;">DISCLAIMER</h1>
<hr class="line">
<p style="font-size:1.1rem;">Edification has made every attempt to ensure the accuracy and reliability of the information provided on this website. However, the information is provided "as is" without warranty of any kind. Edification does not accept any responsibility or
liability for the accuracy, content, completeness, legality, or reliability of the information contained on this No warranties, promises and/or representations of any kind, expressed or implied, are given as to the nature, standard, accuracy
or otherwise of. Lorem ipsum, dolor sit amet consectetur adipisicing elit. Dolores delectus officia aperiam vel maxime animi nihil temporibus similique, rerum provident eveniet voluptates eligendi. At voluptates delectus similique aliquam
quae velit!<br><br> Edification has made every attempt to ensure the accuracy and reliability of the information provided on this website. However, the information is provided "as is" without warranty of any kind. Edification does not accept
any responsibility or liability for the accuracy, content, completeness, legality, or reliability of the information contained on this No warranties, promises and/or representations of any kind, expressed or implied, are given as to the nature,
standaacy or otherwise of the information provided in this website <br><br> Edification has made every attempt to ensure the accuracy and reliability of the information provided on this website. However, the information is provided "as is"
without warranty of any kind. Edification does not accept any responsibility or liability for the accuracy, content, completeness, legality, or reliability of the information contained on this No warranties, promises and/or representations
of any kind, expressed or implied, are given o the nature, standard, accuracy or otherwise of the information provided in this website <br><br> Edification has made every attempt to ensure the accuracy and reliability of the information provided
on this website. However, the information is providend/or representations of any kind, expressed or implied, are given as to the nature, standard, accuracy or otherwise of the information provided in this website <br><br> Edification has made
every attempt to ensure the accuracy and reliability of the information provided on this website. However, the information is provided "as is" without warranty of any kind. Edification does not accept any responsibility or liability for the
accuracy,
</p>
</div>
<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="">
<p style="color: #fffefe;" class="version">Ⓒ 2020.</p>
</a>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "></script>
<script src="index-start.js "></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</body>
</html>