Skip to content

Commit

Permalink
replaced comments format to html format
Browse files Browse the repository at this point in the history
  • Loading branch information
karimaljundi committed Aug 23, 2024
1 parent 4b58304 commit ee1f21c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions layouts/_default/lounge.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@
<div class="page-header-title">The Lounge</div>
<div class="page-section-text">Devs Center</div>
<div class="page-section-body">
The lounge is an area where students can relax, study, ask for help and connect with other students. It is located in the Herzberg building, room 4135.
The lounge is an area where students can relax, study, ask for
help and connect with other students. It is located in the
Herzberg building, room 4135.
</div>
<a href="https://maps.app.goo.gl/owJ4EG8isGR98sEM9" // if there is a more appropriate link, replace this
<a href="https://maps.app.goo.gl/owJ4EG8isGR98sEM9"
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
<!-- replace with other link if there is a better choice-->
</div>
</div>
</div>

</div>
<!--
<div id="mandate" class="home-section-grid home-section-light">
Expand Down Expand Up @@ -50,11 +52,13 @@
<div class="page-header-title">SHOP</div>
<div class="page-section-text">Explore our Lounge Items</div>
<div class="page-section-body">
The lounge offers a variety of items for purchase, including snacks, drinks, and CCSS merchandise.
The lounge offers a variety of items for purchase, including
snacks, drinks, and CCSS merchandise.
</div>
<a href="https://carletoncss.myshopify.com/collections/all" // if there is a store specific to the lounge, replace this
<a href="https://carletoncss.myshopify.com/collections/all"
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
<!-- if there is a store specific to the lounge, replace this-->
</div>
<div
class="page-section-image page-section-grid-secondary"
Expand All @@ -75,14 +79,13 @@
<div class="page-section-body">
Access the schedule of the lounge, to volunteer in the lounge
</div>
<a href="/lounge/schedule" // replace with the lounge schedule
<a href="/lounge/schedule"
>{{- partial "button.html" (dict "label" "Learn More") -}}</a
>
<!-- replace with the lounge schedule-->
</div>
</div>
</div>

</div>

</div>
{{ end }}

0 comments on commit ee1f21c

Please sign in to comment.