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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<title>Jad Sarout | CV</title>

<!-- Stylesheets -->
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style2.css">
<!-- /Stylesheets -->
</head>
<body>
<div id="#wrapper">
<div id="wrapper">
<header>
<div>
<hgroup>
Expand Down
File renamed without changes.
35 changes: 35 additions & 0 deletions style.1css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@



/*

section {

float: right;
margin: auto;
}
#about {
float: left;
margin: auto;
width: 20%
display: block;
overflow: hidden;
}
#experiences {
float: left;
margin: 0 1.5%
}
#hobbies {
float: left;
margin: 0 1.5%}
div {
clear: left;
}

hgroup{
background-color:grey;
color: red;
}


*/
45 changes: 45 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

.content,
header div{
max-width:700px;
margin: 0 auto;
background: orange;
}

section {
float: left;
margin: auto;
width: 50%;
background: green;
}

header{
background: grey;
}

section p{
padding:10px;
}

.experience .experience-details,
.experience h4{
margin-left:10px;
}

#competencies{
height:300px; /* TEMPORARY */
}

#hobbies {
float: left;
margin: auto;
width: 48%;
div {
clear: left;
}

hgroup{
background-color:grey;
color: red;
}

116 changes: 116 additions & 0 deletions style2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
header{
background: grey;
padding:5px;
}
#wrapper{
width: 100%;
}
section{float: left;
width: 650px;}

header div{
max-width:100%;
margin: 0 auto;
background: grey;
padding: 5px;
}
figure {
position:absolute;
left:300px;
top:12px;
}
.skills-primary::before{
content: "Main"
}

[data-skill="5"] span{
width: 50%;
height: 15px;
padding: 5px;
background-color: red;
display: block;
margin: 10px;
}
[data-skill="3"] span{
width: 30%;
height: 15px;
padding: 5px;
background-color: red;
display: block;
margin: 10px;
}
[data-skill="1"] span{
width: 15%;
height: 15px;
padding: 5px;
background-color: red;
display: block;
margin: 10px;
}
.skills-secondary::before{
content: "other"
}
.skill{
background-color: gray;
width: 500px;
height: 40px;
margin: 1px;
padding:1px;
color:white;
}
[data-skill="9"] span{
width: 90%;
height: 15px;
padding: 5px;
background-color: red;
display: block;
margin: 10px;
}
[data-skill="7"] span{
width: 15%;
height: 15px;
padding: 5px;
background-color: red;
display: block;
margin: 10px;
}
.contacts{
position: absolute;
color:red;
top:35px;
right:39px;
width:500px;
}

}
#contact h3{
display: none;
}

dl {
width: 116.5%;

background: #ff0;
padding: 0;
margin: 0;
}
dt {
float: left;
width: 21%;
color: white;
background:orangered;

}
dd {
float: left;
width: 70%;

background:black;
padding: 0;
margin: 0;
color:orangered;
}
.contact-value {
color:black;
}