-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (52 loc) · 2.61 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
<!DOCTYPE html>
<html>
<head>
<title>Kids Zone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Saptarshi Pal JRSC-208989">
<meta name="description" content="Kids Zone: Where kids love to learn">
<link rel="icon" href ="Media Files Web Technologies\favicon.png">
<link rel = "stylesheet" href = "style.css">
<script defer src = "script.js"></script>
</head>
<body id = "bg">
<div id="topnav" style="padding: 8px;">
<!--Nav Bar Tabs-->
<a href="#contact_us">Contact Us</a>
<a href="#parents_corner">Parent's Corner</a>
<a href="#admission">Admission</a>
<a href="#programmes">Programmes</a>
<a class="active" href="index.html">Home</a>
</div>
<div id = "banner">
<img src="Media_Files_Web_Technologies/banner-image/banner_image_-7.jpg" alt="kids zone banner">
<p>
Where kids love to learn
</p>
</div>
<div class = "social">
<a href = "https://www.facebook.com/NSDCIndiaOfficial/"><img src="Media_Files_Web_Technologies/social-media-icons/facebook.png" alt="kids zone facebook link" heigth="50px" width="50px"></a>
<a href="https://twitter.com/NSDCINDIA?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"><img src="Media_Files_Web_Technologies/social-media-icons/twitter.png" alt="kids zone twitter link" heigth="50px" width="50px"></a>
<a href="https://www.linkedin.com/company/national-skill-development-corporation/?originalSubdomain=in"><img src="Media_Files_Web_Technologies/social-media-icons/linkedin1.png" alt="kids zone linkedin link" heigth="50px" width="50px"></a>
<a href="https://www.youtube.com/user/nsdcindiaofficial"><img src="Media_Files_Web_Technologies/social-media-icons/youtube.png" alt="kids zone youtube link" heigth="50px" width="50px"></a>
</div>
<div id="contact_us">
<h3>Contact Us</h3>
<p><pre>
Address:
Express Trade Tower 2,
Sector 132
Noida
Noida Expressway
Contact Number:
9810981098
</pre></p>
<img src="Media_Files_Web_Technologies/contact us/contact-us-1.png" height="20%;" width="20%;">
</div>
<div class="footer">
<p>
Copyright Kids Zone Ltd. All rights reserved.
</p>
</div>
</body>
</html>