-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (87 loc) · 4.46 KB
/
index.html
File metadata and controls
121 lines (87 loc) · 4.46 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Utkranti Study Point</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<div id="logo">
<img src="logo.jpg" alt="Utkranti Study Point">
</div>
<div ><h1 class="hdr">Utkranti Study Point</h1>
</div>
<nav>
<li class="course"> <a href="javascript:void(0)" class="dropbtn">Courses</a>
<div class="courses-content">
<a href="https://www.upsc.gov.in/" title="Click to know more">UPSC</a>
<a href="https://ssc.nic.in/" title="Click to know more">SSC</a>
<a href="https://www.bankersadda.com/upcoming-bank-exams-2020/" title="Click to know more">Banking</a>
<a href="http://www.mppsc.nic.in/" title="Click to know more">MPPSC</a>
</div>
</li>
<li class="course"> <a href="javascript:void(0)" class="dropbtn">Downloads</a>
<div class="courses-content">
<a href="http://ncert.nic.in/ebooks.html" title="Click to download">NCERT Books</a>
<a href="https://nios.ac.in/online-course-material.aspx" title="Click to download">NIOS Materials</a>
<a href="https://www.iasparliament.com/downloads/current-affairs-magazine" title="Click to download">Current Affairs Magazines</a>
<a href="https://www.upsc.gov.in/examinations/previous-question-papers" title="Click to download">Previous Year Question Papers</a>
<a href="https://freeupscmaterials.org/standard-books/" title="Click to download">Standard Books</a>
</div>
</li>
<li class="course"> <a href="javascript:void(0)" class="dropbtn">About Us</a>
<div class="courses-content">
<a href="#">Background</a>
<a href="https://www.blogger.com/u/5/blog/posts/5707423679151182184">Blog</a>
<a href="#">Videos</a>
<a href="#">Achievements</a>
</div>
</li>
<li class="course"> <a href="javascript:void(0)" class="dropbtn">Contact Us</a>
<div class="courses-content">
<a href="tel:9109353232" title="Click to call">Call</a>
<a href="#" title="Click to connect on Telegram">Connect on Telegram</a>
<a href=" https://wa.me/919109353232/?text=Start chat" title="Click to Whatasapp us">Whatsapp</a>
<a href="mailto:utkrantistudypoint@gmail.com" title="Click to mail us">Send mail</a>
</div>
</li>
<li class="course" title="Click to register"> <a href="Registration.html" class="dropbtn">Register</a>
</li>
<li class="course" title="Click to make daily To-Do list"> <a href="to-do.html" class="dropbtn">To-Do</a>
</li>
</nav>
</div>
<div class="main">
<div class="marq">
<p> <marquee width="100%" direction="left" height="30px">
Welcome to Utkranti Study Point
</marquee>
</p>
</div>
<div class="upsc">
<center><img src="upsc.jpg" alt="upsc image"></center>
</div>
<div>
<p><strong>Utkranti Study Point</strong> is one of the best place for UPSC, SSC as well as for State PCS aspirants.</p>
<p>As in this technological world where information is scattered everywhere, choosing right material is of utmost importance for an aspirant.</p>
<p>As every aspirant is struggling with time constaints, so we provide you a platform where an aspirant will have quick access to resources required in their preparation.</p>
<p>Feel free to reach us...</p>
</div>
</div>
<div class="suggest">
<h3><center>For any sugesstion,fill this form...</center></h3>
<form>
<center> <input type="text" placeholder="Your name..." name=""></center>
<center> <input type="text" placeholder="Your email..." name=""></center>
<center><textarea name="comment" placeholder="Enter your suggestion..."></textarea></center>
<center>
<button class="button">Submit</button>
</center>
</form>
</div>
<div class="footer">
<p>© Utkranti Study Point</p>
</div>
</body>
</html>