Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
Signed-off-by: Seth <[email protected]>
  • Loading branch information
popper73 committed Jan 17, 2017
0 parents commit da645ca
Show file tree
Hide file tree
Showing 35 changed files with 3,309 additions and 0 deletions.
63 changes: 63 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
Aerial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)


This is Aerial, a single page, single screen responsive site template. Real simple.
Makes heavy use of CSS animation (something I've been messing with a lot lately).
Should work well as a landing page that just directs folks to your stuff elsewhere
on the www. Sass sources are also included, so if you've never used Sass and you're
interested in giving it a try, head on over to sass-lang.com (and if not, you can
safely delete the "sass/" folder).

The scrolling mountainous background was derived from "Icefields" by Ryan Schroeder,
a talented photographer from Vancouver who graciously released it on Unsplash under
the CC0 license. Be sure to check out his other stuff over at flickr (link below)
as well as all the other kickass CC0-licensed images at Unsplash (unsplash.com).

Questions/comments/issues = just email or find me on Twitter. Have fun!

AJ
[email protected] | @ajlkn


The Scrolling Background:

This relies entirely on CSS to do its thing, which is cool, but that makes
changing it a bit weird/tricky at first. You can still use pretty much any image
you want, but for best results make sure yours is:

- Horizontally tileable.
- Wide and short.
- About 1500px wide.
- Fades to a solid color either at the top of bottom (which is used to fill
the empty space above or below your image).

Now, there are two ways to use it: with CSS, or with Sass:

CSS:

Look for this line in css/style.css (line 108 as of this writing):

background: #348cb2 url("images/bg.jpg") bottom left;

and use it to set the page background color, URL, and placement of
your image. It should be as close to 1500px wide as you can get it.

Sass:

Set the value of $bg to the page background color, URL, and placement
of your image. Change $bg-width if your image is something other than
1500px wide.


Credits:

Background Image:
Ryan Schroeder via Unsplash (unsplash.com - CC0 licensed)
"Icefields" (flickr.com/photos/ryanschroeder/11876741703)

Icons:
Font Awesome (fortawesome.github.com/Font-Awesome)

Other:
html5shiv.js (@afarkas @jdalton @jon_neal @rem)
CSS3 PIE (css3pie.com)
Sass (sass-lang.com)
Respond.js (j.mp/respondjs)
Skel (skel.io)
2 changes: 2 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
+++
+++
Empty file added layouts/404.html
Empty file.
Empty file added layouts/_default/list.html
Empty file.
Empty file added layouts/_default/single.html
Empty file.
50 changes: 50 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE HTML>
<!--
Aerial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>{{ .Title }}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie9.css" /><![endif]-->
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">

<!-- Header -->
<header id="header">
<h1>{{ .Site.Params.name | safeHTML }}</h1>
<p>{{ .Site.Params.about | safeHTML }}</p>
<nav>
<ul>
{{ range .Site.Params.social }}
<li><a href="{{ .link | safeURL }}" class="icon fa-{{ .icon }}"><span class="label">{{ .medium }}</span></a></li>
{{ end }}
</ul>
</nav>
</header>

<!-- Footer -->
<footer id="footer">
<span class="copyright">&copy; {{ .Site.Params.copyright }}. Design: <a href="http://html5up.net">HTML5 UP</a>. Powered by <a href="https://www.gohugo.io/">Hugo</a></span>
</footer>

</div>
</div>
<!--[if lte IE 8]><script src="js/ie/respond.min.js"></script><![endif]-->
<script>
window.onload = function() { document.body.className = ''; }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>
Empty file added layouts/partials/footer.html
Empty file.
Empty file added layouts/partials/header.html
Empty file.
4 changes: 4 additions & 0 deletions static/css/font-awesome.min.css

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions static/css/ie8.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
Aerial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Header */

#header nav a {
position: relative;
border: solid 1px #fff;
border-radius: 100%;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

#header nav a:before {
border: 0;
}

/* Footer */

#footer {
background-image: url("images/ie/footer.png");
background-position: bottom left;
background-repeat: repeat-x;
}
33 changes: 33 additions & 0 deletions static/css/ie9.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/*
Aerial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Wrapper */

#wrapper {
opacity: 1;
}

/* Overlay */

#overlay {
opacity: 1;
}

/* Header */

#header {
opacity: 1;
}

#header nav li {
opacity: 1;
}

/* Footer */

#footer {
background-image: url("images/ie/footer.svg");
}
Binary file added static/css/images/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/css/images/ie/footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions static/css/images/ie/footer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/css/images/overlay-pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions static/css/images/overlay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit da645ca

Please sign in to comment.