Skip to content

Commit 2e89db1

Browse files
committed
Actualizando todos los archivos
0 parents  commit 2e89db1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+11610
-0
lines changed

LICENSE.txt

+63
Large diffs are not rendered by default.

README.txt

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
Aerial by HTML5 UP
2+
html5up.net | @ajlkn
3+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
4+
5+
6+
This is Aerial, a single page, single screen responsive site template. Real simple.
7+
Makes heavy use of CSS animation (something I've been messing with a lot lately).
8+
Should work well as a landing page that just directs folks to your stuff elsewhere
9+
on the www. Sass sources are also included, so if you've never used Sass and you're
10+
interested in giving it a try, head on over to sass-lang.com (and if not, you can
11+
safely delete the "sass/" folder).
12+
13+
The scrolling mountainous background was derived from "Icefields" by Ryan Schroeder,
14+
a talented photographer from Vancouver who graciously released it on Unsplash under
15+
the CC0 license. Be sure to check out his other stuff over at flickr (link below)
16+
as well as all the other kickass CC0-licensed images at Unsplash (unsplash.com).
17+
18+
Questions/comments/issues = just email or find me on Twitter. Have fun!
19+
20+
AJ
21+
22+
23+
24+
The Scrolling Background:
25+
26+
This relies entirely on CSS to do its thing, which is cool, but that makes
27+
changing it a bit weird/tricky at first. You can still use pretty much any image
28+
you want, but for best results make sure yours is:
29+
30+
- Horizontally tileable.
31+
- Wide and short.
32+
- About 1500px wide.
33+
- Fades to a solid color either at the top of bottom (which is used to fill
34+
the empty space above or below your image).
35+
36+
Now, there are two ways to use it: with CSS, or with Sass:
37+
38+
CSS:
39+
40+
Look for this line in css/style.css (line 108 as of this writing):
41+
42+
background: #348cb2 url("images/bg.jpg") bottom left;
43+
44+
and use it to set the page background color, URL, and placement of
45+
your image. It should be as close to 1500px wide as you can get it.
46+
47+
Sass:
48+
49+
Set the value of $bg to the page background color, URL, and placement
50+
of your image. Change $bg-width if your image is something other than
51+
1500px wide.
52+
53+
54+
Credits:
55+
56+
Background Image:
57+
Ryan Schroeder via Unsplash (unsplash.com - CC0 licensed)
58+
"Icefields" (flickr.com/photos/ryanschroeder/11876741703)
59+
60+
Icons:
61+
Font Awesome (fortawesome.github.com/Font-Awesome)
62+
63+
Other:
64+
html5shiv.js (@afarkas @jdalton @jon_neal @rem)
65+
CSS3 PIE (css3pie.com)
66+
Sass (sass-lang.com)
67+
Respond.js (j.mp/respondjs)
68+
Skel (skel.io)

assets/css/font-awesome.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/ie8.css

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/*
2+
Aerial by HTML5 UP
3+
html5up.net | @ajlkn
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
7+
/* Header */
8+
9+
#header nav a {
10+
position: relative;
11+
border: solid 1px #fff;
12+
border-radius: 100%;
13+
-ms-behavior: url("assets/js/ie/PIE.htc");
14+
}
15+
16+
#header nav a:before {
17+
border: 0;
18+
}
19+
20+
/* Footer */
21+
22+
#footer {
23+
background-image: url("images/ie/footer.png");
24+
background-position: bottom left;
25+
background-repeat: repeat-x;
26+
}

assets/css/ie9.css

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*
2+
Aerial by HTML5 UP
3+
html5up.net | @ajlkn
4+
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5+
*/
6+
7+
/* Wrapper */
8+
9+
#wrapper {
10+
opacity: 1;
11+
}
12+
13+
/* Overlay */
14+
15+
#overlay {
16+
opacity: 1;
17+
}
18+
19+
/* Header */
20+
21+
#header {
22+
opacity: 1;
23+
}
24+
25+
#header nav li {
26+
opacity: 1;
27+
}
28+
29+
/* Footer */
30+
31+
#footer {
32+
background-image: url("images/ie/footer.svg");
33+
}

assets/css/images/bg.jpg

69.7 KB
Loading

assets/css/images/desktop.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[LocalizedFileNames]
2+
image-profile.JPG[email protected],0

assets/css/images/home.png

12.1 KB
Loading

assets/css/images/ie/footer.png

424 Bytes
Loading

assets/css/images/ie/footer.svg

+9
Loading

assets/css/images/overlay-pattern.png

13.6 KB
Loading

assets/css/images/overlay.svg

+27
Loading

0 commit comments

Comments
 (0)