diff --git a/style/github-mark.png b/style/github-mark.png new file mode 100644 index 0000000..636b81d Binary files /dev/null and b/style/github-mark.png differ diff --git a/style/image.jpeg b/style/image.jpeg new file mode 100644 index 0000000..eda41f5 Binary files /dev/null and b/style/image.jpeg differ diff --git a/style/logo-facebook.png b/style/logo-facebook.png new file mode 100644 index 0000000..7530a52 Binary files /dev/null and b/style/logo-facebook.png differ diff --git a/style/mail-1.png b/style/mail-1.png new file mode 100644 index 0000000..d1d38f9 Binary files /dev/null and b/style/mail-1.png differ diff --git a/style/style1.css b/style/style1.css new file mode 100644 index 0000000..6f60367 --- /dev/null +++ b/style/style1.css @@ -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') +} \ No newline at end of file diff --git a/style/style2.css b/style/style2.css new file mode 100644 index 0000000..00c97ce --- /dev/null +++ b/style/style2.css @@ -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%; +} \ No newline at end of file