Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.franklinherrera.com
2 changes: 0 additions & 2 deletions DOMINIO

This file was deleted.

182 changes: 151 additions & 31 deletions assets/css/ie8.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,53 @@
/*
Strata by HTML5 UP
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Button */
/* Basic */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
body {
color: #ffffff;
}

body, html, #page-wrapper {
height: 100%;
}

blockquote {
border-left: solid 4px #606067;
}

code {
background: #32333b;
}

hr {
border-bottom: solid 1px #606067;
}

/* Icon */

.icon.major {
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Image */

.image {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

.image:before {
display: none;
}

.image img {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Form */

input[type="text"],
Expand All @@ -25,50 +59,136 @@
-ms-behavior: url("assets/js/ie/PIE.htc");
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
-ms-behavior: url("assets/js/ie/PIE.htc");
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
height: 2.75em;
line-height: 2.75em;
input[type="email"] {
line-height: 3em;
}

input[type="checkbox"],
input[type="radio"] {
font-size: 3em;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
display: none;
}

/* Table */

table tbody tr {
border: solid 1px #606067;
}

table thead {
border-bottom: solid 1px #606067;
}

table tfoot {
border-top: solid 1px #606067;
}

table.alt tbody tr td {
border: solid 1px #606067;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
border: solid 1px #ffffff !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
border: 0 !important;
}

/* Goto Next */

.goto-next {
display: none;
}

/* Image */
/* Spotlight */

.image {
position: relative;
.spotlight {
height: 100%;
}

.spotlight .content {
background: #272833;
}

/* Wrapper */

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
border-color: #ffffff;
}

.wrapper.style2 input[type="submit"].special:hover, .wrapper.style2 input[type="submit"].special:active,
.wrapper.style2 input[type="reset"].special:hover,
.wrapper.style2 input[type="reset"].special:active,
.wrapper.style2 input[type="button"].special:hover,
.wrapper.style2 input[type="button"].special:active,
.wrapper.style2 .button.special:hover,
.wrapper.style2 .button.special:active {
color: #e44c65 !important;
}

/* Dropotron */

.dropotron {
background: #272833;
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

.image:before, .image:after {
display: none !important;
.dropotron > li a, .dropotron > li span {
color: #ffffff !important;
}

.image img {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
.dropotron.level-0 {
margin-top: 0;
}

.dropotron.level-0:before {
display: none;
}

/* Header */

#header {
background-image: url("../../images/bg.jpg");
background-repeat: no-repeat;
background-size: cover;
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
background: #272833;
}

#header h1 {
color: #ffffff;
}
/* Banner */

/* Footer */
#banner {
height: 100%;
}

#footer .icons a {
color: #ffffff;
}
#banner:before {
height: 100%;
}

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

/* Loader */

body.landing:before, body.landing:after {
display: none !important;
}

/* Icon */

.icon.alt {
color: inherit !important;
}

.icon.major.alt:before {
color: #ffffff !important;
}

/* Banner */

#banner:after {
background-color: rgba(23, 24, 32, 0.95);
}

/* Footer */

#footer .icons .icon.alt:before {
color: #ffffff !important;
}
5 changes: 5 additions & 0 deletions assets/css/images/arrow.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 assets/css/images/ie/banner-overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/css/images/overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading