Skip to content

Commit 39f038f

Browse files
committed
Css
1 parent f907690 commit 39f038f

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

_layouts/team.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
{% include navbar.html %}
1414
<section class="section has-text-centered has-background-black-bis" id="team">
1515
<div class="container">
16-
<br>
17-
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
16+
{% include team-showcase.html %}
17+
<!-- <h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
1818
Our Team
19-
</h2>
19+
</h2> -->
2020
<div class="has-text-left">
2121
<p>
2222
Cabrillo Robotics Club (CRC) is a dedicated team of students from Cabrillo College in Aptos, California united by a mutual passion for robotics. We design and engineer cutting-edge solutions, drawing from the diverse experience and knowledge of our interdisciplinary members. The team is structured into four specialized subteams: Electrical, Mechanical, Software, and Marketing. This decentralized approach fosters autonomy within each division, allowing members to focus on their areas of expertise, while working collaboratively to create innovative and reliable robotic systems.

assets/css/style.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,32 @@
448448
}
449449
}
450450

451+
#team-showcase {
452+
position: relative;
453+
height: 50vh;
454+
background: var(--black);
455+
456+
.hero-background {
457+
width: 100%;
458+
height: 100%;
459+
background-size: cover;
460+
background-position: center;
461+
position: relative;
462+
}
463+
.overlay {
464+
position: absolute;
465+
top: 0;
466+
left: 0;
467+
width: 100%;
468+
height: 100%;
469+
background-color: rgba(0, 0, 0, 0.7);
470+
display: flex;
471+
align-items: flex-end;
472+
justify-content: flex-start;
473+
padding: 2rem;
474+
}
475+
}
476+
451477
#member {
452478
// this is for a shadow under the card, with the dark background it cant really be seen, consider making darker or removing
453479
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)