-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (101 loc) · 5.45 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
<!--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 src="res/namelogo.png" class="navlogo"></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="resources.html" class="navLinks">Resources</a>
<a href="support.html" class="navLinks">Contact Us</a>
<a href="https://github.com/FrozenNotes/ICSE_Resources" class="navLinks" id="navLiLa">Contribute</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">FROZENNOTES</h1>
<p class="herosub">ICSE Computer Apllications Notes<br>Open Source - Not for Profit - 0 ads - Privacy
Focused<br>ISC 2025 Notes Coming soon!</p>
<a href="resources.html" class="bn5">Resources</a>
<br>
<a href="#reviews">
<svg class="arrow">
<path class="a1" d="M0 0 L30 22 L60 0"></path>
<path class="a2" d="M0 20 L30 42 L60 20"></path>
<path class="a3" d="M0 40 L30 62 L60 40"></path>
</svg></a>
</div>
<p class="spacer"></p>
</center>
</main>
<div class="revsec" id="reviews">
<h1 class="subheading">ㅤ</h1>
<h1 class="subheading" id="ct">Loading views...</h1>
<h1 class="subheading">Review Highlights</h1>
<div class="rewgal">
<center>
<img class="revs" src="res/rev1.svg">
<img class="revs" src="res/rev2.svg">
<img class="revs" src="res/rev3.svg">
<br>
<img src="res/rev4.svg" id="lr" class="revl">
<img src="res/rev4tab.svg" id="lrtab" class="revl">
<img src="res/rev4ph.svg" id="lrph" class="revl">
</center>
</div>
</div>
<footer>
<center>
<div class="foot">
<a href="/"><img src="res/namelogo.png" class="footimg"></a>
<p class="footxt">© FROZENNOTES 2023. All Rights Reserved</p>
<a href="/" class="footlink">Home</a>
<a href="resources.html" class="footlink">Resoruces</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/scripts.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>