-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
105 lines (99 loc) · 5.25 KB
/
test.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
<!--FrozenNotes V2.0.7.75.23 Source Code - HTML
index.html - HTML - Home Page - 23.12.23 --
© FROZENNOTES 2023. All Rights Reserved -->
<!DOCTYPE html>
<html lang="en" data-lt-installed="true">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>FrozenNotes</title>
<link rel="shortcut icon" href="res/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<nav class="nav" id="mainbar">
<div>
<a href="\"><img class="navlogo" src="res/logo.png" style="width: 50px;"></a>
<a href="\" class="navLinks" id="navLiFi">Home</a>
<svg class="ham ham6" viewBox="0 0 100 100" width="80"
onclick="this.classList.toggle('active'); document.querySelector('.dropdown_menu').classList.toggle('show')">
<path class="line top"
d="m 30,33 h 40 c 13.100415,0 14.380204,31.80258 6.899646,33.421777 -24.612039,5.327373 9.016154,-52.337577 -12.75751,-30.563913 l -28.284272,28.284272">
</path>
<path class="line middle"
d="m 70,50 c 0,0 -32.213436,0 -40,0 -7.786564,0 -6.428571,-4.640244 -6.428571,-8.571429 0,-5.895471 6.073743,-11.783399 12.286435,-5.570707 6.212692,6.212692 28.284272,28.284272 28.284272,28.284272">
</path>
<path class="line bottom"
d="m 69.575405,67.073826 h -40 c -13.100415,0 -14.380204,-31.80258 -6.899646,-33.421777 24.612039,-5.327373 -9.016154,52.337577 12.75751,30.563913 l 28.284272,-28.284272">
</path>
</svg>
<a href="support.html" class="navLinks">Contact Us</a>
<div class="dropdown_menu">
<ul class="menulist">
<li class="menulinks"> <a href="index.html" class="menuLinks" id="firstmenuli">Home</a> </li>
<li class="menulinks"> <a href="resources.html" class="menuLinks">Resources</a> </li>
<li class="menulinks"> <a href="support.html" class="menuLinks">Contact Us</a> </li>
<li class="menulinks"> <a href="https://github.com/FrozenNotes/ICSE_Resources"
class="menuLinks">Contribute</a> </li>
</ul>
</div>
</div>
</nav>
<main>
<center>
<div class="hero">
<h1 class="herotext" id="ht">IDA SCUDDER SCHOOL</h1>
<p class="herosub">Graduation Day 2024<br>Project Horizon</p>
<div class="contentarea">
<div class="camera">
<video id="video">Video stream not available.</video>
</div>
<div><button id="startbutton" class="bn5">Scan Code</button></div>
<br>
<canvas id="canvas"></canvas>
<div class="output">
</div>
<br>
</div>
<div class="photodisp">
<input type="text" class="uid" id="inp" minlength="4" maxlength="7" size="30%"
placeholder="Admission Number">
<input type="text" class="uid" id="inp2" minlength="7" maxlength="8" size="30%"
placeholder="Roll No.">
<button class="bn5" id="act">Fetch Photos</button>
<p id="funtxt">Enter your Admission Number</p>
<div id="imgcont"><img id="imgel" src=""></div>
<div class="sw">
<button id="prev" class="swbtns">◀</button>
<button id="next" class="swbtns">▶</button>
</div>
</div>
</div>
<p class="spacer"></p>
</center>
</main>
<footer>
<center>
<div class="foot">
<a href="/"><img src="res/namelogo.png" class="footimg"></a>
<p class="footxt">© IDA SCUDDER SCHOOL 2024. All Rights Reserved</p>
<a href="/" class="footlink">Home</a>
<a href="support.html" class="footlink">Contact Us</a>
<br>
<a href="https://github.com/FrozenNotes"><img src="res/github.png" class="sm"></a>
<a href="https://www.reddit.com/user/FrozenNotesOfficial/"><img src="res/reddit.png" class="sm"></a>
<a href="https://www.instagram.com/frozennotesofficial/"><img src="res/instagram.png" class="sm"></a>
</div>
</center>
</footer>
<script src="script/fetchphotos.js"></script>
<!-- Cloudflare Web Analytics -->
<script defer="" src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon="{"token": "37dfe70baa8745048c1b51f252ea86f9"}"></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>