Skip to content

Commit 7b99e9e

Browse files
committed
Se agrego la plantilla base https://html5up.net
1 parent f54dfe7 commit 7b99e9e

Some content is hidden

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

43 files changed

+6429
-0
lines changed

LICENSE.txt

+63
Large diffs are not rendered by default.

README.txt

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Dimension 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 Dimension, a fun little one-pager with modal-ized (is that a word?) "pages"
7+
and a cool depth effect (click on a menu item to see what I mean). Simple, fully
8+
responsive, and kitted out with all the usual pre-styled elements you'd expect.
9+
Hope you dig it :)
10+
11+
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
12+
you can use for pretty much whatever.
13+
14+
(* = not included)
15+
16+
AJ
17+
18+
19+
20+
Credits:
21+
22+
Demo Images:
23+
Unsplash (unsplash.com)
24+
25+
Icons:
26+
Font Awesome (fortawesome.github.com/Font-Awesome)
27+
28+
Other:
29+
jQuery (jquery.com)
30+
Misc. Sass functions (@HugoGiraudel)
31+
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/ie9.css

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/*
2+
Dimension 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+
/* BG */
8+
9+
#bg:before {
10+
background: rgba(19, 21, 25, 0.5);
11+
}
12+
13+
/* Header */
14+
15+
#header .logo {
16+
margin: 0 auto;
17+
}
18+
19+
#header .content {
20+
display: inline-block;
21+
}
22+
23+
#header nav ul {
24+
display: inline-block;
25+
}
26+
27+
#header nav ul li {
28+
display: inline-block;
29+
}
30+
31+
/* Main */
32+
33+
#main article {
34+
margin: 0 auto;
35+
}

0 commit comments

Comments
 (0)