Skip to content

Commit b4952c3

Browse files
committed
BUTTON
1 parent a80e30b commit b4952c3

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

_includes/team-showcase.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<h1 class="title has-text-white-ter is-size-1 is-uppercase has-text-weight-bold">
77
Our Team
88
</h1>
9+
<hr>
10+
<a href="{{site.url}}/team/#current-members"
11+
class="button is-primary is-rounded is-outlined has-text-weight-normal">Meet the Members</a>
12+
</a>
913
</div>
1014
</div>
1115
</div>

_layouts/team.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,15 @@
1414
{% include team-showcase.html %}
1515
<section class="section has-text-centered has-background-black-bis" id="team">
1616
<div class="container">
17-
18-
<!-- <h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
19-
Our Team
20-
</h2> -->
2117
<div class="description has-text-left">
2218
<p>
2319
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.
2420
</p>
2521
</div>
26-
<br>
27-
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
22+
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium" id="current-members">
2823
Current Members
2924
</h2>
30-
{% include member.html %}
25+
{% include member.html %}are you proud of me yet??????
3126
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
3227
Mentors
3328
</h2>

assets/css/style.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,17 @@
481481
justify-content: center;
482482
padding: 2rem;
483483
}
484+
button {
485+
background-color: transparent;
486+
border-color: var(--primary);
487+
color: var(--primary);
488+
}
489+
490+
.button:hover {
491+
background-color: var(--primary);
492+
border-color: var(--primary);
493+
color: var(--white);
494+
}
484495
}
485496

486497
#post {

0 commit comments

Comments
 (0)