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
Binary file added style/github-mark.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 added style/image.jpeg
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 style/logo-facebook.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 added style/mail-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions style/style1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
body{
background-color:white;
margin-top: 40px;
margin-left: 66px;
margin-right: 40px;
margin-bottom: 20px;
}
h2{ display: none;
}
h1 {
padding:20px;
border-bottom:1px solid gray;
}
figure {
position: absolute;
top: 28px;
left: 933px;
}
#about h3{
display:none;
}
#about{
display:inline-block;
width:800px;
color:rgb(124, 118, 118)
}
img{
width:150px;
height:150px;
transform: rotate(-25deg);
}
h3{
width:100px;
}
.skills-primary{
border-left:2px solid;
margin-left:155px;
}
.skills-secondary{
border-left:2px solid;
margin-left:155px;
}
.experience{
border-left:2px solid;
margin-left:155px;
margin-top:0px;
height:150px;
}
.education {
border-left:2px solid;
margin-left:155px;
margin-top:50px;

}
ul{
border-left:2px solid;
margin-left:155px;
margin-top:50px;
}
#contact h3 {
display: none;
}
h4{
color:rgb(50, 109, 96);
margin-top:0;
margin-left:5px;
}
.experience-details {
width: 200px;
margin-left: 900px;
height: 20px;
margin-top: -40px;
color:gray;
}
p.experience-description{
margin:28px;
margin-bottom:0;
}
.skill{
background-color:rgb(21, 145, 124);
height:25px;
margin-left:5px;

}
[data-skill='5']{
width:200px;
float:left;
}
[data-skill='3']{
width:200px;
float:left;

}
[data-skill='1']{
width:200px;
float:left;
margin-right:300px;

}
[data-skill='7']{
width:200px;
float:left;
margin-top:10px;

}

[data-skill='9']{
width:200px;
float:left;
margin-top:10px;

}
.skills-secondary [data-skill='5']{
margin-top:10px;
}
span{
color:white;
}.contact-email{
height:200px;
width:200px;
background-image:url('mail-1.png')
}
97 changes: 97 additions & 0 deletions style/style2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
body {background-color:white;
margin-left:25px;
}
hgroup {
color:red;
background:gray;
padding:25px;
}
figure{
position:absolute;
left:200px;
top:15px;

}
section{
position: relative;
float: left;
width:600px;
}
h3::before{
content: '';
display: inline-block;
width: 15px;
height: 15px;
border-radius: 50%;
background-color: red;
}
h3{border-bottom: 2px solid gray;
padding:10px;
}
h4{
color:red;
}
.experience-details{
color:gray;

}

#contact{
position:absolute;
top:-25px;
left:600px;
padding: 50px;
}
#contact h3{ display:none;}
dl{margin:0px;}

.contact-type{
float:left;
width:150px;
background-color:red;
color:white;
}

.contact-value{
background-color:black;}

.skill{
background-color:gray;
height:22px;
margin:4px;
padding:5px;

}
.skill span {
background-color: red;
display: block;
width:50%;
height: 90%;
}

.skills-primary::before{
content:'main';
}

.skills-secondary::before{
content:'other';
}

[data-skill='5'] span{
width:50%;
}
[data-skill='3'] span{
width:30%;
}
[data-skill='1'] span{
width:10%;
}
[data-skill='9'] span{
width:90%;
}
[data-skill='5'] span{
width:50%;
}
[data-skill='7'] span{
width:70%;
}