-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (155 loc) · 7.48 KB
/
index.html
File metadata and controls
163 lines (155 loc) · 7.48 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Webcoursera
</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link rel="stylesheet" href="homepage_styles.css">
<script src="index_js.js"></script>
</head>
<body>
<!-- Navigation Bar -->
<ul class="navigation-bar" id='id1navig' onmouseout="hide_classes()">
<li>
<a href="index.html">
<i class="glyphicon glyphicon-home"></i>
Home
</a>
</li>
<li class="dropdown" onmouseover = "display_classes()" onclick="show_classes()">
<span class = "menu_header" onmouseover = "display_classes()">
<i class="glyphicon glyphicon-menu-hamburger" onmouseover = "display_classes()"></i>
Classes
</span>
<!-- </a> -->
</li>
<li class="search-box">
<!-- <i class="glyphicon glyphicon-menu-hamburger search-box-icon1"></i> -->
<div class="inner-addon left-addon">
<i class="glyphicon glyphicon-search"></i>
<input type="text" class="form-control" />
</div>
<!-- <input type="text" placeholder="Search.."> -->
</li>
<!-- Align to right -->
<li class="navbar-right">
<div class="user_access">
<a onclick="document.getElementById('user_auth').style.display='block';document.getElementById('login_signup').innerHTML='Login';document.getElementById('id_is_signup').checked=false"><i class="glyphicon glyphicon-user"></i> Login</a>
<a onclick="document.getElementById('user_auth').style.display='block';document.getElementById('login_signup').innerHTML='Sign Up';document.getElementById('id_is_signup').checked=true">
<i class="glyphicon glyphicon-pencil"></i>
Sign up
</a>
</div>
</li>
<!-- Expand menu (For small screens) -->
<a href="javascript:void(0);" class="icon_hamburger" onclick="expand_navbar()">
<i class="glyphicon glyphicon-menu-hamburger"></i>
</a>
</ul>
<!-- Dropdown menu for classes -->
<div class="dropdown-content" onmouseover="display_classes()" onmouseout="hide_classes()">
<a href="ajax.html">Ajax</a>
<a href="css.html">CSS</a>
<a href="html.html">HTML</a>
<a href="java.html">Java</a>
<a href="python.html">Python</a>
<a href="javascript.html">Javascript</a>
</div>
<!-- <iframe src="python.html" frameborder="1" width="300" height="300" title="frame"></iframe> -->
<h1>Welcome to Webcoursera</h1>
<i class="bi bi-caret-left-square"></i>
<p>
Your one stop destination for web development lessons ranging from HTML to Python.<br>
Select any subject from the dropdown menu above and begin expanding your knowledge right away!<br>
</p>
<!-- Login Form -->
<div id="user_auth" class="login_form">
<form class="login_form-content" action="" method="post">
<div class="imgcontainer">
<img src="static/img/nitc_logo.jpeg" alt="Avatar" class="avatar">
</div>
<div class="container">
Username
<input type="text" placeholder="Enter Username" name="username" required>
Password
<input type="password" placeholder="Enter Password" name="password" required>
<input type="checkbox" name="is_signup" id="id_is_signup" hidden>
<button id="login_signup" type="submit" class="login_form_button">Login</button>
</div>
<div class="container" style="background-color:#f1f1f1">
<button type="button" onclick="document.getElementById('user_auth').style.display='none'" class="cancelbtn login_form_button">Cancel</button>
</div>
</form>
</div>
<!-- Courses offered -->
<div id="courses">
<br>
<h2>Courses Offered</h2>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="ajax.html">
<img src="static/img/Ajax.png" alt="AJAX" width="600" height="400">
<div class="desc">Lets learn AJAX</div>
</a>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="css.html">
<img src="static/img/css.png" alt="AJAX" width="600" height="400">
<div class="desc">CSS: From beginner to expert</div>
</a>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="html.html">
<img src="static/img/html.png" alt="AJAX" width="600" height="400">
<div class="desc">HTML full course</div>
</a>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="java.html">
<img src="static/img/java.png" alt="AJAX" width="600" height="400">
<div class="desc">Become a Java developer</div>
</a>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="python.html">
<img src="static/img/Python.png" alt="AJAX" width="600" height="400">
<div class="desc">Python programming fundamentals</div>
</a>
</div>
</div>
<div class="responsive">
<div class="gallery">
<a target="_blank" href="javascript.html">
<img src="static/img/JS.png" alt="AJAX" width="600" height="400">
<div class="desc">Introduction to Javascript</div>
</a>
</div>
</div>
</div>
<div class="footer">
<span class="tooltip2">
Contact Us
<span class="tooltiptext" style="width:200px;position: absolute;bottom:10px;right:10px">hemanth_b180318cs@nitc.ac.in<br>isaac_b180644cs@nitc.ac.in<br>rohith_b180291cs@nitc.ac.in</span>
</span>
<span class="tooltip2">
About us
<span class="tooltiptext" style="width:200px;position: absolute;bottom:10px;right:10px">NITC WebP Exercise 1 Group</span>
</span>
<a href="privacy.html" style="color:white;padding-right:10px">
Privacy policy
</a>
<a href="terms_and_conditions.html" style="color:white;padding-right:10px">
Terms and Conditions
</a>
</div>
</body>
</html>