-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.74 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.74 KB
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
<!DOCTYPE html>
<html>
<title>
Ruby of Mathematics
</title>
<head><meta charset="utf-8" />
<script src="script.js"></script>
<link rel="stylesheet" href="styles.css"></head>
<body>
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="mailto:aryankrishnan4b@gmail.com">Contact</a>
<a href="https://drive.google.com/drive/folders/114zqNZQFLcE9elrdOzsvcMLD9-l_NVT5?usp=share_link">Download</a>
</div>
<div id="container">
<div id="maintext">Ruby of mathematics</div>
<div id="tagline">The mathematical adventure</div>
</div>
<div id="info">Explore the magical world of mathematics through over 40 interesting levels, and an elaborate lore weaving the world together!</div>
<div id="topics">
<div id="topic1">Trignometry</div>
<div id="topic2">Algebra</div>
<div id="topic3">Probability</div>
<div id="topic4">Angles</div>
<div id="topic5">Geometry</div>
<div id="topic6">Coordinates</div>
<div id="topic7">And many more!</div>
</div>
<div id="tagline2">The numbers say it all; not only for employees but also students!</div>
<img id="gamifiedimage" src="https://lh6.googleusercontent.com/2kCc1h0qVQPl7mDhXI1K8RYTv7TdDpWq8RxLm52tPer2MnoSWIx37uFFM1BRgDQonDNRuzC4CY2bmPjLWOLGcZB8mcAf6LLN4EekdL1ccN8LZYE0UDyiNLs_g5WgnGlRCmeu-fSJVn2XkM2ukZoT91g">
<img id="dlimg" >
<div id="tagline3">So? What are you waiting for?</div>
<div id="dlbutton">
<a href="https://drive.google.com/drive/folders/114zqNZQFLcE9elrdOzsvcMLD9-l_NVT5?usp=share_link">Download!</a>
</div>
</body>
</html>