* Unneeded demo files where removed * Content was added * I changed things to make the site work without javascript * It still uses javascript, but disabeling javascript made it that text wasn't shown, this isn't the case any more * I just removed the class from the body element * When opening the site it has a weird "jump" effect instead of comming up. This could be better, but is good enough for now * I only removed the class in the html, not from the css or javascript * This should also be done, but feels like too much work for now * Images didn't properly fit any more when javascript was disabled. This has been fixed with css and there is no distinction anymore between js and non-js * This probably means that there is javascript or something that should be removed. I didn't do that * The "Our Services" section had three shades for the children, but then fell back on the first shade for other sections. It now uses two shades, one for odd children and one for even children * Changed the README file for the Parley landing page and changed to markdownstable
parent
fb0d4fa41d
commit
cf4ed30ea8
@ -0,0 +1,26 @@ |
||||
# What's this |
||||
|
||||
This is the landing page for [Parley](https://parley.be/). |
||||
|
||||
# How to use |
||||
|
||||
This repo only contains static content. Put the files where you want to host them and point your server software (nginx, apache...) to it. |
||||
|
||||
# How to update |
||||
|
||||
This depends on how you installed it on the server. If you used `git clone <url>`, you can simply do `git pull` and your done. Otherwise optionally remove the current content and overwrite it with the new content. |
||||
|
||||
# License |
||||
|
||||
The website and theme are both licensed under a [Creative Commons Attribution 3.0 Unported license](https://creativecommons.org/licenses/by/3.0/) |
||||
|
||||
# Credits |
||||
|
||||
* Theme: |
||||
* [Hyperspace](https://html5up.net/hyperspace) by [aj@lkn.io](mailto:aj@lkn.io) | [@ajlkn](https://aj.lkn.io/) |
||||
* Icons: |
||||
* [Font Awesome](https://fontawesome.io) |
||||
* Other: |
||||
* [jQuery](https://jquery.com) |
||||
* [Scrollex](https://github.com/ajlkn/jquery.scrollex) |
||||
* [Responsive Tools](https://github.com/ajlkn/responsive-tools) |
@ -1,33 +0,0 @@ |
||||
Hyperspace by HTML5 UP |
||||
html5up.net | @ajlkn |
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
||||
|
||||
|
||||
So I've had the wireframe for this particular design kicking around for some time, but with all |
||||
the other interesting (and in some cases, semi-secret) projects I've been working on it took me |
||||
a little while to get to actually designing and coding it. Fortunately, things have eased up |
||||
enough for me to finaly get around to it, so I'm happy to introduce Hyperspace: a fun, blocky, |
||||
one-page design with a lot of color, a bit of animation, and an additional "generic" page template |
||||
(because hey, even one-page sites usually need an interior page or two). Hope you dig it :) |
||||
|
||||
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images |
||||
you can use for pretty much whatever. |
||||
|
||||
(* = not included) |
||||
|
||||
AJ |
||||
aj@lkn.io | @ajlkn |
||||
|
||||
|
||||
Credits: |
||||
|
||||
Demo Images: |
||||
Unsplash (unsplash.com) |
||||
|
||||
Icons: |
||||
Font Awesome (fontawesome.io) |
||||
|
||||
Other: |
||||
jQuery (jquery.com) |
||||
Scrollex (github.com/ajlkn/jquery.scrollex) |
||||
Responsive Tools (github.com/ajlkn/responsive-tools) |
File diff suppressed because it is too large
Load Diff
@ -1,363 +0,0 @@ |
||||
<!DOCTYPE HTML> |
||||
<!-- |
||||
Hyperspace by HTML5 UP |
||||
html5up.net | @ajlkn |
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
||||
--> |
||||
<html> |
||||
<head> |
||||
<title>Elements - Hyperspace by HTML5 UP</title> |
||||
<meta charset="utf-8" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> |
||||
<link rel="stylesheet" href="assets/css/main.css" /> |
||||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript> |
||||
</head> |
||||
<body class="is-preload"> |
||||
|
||||
<!-- Header --> |
||||
<header id="header"> |
||||
<a href="index.html" class="title">Hyperspace</a> |
||||
<nav> |
||||
<ul> |
||||
<li><a href="index.html">Home</a></li> |
||||
<li><a href="generic.html">Generic</a></li> |
||||
<li><a href="elements.html" class="active">Elements</a></li> |
||||
</ul> |
||||
</nav> |
||||
</header> |
||||
|
||||
<!-- Wrapper --> |
||||
<div id="wrapper"> |
||||
|
||||
<!-- Main --> |
||||
<section id="main" class="wrapper"> |
||||
<div class="inner"> |
||||
<h1 class="major">Elements</h1> |
||||
|
||||
<!-- Text --> |
||||
<section> |
||||
<h2>Text</h2> |
||||
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>. |
||||
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text. |
||||
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p> |
||||
<hr /> |
||||
<p>Nunc lacinia ante nunc ac lobortis. Interdum adipiscing gravida odio porttitor sem non mi integer non faucibus ornare mi ut ante amet placerat aliquet. Volutpat eu sed ante lacinia sapien lorem accumsan varius montes viverra nibh in adipiscing blandit tempus accumsan.</p> |
||||
<hr /> |
||||
<h2>Heading Level 2</h2> |
||||
<h3>Heading Level 3</h3> |
||||
<h4>Heading Level 4</h4> |
||||
<hr /> |
||||
<h3>Blockquote</h3> |
||||
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote> |
||||
<h3>Preformatted</h3> |
||||
<pre><code>i = 0; |
||||
|
||||
while (!deck.isInOrder()) { |
||||
print 'Iteration ' + i; |
||||
deck.shuffle(); |
||||
i++; |
||||
} |
||||
|
||||
print 'It took ' + i + ' iterations to sort the deck.';</code></pre> |
||||
</section> |
||||
|
||||
<!-- Lists --> |
||||
<section> |
||||
<h2>Lists</h2> |
||||
<div class="row"> |
||||
<div class="col-6 col-12-medium"> |
||||
<h3>Unordered</h3> |
||||
<ul> |
||||
<li>Dolor pulvinar etiam.</li> |
||||
<li>Sagittis adipiscing.</li> |
||||
<li>Felis enim feugiat.</li> |
||||
</ul> |
||||
<h3>Alternate</h3> |
||||
<ul class="alt"> |
||||
<li>Dolor pulvinar etiam.</li> |
||||
<li>Sagittis adipiscing.</li> |
||||
<li>Felis enim feugiat.</li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-6 col-12-medium"> |
||||
<h3>Ordered</h3> |
||||
<ol> |
||||
<li>Dolor pulvinar etiam.</li> |
||||
<li>Etiam vel felis viverra.</li> |
||||
<li>Felis enim feugiat.</li> |
||||
<li>Dolor pulvinar etiam.</li> |
||||
<li>Etiam vel felis lorem.</li> |
||||
<li>Felis enim et feugiat.</li> |
||||
</ol> |
||||
<h3>Icons</h3> |
||||
<ul class="icons"> |
||||
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li> |
||||
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li> |
||||
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li> |
||||
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
<h2>Actions</h2> |
||||
<div class="row"> |
||||
<div class="col-6 col-12-medium"> |
||||
<ul class="actions"> |
||||
<li><a href="#" class="button primary">Default</a></li> |
||||
<li><a href="#" class="button">Default</a></li> |
||||
</ul> |
||||
<ul class="actions small"> |
||||
<li><a href="#" class="button primary small">Small</a></li> |
||||
<li><a href="#" class="button small">Small</a></li> |
||||
</ul> |
||||
<ul class="actions stacked"> |
||||
<li><a href="#" class="button primary">Default</a></li> |
||||
<li><a href="#" class="button">Default</a></li> |
||||
</ul> |
||||
<ul class="actions stacked"> |
||||
<li><a href="#" class="button primary small">Small</a></li> |
||||
<li><a href="#" class="button small">Small</a></li> |
||||
</ul> |
||||
</div> |
||||
<div class="col-6 col-12-medium"> |
||||
<ul class="actions stacked"> |
||||
<li><a href="#" class="button primary fit">Default</a></li> |
||||
<li><a href="#" class="button fit">Default</a></li> |
||||
</ul> |
||||
<ul class="actions stacked"> |
||||
<li><a href="#" class="button primary small fit">Small</a></li> |
||||
<li><a href="#" class="button small fit">Small</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</section> |
||||
|
||||
<!-- Table --> |
||||
<section> |
||||
<h2>Table</h2> |
||||
<h3>Default</h3> |
||||
<div class="table-wrapper"> |
||||
<table> |
||||
<thead> |
||||
<tr> |
||||
<th>Name</th> |
||||
<th>Description</th> |
||||
<th>Price</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
<tr> |
||||
<td>Item One</td> |
||||
<td>Ante turpis integer aliquet porttitor.</td> |
||||
<td>29.99</td> |
||||
</tr> |
||||
<tr> |
||||
<td>Item Two</td> |
||||
<td>Vis ac commodo adipiscing arcu aliquet.</td> |
||||
<td>19.99</td> |
||||
</tr> |
||||
<tr> |
||||
<td>Item Three</td> |
||||
<td> Morbi faucibus arcu accumsan lorem.</td> |
||||
<td>29.99</td> |
||||
</tr> |
||||
<tr> |
||||
<td>Item Four</td> |
||||
<td>Vitae integer tempus condimentum.</td> |
||||
<td>19.99</td> |
||||
</tr> |
||||
<tr> |
||||
<td>Item Five</td> |
||||
<td>Ante turpis integer aliquet porttitor.</td> |
||||
<td>29.99</td> |
||||
</tr> |
||||
</tbody> |
||||
<tfoot> |
||||
<tr> |
||||
<td colspan="2"></td> |
||||
<td>100.00</td> |
||||
</tr> |
||||
</tfoot> |
||||
</table> |
||||
</div> |
||||
|
||||
<h3>Alternate</h3> |
||||
<div class="table-wrapper"> |
||||
<table class="alt"> |
||||
<thead> |
||||
<tr> |
||||
<th>Name</th> |
||||
<th>Description</th> |
||||
<th>Price</th> |
||||
</tr> |
||||
</thead> |
||||
<tbody> |
||||
<tr> |
||||
<td>Item One</td> |
||||
<td>Ante turpis integer aliquet porttitor.</td> |
||||
<td>29.99</td> |
||||
</tr> |
||||
<tr> |
||||
<td>Item Two</td> |
||||
<td>Vis ac commodo adipiscing arcu aliquet.</td> |
||||
<td>19.99</td> |
||||
</tr> |
||||
<tr> |
||||
<td>Item Three</td> |
||||
<td> Morbi faucibus arcu accumsan lorem.</td> |
||||
<td>29.99</td> |
||||
</tr> |
||||
<tr> |
||||
<td>Item Four</td> |
||||
<td>Vitae integer tempus condimentum.</td> |
||||
<td>19.99</td> |
||||
</tr> |
||||
<tr> |
||||
<td>Item Five</td> |
||||
<td>Ante turpis integer aliquet porttitor.</td> |
||||
<td>29.99</td> |
||||
</tr> |
||||
</tbody> |
||||
<tfoot> |
||||
<tr> |
||||
<td colspan="2"></td> |
||||
<td>100.00</td> |
||||
</tr> |
||||
</tfoot> |
||||
</table> |
||||
</div> |
||||
</section> |
||||
|
||||
<!-- Buttons --> |
||||
<section> |
||||
<h3>Buttons</h3> |
||||
<ul class="actions"> |
||||
<li><a href="#" class="button primary">Primary</a></li> |
||||
<li><a href="#" class="button">Default</a></li> |
||||
</ul> |
||||
<ul class="actions"> |
||||
<li><a href="#" class="button large">Large</a></li> |
||||
<li><a href="#" class="button">Default</a></li> |
||||
<li><a href="#" class="button small">Small</a></li> |
||||
</ul> |
||||
<ul class="actions fit"> |
||||
<li><a href="#" class="button primary fit">Fit</a></li> |
||||
<li><a href="#" class="button fit">Fit</a></li> |
||||
<li><a href="#" class="button fit">Fit</a></li> |
||||
</ul> |
||||
<ul class="actions fit small"> |
||||
<li><a href="#" class="button primary fit small">Fit + Small</a></li> |
||||
<li><a href="#" class="button fit small">Fit + Small</a></li> |
||||
<li><a href="#" class="button fit small">Fit + Small</a></li> |
||||
</ul> |
||||
<ul class="actions"> |
||||
<li><a href="#" class="button primary icon solid fa-download">Icon</a></li> |
||||
<li><a href="#" class="button icon solid fa-upload">Icon</a></li> |
||||
<li><a href="#" class="button icon solid fa-save">Icon</a></li> |
||||
</ul> |
||||
<ul class="actions"> |
||||
<li><span class="button primary disabled">Disabled</span></li> |
||||
<li><span class="button disabled">Disabled</span></li> |
||||
</ul> |
||||
</section> |
||||
|
||||
<!-- Form --> |
||||
<section> |
||||
<h2>Form</h2> |
||||
<form method="post" action="#"> |
||||
<div class="row gtr-uniform"> |
||||
<div class="col-6 col-12-xsmall"> |
||||
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name" /> |
||||
</div> |
||||
<div class="col-6 col-12-xsmall"> |
||||
<input type="email" name="demo-email" id="demo-email" value="" placeholder="Email" /> |
||||
</div> |
||||
<div class="col-12"> |
||||
<select name="demo-category" id="demo-category"> |
||||
<option value="">- Category -</option> |
||||
<option value="1">Manufacturing</option> |
||||
<option value="1">Shipping</option> |
||||
<option value="1">Administration</option> |
||||
<option value="1">Human Resources</option> |
||||
</select> |
||||
</div> |
||||
<div class="col-4 col-12-small"> |
||||
<input type="radio" id="demo-priority-low" name="demo-priority" checked> |
||||
<label for="demo-priority-low">Low</label> |
||||
</div> |
||||
<div class="col-4 col-12-small"> |
||||
<input type="radio" id="demo-priority-normal" name="demo-priority"> |
||||
<label for="demo-priority-normal">Normal</label> |
||||
</div> |
||||
<div class="col-4 col-12-small"> |
||||
<input type="radio" id="demo-priority-high" name="demo-priority"> |
||||
<label for="demo-priority-high">High</label> |
||||
</div> |
||||
<div class="col-6 col-12-small"> |
||||
<input type="checkbox" id="demo-copy" name="demo-copy"> |
||||
<label for="demo-copy">Email me a copy</label> |
||||
</div> |
||||
<div class="col-6 col-12-small"> |
||||
<input type="checkbox" id="demo-human" name="demo-human" checked> |
||||
<label for="demo-human">Not a robot</label> |
||||
</div> |
||||
<div class="col-12"> |
||||
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea> |
||||
</div> |
||||
<div class="col-12"> |
||||
<ul class="actions"> |
||||
<li><input type="submit" value="Send Message" class="primary" /></li> |
||||
<li><input type="reset" value="Reset" /></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
</form> |
||||
</section> |
||||
|
||||
<!-- Image --> |
||||
<section> |
||||
<h2>Image</h2> |
||||
<h3>Fit</h3> |
||||
<div class="box alt"> |
||||
<div class="row gtr-uniform"> |
||||
<div class="col-12"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div> |
||||
<div class="col-4"><span class="image fit"><img src="images/pic01.jpg" alt="" /></span></div> |
||||
<div class="col-4"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div> |
||||
<div class="col-4"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div> |
||||
<div class="col-4"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div> |
||||
<div class="col-4"><span class="image fit"><img src="images/pic01.jpg" alt="" /></span></div> |
||||
<div class="col-4"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div> |
||||
<div class="col-4"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div> |
||||
<div class="col-4"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div> |
||||
<div class="col-4"><span class="image fit"><img src="images/pic01.jpg" alt="" /></span></div> |
||||
</div> |
||||
</div> |
||||
<h3>Left & Right</h3> |
||||
<p><span class="image left"><img src="images/pic05.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p> |
||||
<p><span class="image right"><img src="images/pic06.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p> |
||||
</section> |
||||
|
||||
</div> |
||||
</section> |
||||
|
||||
</div> |
||||
|
||||
<!-- Footer --> |
||||
<footer id="footer" class="wrapper alt"> |
||||
<div class="inner"> |
||||
<ul class="menu"> |
||||
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> |
||||
</ul> |
||||
</div> |
||||
</footer> |
||||
|
||||
<!-- Scripts --> |
||||
<script src="assets/js/jquery.min.js"></script> |
||||
<script src="assets/js/jquery.scrollex.min.js"></script> |
||||
<script src="assets/js/jquery.scrolly.min.js"></script> |
||||
<script src="assets/js/browser.min.js"></script> |
||||
<script src="assets/js/breakpoints.min.js"></script> |
||||
<script src="assets/js/util.js"></script> |
||||
<script src="assets/js/main.js"></script> |
||||
|
||||
</body> |
||||
</html> |
@ -1,63 +0,0 @@ |
||||
<!DOCTYPE HTML> |
||||
<!-- |
||||
Hyperspace by HTML5 UP |
||||
html5up.net | @ajlkn |
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
||||
--> |
||||
<html> |
||||
<head> |
||||
<title>Generic - Hyperspace by HTML5 UP</title> |
||||
<meta charset="utf-8" /> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> |
||||
<link rel="stylesheet" href="assets/css/main.css" /> |
||||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript> |
||||
</head> |
||||
<body class="is-preload"> |
||||
|
||||
<!-- Header --> |
||||
<header id="header"> |
||||
<a href="index.html" class="title">Hyperspace</a> |
||||
<nav> |
||||
<ul> |
||||
<li><a href="index.html">Home</a></li> |
||||
<li><a href="generic.html" class="active">Generic</a></li> |
||||
<li><a href="elements.html">Elements</a></li> |
||||
</ul> |
||||
</nav> |
||||
</header> |
||||
|
||||
<!-- Wrapper --> |
||||
<div id="wrapper"> |
||||
|
||||
<!-- Main --> |
||||
<section id="main" class="wrapper"> |
||||
<div class="inner"> |
||||
<h1 class="major">A Generic Page</h1> |
||||
<span class="image fit"><img src="images/pic04.jpg" alt="" /></span> |
||||
<p>Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fergiat. Pellentesque in mi eu massa lacinia malesuada et a elit. Donec urna ex, lacinia in purus ac, pretium pulvinar mauris. Curabitur sapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit tristique.</p> |
||||
<p>Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis. Praesent rutrum sem diam, vitae egestas enim auctor sit amet. Pellentesque leo mauris, consectetur id ipsum sit amet, fersapien risus, commodo eget turpis at, elementum convallis elit. Pellentesque enim turpis, hendrerit tristique lorem ipsum dolor.</p> |
||||
</div> |
||||
</section> |
||||
|
||||
</div> |
||||
|
||||
<!-- Footer --> |
||||
<footer id="footer" class="wrapper alt"> |
||||
<div class="inner"> |
||||
<ul class="menu"> |
||||
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> |
||||
</ul> |
||||
</div> |
||||
</footer> |
||||
|
||||
<!-- Scripts --> |
||||
<script src="assets/js/jquery.min.js"></script> |
||||
<script src="assets/js/jquery.scrollex.min.js"></script> |
||||
<script src="assets/js/jquery.scrolly.min.js"></script> |
||||
<script src="assets/js/browser.min.js"></script> |
||||
<script src="assets/js/breakpoints.min.js"></script> |
||||
<script src="assets/js/util.js"></script> |
||||
<script src="assets/js/main.js"></script> |
||||
|
||||
</body> |
||||
</html> |
Before Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Loading…
Reference in new issue