-
Notifications
You must be signed in to change notification settings - Fork 0
/
TEST.html
123 lines (103 loc) · 4.67 KB
/
TEST.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
121
122
123
<html>
<head>
<title>about us</title>
<link rel="stylesheet" type="text/css" href="TEST.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Muli|Raleway" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="hidden">
<hr>
<hr>
<hr>
</div>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark navbar-md-justify-content-center fixed-top">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a href="web page layout.html" class="nav-link">Home</a><!--.active is used for making the tab active-->
</li>
<li class="nav-item">
<a href="" class="nav-link">College</a>
</li>
<li class="nav-item">
<a href="exam-boot.html" class="nav-link">Exam</a>
</li>
<li class="nav-item">
<a href="" class="nav-link">Info</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
Tools
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="rank form.php">Rank Predictor</a>
<a class="dropdown-item" href="#">College Predictor</a>
<a class="dropdown-item" href="#">Counsellor</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link active" href="TEST.html">About Us</a>
</li>
</ul>
</nav>
<div class="sph">
<h1><center><u> ABOUT US.....</u></h1></center>
<p>
<center><h4>Hey user!!</h4>
We provide you with the a stop solution for all of your college queries....<br>
This website is regarding the College Prediction,College Admission and College Opportunities.<br>
It provides best and unbiased tips and information to help you in choosing the best Career path for yourself.<br>
You can hover across different and varied tools for better results.<br>
The more you explore the more beneficial it will be...<br>
So open the scope for possibilities and experience the world of colleges like never before!!</center></p>
<h3>OUR STORY....</h3>
<p><center>
Being the ones who went through the process of JEE ADMISSION recently we came across many difficulties and henceforth made this interactive and easy to use website to solve the major problems in IIT JEE examination and admission procedures.We inncorporated the various user friendly tools to provide a complete solution to the your problems.<br>
Due to our experience of the system being the recent one we tried to incorporate every and any query regarding the same.</center></p></div>
<b><p>If you have any query...</p>
<p><b>Contact Us at:</b><em>7277306561</em></p>
<p><b>E-mailaddress:</b><em>collegeadda786@gmail.com</em></p>
<p><b>facebook:</b><em>collegeadda</em></p>
<p><b>twitter:</b><em>@apna_adda</em></p>
<p><b>instagram:</b><em>adda_college</em></p></b>
<p class="yt"><b>This website was created in 2019...</b></p>
<div>
<h3> MEET OUR TEAM....</h3>
<div class="hover">
<div class="container">
<img src="abhinav.jpg" alt="Avatar" class="image">
<div class="overlay">
<div class="text"><center>ABHINAV KUMAR VERMA<br>B.tech<br>IT</center></div>
</div>
</div>
<div class="container">
<img src="digvijay.jpg" alt="Avatar" class="image">
<div class="overlay">
<div class="text"><center>DIGVIJAY BAHADUR SINGH<br>B.tech<br>CSE</center></div>
</div>
</div>
<div class="container">
<img src="satyam.jpg" alt="Avatar" class="image">
<div class="overlay">
<div class="text"><center>SATYAM JAISWAL<br>B.tech<br>IT</center></div>
</div>
</div>
<div class="container">
<img src="dhruv.jpg" alt="Avatar" class="image">
<div class="overlay">
<div class="text"><center>DHRUVSINGH<br>B.tech<br>ME</center></div>
</div>
</div>
</div>
</div>
</body>
</html>