Last active
September 12, 2018 03:34
-
-
Save joel-extremo/0900ef1e2ce4284fb349b679366a8b8a to your computer and use it in GitHub Desktop.
2.12: Interactive Website
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>CareerFoundry</title> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<!-- CSS --> | |
<link href="//fonts.googleapis.com/css?family=Quicksand" rel="stylesheet"> | |
<link rel="stylesheet" href="//use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> | |
<link rel="stylesheet" href="css/bootstrap.min.css"> | |
<link rel="stylesheet" href="css/styles.css"> | |
<!-- twitter js --> | |
<script async src="//platform.twitter.com/widgets.js"></script> | |
</head> | |
<body> | |
<div class="se-pre-con"></div><!-- loader --> | |
<nav class="navbar navbar-expand-lg navbar-light bg-transparent"> | |
<img id="logo" src="images/logo.png" alt="logo"> | |
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | |
<span class="navbar-toggler-icon"></span> | |
</button> | |
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | |
<ul class="navbar-nav"> | |
<li class="nav-item"> | |
<a class="nav-link" href="#technology">technologies</a> | |
</li> | |
<li class="nav-item"> | |
<a class="nav-link" href="#resume">resume</a> | |
</li> | |
<li class="nav-item"> | |
<a class="nav-link" href="#work">work</a> | |
</li> | |
<li class="nav-item"> | |
<a class="nav-link" href="#contact">contact</a> | |
</li> | |
</ul> | |
</div><!-- end navbar options --> | |
</nav><!-- end navbar --> | |
<header> | |
<section id="technology" class="container"> | |
<div class="row"> | |
<div class="col-md-12 col-lg-4"> | |
<img class="logo mx-auto d-block" src="images/html-logo.png" alt="html-logo"> | |
<div class="ribbon"> | |
<img src="images/top-ribbon-orange.png" class="d-none d-lg-block d-xl-block" alt="top-ribbon"> | |
<div class="content orange"> | |
<h1>HTML5</h1> | |
<p> | |
Over time we’ve learned a lot by working with clients from different industries. | |
Naturally we’d like to share our knowledge with you. It’s our knowhow that makes | |
things work and ensures your digital strategy is battle ready. | |
</p> | |
</div> | |
<img src="images/botton-ribbon-orange.png" class="d-none d-lg-block d-xl-block" alt="botton-ribbon"> | |
</div> | |
</div><!-- end html --> | |
<div class="col-md-12 col-lg-4"> | |
<img class="logo mx-auto d-block" src="images/javascript-logo.png" alt="javascript-logo"> | |
<div class="ribbon"> | |
<img src="images/top-ribbon-yellow.png" class="d-none d-lg-block d-xl-block" alt="top-ribbon"> | |
<div class="content yellow" style="color: black"> | |
<h1>Javascript</h1> | |
<p> | |
Over time we’ve learned a lot by working with clients from different industries. | |
Naturally we’d like to share our knowledge with you. It’s our knowhow that makes | |
things work and ensures your digital strategy is battle ready. | |
</p> | |
</div> | |
<img src="images/botton-ribbon-yellow.png" class="d-none d-lg-block d-xl-block" alt="botton-ribbon"> | |
</div> | |
</div><!-- end javascript --> | |
<div class="col-md-12 col-lg-4"> | |
<img class="logo mx-auto d-block" src="images/php-logo.png" alt="php-logo"> | |
<div class="ribbon"> | |
<img src="images/top-ribbon-purple.png" class="d-none d-lg-block d-xl-block" alt="top-ribbon"> | |
<div class="content purple"> | |
<h1>PHP</h1> | |
<p> | |
Over time we’ve learned a lot by working with clients from different industries. | |
Naturally we’d like to share our knowledge with you. It’s our knowhow that makes | |
things work and ensures your digital strategy is battle ready. | |
</p> | |
</div> | |
<img src="images/botton-ribbon-purple.png" alt="botton-ribbon"> | |
</div> | |
</div><!-- end php --> | |
</div> | |
</section><!-- end technology --> | |
<section id="header-footer" data-parallax="scroll" data-image-src="images/process-bg.png"> | |
<div id="overlay-layer"> | |
<h1>FULLSTACK</h1> | |
</div> | |
</section><!-- end header footer --> | |
</header><!-- end header --> | |
<section id="quotes" class="container-fluid"> | |
<blockquote> | |
<i class="fas fa-quote-left"></i> | |
<h1 class="quote"> | |
<!-- load by js --> | |
</h1> | |
<p class="author"> | |
<!-- load by js --> | |
</p> | |
</blockquote> | |
<button id="loadQuoteButton">Next quote</button> | |
</section> | |
<section id="resume" data-parallax="scroll" data-image-src="images/frontendvsbackend-1.jpg"> | |
<h1 class="text-center">Resume</h1> | |
<div class="circle-button" data-toggle="modal" data-target="#resume-modal"> | |
<span>Open</span> | |
</div> | |
</section> | |
<div class="container"> | |
<section id="work" class="content"> | |
<h1><span>Work</span></h1> | |
<div class="row"> | |
<div id="work1" class="col-md-3 col-sm-6 col-xm-12"> | |
<a class="work-img img-responsive" href="#"> | |
<img src="images/portfolio/portfolio1.jpg" class="img-fluid" alt="portfolio"> | |
<span class="info">WebEX</span> | |
</a> | |
</div> | |
<div id="work2" class="col-md-3 col-sm-6 col-xm-12"> | |
<a class="work-img img-responsive" href="#"> | |
<img src="images/portfolio/portfolio2.jpg" class="img-fluid" alt="portfolio"> | |
<span class="info">NatGeo</span> | |
</a> | |
</div> | |
<div id="work3" class="col-md-3 col-sm-6 col-xm-12"> | |
<a class="work-img img-responsive" href="#"> | |
<img src="images/portfolio/portfolio3.jpg" class="img-fluid" alt="portfolio"> | |
<span class="info">CocoLab</span> | |
</a> | |
</div> | |
<div id="work4" class="col-md-3 col-sm-6 d-none d-sm-block"> | |
<a class="work-img img-responsive" href="#"> | |
<img src="images/portfolio/portfolio4.jpg" class="img-fluid" alt="portfolio"> | |
<span class="info">NetFlixx</span> | |
</a> | |
</div> | |
<div id="work5" class="col-md-3 col-sm-6 d-none d-sm-block"> | |
<a class="work-img img-responsive" href="#"> | |
<img src="images/portfolio/portfolio5.jpg" class="img-fluid" alt="portfolio"> | |
<span class="info">PlayBall</span> | |
</a> | |
</div> | |
<div id="work6" class="col-md-3 col-sm-6 d-none d-sm-block"> | |
<a class="work-img img-responsive" href="#"> | |
<img src="images/portfolio/portfolio6.jpg" class="img-fluid" alt="portfolio"> | |
<span class="info">TvCall</span> | |
</a> | |
</div> | |
<div id="work7" class="col-md-3 col-sm-6 d-none d-sm-block"> | |
<a class="work-img img-responsive" href="#"> | |
<img src="images/portfolio/portfolio7.jpg" class="img-fluid" alt="portfolio"> | |
<span class="info">Mentos</span> | |
</a> | |
</div> | |
<div id="work8" class="col-md-3 col-sm-6 d-none d-sm-block"> | |
<a class="work-img img-responsive" href="#"> | |
<img src="images/portfolio/portfolio8.jpg" class="img-fluid" alt="portfolio"> | |
<span class="info">Woblob</span> | |
</a> | |
</div> | |
</div><!-- end row --> | |
</section><!-- end work --> | |
<section id="contact"> | |
<h1><span>Contact</span></h1> | |
<form id="contact-form" method="post" action="mail.php"> | |
<div class="form-group"> | |
<label>Your name <span>*</span></label> | |
<input type="text" class="form-control" id="name" name="name"> | |
</div> | |
<div class="form-group"> | |
<label>Your email <span>*</span></label> | |
<input type="email" class="form-control" id="email" name="email"> | |
</div> | |
<div class="form-group"> | |
<label>Your massage <span>*</span></label> | |
<textarea id="message-box" name="message" class="form-control"></textarea> | |
</div> | |
<p>Total characters: <span id="char-count">0</span></p> | |
<button type="submit" class="btn btn-default">Submit</button> | |
</form> | |
</section><!-- end contact --> | |
</div><!-- end container --> | |
<div class="container-fluid p-0 m-0"> | |
<div id="map"> | |
<iframe height="350" style="border:0; width:100%;" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyBLIGBz-MGEJKLXgOAbu3hhVGdEv80T98I&q=La+Espiral+313+(Soul)" allowfullscreen></iframe> | |
</div><!-- end map --> | |
<footer> | |
<div class="row"> | |
<div class="col-4"> | |
<span id="copyright">©</span> <span class="d-none d-sm-inline-block">All Rights</span> Reserved | |
</div> | |
<div id="social-media" class="col-8"> | |
<a href="https://twitter.com/jmrv002?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @jmrv002</a> | |
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FUniversidadAPEC.UNAPEC%2F&width=200&layout=button&action=like&size=small&show_faces=false&share=false&height=80&appId=317854238964944" width="76" height="20" style="border:none;overflow:hidden" allow="encrypted-media"></iframe> | |
</div><!-- end social media --> | |
</div> | |
</footer><!-- end footer --> | |
</div><!-- end container --> | |
<div id="resume-modal" class="modal fade bd-example-modal" tabindex="-1" role="dialog" aria-hidden="true" data-backdrop="static" data-keyboard="false"> | |
<div class="modal-dialog modal-lg"> | |
<div class="modal-content"> | |
<div class="modal-header"> | |
<h5 class="modal-title" id="exampleModalLabel">Resume</h5> | |
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> | |
<span aria-hidden="true">×</span> | |
</button> | |
</div> | |
<div class="modal-body"> | |
<embed id="modal-embed" src="documents/bugs_bunny.pdf"> | |
</div> | |
</div> | |
</div> | |
</div><!-- end resume modal --> | |
<!-- Javascript --> | |
<script src="js/jquery-3.3.1.min.js"></script> | |
<script src="js/parallax.min.js"></script> | |
<script src="js/bootstrap.min.js"></script> | |
<script src="js/quotes.js"></script> | |
<script src="js/scripts.js"></script> | |
</body> | |
</html> |
This file contains hidden or 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
var quotes = [ | |
{ | |
"quote":"Life isn’t about getting and having, it’s about giving and being.", | |
"author":"Kevin Kruse" | |
}, | |
{ | |
"quote":"Whatever the mind of man can conceive and believe, it can achieve.", | |
"author":"Napoleon Hill" | |
}, | |
{ | |
"quote":"Strive not to be a success, but rather to be of value.", | |
"author":"Albert Einstein" | |
}, | |
{ | |
"quote":"I attribute my success to this: I never gave or took any excuse.", | |
"author":"Florence Nightingale" | |
}, | |
{ | |
"quote":"You miss 100% of the shots you don’t take.", | |
"author":"Wayne Gretzky" | |
}, | |
{ | |
"quote":"Every strike brings me closer to the next home run.", | |
"author":"Babe Ruth" | |
}, | |
{ | |
"quote":"We become what we think about.", | |
"author":"Earl Nightingale" | |
}, | |
{ | |
"quote":"Life is 10% what happens to me and 90% of how I react to it.", | |
"author":"Charles Swindoll" | |
}, | |
{ | |
"quote":"The mind is everything. What you think you become.", | |
"author":"Buddha" | |
}, | |
{ | |
"quote":"An unexamined life is not worth living.", | |
"author":"Socrates" | |
}, | |
{ | |
"quote":"Eighty percent of success is showing up.", | |
"author":"Woody Allen" | |
}, | |
{ | |
"quote":"Winning isn’t everything, but wanting to win is.", | |
"author":"Vince Lombardi" | |
}, | |
{ | |
"quote":"Either you run the day, or the day runs you.", | |
"author":"Jim Rohn" | |
}, | |
{ | |
"quote":"Whether you think you can or you think you can’t, you’re right.", | |
"author":"Henry Ford" | |
}, | |
{ | |
"quote":"The best revenge is massive success.", | |
"author":"Frank Sinatra" | |
}, | |
{ | |
"quote":"Life shrinks or expands in proportion to one’s courage.", | |
"author":"Anais Nin" | |
}, | |
{ | |
"quote":"Believe you can and you’re halfway there.", | |
"author":"Theodore Roosevelt" | |
}, | |
{ | |
"quote":"Everything you’ve ever wanted is on the other side of fear.", | |
"author":"George Addair" | |
}, | |
{ | |
"quote":"Start where you are. Use what you have. Do what you can.", | |
"author":"Arthur Ashe" | |
}, | |
{ | |
"quote":"Fall seven times and stand up eight.", | |
"author":"Japanese Proverb" | |
}, | |
{ | |
"quote":"Everything has beauty, but not everyone can see.", | |
"author":"Confucius" | |
}, | |
{ | |
"quote":"When I let go of what I am, I become what I might be.", | |
"author":"Lao Tzu" | |
}, | |
{ | |
"quote":"If the wind will not serve, take to the oars.", | |
"author":"Latin Proverb" | |
}, | |
{ | |
"quote":"If you want to lift yourself up, lift up someone else.", | |
"author":"Booker T. Washington" | |
}, | |
{ | |
"quote":"I didn’t fail the test. I just found 100 ways to do it wrong.", | |
"author":"Benjamin Franklin" | |
}, | |
{ | |
"quote":"A person who never made a mistake never tried anything new.", | |
"author":" Albert Einstein" | |
}, | |
{ | |
"quote":"There are no traffic jams along the extra mile.", | |
"author":"Roger Staubach" | |
}, | |
{ | |
"quote":"It is never too late to be what you might have been.", | |
"author":"George Eliot" | |
}, | |
{ | |
"quote":"You become what you believe.", | |
"author":"Oprah Winfrey" | |
}, | |
{ | |
"quote":"I would rather die of passion than of boredom.", | |
"author":"Vincent van Gogh" | |
}, | |
{ | |
"quote":"Education costs money. But then so does ignorance.", | |
"author":"Sir Claus Moser" | |
}, | |
{ | |
"quote":"It does not matter how slowly you go as long as you do not stop.", | |
"author":"Confucius" | |
}, | |
{ | |
"quote":"You can’t use up creativity. The more you use, the more you have.", | |
"author":"Maya Angelou" | |
}, | |
{ | |
"quote":"Dream big and dare to fail.", | |
"author":"Norman Vaughan" | |
}, | |
{ | |
"quote":"Do what you can, where you are, with what you have.", | |
"author":"Teddy Roosevelt" | |
}, | |
{ | |
"quote":"If you do what you’ve always done, you’ll get what you’ve always gotten.", | |
"author":"Tony Robbins" | |
}, | |
{ | |
"quote":"Dreaming, after all, is a form of planning.", | |
"author":"Gloria Steinem" | |
}, | |
{ | |
"quote":"You may be disappointed if you fail, but you are doomed if you don’t try.", | |
"author":"Beverly Sills" | |
}, | |
{ | |
"quote":"Remember no one can make you feel inferior without your consent.", | |
"author":"Eleanor Roosevelt" | |
}, | |
{ | |
"quote":"Life is what we make it, always has been, always will be.", | |
"author":"Grandma Moses" | |
}, | |
{ | |
"quote":"Change your thoughts and you change your world.", | |
"author":"Norman Vincent Peale" | |
}, | |
{ | |
"quote":"Either write something worth reading or do something worth writing.", | |
"author":"Benjamin Franklin" | |
}, | |
{ | |
"quote":"Nothing is impossible, the word itself says, “I’m possible!”", | |
"author":"–Audrey Hepburn" | |
}, | |
{ | |
"quote":"The only way to do great work is to love what you do.", | |
"author":"Steve Jobs" | |
}, | |
{ | |
"quote":"If you can dream it, you can achieve it.", | |
"author":"Zig Ziglar" | |
} | |
] |
This file contains hidden or 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
$(document).ready(function(){ | |
loadQuote() | |
//this function load the quotes in the quotes section | |
function loadQuote() | |
{ | |
let quoteSelected = quotes[Math.floor(Math.random()*quotes.length)] | |
$('#quotes .quote').html(quoteSelected.quote) | |
$('#quotes .author').html(quoteSelected.author) | |
} | |
//mouse hover in the work section | |
$(".work-img").mouseenter( function() { | |
$(".info", this).show() | |
}).mouseleave(function(){ | |
$(".info", this).hide() | |
}); | |
// execute when write in the textarea on contact section | |
$("#message-box").on("keyup", function() { | |
let charCount = $(this).val().length | |
let color = charCount > 50 ? 'red' : '#38c3ce' | |
$('#char-count').text(charCount) | |
$('#char-count').css("color", color) | |
}); | |
$('#loadQuoteButton').click(function() { | |
loadQuote() | |
}) | |
// hide de loader gif when the page load complete it | |
setTimeout(function(){ | |
$(".se-pre-con").fadeOut("slow") | |
}, 4000) | |
//close navbar when click an option | |
$(".navbar-nav li a").click(function(event) { | |
$(".navbar-collapse").collapse('hide'); | |
}); | |
//navbar scroll | |
var $root = $('html, body'); | |
$('.navbar a').click(function() { | |
var href = $.attr(this, 'href'); | |
if (href != undefined && href != '#') | |
{ | |
$root.animate({ | |
scrollTop: $(href).offset().top | |
}, 500, function () { | |
window.location.hash = href; | |
}); | |
} | |
return false; | |
}); | |
}) |
This file contains hidden or 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
body { | |
background-image: url("../images/header-bg.png"); | |
background-position: top center; | |
background-repeat: no-repeat; | |
background-size: 1400px auto; | |
background-color: #f5f6f1; | |
color: #0f1215; | |
height: 100%; | |
font-family: 'Quicksand', sans-serif; | |
} | |
h1{ | |
text-align: center; | |
} | |
#work h1 span, | |
#contact h1 span{ | |
border-bottom: 2px solid #38c3ce; | |
padding-bottom: 10px; | |
} | |
#quotes button, | |
#contact button { | |
border: none; | |
background-color: #38c3ce; | |
color: white; | |
width: 150px; | |
height: 50px; | |
} | |
#quotes button:hover, | |
#contact button:hover { | |
background-color: #38b6c2; | |
} | |
/*** navbar ***/ | |
nav { | |
margin: 0 10% 170px 10%; | |
} | |
#logo { | |
position: relative; | |
top: 15px; | |
width: 37%; | |
} | |
.navbar-nav{ | |
margin-top: 30px; | |
width: 100%; | |
} | |
.nav-link{ | |
margin-left: 30px; | |
text-align: center; | |
text-transform: uppercase; | |
color: #78787b; | |
font-size: 1.15em; | |
} | |
nav .navbar-toggler{ | |
position: relative; | |
top: 15px; | |
} | |
@media (max-width : 992px) { | |
nav { | |
margin: 3%; | |
margin-top: 0; | |
} | |
} | |
/*** technology ***/ | |
#technology [class*="col-"]{ | |
padding: 0 40px; | |
} | |
#technology .logo{ | |
width: 38%; | |
} | |
.ribbon img{ | |
width: 100%; | |
display: block; | |
} | |
.ribbon .content{ | |
background-color: #47c3b1; | |
color: #edeee7; | |
width: 100%; | |
height: 400px; | |
} | |
.ribbon .yellow{ | |
background-color: #f0da4f; | |
} | |
.ribbon .orange{ | |
background-color: #f0662b; | |
} | |
.ribbon .purple{ | |
background-color: #5b67a3; | |
} | |
.ribbon h1 { | |
padding-top: 30px; | |
text-align: center; | |
} | |
.ribbon p { | |
text-align: justify; | |
margin: 10%; | |
} | |
@media (max-width: 992px) { | |
#technology .logo{ | |
width: 35%; | |
margin: 15% 0; | |
} | |
} | |
/*** header footer ***/ | |
#header-footer{ | |
position: relative; | |
top: -80px; | |
height: 300px; | |
z-index: -10; | |
} | |
#overlay-layer{ | |
background-color: #404339; | |
background-color: rgba(64,67,57,.9); | |
text-align: center; | |
position: absolute; | |
bottom: -12px; | |
width: 100%; | |
color: white; | |
} | |
/*** quotes ***/ | |
#quotes{ | |
text-align: center; | |
margin-bottom: 50px; | |
} | |
blockquote i{ | |
color: #38c3ce; | |
font-size: 5em; | |
margin-bottom: 50px; | |
} | |
blockquote h1{ | |
margin-bottom: 25px; | |
} | |
blockquote p { | |
margin-bottom: 45px; | |
} | |
/*** resume ***/ | |
#resume{ | |
height: 400px; | |
padding-top: 35px; | |
background-color: rgba(56, 195, 206, 0.5); | |
background-blend-mode: multiply; | |
} | |
#resume h1{ | |
color: white; | |
text-transform: uppercase; | |
margin-bottom: 55px; | |
} | |
#resume .circle-button{ | |
background-image: url("../images/contact-circle.png"); | |
height: 200px; | |
width: 200px; | |
margin: 0 auto; | |
background-repeat: no-repeat; | |
background-size: 100%; | |
text-align: center; | |
display: table; | |
-webkit-transition: -webkit-transform 1s ease-in-out; | |
transition: transform 1s ease-in-out; | |
} | |
#resume .circle-button:hover{ | |
cursor: pointer; | |
-webkit-transform: rotate(360deg); | |
transform: rotate(360deg); | |
} | |
#resume .circle-button span{ | |
color: #ffdc1a; | |
font-size: 2rem; | |
font-weight: 900; | |
text-transform: uppercase; | |
display: table-cell; | |
vertical-align: middle; | |
} | |
/*** work ***/ | |
#work h1 { | |
margin-top: 60px; | |
margin-bottom: 85px; | |
} | |
.work-img { | |
display: block; | |
margin-bottom: 30px; | |
max-width: 100%; | |
position: relative; | |
} | |
.info { | |
position: absolute; | |
top: 0; | |
left: 0; | |
text-align: center; | |
padding-top: 45%; | |
width: 100%; | |
height: 100%; | |
color: #ffdc1a; | |
text-transform: uppercase; | |
font-weight: 700; | |
display: none; | |
font-size: 1.5em; | |
background-color: rgba(56, 195, 206, 0.5); | |
} | |
@media (max-width : 576px) { | |
.work-img{ | |
padding : 25px; | |
} | |
} | |
/*** contact ***/ | |
#contact{ | |
margin-bottom: 50px; | |
} | |
#contact h1{ | |
margin-top: 45px; | |
margin-bottom: 70px; | |
} | |
#contact label{ | |
font-size: 1.2em; | |
} | |
#contact label span{ | |
color: red; | |
} | |
#contact textarea{ | |
height: 175px; | |
border: none; | |
} | |
#contact input{ | |
border: none; | |
} | |
.form-group{ | |
margin-bottom: 30px; | |
} | |
#contact-form p{ | |
float: right; | |
} | |
@media (max-width : 576px) { | |
#contact{ | |
margin: 0 20px 60px 20px; | |
} | |
#contact h1{ | |
margin-top: 0; | |
} | |
#contact button{ | |
width: 100% | |
} | |
#contact-form p{ | |
text-align: center; | |
float: none; | |
} | |
} | |
/*** footer ***/ | |
footer{ | |
height: 55px; | |
padding: 0 15px; | |
background-color: black; | |
color: white; | |
} | |
footer [class*="col-"]{ | |
padding-top: 15px; | |
} | |
#copyright-icon{ | |
color: #38c3ce; | |
} | |
#social-media{ | |
display: inline-block; | |
position: relative; | |
text-align: right; | |
} | |
#modal-embed { | |
height: 500px; | |
width: 100%; | |
} | |
/* loader */ | |
.se-pre-con { | |
position: fixed; | |
left: 0px; | |
top: 0px; | |
width: 100%; | |
height: 100%; | |
z-index: 9999; | |
background: url(../images/loader.gif) center no-repeat #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment