Skip to content

Commit 3a8a4f4

Browse files
committed
Rename files to follow naming conventions
1 parent 44f5c11 commit 3a8a4f4

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

_includes/team-showcase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h1 class="title has-text-white-ter is-size-1 is-uppercase has-text-weight-bold"
77
Cabrillo Robotics Club Team
88
</h1>
99
<hr>
10-
<a href="{{site.url}}{{site.baseurl}}/team#current-members"
10+
<a href="{{site.url}}{{site.baseurl}}/team#members"
1111
class="button is-rounded is-outlined has-text-weight-normal">Meet Our Members</a>
1212
</a>
1313
</div>

_layouts/team.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
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.
2020
</p>
2121
</div>
22-
<h2 class="title has-text-left is-size-2 has-text-weight-bold mgb-medium" id="current-members">
23-
Current Members
22+
<h2 class="title has-text-left is-size-2 has-text-weight-bold mgb-medium" id="members">
23+
Members
2424
</h2>
25-
{% include member.html %}
25+
{% include team-member-card.html %}
2626
<h2 class="title has-text-left is-size-2 has-text-weight-bold mgb-medium">
2727
Mentors
2828
</h2>
29-
{% include mentors.html %}
29+
{% include team-mentor-card.html %}
3030
<h2 class="title has-text-left is-size-2 has-text-weight-bold mgb-medium">
3131
Alumni
3232
</h2>
33-
{% include alumni.html %}
33+
{% include team-alumni-card.html %}
3434
</div>
3535
</section>
3636
<!--Footer-->

_site/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/assets/css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-08-24T01:23:56-07:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Cabrillo Robotics Club</title><subtitle>Student led robotics club at Cabrillo College in Aptos, California.</subtitle><entry><title type="html">Cabrillo Robotics Wins International Robotics Competition</title><link href="http://localhost:4000/blog/cabrillo-robotics-wins-international-robotics-competition" rel="alternate" type="text/html" title="Cabrillo Robotics Wins International Robotics Competition" /><published>2024-06-23T00:00:00-07:00</published><updated>2024-06-23T00:00:00-07:00</updated><id>http://localhost:4000/blog/cabrillo-robotics-wins-international-robotics-competition</id><content type="html" xml:base="http://localhost:4000/blog/cabrillo-robotics-wins-international-robotics-competition"><![CDATA[<p>The Cabrillo Robotics Club achieved an impressive victory, taking home First Place in the most advanced category of the Marine Advanced Technology Education (MATE) World Championship. Held in Kingsport, TN from June 20-22 2024, the competition gathered 82 teams from 17 countries to showcase advancements in underwater robotics.</p>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-08-24T01:32:34-07:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Cabrillo Robotics Club</title><subtitle>Student led robotics club at Cabrillo College in Aptos, California.</subtitle><entry><title type="html">Cabrillo Robotics Wins International Robotics Competition</title><link href="http://localhost:4000/blog/cabrillo-robotics-wins-international-robotics-competition" rel="alternate" type="text/html" title="Cabrillo Robotics Wins International Robotics Competition" /><published>2024-06-23T00:00:00-07:00</published><updated>2024-06-23T00:00:00-07:00</updated><id>http://localhost:4000/blog/cabrillo-robotics-wins-international-robotics-competition</id><content type="html" xml:base="http://localhost:4000/blog/cabrillo-robotics-wins-international-robotics-competition"><![CDATA[<p>The Cabrillo Robotics Club achieved an impressive victory, taking home First Place in the most advanced category of the Marine Advanced Technology Education (MATE) World Championship. Held in Kingsport, TN from June 20-22 2024, the competition gathered 82 teams from 17 countries to showcase advancements in underwater robotics.</p>
22

33
<p>The MATE competition challenges teams worldwide to build Remotely Operated Vehicles (ROVs). These tethered, submersible robots perform observation, inspection, and physical tasks in various aquatic environments. Competing teams must build an ROV capable of executing simulated industry applications in a product demonstration. They also showcase their robot’s functionality and design rationale through marketing, technical documentation, and an engineering presentation.</p>
44

_site/team.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ body { background-color: var(--background); }
539539
}
540540
}
541541

542-
#current-members {
542+
#members {
543543
scroll-margin-top: 60px;
544544
}
545545

0 commit comments

Comments
 (0)