Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Changes to Style.css for bxb website #225

Open
wants to merge 6 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
Binary file modified .DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ <h1>About Us</h1>
<div class="details-container">
<div class="details-item">
<a href="#founders">
<button class="buttons">Our Co-Founders</button>
<button class="buttons about-btn">Our Co-Founders</button>
</a>
</div>
<div class="details-item">
<a href="#history">
<button class="buttons">Our History</button>
<button class="buttons about-btn">Our History</button>
</a>
</div>
<div class="details-item">
<a href="#organization">
<button class="buttons">Our Organization</button>
<button class="buttons about-btn">Our Organization</button>
</a>
</div>
<div class="details-item">
<a href="#services">
<button class="buttons">Our Services</button>
<button class="buttons about-btn">Our Services</button>
</a>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions ourteam.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ <h1>Our Team</h1>
<div class="details-container">
<div class="details-item">
<a href="#director">
<button class="buttons">Our Directors</button>
<button class="buttons team-btn">Our Directors</button>
</a>
</div>
<div class="details-item">
<a href="#lead">
<button class="buttons">Our Team Leads</button>
<button class="buttons team-btn">Our Team Leads</button>
</a>
</div>
<div class="details-item">
<a href="#mascot">
<button class="buttons">Our Mascot</button>
<button class="buttons team-btn">Our Mascot</button>
</a>
</div>
</div>
Expand Down
19 changes: 0 additions & 19 deletions styles/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,6 @@

@import 'variables';

#topbuttons .details-container{
margin-right: 20px;
flex-wrap: nowrap;
}

.buttons{
background-color:$main;
color: #F3F3F3;
border-radius: 10px;
width: 20vw;
min-width: 130px;
border: none;
font-size: 1em;
cursor: pointer;
padding: 5px 10px;
&:hover {
opacity: 0.85;
}
}

/* About Us Page */
.instructors-container {
Expand Down
16 changes: 0 additions & 16 deletions styles/programdetails.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,6 @@
flex: 1 1 10vw;
}

.buttons {
background-color: $main;
color: #f3f3f3;
border-radius: 10px;
width: 100%;
border: none;
font-size: 1em;
cursor: pointer;
padding: 5px 20px;
margin-top: 10px;
}

.buttons:hover {
opacity: 0.85;
}

#top-image {
object-fit: cover;
height: 100%;
Expand Down
Loading