-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (127 loc) · 5.23 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Share/Embed Content -->
<meta name="author" content="SF18">
<meta name="msapplication-TileColor" content="#212121">
<meta name="theme-color" content="#212121">
<meta charset="UTF-8">
<meta name="viewport" content="">
<meta name="description" content="A website if you need hacks for shcool.">
<meta name="keywords" content="ezschool">
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:description" content="A website if you need hacks for shcool." />
<meta property="og:site_name" content="ezschool.pages.dev">
<meta itemprop="name" content="">
<meta property="og:image" content="https://imgur.com/a/9VFFsIT"/>
<meta itemprop="description" content="">
<meta name="twitter:title" content="ezschool">
<meta name="twitter:description" content="A website if you need hacks for shcool.">
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" />
<meta charset="web-link" />
<link rel="icon" href="img/ezschool svg logo.svg">
<link rel="shortcut icon" id="favicon" href="img/ezschool svg logo.svg">
<link rel="icon" type="image/png" href="img/ezschool svg logo.svg">
<link rel="icon" href="img/ezschool svg logo.svg">
<!-- End of Meta Tags -->
<!-- Website title -->
<title>Home | ezschool</title>
<!-- End of website title -->
<!-- CSS Import -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- End of CSS Import -->
<html>
<body>
<!-- Pre-loader -->
<div class="loader_bg">
<h4>Did you know?</h4>
<h5>ezschool is the best site to get school hacks.</h5>
<div class="spinner-wrapper">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
<script>
setTimeout(function(){
$('.loader_bg').fadeToggle();
}, 1500);
</script>
<!-- End of pre-loader -->
<!-- Nav bar -->
<div class="topnav" id="myTopnav">
<a href="#home" class="active"><i class="fa fa-fw fa-home"></i> Home</a>
<a href="#news"><i class="fas fa-bullhorn"></i> Announcement</a>
<a href="#contact"><i class="fa fa-fw fa-envelope"></i> Contact</a>
<a href="#about"><i class="fas fa-info-circle"></i> About</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<!-- End of Nav bar -->
<!-- Texts -->
<h1 class="text-gradient">Choose a school hack</h1>
<!-- End of Text-->
<!-- Cards -->
<div class="container1"></div>
<div class="container2"></div>
<div class="container3"></div>
<a href="https://schoolcheats.net/kahoot/"class="kahoot">
<div class="card-item-content">
<div class="card-feature-center">
<div class="fade-in-on-scroll" style="opacity: 1;"> <img class="kahoot" src="img/Kahoot.png" alt=""> </div>
<div class="fade-in-on-scroll" style="opacity: 1;">
</div>
</div>
</div>
</a>
<h6>Kahoot Answers</h6>
<a href="homework.html"class="homework">
<div class="card-item-content">
<div class="card-feature-center">
<div class="fade-in-on-scroll" style="opacity: 1;"> <img class="homework" src="img/ezschool transpernt logo.png" height="125" alt=""> </div>
<div class="fade-in-on-scroll" style="opacity: 1;">
</div>
</div>
</div>
</a>
<h7>Homework/Exam Answers</h7>
<a href="https://schoolcheats.net/quizizz/"class="quizizz">
<div class="card-item-content">
<div class="card-feature-center">
<div class="fade-in-on-scroll" style="opacity: 1;"> <img class="quizizz" src="img/Quizizz.png" alt=""> </div>
<div class="fade-in-on-scroll" style="opacity: 1;">
</div>
</div>
</div>
</a>
<h8>Quizizz Answers</h8>
<!-- End of Cards -->
<!-- Dark mode & Light mode -->
<script src="script.js"></script>
<script
src="https://kit.fontawesome.com/3fe16e504a.js"
crossorigin="anonymous">
</script>
</head>
<body>
<p>
<span id="toggle-switch" title="Toggle Dark & Light Theme">
<i class="fas fa-moon" id="toggle-switch"></i>
</span>
</p>
<!-- End of Dark mode & Light mode -->
<!-- Footer -->
<div class="footer">
<p>© 2022 SF18 Dev, All rights reserved.</p>
</div>
<!-- End of Footer -->
</body>
</html>