-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
59 lines (50 loc) · 1.56 KB
/
Copy pathservices.html
File metadata and controls
59 lines (50 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head>
<title>Services</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="nav.css">
<link rel="stylesheet" type="text/css" href="services.css">
<script type="text/javascript" src="nav.js"></script>
</head>
<body>
<nav class="navigation-bar">
<a href="index.html"><img class="logo" src="img/logo.png"></a>
<a class="link" href="feedback.html">Feedback</a>
<a class="link" href="services.html">Services</a>
<a class="link" href="contri.php">Contribute</a>
<a class="link" onclick="on()" href="#">Courses</a>
</nav>
<div id="overlay" onclick="off()">
<table>
<tr>
<td><a class="link" href="cse.html">B.Tech cse</a></td>
<td><a class="link" href="ece.html">B.Tech ece</a></td>
<td><a class="link" href="bio.html">B.Tech biotech</a></td>
<td><a class="link" href="chem.html">B.Tech chem</a></td>
</tr>
</table>
</div>
<table id="services">
<tr>
<td colspan="2">Other Services We Offer.</td>
</tr>
<tr>
<td>Educational Videos.</td>
<td>Online Quizzes.</td>
</tr>
<tr>
<td>Coaching Classes.</td>
<td>Private Tutions.</td>
</tr>
</table>
<section>Contact Us: 📞 +919727677610   📧 singhpradeep407@gmail.com</section>
<a href="https://www.linkedin.com/in/thatbluekid/">
<h3 style="font-family: 'Squada One', cursive; position: absolute;
color: black; bottom: 0; margin: auto; width: 99vmax; text-align: center;">
© Pradeep 2019</h3>
</a>
</body>
</html>