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

contributor page styles correction #534

Open
wants to merge 4 commits into
base: master
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
46 changes: 23 additions & 23 deletions contributersProfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,13 @@
<div class="container-fluid about-container">
<h1 class="animated bounce">Zero to Mastery Family</h1>
<h2 class="animated bounce">Contributors</h2>

<div>
<ul class="list-group list-group-flush">
<li class="list-group-item dropDown">
@proton029
<a class="float-right" href="https://github.com/proton029">Visit Github Profile</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@dandyson
<a class="float-right" href="https://github.com/dandyson">Visit Github Profile</a>
Expand Down Expand Up @@ -465,6 +470,11 @@ <h5>
<div class="buttons">
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
<!-- @proton029 -->
<a class="float-right" href="https://github.com/Savvasg35">@proton029</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
<!-- @savvasg35 -->
<a class="float-right" href="https://github.com/Savvasg35">@savvasg35</a>
Expand All @@ -481,59 +491,49 @@ <h5>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@mwilke08
<a class="float-right" href="https://github.com/mwilke08">Visit Github Profile</a>

<a class="float-right" href="https://github.com/mwilke08">@mwilke08</a>

<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@savvasg35
<a class="float-right" href="https://github.com/Savvasg35">Visit Github Profile</a>
<a class="float-right" href="https://github.com/Savvasg35">@savvasg35</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@chettriyuvraj
<a class="float-right" href="https://github.com/chettriyuvraj">Visit Github Profile</a>
<a class="float-right" href="https://github.com/chettriyuvraj"> @chettriyuvraj</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@gustnbones
<a class="float-right" href="https://github.com/gustnbones">Visit Github Profile</a>
<a class="float-right" href="https://github.com/gustnbones">@gustnbones</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@HugMP
<a class="float-right" href="https://github.com/HugMP">Visit Github Profile</a>
<a class="float-right" href="https://github.com/HugMP">@HugMP</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@AswinBarath
<a class="float-right" href="https://github.com/AswinBarath">Visit GitHub Profile</a>
<a class="float-right" href="https://github.com/AswinBarath">@AswinBarath</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@Vikramadithya10
<a class="float-right" href="https://github.com/Vikramadithya10">Visit GitHub Profile</a>
<a class="float-right" href="https://github.com/Vikramadithya10">@Vikramadithya10</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@amanbijalwan
<a class="float-right" href="https://github.com/amanbijalwan">Visit Github Profile</a>
<a class="float-right" href="https://github.com/amanbijalwan">@amanbijalwan</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@Surya742
<a class="float-right" href="https://github.com/Surya742">Visit Github Profile</a>
<a class="float-right" href="https://github.com/Surya742">@Surya742</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@KrishnaMahato
<a class="float-right" href="https://github.com/krishna9304">Visit Github Profile</a>
<a class="float-right" href="https://github.com/krishna9304"> @KrishnaMahato</a>
<div class="dropDownContent"></div>
</li>
<li class="list-group-item dropDown">
@Ashurosh00710
<a class="float-right" href="https://github.com/Ashutosh00710">Visit Github Profile</a>
<a class="float-right" href="https://github.com/Ashutosh00710">@Ashurosh00710</a>
<div class="dropDownContent"></div>
</li>
<!-- @Christopher-Force -->
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1>
</div>
</div>
</div>
<h1 style="color: blue; font-family: 'Ubuntu', sans-serif; line-height: 55px; font-weight: 900; font-size: 8rem;">
<h1 style="color: blue; font-family: 'Ubuntu', sans-serif; line-height: 100px; font-weight: 900; font-size: 8rem;">
<a ><span >Zero To Mastery</span></a>
</h1>

Expand Down
1 change: 1 addition & 0 deletions resources/style/about-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ removed unnecessary scale
.list-group {
margin: 2.5% auto;
font-family: 'Montserrat', sans-serif;

}
/* .list-group-item:first-child {
border-top: none;
Expand Down
14 changes: 7 additions & 7 deletions resources/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@ i:hover {
}

.buttons {
display: inline-flex;
display: flex;
flex-direction: column;
}

.card {
Expand Down Expand Up @@ -543,7 +544,9 @@ i:hover {

.dropDown {
position: relative;
display: inline-block;
display: flex;
justify-content: space-between;
align-items: center;
}

.dropDownContent {
Expand Down Expand Up @@ -774,10 +777,7 @@ body {

.border-blue {
border: 1px dotted blue;

}
.card-img-top
{
border-radius: 25px ;

.card-img-top{
border-radius: 25px;
}