-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (73 loc) · 3.26 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
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>material template</title>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="styles/main.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="scripts/vendor/modernizr.js"></script>
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="full valign-container">
<div class="cta container center-align">
<div class="title">femto</div>
<br>
<div class="padded caps">A simple, lightweight mail client.</div>
<div class="center-align padded"><a class="waves-effect waves-light btn">download </a><a class="waves-effect waves-light btn">about</a></div>
</div>
</div>
<div class="wide grey lighten-3">
<div class="container">
<div class="row">
<div class="col s12 m6">
<div class="card-panel">
<h4>About</h4>
<ul>
<li>Markdown support</li>
<li>Secure</li>
</ul>
</div>
</div>
<div class="col s12 m6">
<div class="card-panel">
<h4>Features</h4>
<ul>
<li>Markdown support</li>
<li>Secure</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer grey">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Footer Content</h5>
<p class="grey-text text-lighten-4">Raw denim non est, reprehenderit hella art party DIY occupy church-key waistcoat forage kinfolk. Air plant poutine eu yuccie bicycle rights pickled slow-carb, echo park odio lumbersexual blog placeat raclette 90's.</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="#!">Link 1</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 2</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 3</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 4</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">© 2017 femto <a class="grey-text text-lighten-4 right" href="#!">More Links?</a></div>
</div>
</footer>
<script>!function(e,t,a,n,c,o){e.GoogleAnalyticsObject=n,e[n]||(e[n]=function(){(e[n].q=e[n].q||[]).push(arguments)}),e[n].l=+new Date,c=t.createElement(a),o=t.getElementsByTagName(a)[0],c.src="https://www.google-analytics.com/analytics.js",o.parentNode.insertBefore(c,o)}(window,document,"script","ga"),ga("create","UA-XXXXX-X"),ga("send","pageview")</script><script src="scripts/vendor.js"></script><script src="scripts/main.js"></script>
</body>
</html>