Skip to content

Commit 6457141

Browse files
committed
Add text sections
1 parent fe5eee5 commit 6457141

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

_includes/lazershark-homepage.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<section class="section has-text-justified has-background-black-bis" id="lazershark-homepage">
2+
<div class="container">
3+
<h2 class="title has-text-left has-text-white is-size-2 has-text-weight-bold">
4+
From ROVs to AUVs
5+
</h2>
6+
<h3 class="title has-text-left has-text-white is-size-5 has-text-weight-bold">
7+
LazerShark: Our first Autonomous Underwater Vehicle
8+
</h3>
9+
10+
<div style="display: flex; justify-content: center;">
11+
<a href="{{site.url}}{{site.baseurl}}/seahawk-II"
12+
class="button is-rounded has-text-weight-normal is-outlined">LazerShark</a>
13+
</div>
14+
</div>
15+
</section>

_includes/latest-project.html renamed to _includes/seahawk-II-homepage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="section has-text-justified has-background-black-bis" id="latest-project">
1+
<section class="section has-text-justified has-background-black-bis" id="seahawk-II-homepage">
22
<div class="container">
33
<h2 class="title has-text-left has-text-white is-size-2 has-text-weight-bold">
44
Meet SeaHawk II
@@ -35,7 +35,7 @@ <h2 class="title has-text-left has-text-white is-size-2 has-text-weight-bold">
3535
</div>
3636
<div style="display: flex; justify-content: center;">
3737
<a href="{{site.url}}{{site.baseurl}}/seahawk-II"
38-
class="button is-rounded has-text-weight-normal is-outlined">Learn More</a>
38+
class="button is-rounded has-text-weight-normal is-outlined">SeaHawk II</a>
3939
</div>
4040
</div>
4141
</section>

0 commit comments

Comments
 (0)