"layout 2"
Bootstrap 3.0.0 Snippet by evarevirus

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="wrapper text-center">
<button id="toHome"><i class="fa fa-arrow-up fa-lg"></i></button>
<header id="pageTop">
<h1 class="simpleShadow">Yusef Habib</h1>
<h2 class="">Telecommunication Engineer | Front End Developer </h2>
<nav class="principal">
<a class="page-scroll" href="#bio">Bio</a>
<a class="page-scroll" href="#portfolio">Portfolio</a>
<a class="page-scroll" href="#contact">Contact</a>
</nav>
</header>
<section class="content">
<section id="myBio">
<div id="designBackground" class="background">
<h3 id="design" class="slogan right">It's not failure, it's unfinished success</h3>
</div>
<div id="bio" class="textWrap">
<div class="titles">
<h3 class="titleBio"><span class="first title">Few Words About Me</span><span class="active second title">My Skills</span><span class="third title">Always Improving</span></h3>
</div>
<!-- <hr class="divider large"/> -->
<div class="texts">
<div class="stuck biography">
<div class="title mobile">
<h3>Few Words About Me</h3><i class="fa fa-circle second"></i><i class="fa fa-circle third"></i>
</div>
<p><span class="first-letter">I</span>'m a half spanish half lebanese Front End Developer. I've lived in Gijon, Beirut and currently I find myself in Konstanz struggling with the german language.</p>
<p><span class="first-letter">I</span> studied Telecommunication Engineer specialized in Internet Technologies in the University of Oviedo. Therefore my background is filled with Math, Physics, Programming Languages and Internet Protocols.</p>
<p><span class="first-letter">D</span>uring these University years I discovered a vocation related to write code for the web. Building from scratch webs, making them cleaner, responsive and accessible to everyone were alongside to basketball my principal distractions.</p>
<p><span class="first-letter">I</span> like to learn as much as I can about new technologies and specially any related to JavaScript. I'm excited about the new version(EMACS 6) and the new frameworks that are enhancing its possibilities.</p>
<p><span class="first-letter">B</span>esides in my free time I <span>need</span> to do some sport and I also like to try to learn new languages and the german is being a big challenge to me!</p>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* BASIC CONFIGURATION - FOOTER TO THE BOTTOM */
html {
font-size: 62.5%; /* 1em -- 10px*/
box-sizing: border-box;
}
html,
body {
margin:0;
padding:0;
height:100%;
}
.wrapper {
min-height:100%;
position:relative;
}
.content {
padding-bottom: 2.5rem; /* Height of the footer element */
}
footer {
width: 100%;
height: 1rem;
position: absolute;
bottom: 0;
left: 0;
}
/* DESIGN - FONTS & SIZE */
header{
font-family: 'Dancing Script', cursive;
}
.content, footer {
font-family: 'Josefin Sans', sans-serif;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// jQuery(document).ready(function() {
// $(document).scroll(function() {
// if($(document).scrollTop() >= 180)
// $("button").css("display", "initial");
// else
// $("button").css("display", "none");
// });
// $(".page-scroll").click(function(event) {
// event.preventDefault();
// console.log()
// $('html, body').animate({ scrollTop:$(this.hash).offset().top } , 1000);
// });
// $("#toHome").click(function(event) {
// $('html,body').animate({ scrollTop:$("#pageTop").offset().top } , 1000);
// });
// // Description behavior
// $(".first").click(function() {
// show($(".biography"), "slow")
// active($(this));
// });
// $(".second").click(function() {
// show($(".skills"), "slow");
// active($(this));
// });
// $(".third").click(function() {
// show($(".actually"), "slow");
// active($(this));
// });
// });
// function active(obj) {
// obj.addClass("active");
// obj.siblings().removeClass("active");
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: