-
Notifications
You must be signed in to change notification settings - Fork 0
/
main1.html
39 lines (39 loc) · 1.48 KB
/
main1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main1.css">
<title>Document</title>
</head>
<body>
<div class="container">
<div class="navbar">
<img src="https://cdn.dribbble.com/users/7514/screenshots/11589404/student_planner_android_app_icon_4x.png" class="logo">
<nav>
<ul id="listitem" >
<li><a href="">Home</a></li>
<li><a href="">Login</a></li>
<li><a href="">Services</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</nav>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRW0CYD5XyBBA9oQbYhxItjqio0UQIDzK9Xjg&usqp=CAU" class="menuicon" onclick="togglelist()">
</div>
<div class="info">
<div class="heading">
<h1>KOOL SKOOL</h1>
<h2>A PLACE TO LEARN</h2>
<p>We’re a nonprofit with the mission to provide a free, <br>
world-class education for anyone, anywhere.</p>
<button type="button">START HERE<img src="https://www.freeiconspng.com/thumbs/white-arrow-png/white-arrow-icon-5.png"></button>
</div>
<div class="picture">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRPzoQ17G3jkZvkz0Tp414Sb-4X4oZilZvK1w&usqp=CAU">
</div>
</div>
</div>
<script src="main1.js"></script>
</body>
</html>