-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (57 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home | Elephant - The Ultimate Student Suite</title>
<link rel="icon" href="icons/elephant/elephant-400-400-grayscale.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="main.css">
<script src="script.js" defer></script>
<script src="main.js" defer></script>
<meta property="og:site_name" content="Elephant - The Ultimate Student Suite">
<meta property="og:url" content="https://elephantsuite.net/">
<meta property="og:image" content="icons/idkp4.png">
<meta property="og:image:width" content="900">
<meta property="og:image:height" content="900">
<meta property="og:description" content="Unleash your full intellectual potential with our comprehensive suite of services!">
<meta name="twitter:title" content="Elephant - The Ultimate Student Suite">
<meta name="twitter:url" content="https://elephantsuite.net/">
<meta name="twitter:description" content="Unleash your full intellectual potential with our comprehensive suite of services!">
<meta name="description" content="Unleash your full intellectual potential with our comprehensive suite of services!">
<meta name="keywords" content="education, flashcards, elephant, free, upload, personal, forums, forums, flashcard, quizlet, timeline, student, school, educational, office">
<meta name="theme-color" content="rgba(254, 89, 157, 1)">
<meta itemprop="name" content="Elephant - The Ultimate Student Suite">
<meta itemprop="description" content="Unleash your full intellectual potential with our comprehensive suite of services!">
<meta itemprop="requiresSubscription" content="False">
</head>
<body>
<div id="navbar">
<div id="navbar-left">
<img src="./icons/elephant/elephant-400-400-grayscale.png" alt="">
<h1>Elephant</h1>
</div>
<div id="navbar-right">
<img src="./icons/icons/user_unknown.png" alt="">
<div>
<div id="login-text">Not Logged In</div>
<a href="./login/">Login</a>
<a href="./login/?signup">Signup</a>
</div>
</div>
</div>
<div id="progress-container">
<div>
<div>
<h1 id="progress-medal-name">Wolf Badge</h1>
<p id="progress-medal-level" style="/*border: 1px solid #ffbf00;*/ color:#ffbf00;">GOLD</p>
</div>
<img src="./icons/icons/trophy.png" alt="" class="primary-filter">
</div>
<div id="progress-bar"></div>
<div>
<p id="progress-bar-left">16 Decks</p>
<p id="progress-bar-right">32 Decks</p>
</div>
</div>
</body>
</html>