Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added the services section #49

Merged
merged 2 commits into from
Nov 29, 2019
Merged
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 Thumbs.db
Binary file not shown.
Binary file added icon1.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 icon2.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 icon3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 51 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h1 class="slide-content-about">TOBECHUKWU</h1>
</div>

<div class="slider_image">
<img class="slide1" src="http://pluspng.com/img-png/png-men-men-png-495.png" alt="">
<img class="slide1" src="https://pluspng.com/img-png/png-men-men-png-495.png" alt="">

</div>

Expand All @@ -75,7 +75,7 @@ <h1 class="slide-content-about">TOBECHUKWU</h1>
<div class="about_container" id="about_us">

<div class="img2">
<img src="http://pluspng.com/img-png/png-men-men-png-495.png" alt="">
<img src="https://pluspng.com/img-png/png-men-men-png-495.png" alt="">
</div>

<div class="about">
Expand Down Expand Up @@ -165,6 +165,55 @@ <h1 class="resume1">
<!-- end rsume container -->

</div>
<!-- start services container -->

<div id="Services">
<h1 id="headtext">Services</h1>
<h5 id="smalltext">Far Far away, behind the word mountains, far from the countries Vokalia and Consonatia</h5>
<div id="main">
<div class="bu">
<img class="icon" src="icon1.png">
<h4 class="textn">WEB DESIGN</h4>
</div>
<div class="bu">
<img class="icon" src="icon2.png">
<h4 class="textn">PHOTOGRAPHY</h4>
</div>
<div class="bu">
<img class="iconid" src="icon3.png">
<h4 class="textn">WEB DEVELOPER</h4>
</div>
<br>
<div class="bd">
<img class="icon" src="icon1.png">
<h4 class="textn">APP DEVELOPER</h4>
</div>
<div class="bd">
<img class="icon" src="icon2.png">
<h4 class="textn">BRANDING</h4>
</div>
<div class="bd">
<img class="iconid" src="icon3.png">
<h4 class="textn">PRODUCT STRATEGY</h4>
</div>

</div>

















<div class="myskills" id="skills">
<h1 class="skills">My Skills</h1>
Expand Down
96 changes: 96 additions & 0 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -13594,3 +13594,99 @@ textarea.form-control {
stroke-dashoffset: -136px;
}
}

#Services{
width: 100%;
height: 700px;
background-color: black;
margin-top: 300px;


}
#headtext{
font-size: 70px;
font-weight: bolder;
color: white;
margin-left: 550px;
margin-top: 40px;
font-family: Arial;
text-shadow: 10px 30px 2px rgb(49, 49, 49);
}

#smalltext{
font-size: 20px;
margin-left: 250px;
margin-top: 50px;
color: white
}
#main{
width: 1150px;
height: 500px;
background-color: black;
margin-left: 100px;
margin-top: 0px;

}
.bu{
width: 300px;
height: 200px;
background-color: rgba(49, 49, 49, 0.514);
margin-left: 30px;
margin-top: 30px;
display: inline-block;
position: relative;
left: 70px;



}

.bd{
width: 300px;
height: 200px;
background-color: rgba(49, 49, 49, 0.514);
margin-left: 30px;
margin-top: 30px;
display: inline-block;
position: relative;
left: 70px;




}
.bu:hover{
background-color: rgb(209, 159, 10);

}
.bd:hover{
background-color: rgb(204, 154, 4);

}
.icon{
position: absolute;
z-index: 1;
top: 70px;
left: 110px
}
.iconid{
position: absolute;
z-index: 1;
top: 60px;
left: 90px;

}
.icon:hover{
opacity: 0.632;
}
.iconid:hover{
opacity: 0.632;
}
.textn{
position: absolute;
top: 150px;
left: 90px;
font-size: 15px;
color: white;
}