HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!--Navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container ">
<div class="row top-bar">
<div class="col-md-8 col-sm-8 col-xs-12 contact-info">
<p class="test"><a href="tel:+353879827181"><span class="contact-span">Tel:</span>+353879827181</a>|
<a href="mailto:cristi@butterfly.design" class="text-right"><span class="contact-span">Email:</span>cristi@butterfly.design</a></p>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="text-center center-block">
<br />
<a href="https://www.facebook.com/cristi.lupchian" target="_blank"><i class="fa fa-facebook-square fa-2x social"></i></a>
<a href="https://twitter.com/LupchianCristi" target="_blank"><i class="fa fa-twitter-square fa-2x social"></i></a>
<a href="https://www.instagram.com/lupchiancristi/?hl=en" target="_blank"><i class="fa fa-instagram fa-2x social"></i></a>
<a href="https://www.linkedin.com/in/cristilupchian/" target="_blank"><i class="fa fa-linkedin-square fa-2x social"></i></a>
<a href="mailto:cristi@butterfly.design" target="_top"><i class="fa fa-envelope-square fa-2x social"></i></a>
</div>
</div>
</div>
</div>
<div class="container"><!-- Navbar Container-->
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="https://www.cristilupchian.me/wp-content/uploads/2017/09/cl-logo-sm.png" class="img-responsive logo"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">HOME <span class="sr-only">(current)</span></a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#my-work">MY WORK</a></li>
<li><a href="#my-resume">MY RESUME</a></li>
<li><a href="#DaysOfCode">#100DaysOfCode</a></li>
<li><a href="#contact" class="hire-me btn btn-default" >HIRE ME</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- =============Hero Section=========-->
<header id="home">
<div class="container text-center">
<div class="intro-text">
<h1 class="name text-center">Hi, I am a web developer! </h1>
<p class="lead text-center hero-p">Passionate about CSS and WordPress</p>
</div>
<a href="#about" class="btn btn-default hero-button">Find Out More</a>
</div>
</header>
<!--about me section-->
<section class="about-me" id="about">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="text-center about-header">About Me</h2>
<div class="row">
<div class="col-md-4 col-sm-4 thumbnail">
<img src="https://www.cristilupchian.me/wp-content/uploads/2017/09/profile.jpg" alt="">
</div>
<div class="col-md-8 col-sm-8">
<p>My name it’s Cristi Lupchian, and I am a Web Designer, I am currently living in Carlow Ireland originally from Romania and at the moment I am working as a Web Designer/Developer at <a href="https://butterfly.design/" target="_blank">Butterfly Media</a> which it’s a personal website where I help the businesses in the South East of Ireland to promote their services online.</p>
<p>I thrive to offer agency service without the agency price everything what I can offer in terms of web design and development you can find it <a href="https://butterfly.design/services" target="_blank">here</a></p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>I am a web developer who can work alongside other talented IT professionals in creating websites to the highest standards with a high awareness of industries issues and trends, emerging technologies, and open source CMS.</p>
<p>I love WordPress because of it’s flexibility, search engine friendly, the variety of plugins which give you the opportunity to build advanced applications a lot easier, secure – even if there is a common misconception that WordPress it’s not secure if WordPress core, it’s plugins and themes are kept up to date + plus few more tricks WordPress it’s secure-, easy to maintain and many more. In the same time you can customize WordPress to your needs and it has an amazing community who are actively involved and work to make WordPress better.</p>
<hr><br>
<h2 class="large-header text-center">Lifelong Learning Advocate</h2>
<hr>
<p class="lead">Few Things I am Learning, Interested to Learn or Improving</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Keeping up with the latest HTML/CSS/WordPress technologies</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Improving my PHP and PHP For WordPress knowledge</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Improving my JavaScript knowledge</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Learning Mean Stack</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Learning GIT workflow</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Learning jQuery and Angular(Mean)</p><br>
<p class="lead">Other things I’m currently into or want to be in:</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Raw Photography</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Learning to play Guitar</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Safari</p>
<p><i class="fa fa-circle circle-icon" aria-hidden="true"></i> Game of Thrones show and The Vikings – Love it</p>
<hr class="last">
<div class="row text-center">
<a href="#" class="btn btn-default hero-button">Hire me</a>
</div>
</div>
</div>
</div>
</div>
</div><!-- end container-->
</section><!-- end about me section-->
<!-- <div class="row container-fluid"><hr></div> -->
<section id="my-work">
<div class="container ">
<div class="row">
<div class="col-md-12">
<h2 class="text-center portfolio-header">My Work</h2>
<div class="row">
<div class="col-md-6 portfolio-item" >
<a class="portfolio-link" href="" data-toggle="modal" data-target="#portfolioModal1">
<div class="thumbnail">
<img class="img-fluid" src="https://www.cristilupchian.me/wp-content/uploads/2017/09/nails-empire-1200x575.png" alt="">
<div class="caption">
<h4 class="portfolio-caption text-center">Nails Empire</h4>
</div>
</div>
</a>
</div><!-- END PORTFOLIO ITEM-->
<div class="col-md-6 portfolio-item">
<a class="portfolio-link" href="" data-toggle="modal" data-target="#portfolioModal2">
<div class="thumbnail">
<img class="img-fluid" src="https://www.cristilupchian.me/wp-content/uploads/2017/09/butterfly-design-front-page.png" alt="">
<div class="caption">
<h4 class="portfolio-caption text-center">Butterfly Design</h4>
</div>
</div>
</a>
</div><!-- END PORTFOLIO ITEM-->
</div>
<div class="row">
<div class="col-md-6 portfolio-item">
<a class="portfolio-link" href="" data-toggle="modal" data-target="#portfolioModal3">
<div class="thumbnail">
<img class="img-fluid" src="https://www.cristilupchian.me/wp-content/uploads/2017/09/basic-ie.png" alt="">
<div class="caption">
<h4 class="portfolio-caption text-center" >BASIC</h4>
</div>
</div>
</a>
</div><!-- END PORTFOLIO ITEM-->
<div class="col-md-6 portfolio-item">
<a class="portfolio-link" href="" data-toggle="modal" data-target="#portfolioModal4">
<div class="thumbnail">
<img class="img-fluid" src="https://www.cristilupchian.me/wp-content/uploads/2017/09/bouncer-training-ireland.jpg" alt="">
<div class="caption">
<h4 class="portfolio-caption text-center">Bouncer Training Ireland</h4>
</div>
</div>
</a>
</div><!-- END PORTFOLIO ITEM-->
</div>
</div>
</div>
</div>
</section>
<section id="my-resume">
<div class="container-fluid">
<div class="row">
<a href="https://www.cristilupchian.me" class="btn btn-default btn-block btn-resume" target="_blank">Checkout My Resume <i class="fa fa-arrow-right fa-sm" aria-hidden="true"></i></a>
</div>
</div>
</section><!-- end resume section-->
<section id="DaysOfCode">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="large-header challenge-header text-center">#100DaysOfCode</h2>
<p class="daysofcode-p text-center" >Soon I will commit to the <a href="http://100daysofcode.com/" target="_blank">#100DaysOfCode Challenge</a>
Information about this challenge will be posted soon along with a timeline with the daily progress.
Thank You for your patience!</p>
<p class="daysofcode-p text-center">In the meantime please visit <a href="http://100daysofcode.com/" target="_blank">#100DaysOfCode Challenge</a> original website for more details.</p>
</p>
</div>
</div>
</div>
</section><!--end '100DaysOfCode-->
<section id="contact">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2">
<h2 class="text-center">Let's Talk</h2>
<form action="">
<div class="form-group">
<label for="name">Your Name(required)</label>
<input type="text" class="form-control" name="name" id="name" placeholder="Enter your name" required>
</div>
<div class="form-group">
<label for="email">Your Email</label>
<input type="text" class="form-control" name="email" id="email" placeholder="Enter your best email" required>
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="message">Your Message</label>
<textarea class="form-control" name="message" id="message" cols="30" rows="10"></textarea>
</div>
<button type="submit" class="hire-me btn btn-default">Submit</button>
</form>
<div class="row">
<div class="alert-danger note-alert">
Note: This is a copy of my website made with HTML, CSS and some JavaScript on codepen.io during the front end development track on <a href="https://www.freecodecamp.org/" target="_blank">FreeCodeCamp</a>, therefore this form has no validation and it is not working, alternatively if you want to get in touch you can contact me <a href="https://www.cristilupchian.me/hire-me/" targte="_blank"> here</a>
</div>
</div>
</div>
</div>
</div>
</section><!-- end div contact-->
<footer class=container-fluid>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-3">
<div class="text-center center-block">
<br />
<a href="https://www.facebook.com/cristi.lupchian" target="_blank"><i class="fa fa-facebook-square fa-2x social"></i></a>
<a href="https://twitter.com/LupchianCristi" target="_blank"><i class="fa fa-twitter-square fa-2x social"></i></a>
<a href="https://www.instagram.com/lupchiancristi/?hl=en" target="_blank"><i class="fa fa-instagram fa-2x social"></i></a>
<a href="https://www.linkedin.com/in/cristilupchian/" target="_blank"><i class="fa fa-linkedin-square fa-2x social"></i></a>
<a href="mailto:cristi@butterfly.design" target="_top"><i class="fa fa-envelope-square fa-2x social"></i></a>
</div>
<p class="text-center">© Copyrights 2017. All rights reserved.</p>
<p class="text-center">Coded by Cristi Lupchian with HTML, CSS and a bit of JavaScript on Bootsrap framework</p>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals ====1===-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title text-center" id="exampleModalLabel">Nails Empire</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-8 mx-auto">
<div class="modal-body">
<div class="thumbnail">
<img class="img-centered" src="https://www.cristilupchian.me/wp-content/uploads/2017/09/nails-empire-1200x575.png" alt="Nails Empire Ireland">
</div>
<p>Nails Empire it’s a company based in the south east of Ireland which it’s selling nails care products. They needed an online shop to showcase and sell their products online.
A project developed on WordPress CMSand WooCommerce, Template –<a href="https://theme.co/pro/" target="_blank"> X-Theme from Themeco</a>, Cornerstone page builder, custom CSS, MailChimp Integration,Google Analytics Integration, domain name registration and email setup.</p>
<div class="row text-center">
<a class="btn btn-default btn-portfolio" href="https://www.nailsempire.ie/" target="_blank">See It Live</a>
</div>
</div><!-- end modal body-->
</div><!-- end modal col-->
</div><!-- end modal row-->
</div><!-- end modal container-->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!-- end modal -->
<!-- Portfolio Modals ====2===-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title text-center" id="exampleModalLabel">Nails Empire</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-8 mx-auto">
<div class="modal-body">
<div class="thumbnail">
<img class="img-centered" src="https://www.cristilupchian.me/wp-content/uploads/2017/09/butterfly-design-front-page.png" alt="Butterfly Design">
</div>
<p>It is my personal website to promote web development and graphic design services for local businesses and not only.
A project developed on WordPress CMS, Template – X-Theme from Themeco, Cornerstone page builder, All In One Seo for Search Engine Optimization, WP Fastest Cache, Google Analitycs Integration, custom CSS, MailChimp Integration, domain name registration and email setup.</p>
<div class="row text-center">
<a class="btn btn-default btn-portfolio" href="https://butterfly.design/" target="_blank">See It Live</a>
</div>
</div><!-- end modal body-->
</div><!-- end modal col-->
</div><!-- end modal row-->
</div><!-- end modal container-->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!-- end modal -->
<!-- Portfolio Modals ====3===-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title text-center" id="exampleModalLabel">BASIC</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-8 mx-auto">
<div class="modal-body">
<div class="thumbnail">
<img class="img-centered" src="https://www.cristilupchian.me/wp-content/uploads/2017/09/basic-ie.png" alt="Butterfly Design">
</div>
<p>The client wanted a presentation website of his services in the security industry with a payment method, two different plans, and a subscription box in order to keep up to date his members and subscribers.<p>
<p>A project developed on WordPress CMS, Template – X-Theme from Themeco, Cornerstone page builder, Paid Membership Pro, Wordfence for security, All In One Seo, for Search Engine Optimization, W3 Total Cache plugin, custom CSS, MailChimp Integration, domain name registration and email setup.</p>
<div class="row text-center">
<a class="btn btn-default btn-portfolio" href="https://basic.ie/" target="_blank">See It Live</a>
</div>
</div><!-- end modal body-->
</div><!-- end modal col-->
</div><!-- end modal row-->
</div><!-- end modal container-->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!-- end modal -->
<!-- Portfolio Modals ====4===-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title text-center" id="exampleModalLabel">Bouncer Training Ireland</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-8 mx-auto">
<div class="modal-body">
<div class="thumbnail">
<img class="img-centered" src="https://www.cristilupchian.me/wp-content/uploads/2017/09/bouncer-training-ireland.jpg" alt="Butterfly Design">
</div>
<p>Bouncer and security training company based in Ireland needed a presence online and online bookings for their services.<p>
<p>A project developed on WordPress CMS, Template – X-Theme from Themeco, Cornerstone page builder, Modern Events Calendar Plugin, Sucuri Security Plugin, W3 Total Cache Plugin and All In One Seo for SEO, Booking system, custom CSS, MailChimp Integration, domain name registration and email setup.</p>
<div class="row text-center">
<a class="btn btn-default btn-portfolio" href="https://bouncertraining.ie/" target="_blank">See It Live</a>
</div>
</div><!-- end modal body-->
</div><!-- end modal col-->
</div><!-- end modal row-->
</div><!-- end modal container-->
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!-- end modal -->
body{
/* margin-top:60px; */
}
h1,h2,h3,h4,h5,h6{
font-weight:bold;
margin-bottom:30px;
}
h2{
font-size:4em;
}
section{
padding:45px 15px;
}
a{
color:#EF4B0B;
}
p{
font-size:16px;
}
a:hover{
color: rgba(239, 76, 11, 0.89);
text-decoration:none;
}
.active a{
color:#EF4B0B !important;
background-color:#fff !important;
}
.test{
margin-top:20px;
}
.top-bar{
border-bottom: 1px solid #e7e7e7;
border-top: 1px solid gray;
}
.contact-info a{
color:#000;
}
i.social{
color:#EF4B0B;
}
.contact-info a:hover{
color:#EF4B0B;
text-decoration: none;
}
.contact-span{
color:#EF4B0B;
}
@media (max-width:768px) {
.contact-info{
display:none;
}
}
.logo{
width:40px;
margin-top:-5px;
}
/*Navbar Css */
.hire-me.btn.btn-default {
background-color:#EF4B0B;
border:none;
border-radius:25px;
padding:5px 15px;
color:#fff;
margin-top:20px;
}
.hire-me.btn.btn-default:hover {
background-color:#A93000;
color:#fff;
}
.nav.navbar-nav li a:hover{
color:#EF4B0B;
}
.nav.navbar-nav li a{
margin-top:10px;
}
.navbar-default .navbar-collapse,
.navbar-default{
background-color:#fff;
}
.navbar-default .navbar-nav,
.navbar-default .navbar-header{
background-color:#fff;
font-weight:bold;
}
@media (max-width: 768px){
.navbar-brand{
padding:12px 15px;
}
}
.navbar{
margin-bottom:0;
}
/*=====Header Section CSS=====*/
header{
background-image:url("https://images.unsplash.com/photo-1489875347897-49f64b51c1f8?auto=format&fit=crop&w=1950&q=60&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D");
background-size:cover;
/* padding:140px 0; */
height:80vh;
}
/* @media (max-width:768px){
header{
height:60vh;
}
} */
h1{
color:#fff;
font-size:6em;
margin-top:20%;
}
@media (max-width:768px){
h1{
font-size:4em;
}
}
@media (max-width:480px){
h1{
font-size:2.5em;
margin-top:40%;
}
}
.hero-p{
color:#fff;
}
.hero-button{
background-color:#EF4B0B;
border:none;
border-radius:25px;
color:#fff;
padding:8px 15px;
/* padding-bottom:10px; */
}
a.btn.btn-default.hero-button:hover{
color:#fff;
}
.hero-button:hover{
background-color:rgba(239, 76, 11, 0.89);
}
/*============About me section CSS===========*/
.about-me{
padding-top:50px;
}
h2.large-header{
font-size:4em;
color:#A3A3A3;
}
hr{
border-top:1px solid grey;
}
hr.last{
width:80%;
margin-top: 40px;
}
i.circle-icon{
color:#EF4B0B;
}
/**======Portfolio Css=====*/
.portfolio-header{
color:#fff;
}
.portfolio-caption{
margin-bottom:5px;
text-decoration:none;
}
.btn.btn-portfolio{
background-color:#EF4B0B;
border:none;
color:#fff;
padding:15px 65px;
}
#my-work{
background-image:url("https://images.unsplash.com/photo-1422207258071-70754198c4a2?auto=format&fit=crop&w=1941&q=60&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D");
min-height: 500px;
background-position: center;
background-size:cover;
background-repeat:no-repeat;
background-attachment: fixed;
}
.remove-bar{
display:none;
}
/**resume -section**/
#my-resume{
padding: 0;
}
.btn.btn-block.btn-resume{
background-color:#EF4B0B;
border:none;
color:#fff;
padding:30px;
font-size:2.5em;
transition: all 0.5s;
}
.btn.btn-block.btn-resume i{
opacity:0;
transition: 0.5s;
}
.btn.btn-block.btn-resume i:hover {
padding-left:15px;
opacity:1;
}
/*============100Days Of Code Section=========*/
#DaysOfCode{
background-image: url("https://images.unsplash.com/photo-1488590528505-98d2b5aba04b?auto=format&fit=crop&w=1950&q=60&ixid=dW5zcGxhc2guY29tOzs7Ozs%3D");
min-height: 500px;
background-position: center;
background-size:cover;
background-repeat:no-repeat;
background-attachment: fixed;
}
.challenge-header{
font-size:6em;
color:#fff;
}
.daysofcode-p{
color:#fff;
}
.note-alert{
margin-top: 30px;
}
/**footer style***/
footer{
background-color:#000000;
min-height:150px;
color:#fff;
}
@media (max-width:768px){
h2.challenge-header{
font-size:2em;
}
#my-resume a{
font-size:2em;
}
}
$(document).ready(function(){
$('a[href^="#"]').on('click',function (e) {
e.preventDefault();
var target = this.hash;
var $target = $(target);
$('html, body').stop().animate({
'scrollTop': $target.offset().top
}, 900, 'swing', function () {
window.location.hash = target;
});
});
$('ul li ').click(function(){
$('li ').removeClass("active");
$(this).addClass("active");
});
});
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll > 100) {
$(".top-bar").addClass("remove-bar"); // you don't need to add a "." in before your class name
} else {
$(".top-bar").removeClass("remove-bar");
}
});
Also see: Tab Triggers