-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (73 loc) · 2.55 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>MadBroz - Share and Game</title>
<!--for all the pages -->
<link rel="stylesheet" href="scripts/font-awesome/css/font-awesome.css" />
<link rel="stylesheet/less" href="scripts/less/Madbroz.less" />
<script type="text/javascript" src="scripts/js/less.js"></script>
<script type="text/javascript" src="scripts/js/jquery.js"></script>
<script type="text/javascript" src="scripts/js/modernizr.js"></script>
<script type="text/javascript" src="scripts/js/prefixfree.min.js"></script>
<!--end-->
</head>
<body>
<div class="wrap">
<section id="home">
<article id="game-bg" class="text-centered">
<div class="container">
<h1 class="text-uppercase">Shots. Badges. Ammou. Sessions. Portals.<br /><span class="Titles-thin">A COMMUNITY THAT SPEAKS YOUR LANGUAGE</span></h1>
<div class="col-50">
<img src="assets/images/logo-index.png"/>
</div>
<div class="col-50">
<form>
<input type="text" id="email" name="email" placeholder="Email"/>
<input type="password" id="password" name="password" placeholder="Password"/>
<button>Sign Up</button>
</form>
<hr />
<button class="facebook-signup"><i class="icon-facebook icon-1-5x pull-left"></i> Sign in with Facebook</button>
<hr />
<a href="#" class="pull-left"><h5>I want an account</h5></a>
</div>
</div>
</article>
<article>
<div class="container">
<div class="text-centered">
<h1>SHARE & GET NEW GAMES</h1>
<h6>Convert 1 used game in thousands of games to keep playing</h6>
</div>
<img src="assets/images/how-to-index.png" />
</div>
</article>
<article>
<div class="container">
<div class="col-30">
<img src="assets/images/madbroz-app-index.png" />
</div>
<div class="col-70 title-app">
<h2>BE A MOBILE MADBRO </h2>
<h6 class="Titles-thin">Use your mobile to browse the website and find the best games as soon as they become available.</h6>
<h6 class="Titles-thin">Creating a wishlist will save you loads of time.</h6>
</div>
</div>
</article>
</section>
<div class="push"></div>
</div>
<footer>
<div class="container">
<div class="col-70">This is madbroz.com</div>
<div class="col-30 text-right">
<a href="#" class="facebook"></a>
<a href="#" class="twitter"></a>
<a href="#" class="gplus"></a>
<a href="#"><img src="assets/images/social-networks/madbroz-footer.png"/></a>
</div>
</div>
</footer>
</body>
</html>