-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (102 loc) · 4.67 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
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>Humble Bill</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="shortcut icon" type="image/x-icon" href="images/logo.ico" />
</head>
<body>
<nav class="background-color" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo hide-on-med-and-down">HUMBLE BILL</a>
<ul class="right hide-on-med-and-down">
<li><a href="#">Home</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.humblebill.game">Download</a></li>
<li><a href="https://ricardopetronilho98.github.io/">Developer</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="#"><i class="material-icons">home</i>Home</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.humblebill.game"><i class="material-icons">file_download</i>Download</a></li>
<li><a href="https://ricardopetronilho98.github.io/"><i class="material-icons">developer_mode</i>Developer</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<a id="logo-container" href="#" class="brand-logo hide-on-med-and-up show-on-medium-and-down right">HUMBLE BILL</a>
</div>
</nav>
<div class="container">
<br></br>
<div class="row center">
<a href="https://play.google.com/store/apps/details?id=com.humblebill.game"><img src="images/logo.png"></a>
</div>
</div>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<h1 class="header center large-phrase">Bill is a humble person, he doesn't want money. Be like Bill.</h1>
<div class="row center">
<h5 class="header col s12 light">Try the Humble Bill and run away from the coins</h5>
</div>
<div class="row center">
<a href="https://play.google.com/store/apps/details?id=com.humblebill.game" id="download-button" class="btn-large waves-effect waves-light download-button">Download Here</a>
</div>
<br><br>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<img class="responsive-img" src="images/background1.jpg">
</div>
<div class="col s12 m4">
<img class="responsive-img" src="images/background2.jpg">
</div>
<div class="col s12 m4">
<img class="responsive-img" src="images/background3.jpg">
</div>
</div>
<br><br>
</div>
</div>
<footer class="page-footer orange">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Resume:</h5>
<p class="grey-text text-lighten-4">Bill is a humble person, he doesn't want money. Be like Bill. Exciting one-tap easy-to-learn addictive game. Tap the screen to switch directions and dodge as many coins as you can.</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Game features</h5>
<ul>
<li><a class="white-text" href="#!">free-to-play</a></li>
<li><a class="white-text" href="#!">one-tap gameplay</a></li>
<li><a class="white-text" href="#!">always moving obstacles</a></li>
<li><a class="white-text" href="#!">endless</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><i class="small material-icons">developer_mode</i><a class="white-text" href="https://ricardopetronilho98.github.io/">Developer</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright center">
<div class="container center">
<a class="orange-text text-lighten-3" href="https://ricardopetronilho98.github.io/">© 2018 Copyright Ricardo Petronilho </a><a class="orange-text text-lighten-3"href="#">&</a>
<a class="orange-text text-lighten-3" href="https://josepereira1.github.io/">Website made by José Pereira</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>