Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyouMB committed Oct 21, 2023
1 parent 1d6d9fc commit a5cefc2
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions layouts/_default/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,6 @@
</div>
</div>
</div>
<div id="lounge" class="home-section-grid home-section-light">
<div class="home-section">
<div class="page-section">
<div class="page-section-content page-section-grid-primary">
<div class="page-header-title">HP 4135</div>
<div class="page-section-text">The Lounge</div>
<div class="page-section-body">
The CCSS lounge, located at HP 4135, is opened 24/7 to all computer science students!
</div>
<a href="https://carleton.ca/campus/map/#HP"
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
</div>
<div
class="page-section-image page-section-grid-secondary"
style='background-image: url("/images/general/lounge.jpg")'
></div>
</div>
</div>
</div>
<div class="home-section-grid home-section-dark">
<div class="home-section">
<div class="page-section page-section-grid-priority">
Expand All @@ -107,5 +87,25 @@
</div>
</div>
</div>
<div id="lounge" class="home-section-grid home-section-light">
<div class="home-section">
<div class="page-section">
<div class="page-section-content page-section-grid-primary">
<div class="page-header-title">COMMUNITY</div>
<div class="page-section-text">Our Lounge</div>
<div class="page-section-body">
Our lounge, located in HP 4135, is opened 24/7 to all computer science students.
</div>
<a href="https://carleton.ca/campus/map/#HP"
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
</div>
<div
class="page-section-image page-section-grid-secondary"
style='background-image: url("/images/general/lounge.jpg")'
></div>
</div>
</div>
</div>
</div>
{{ end }}

0 comments on commit a5cefc2

Please sign in to comment.