77 lines
2.7 KiB
HTML
77 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>ZZ Powder Coating</title>
|
|
|
|
<!-- Google Material Icons -->
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<!-- Compiled and minified CSS -->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
|
|
|
|
<!-- Compiled and minified JavaScript -->
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
|
|
|
|
<!-- Custom Styles -->
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<nav>
|
|
<div class="nav-wrapper indigo">
|
|
<a href="/index.html" class="brand-logo">ZZ POWDER COATING</a>
|
|
<ul id="nav-mobile" class="right hide-on-med-and-down">
|
|
<li><a href="services/index.html">Services</a></li>
|
|
<li><a href="prices/index.html">Price List</a></li>
|
|
<li><a href="gallery/index.html">Gallery</a></li>
|
|
<li><a href="techinfo/index.html">Technical Information</a></li>
|
|
<li><a href="contact/index.html">Contact Us</a></li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<footer class="page-footer indigo">
|
|
<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">You can use rows and columns here to organize your footer content.
|
|
</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">
|
|
© 2014 Copyright Text
|
|
<a class="grey-text text-lighten-4 right" href="#!">More Links</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |