-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
91 lines (77 loc) · 2.77 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<meta name="viewport" content="width=device-width, initial-scale=1.
<head>
<meta charset="utf-8">
<title>Notes Wala Chad | Notes lelo XD | Community Driven Platform</title>
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<meta name="description" content="Platform to Donate and Get Notes XD">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body style="min-width: auto;">
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<label class="logo"><img src="assets/logo.png"></label>
<ul>
<li><a class="active" href="#">Home</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<div class="wrapper">
<div class="grid-container">
<div class="grid-child purple">
<a href="#">
<img src="images/p1.jpg" class="center">
<h3>Computer</h3>
</a>
</div>
<div class="grid-child purple">
<img src="images/p2.jpg" class="center">
<h3>Physics</h3>
</div>
<div class="grid-child purple">
<a>
<img src="images/p3.jpg" class="center">
<h3>Chemistry</h3>
</a>
</div>
</div>
<div class="grid-container">
<div class="grid-child purple">
<a href="biology/biology.html">
<img src="images/p4.jpg" class="center">
<h3>Biology</h3>
</a>
</div>
<div class="grid-child purple">
<img src="images/p5.jpg" class="center">
<h3>History</h3>
</div>
<div class="grid-child purple">
<img src="images/p6.jpg" class="center">
<h3>Economics</h3>
</div>
</div>
<div class="grid-container">
<div class="grid-child purple">
<img src="images/p8.jpg" class="center">
<h3>Commerce</h3>
</div>
<div class="grid-child purple"><a href="geography/geography.html">
<img src="images/p9.jpg" class="center">
<h3>Geography</h3>
</a>
</div>
</div>
</div>
<div class="footer">
<p class="ft-text" style="font-family: gotham; color: rgb(255, 255, 255); text-align: center; padding-top: 6%; padding-bottom: 6%;">© 2021 <a href="https://sharmahere.tk/" style="color: red; font-family: gotham;">Rishav Sharma.</a> All Rights Reserved.</p>
</div>
</body>
</html>