forked from tiarebalbi/lavab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuttons.html
More file actions
64 lines (59 loc) · 3.71 KB
/
buttons.html
File metadata and controls
64 lines (59 loc) · 3.71 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
<html>
<head>
<title>Lavaboom | buttons </title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="Secure email provider free privacy encryption made simple">
<meta name="description" content="Buttons buttons buttons buttons buttons buttons buttons buttons buttons buttons buttons buttons buttons.">
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<style>
h1 { margin-bottom: 40px; } .map { height: 100%} .text-buttons { margin-top: 10px }
</style>
</head>
<body>
<!-- CONTENT GOES BELOW -->
<p class="No-Javascript">You need to enable Javascript to enjoy this site.</p>
<div class="map container">
<div class="">
<h1 style="text-align: center; margin-top: 35px;">Lavaboom buttons.</h1>
</div>
<div class="row">
<div class="hero-signup-button blue-button button" style="text-align: center;"><p class="hero-signup-button-text">Some text</p></div>
<div class=" solution-button clear-blue-button button" style="text-align: center; margin: 10px auto !important;">Some text</div>
<div class="clear-white-button button" style="text-align: center; margin: 10px auto !important;">Some text</div>
<div id="center"><button class="menu-login clear-white-button button">Some text</button><button class="blue-button menu-signup button">Some text</button></div> </div>
<div class="text-buttons">
<a><button class="grey-button button">Some text</button></a><a><button class="button text-button-signup blue-button">Some text</button></a>
</div>
</div>
<div style="background-color:#fff !important" class="map container">
<div class="">
<h1 style="color: #000; text-align: center; margin-top: 35px;">Lavaboom buttons.</h1>
</div>
<div class="row">
<div class="hero-signup-button blue-button button" style="text-align: center;"><p class="hero-signup-button-text">Some text</p></div>
<div class=" solution-button clear-blue-button button" style="text-align: center; margin: 10px auto !important;">Some text</div>
<div class="clear-white-button button" style="text-align: center; margin: 10px auto !important;">Some text</div>
<div id="center"><button class="menu-login clear-white-button button">Some text</button><button class="blue-button menu-signup button">Some text</button></div> </div>
<div class="text-buttons">
<a><button class="grey-button button">Some text</button></a><a><button class="button text-button-signup blue-button">Some text</button></a>
</div>
</div>
<div style="background-color:#3bbadc !important" class="map container">
<div class="">
<h1 style="text-align: center; margin-top: 35px;">Lavaboom buttons.</h1>
</div>
<div class="row">
<div class="hero-signup-button blue-button button" style="text-align: center;"><p class="hero-signup-button-text">Some text</p></div>
<div class=" solution-button clear-blue-button button" style="text-align: center; margin: 10px auto !important;">Some text</div>
<div class="clear-white-button button" style="text-align: center; margin: 10px auto !important;">Some text</div>
<div id="center"><button class="menu-login clear-white-button button">Some text</button><button class="blue-button menu-signup button">Some text</button></div> </div>
<div class="text-buttons">
<a><button class="grey-button button">Some text</button></a><a><button class="button text-button-signup blue-button">Some text</button></a>
</div>
</div>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
</body>
</html>