-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 32383bd
Showing
74 changed files
with
9,765 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
RewriteEngine On | ||
|
||
#RewriteCond %{REQUEST_FILENAME} !-f | ||
#RewriteCond %{REQUEST_URI} ^/(espanol|english|portugues)/(.+)-(\d+)$ | ||
#RewriteCond %{DOCUMENT_ROOT}/pages/%1/%3\.html -f | ||
#RewriteRule ^(.*)$ /pages/%1/%3\.html [NC,L] | ||
|
||
# The following rule tells Apache that if the requested filename | ||
# exists, simply serve it. | ||
RewriteCond %{REQUEST_FILENAME} -s [OR] | ||
RewriteCond %{REQUEST_FILENAME} -l [OR] | ||
RewriteCond %{REQUEST_FILENAME} -d | ||
RewriteRule ^.*$ - [NC,L] | ||
# The following rewrites all other queries to index.php. The | ||
# condition ensures that if you are using Apache aliases to do | ||
# mass virtual hosting, the base path will be prepended to | ||
# allow proper resolution of the index.php file; it will work | ||
# in non-aliased environments as well, providing a safe, one-size | ||
# fits all solution. | ||
RewriteCond %{REQUEST_URI}::$1 ^(/.+)(.+)::\2$ | ||
RewriteRule ^(.*) - [E=BASE:%1] | ||
RewriteRule ^(.*)$ %{ENV:BASE}index.php [NC,L] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/* http://meyerweb.com/eric/tools/css/reset/ | ||
v2.0 | 20110126 | ||
License: none (public domain) | ||
*/ | ||
|
||
html, body, div, span, applet, object, iframe, | ||
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
a, abbr, acronym, address, big, cite, code, | ||
del, dfn, em, img, ins, kbd, q, s, samp, | ||
small, strike, strong, sub, sup, tt, var, | ||
b, u, i, center, | ||
dl, dt, dd, ol, ul, li, | ||
fieldset, form, label, legend, | ||
table, caption, tbody, tfoot, thead, tr, th, td, | ||
article, aside, canvas, details, embed, | ||
figure, figcaption, footer, header, hgroup, | ||
menu, nav, output, ruby, section, summary, | ||
time, mark, audio, video { | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
font-size: 100%; | ||
font: inherit; | ||
vertical-align: baseline; | ||
text-decoration:none; | ||
} | ||
/* HTML5 display-role reset for older browsers */ | ||
article, aside, details, figcaption, figure, | ||
footer, header, hgroup, menu, nav, section { | ||
display: block; | ||
} | ||
/*body { | ||
line-height: 1; | ||
}*/ | ||
ol, ul { | ||
list-style: none; | ||
} | ||
blockquote, q { | ||
quotes: none; | ||
} | ||
blockquote:before, blockquote:after, | ||
q:before, q:after { | ||
content: ''; | ||
content: none; | ||
} | ||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,160 @@ | ||
@font-face { | ||
font-family: 'icomoon'; | ||
src:url('fonts/icomoon.eot?-morhrv'); | ||
src:url('fonts/icomoon.eot?#iefix-morhrv') format('embedded-opentype'), | ||
url('fonts/icomoon.woff?-morhrv') format('woff'), | ||
url('fonts/icomoon.ttf?-morhrv') format('truetype'), | ||
url('fonts/icomoon.svg?-morhrv#icomoon') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
[class^="icon-"], [class*=" icon-"] { | ||
font-family: 'icomoon'; | ||
speak: none; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-variant: normal; | ||
text-transform: none; | ||
line-height: 1; | ||
|
||
/* Better Font Rendering =========== */ | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
.icon-star:before { | ||
content: "\e629"; | ||
} | ||
.icon-tw-answer:before { | ||
content: "\e62a"; | ||
} | ||
.icon-tw-more:before { | ||
content: "\e62b"; | ||
} | ||
.icon-tw-retweet:before { | ||
content: "\e62c"; | ||
} | ||
.icon-flecha:before { | ||
content: "\e600"; | ||
} | ||
.icon-form-asunto:before { | ||
content: "\e601"; | ||
} | ||
.icon-form-email:before { | ||
content: "\e602"; | ||
} | ||
.icon-form-empresa:before { | ||
content: "\e603"; | ||
} | ||
.icon-form-mensaje:before { | ||
content: "\e604"; | ||
} | ||
.icon-form-nombre:before { | ||
content: "\e605"; | ||
} | ||
.icon-form-telefono:before { | ||
content: "\e606"; | ||
} | ||
.icon-link:before { | ||
content: "\e607"; | ||
} | ||
.icon-lupa:before { | ||
content: "\e608"; | ||
} | ||
.icon-proyectos:before { | ||
content: "\e609"; | ||
} | ||
.icon-redes-behance:before { | ||
content: "\e60a"; | ||
} | ||
.icon-redes-facebook:before { | ||
content: "\e60b"; | ||
} | ||
.icon-redes-linkedin:before { | ||
content: "\e60c"; | ||
} | ||
.icon-redes-rss:before { | ||
content: "\e60d"; | ||
} | ||
.icon-redes-skype:before { | ||
content: "\e60e"; | ||
} | ||
.icon-redes-twitter:before { | ||
content: "\e60f"; | ||
} | ||
.icon-redes-youtube:before { | ||
content: "\e610"; | ||
} | ||
.icon-servicios-desarrollo:before { | ||
content: "\e611"; | ||
} | ||
.icon-servicios-diseno:before { | ||
content: "\e612"; | ||
} | ||
.icon-servicios-list-3d:before { | ||
content: "\e613"; | ||
} | ||
.icon-servicios-list-ads:before { | ||
content: "\e614"; | ||
} | ||
.icon-servicios-list-analitycs:before { | ||
content: "\e615"; | ||
} | ||
.icon-servicios-list-aplicaciones:before { | ||
content: "\e616"; | ||
} | ||
.icon-servicios-list-banners:before { | ||
content: "\e617"; | ||
} | ||
.icon-servicios-list-contenidos:before { | ||
content: "\e618"; | ||
} | ||
.icon-servicios-list-diseno:before { | ||
content: "\e619"; | ||
} | ||
.icon-servicios-list-email:before { | ||
content: "\e61a"; | ||
} | ||
.icon-servicios-list-flash:before { | ||
content: "\e61b"; | ||
} | ||
.icon-servicios-list-fotografia:before { | ||
content: "\e61c"; | ||
} | ||
.icon-servicios-list-html:before { | ||
content: "\e61d"; | ||
} | ||
.icon-servicios-list-identidad:before { | ||
content: "\e61e"; | ||
} | ||
.icon-servicios-list-minisites:before { | ||
content: "\e61f"; | ||
} | ||
.icon-servicios-list-papeleria:before { | ||
content: "\e620"; | ||
} | ||
.icon-servicios-list-redes:before { | ||
content: "\e621"; | ||
} | ||
.icon-servicios-list-responsive:before { | ||
content: "\e622"; | ||
} | ||
.icon-servicios-list-seo:before { | ||
content: "\e623"; | ||
} | ||
.icon-servicios-list-servidores:before { | ||
content: "\e624"; | ||
} | ||
.icon-servicios-list-sitio:before { | ||
content: "\e625"; | ||
} | ||
.icon-servicios-list-video:before { | ||
content: "\e626"; | ||
} | ||
.icon-servicios-marketing:before { | ||
content: "\e627"; | ||
} | ||
.icon-twitter:before { | ||
content: "\e628"; | ||
} |
Oops, something went wrong.