-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (84 loc) · 4.29 KB
/
index.html
File metadata and controls
88 lines (84 loc) · 4.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Robtop Games</title>
<link rel="icon" href="static/assets/coin.ico">
<link rel="stylesheet" href="static/reset.css">
<link rel="stylesheet" href="static/styles.css">
</head>
<body>
<nav>
<img class="nav__logo">
<ul class="nav__items">
<li><a href="#home">Social</a></li>
<li><a href="#gd">Games</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#policy">Policy</a></li>
</ul>
<a href="#videotrailer"><button class="nav__play">PLAY NOW</button></a>
</nav>
<main id="home">
<div id="social">
<img class="main__logo" src="static/assets/RobTopLogo__Var1.png">
<p class="socialtext">Robert Nicholas Christian Topala (born February 23, 1987) also referred to as RobTop, is a Swedish game developer and the founder of RobTop Games.</p>
<div class="socialbutton">
<a href="https://www.youtube.com/channel/UCz_yk8mDSAnxJq0ar66L4sw">
<img src="static/assets/gj_ytIcon_001.png" alt="youtube" border="0" style="padding: 10px;">
</a>
<a href="https://twitter.com/robtopgames">
<img src="static/assets/gj_twIcon_001.png" alt="twitter" border="0" style="padding: 10px;">
</a>
<a href="https://www.facebook.com/geometrydash">
<img src="static/assets/gj_fbIcon_001.png" alt="facebook" border="0" style="padding: 10px;">
</a>
</div>
</div>
<div id="gd">
<img class="gdlogo" src="static/assets/Geometry_Dash.png">
<div class="gddesc">
<p>Jump and fly your way through danger in this rhythm-based action platformer!</p>
<p>Prepare for a near impossible challenge in the world of Geometry Dash. Push your skills to the limit as you jump, fly and flip your way through dangerous passages and spiky obstacles.</p>
<p>Simple one touch game play with lots of levels that will keep you entertained for hours!</p>
</div>
<iframe id="videotrailer" src="https://www.youtube.com/embed/k90y6PIzIaE" title="Official Geometry Dash Trailer" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<div class="gdinstalls">
<a href="https://itunes.apple.com/us/app/geometry-dash/id625334537?mt=8">
<img src="static/assets/app_Store_Image.png" alt="Install: App Store" width="232" height="69">
</a>
<a href="https://play.google.com/store/apps/details?id=com.robtopx.geometryjump&hl=en">
<img src="static/assets/google_play_img.png" alt="Install: Google Play" width="200" height="70">
</a>
</div>
</div>
<div id="others">
<div class="otherslogo">
<img src="static/assets/boomLogo_001.png">
<img src="static/assets/muLogo_001.png">
<img src="static/assets/mmLogo_001.png">
</div>
<div class="othersdesc">
<p>No longer available.</p>
</div>
</div>
<div id="contact">
<img src="static/assets/letter.png" width="116" height="102" alt="letter">
<a href="mailto:info@robtopgames.com">
<img src="static/assets/contact.png" alt="contact" width="188" height="80" border="0">
</a>
</div>
<div id="policy">
<p>Policy: Monetization</p>
<div class="policydesc">
<p>You are allowed to create videos of Geometry Dash, upload or stream from YouTube or other video sites, and monetize those videos.</p>
<p>You may not make any other commercial use of any of our Brands or Assets. For example you may not sell any merchandise that uses any of our Brands or Assets and you may not use our Names as keywords or search tags for products that have no relationship with them.</p>
<p>Do not copy or take any assets from our content and distribute them separately (like characters, voices, music, images).</p>
<p>Please remember that these guidelines apply only to content created or distributed by RobTop Games: if you use third party content, such as music from your favourite artist, you need a separate permission from them.</p>
</div>
</div>
</main>
<script src="index.js"></script>
</body>
</html>