-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (72 loc) · 3.88 KB
/
index.html
File metadata and controls
88 lines (72 loc) · 3.88 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Framaterial</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles/main.min.css">
<script src="bower_components/modernizr/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">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="material-design-layout">
<div class="material-navigation-left-lightblue-absolute">
<div class="navigation-inner">
<div class="navigation-content">
<a href="#" class="icon-menu" data-toggle="sidebar"><span class="m-icon md-navigation-menu"></span></a>
<a href="#" class="brand-logo fm">Framaterial</a>
</div>
<ul class="navigation-side">
<li><span class="m-tooltip-bottom" data-tooltip-content="Only 100Kb"><a href="#" class="material-btn-float-red-master" id="download" ><span class="m-icon md-file-file-download"></span></a></span></li>
</ul>
</div>
</div>
<nav class="material-sidebar-left-out-lightblue" data-state="open">
<header data-image-url="http://puu.sh/difqU/fe10904560.png">
</header>
<ul>
<li><a href="get-started.html" class="material-btn-flat-white"> Get started</a></li>
<li><a href="components.html" class="material-btn-flat-white"> Components</a></li>
<li><a href="javascript.html" class="material-btn-flat-white"> Javascript</a></li>
<li><a href="#about" data-btn-type="toggle" class="material-btn-flat-white"> About</a></li>
</ul>
<span class="divider"></span>
<ul>
<li><a href="examples.html" class="material-btn-flat-white"> <span class="m-icon md-image-collections left"></span> Examples</a></li>
<li><a href="templates.html" class="material-btn-flat-white"> <span class="m-icon md-av-web left"></span> templates</a></li>
<li><a href="https://github.com/Framaterial/framaterial" class="material-btn-flat-white"> <span class="m-icon md-hardware-keyboard left"></span> source code</a></li>
<li><a href="http://twitter.com/framaterial" class="material-btn-flat-white"> <span class="m-icon md-social-share left"></span> Follow</a></li>
</ul>
</nav>
<div class="material-container">
<div class="panel bit-1">
<div class="panel-body">
<h1>Framaterial Framework</h1>
<section>
<p>Framaterial is an open-source framework that allows you to create
projects with the <a href="#">material design</a> elements and rules</p>
<p>It's composed of many components and javascript functions to make it easy to use
directly out of the box</p>
<p>With Framaterial, you'll be able to create single page apps & websites, to complex apps & websites, without the help of any thirs pary libraries, frameworks or plugins.</p>
<span class="divider"></span>
<p>It's have been thought to make its integration easy for everyone, with a logic and semantic structure</p>
<span class="divider"></span>
<p>In order to use it, download the <a href="#" class="material-btn-flat-lightblue">Framaterial.zip</a>, and expand it at the root of your project.</p>
</section>
</div>
</div>
<div class="footer">
<p>- Made with <span class="m-icon-red md-action-favorite-outline"></span> by a gitch -</p>
</div>
</div>
</div>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/framaterial.js" async></script>
<script src="scripts/main.js"></script>
</body>
</html>