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

Made changes to button in cover page #133

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
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
11 changes: 7 additions & 4 deletions assests/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,17 @@ body{

}

a{
text-decoration: none;
color: white;
}


.button {
.button{
position: relative;
cursor:cell;
}

.button:hover{
.button:hover, a:hover{
color: #e94560 ;
}

Expand Down Expand Up @@ -222,4 +225,4 @@ body{
}
.fa-linkedin-square:hover{
color : rgb(0, 119, 181);
}
}
13 changes: 6 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@ <h3> Want to contribute to Coding Hustlers Click on Contribute.</h3>
<div class="col">
<div class="title">

<h1 class="button"> </a> Basic Programming </a></h1>
<h1 class="button"> <a href="#s1"> Basic Programming </a></h1>
</div>

</div>


<div class="col ">
<div class="title">
<h1 class="button">Competitive Programming</h1>
<h1 class="button"><a href="#s2">Competitive Programming</a></h1>
</div>
</div>

<div class="col ">
<div class="title">
<h1 class="button">Open Source and fellowship</h1>
<h1 class="button"><a href="#s3">Open Source and fellowship</a></h1>
</div>
</div>

Expand All @@ -105,9 +105,8 @@ <h1 class="button">Open Source and fellowship</h1>




<!---=====Section-1(Studies)======-->
<div class="container-sm-fluid">
<div class="container-sm-fluid" id="s1">
<div class="row">
<div class="col-4 first">
<div class="title">
Expand Down Expand Up @@ -142,7 +141,7 @@ <h1 class="mt-0 mp-5">Basic Programming </h1>


<!---=====Section-2(OS & FS)======-->
<div class="container-fluid">
<div class="container-fluid" id="s2">
<div class="row">

<div class="col-8 ">
Expand Down Expand Up @@ -181,7 +180,7 @@ <h2 class="title_text"> <i> “Make it work, make it right, make it fast.” </i


<!---=====Section-1(CP)======-->
<div class="container-sm-fluid">
<div class="container-sm-fluid" id="s3">
<div class="row">
<div class="col-4 third">
<div class="title">
Expand Down