Skip to content

Commit 1269b1e

Browse files
committed
Update team page structure
1 parent cf58001 commit 1269b1e

File tree

1 file changed

+12
-19
lines changed

1 file changed

+12
-19
lines changed

_layouts/team.html

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,21 @@
1111

1212
<body>
1313
{% include navbar.html %}
14-
15-
<!--Main Section-->
16-
<section class="hero is-fullheight has-background-black-bis" id="team">
17-
<div class="hero-body">
18-
<div class="container has-text-centered">
19-
<div class="section">
20-
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
21-
Our Team
22-
</h2>
23-
</div>
24-
<div class=" has-text-left has-text-grey-lighter">
25-
<p>
26-
Cabrillo Robotics is organized into four subteams: electrical, mechanical, software, and marketing.
27-
This decentralized structure allows for autonomy amongst individual divisions and enables members to specialize in their niche.
28-
</p>
29-
</div>
30-
{% include member.html %}
14+
<section class="section has-text-centered has-background-black-bis" id="team">
15+
<div class="container">
16+
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
17+
Our Team
18+
</h2>
19+
<div class=" has-text-left has-text-grey-lighter">
20+
<p>
21+
Cabrillo Robotics is organized into four subteams: electrical, mechanical, software, and marketing.
22+
This decentralized structure allows for autonomy amongst individual divisions and enables members to specialize in their niche.
23+
</p>
3124
</div>
25+
<br>
26+
{% include member.html %}
3227
</div>
3328
</section>
34-
</div>
35-
3629
<!--Footer-->
3730
{% include footer.html %}
3831
</body>

0 commit comments

Comments
 (0)