magcms/templates/example.html

76 lines
2.8 KiB
HTML
Raw Normal View History

2015-12-03 06:09:29 +01:00
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="../materialize/css/materialize.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="../materialize/css/style.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h1 class="header center">Gallery Name</h1>
<div class="row center">
<h5 class="header col s12 light">Subtext of the gallery name</h5>
</div>
<br><br>
</div>
</div>
<div class="galleries-grid">
<div class="galleries-line">
<div class="gallery-square">
<div class="gallery-cover" style="background-image: url('./1.png');"></div>
<p>pouet</p>
</div>
<div class="gallery-square">
<div class="gallery-cover" style="background-image: url('./1.png');"></div>
<p>pouet</p>
</div>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m6" style="height: 100%; width: 47%">
<div class="icon-block" style="height: 100%; width: 100%">
<h2 class="center light-blue-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Speeds up development</h5>
<p class="light">We did most of the heavy lifting for you to provide a default stylings that incorporate our custom components. Additionally, we refined animations and transitions to provide a smoother experience for developers.</p>
</div>
<div style="background-image: url('./1.png'); height: 100%; width: 100%"></div>
</div>
<div class="col s12 m6">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">settings</i></h2>
<h5 class="center">Easy to work with</h5>
<p class="light">We have provided detailed documentation as well as specific code examples to help new users get started. We are also always open to feedback and can answer any questions a user may have about Materialize.</p>
</div>
</div>
</div>
</div>
<br><br>
</div>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="../materialize/js/materialize.min.js"></script>
</body>
</html>