-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
137 lines (113 loc) · 5.62 KB
/
homepage.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
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<head>
<title>some classes</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="homepage.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class='container'>
<div class="row">
<div class='col-md-12'>
<a href="" class="navbar-brand">LOGO</a>
<ul class="nav navbar-nav navbar-right">
<li><a href="">HOME</a></li>
<li><a href="">CONTACT US</a></li>
<li><a href="">FEEDBACK</a></li>
<li><a href="">LOG IN</a></li>
</ul>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="head">
<H1><b><ins>MEHUL CLASSES</ins></b></H1>
<p>Educate Every Student And Expect Excellence</p>
<br>
<br>
<br>
<button class="btn btn-lg btn-danger">APPLY</button>
<img src="b02.jpg">
<div class="clear"></div>
</div>
<marquee class="well-sm">Web design encompasses many different skills and disciplines in the production and maintenance of websites.</marquee>
</div>
<br>
<br>
<br>
<br>
<div class="container-fluid">
<div class="row features">
<div class='col-md-2 col-xs-10 col-xs-offset-1 col-md-offset-2 text-center white'>
<i class='glyphicon glyphicon-menu-down'></i>
<h3>heading3</h3>
<p class="lead">Web design encompasses many different skills and disciplines in the production and maintenance of websites. The different areas of web design include web graphic design; interface design; authoring, including standardised code and proprietary software; user experience design; and search engine optimization.</p>
</div>
<div class='col-md-2 col-xs-6 col-md-offset-1 text-center white'>
<i class='glyphicon glyphicon-menu-down'></i>
<h3>heading4</h3>
<p class="lead">Web design encompasses many different skills and disciplines in the production and maintenance of websites. The different areas of web design include web graphic design; interface design; authoring, including standardised code and proprietary software; user experience design; and search engine optimization.</p>
</div>
<div class='col-md-2 col-md-offset-1 col-xs-6 text-center white'>
<i class='glyphicon glyphicon-menu-down'></i>
<h3>heading5</h3>
<p class="lead">Web design encompasses many different skills and disciplines in the production and maintenance of websites. The different areas of web design include web graphic design; interface design; authoring, including standardised code and proprietary software; user experience design; and search engine optimization.</p>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="col-md-6">
<vid1 style="background:tomato;left:100px;height:200px;margin:0 5px 5px 0;width:200px;position:absolute;"><h3>TEST SERIES</h3></vid1>
<vid2 style="background:orange;left:310px;height:200px;width:400px;position:absolute;"><H3>COMPUTER LAB</H3></vid2>
<vid3 style="background:dodgerblue;height:410px;left:100px;width:200px;margin:210px 5px 5px 0;position:absolute;"><h3>CAB FACILITIES</h3></vid3>
<vid4 style="background:seagreen;height:200px;width:200px;margin:210px 0 0 0;left:310px;position:absolute;"><h3>ATTENDANCE SYSTEM</h3></vid4>
<vid5 style="background:violet;height:200px;width:190px;left:520px;margin:210px 0 0 0;position:absolute;"></vid5>
<vid6 style="background:crimson;height:200px;width:400px;left:310px;margin:420px 0 0 0;position:absolute;"></vid6>
</div>
<div class="col-md-5 col-md-offset-1 hidden-sm hidden-xs">
<div class="slideshow-container">
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="70377797-student-wallpapers.jpg" style="width:100%">
<div class="text">Caption Text</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="download.jpg" style="width:100%">
<div class="text">Caption Two</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="imagess1.jpg" style="width:100%">
<div class="text">Caption Three</div>
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<footer>
<a>admission</a>|<a> payment terms </a>|<a>cancellation policy</a>
<p>Mehul Coaching Classes © All Rights Reserved</p>
<a href="https://www.facebook.com/Profix-Bookseller-145257969606978/" class=" facebook">FACEBOOK</a>
<a href="https://github.com/jiteshrath123" class="github">GITHUB</a>
<a href="https://twitter.com/krutikpathak180" class="twitter">TWITTER</a>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="homepage.js"></script>
</body>
</html>