-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (62 loc) · 2.48 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="MukeshGS and GSThina">
<title>HOME | Course Depot</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link type="text/css" rel="stylesheet" href="style.css"/>
<!-- Latest compiled and minified CSS
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Optional theme
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<!--
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="https://www.parse.com/downloads/javascript/parse-1.3.2.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
-->
</head>
<body>
<div class="header"> </div>
<a href="index.html"><div class="title"> Course Depot </div></a>
<a href="login.html"><div class="button"> Log In </div></a>
<a href="signup.html"><div class="button"> Sign Up </div></a>
<div class="slider">
<div class="text" align="left" style="font-size: 1.2em; color: White; display: block; position: relative; left: 15;">
<ul>
<li>Take the world's best courses,online,for free.<br></li>
<li>This is the place to take up all your basic engineering courses which is neccesary for all the branches....<br></li>
<li>Looking for additional information????<br></li>
<li>We also provide you courses to develop one's personality<br>
and train you to competitive exams by providing aptitude based courses...</li>
</div>
<img src="images/1.jpg">
</div>
<div class="mediumBox">
<fieldset>
<legend><b>Courses</b></legend>
<li>Physics</li>
<li>Chemistry</li>
<li>Mathematics</li>
<li>Mechanical</li>
<li>Electrical</li>
</ul>
</div>
<div class="mediumBox">
<fieldset>
<legend><b>Colleges</b></legend>
<li>SRM</li>
<li>Satyabama</li>
<li>Alagappa</li>
<li>Velammal</li>
<li>Alpha</li>
</ul>
</div>
<div class="footer" align="center" >
Powered By: <b>Techno-Inhalers</b> | G Surendar Thina & Mukesh G
</div>
</body>
</html>