forked from jalasem/materializecss_starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (112 loc) · 6.42 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
<!DOCTYPE html>
<html>
<head>
<title>Change this title to anything else</title>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/materialize.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="blue-grey lighten-5">
<nav class="teal">
<div class="nav-wrapper container">
<a href="#" data-activates="slide-out" class="button-collapse"><i class="icon ion-navicon"></i></a>
<a href="index.html" class="brand-logo">
<i class="icon left ion-heart hide-on-small-only"></i> Materializecss Starter
</a>
<ul class="right hide-on-med-and-down">
<li>
<a href="https://github.com/jalasem/materializecss_starter" class="waves-effect waves-light" target="_blank"><i class="icon ion-social-github left"></i>Github</a>
</li>
<li><a href="#!" class="waves-effect">link2</a></li>
<li><a href="#!">link3</a></li>
<li><a href="#!">link4</a></li>
</ul>
<ul id="slide-out" class="side-nav">
<li><a href="https://github.com/jalasem/materializecss_starter"><i class="icon ion-social-github"></i>Github</a></li>
<li><a href="#!">Link2</a></li>
<li>
<div class="divider"></div>
</li>
<li><a class="waves-effect" href="#!">Second Link With Waves</a></li>
<li>
<div class="divider"></div>
</li>
<li><a href="#!">Link3</a></li>
</ul>
</div>
</nav>
<section id="banner" class="center container">
<h1>Materializecss Starter</h1>
<button class="purple btn-large waves-effect animated pulse infinite">Hello Designer! Let's get started</button>
<button class="btn-floating btn-large waves-effect waves-light pink"><i class="icon ion-android-add"></i></button>
<button class="btn-floating btn-large waves-effect waves-light pink"><i class="fa fa-minus"></i></button>
<p class="flow-text">Here is a starter project that brings together Materializecss (A modern responsive front-end framework based on Material
Design), font-awesome, ionions and Animatecss together</p>
<p>Don't forget to <i class="icon ion-ios-star"></i> <a target="_blank" href="https://github.com/jalasem/materializecss_starter">star this project on <i class="icon ion-social-github"></i> Github</a> if you find it useful</p>
</section>
<section class="row center-align container">
<br><br>
<h4>What do I get from this Project?</h4>
<div class="col s12 m6 l4">
<i class="icon ion-ios-list-outline x5"></i>
<h5>Material Design</h5>
<p>Materializecss utilizes elements and principles of Material Design and it’s able to create a framework
that incorporates components and animations that provide more feedback to users plus a single underlying
responsive system across all platforms allow for a more unified user experience.</p>
</div>
<div class="col s12 m6 l4">
<i class="icon ion-ios-list-outline x5"></i>
<h5>Material Design</h5>
<p>Materializecss utilizes elements and principles of Material Design and it’s able to create a framework
that incorporates components and animations that provide more feedback to users plus a single underlying
responsive system across all platforms allow for a more unified user experience.</p>
</div>
<div class="col s12 m6 l4">
<i class="icon ion-ios-list-outline x5"></i>
<h5>Material Design</h5>
<p>Materializecss utilizes elements and principles of Material Design and it’s able to create a framework
that incorporates components and animations that provide more feedback to users plus a single underlying
responsive system across all platforms allow for a more unified user experience.</p>
</div>
</section>
<footer class="page-footer teal darken-4">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Project Description</h5>
<p class="grey-text text-lighten-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Molestias ipsum eum enim, cumque porro at aliquam voluptatem commodi quia error, consequatur, beatae ea tempora illum veritatis nostrum expedita nisi quas .</p>
</div>
<div class="col l3 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 class="col l3 s12">
<h5 class="white-text">Social</h5>
<ul class="social">
<li><a class="grey-text text-lighten-3" href="#!"> <i class="icon ion-social-facebook x15"></i> fb_username</a></li>
<li><a class="grey-text text-lighten-3" href="#!"> <i class="icon ion-social-twitter x15"></i> tw_handle</a></li>
<li><a class="grey-text text-lighten-3" href="#!"> <i class="icon ion-social-instagram x15"></i> instagram</a></li>
<li><a class="grey-text text-lighten-3" href="#!"> <i class="icon ion-social-whatsapp x15"></i> (+234)-812-345-6789</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2017 Copyright Text
<a class="grey-text text-lighten-4 right" href="#!">Powered by Company Name</a>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/materialize.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>