-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (94 loc) · 5.17 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
<!DOCTYPE html>
<html>
<head>
<title>Open Revise</title>
<link rel="shortcut icon" href="shared/icons/favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="shared/icons/favicon.ico" />
<meta name="description" content="Home of IGCSE revision. Past papers, mark schemes, and subject notes.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="shared/styles/gh-fork-ribbon.css">
<link rel="stylesheet" href="shared/styles/global.css">
<link rel="stylesheet" href="shared/styles/home.css">
<link rel="stylesheet" href="shared/styles/theme.css">
</head>
<body id="body" class="themeable">
<div class="global-clicking-space"></div>
<div class="global-clicking-space-1 global-clicking-space-1-state-hidden"></div>
<div class="global-hamburger global-hamburger-state-hidden">
<img class="global-hamburger-close" src="shared/icons/x-50.png">
<!-- Hamburger menu -->
<div class="global-hamburger-itemcontainer">
<ul class="global-hamburger-items">
<li>
<a href="index.html">Home</a>
</li>
<li>
<div class="global-dropdown">
<a class="global-dropbtn" onclick="dropdown_menu()">Notes</a>
<div id="myDropdown" class="global-dropdown-content">
<!-- Notes link goes here -->
<a type="text" id="eco" name="note_link" link="shared/notes/Economics Note.html" onclick="get_iframe(document.getElementById('eco').getAttribute('id'))"> Economics </a>
<a type="text" id="phy" name="note_link" link="shared/notes/Physics Note.html" onclick="get_iframe(document.getElementById('phy').getAttribute('id'))"> Physics </a>
<a type="text" id="ict" name="note_link" link="shared/notes/ICT.html" onclick="get_iframe(document.getElementById('ict').getAttribute('id'))"> ICT </a>
<a type="text" id="esl" name="note_link" link="shared/notes/ESL Revision.html" onclick="get_iframe(document.getElementById('esl').getAttribute('id'))"> ESL Writing </a>
</div>
</div>
</li>
<li>
<a class="global-materials-page-link" type="text" id="materials" name="materials" link="shared/notes/Materials.html" onclick="get_iframe(document.getElementById('materials').getAttribute('id'))"> Materials</a>
</li>
<li>
<a class="global-pspapers-page-link" type="text" id="pspapers" name="past_papers" link="shared/notes/Past Papers.html" onclick="get_iframe(document.getElementById('pspapers').getAttribute('id'))"> Past Papers </a>
</li>
<!-- <li>
<div class="global-setting-list">
<a id="setting" onclick="setting()">Setting</a>
<div id="popUpDiv">
<select id="theme-selector" class="global-theme-selector global-theme-selector-state-hidden">
<option class="global-theme-option" name="theme" value="dark">Dark</option>
<option class="global-theme-option" name="theme" value="light">Light</option>
</select>
</div>
</div>
</li> -->
<li>
<a class="global-about-page-link" type="text" id="about" name="about_link" link="shared/notes/About.html" onclick="get_iframe(document.getElementById('about').getAttribute('id'))">About</a>
</li>
<li>
<a class="global-blog-page-link" type="text" id="blog" name="blog_link" link="shared/notes/Blog.html" onclick="get_iframe(document.getElementById('blog').getAttribute('id'))">Blog</a>
</li>
<li>
<a href="https://forms.gle/QsrCufW2v2R8fXYCA" target="_blank">Survey</a>
</li>
</ul>
</div>
</div>
<header class="global-menubar">
<a href="index.html">
<img class="global-menubar-logo" src="shared/logos/or-logo.png">
</a>
<h1 class="global-menubar-location">| Home</h1>
<img class="global-menubar-hamburger" src="shared/icons/menu-50.png">
</header>
<!-- Home page main content -->
<div class="home-blurb-container">
<h2 class="themeable home-blurb">Welcome to Open Revise</h2>
<h3 class="themeable home-blurb-support"> The open source revision website for everyone</h3>
<button class="home-blurb-action">Get Started</button>
<br>
<h2 class="themeable countdown" id="countdown"></h2>
</div>
<main>
<!-- Note viewer auto-generated by script -->
<iframe class="note-container note-container-state-hidden" id="note_iframe"></iframe>
</main>
<a class="github-fork-ribbon left-bottom fixed github-fork-ribbon-state-visible" href="https://github.com/OpenRevise/OpenRevise.github.io" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<script src="shared/scripts/library/ua-parser.min.js"></script>
<script src="shared/scripts/menubar.js"></script>
<script src="shared/scripts/theme.js"></script>
<script src="shared/scripts/home.js"></script>
<script src="shared/scripts/dropdown.js"></script>
<script src="shared/scripts/setting.js"></script>
</body>
</html>