-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (40 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sleepy Bear</title>
</head>
<link rel="stylesheet" href="boxes.css">
<body>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<h1 class="headers">Sleepy Bear</h1>
<nav>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Blog</a>
<a href="#">FAQ</a>
<a href="#">Contact</a>
<div class="animation start-home"></div>
</nav>
<!--<h2 class="headers">by Arushi and Somansh</h2>-->
<p> </p>
<button class="center"> <b>Paper I</b></button>
<div class="panel">
<button class="button2" onclick="window.open('answer.html','_blank');"><span>LoL</span></button>
<button class="button3" onclick="window.open('https://www.google.com','_blank');"><span>LoL</span></button>
<button class="button2" onclick="window.open('https://www.google.com','_blank');"><span>LoL</span></button>
<button class="button3" onclick="window.open('https://www.google.com','_blank');"><span>LoL</span></button>
</div>
<p> </p>
<button class="center"> <b>Paper II</b></button>
<div class="panel">
<button class="button2" onclick="window.open('https://www.google.com','_blank');"><span>LoL</span></button>
<button class="button3" onclick="window.open('https://www.google.com','_blank');"><span>LoL</span></button>
<button class="button2" onclick="window.open('https://www.google.com','_blank');"><span>LoL</span></button>
<button class="button3" onclick="window.open('https://www.google.com','_blank');"><span>LoL</span></button>
</div>
<p> </p>
<img class="img_center" src="image_assets/bear-3277204_1280.png" alt="Bhalu">
<script src="toggs.js"></script>
</body>
</html>