-
Notifications
You must be signed in to change notification settings - Fork 254
/
Copy pathproduct.html
47 lines (44 loc) · 1.6 KB
/
product.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: Products - Sugar Labs
permalink: /product/index.html
---
<!-- Title section -->
<div class="section-title1">
<span class="tag tag-regular">Our Products</span>
</div>
<!-- Products Section -->
<section id="intro">
<div class="container my-2">
<div class="border-bottom pb-3 mb-3">
<div class="product-container">
<!-- Product Card 1 -->
<div class="product-card">
<img src="assets\products\sugarlabs_merch.jpg" alt="Merch" class="product-image" />
<div class="product-details">
<h3 class="product-name">Sugarlabs Merch</h3>
<p class="product-description">
Sweet merch that supports our unique cause.
</p>
<div class="product-footer">
<a href="https://www.bonfire.com/store/sugar-labs-merch/" class="explore-btn">Explore More</a>
</div>
</div>
</div>
<!-- Product Card 2 -->
<div class="product-card">
<img src="assets\products\sugarlabs_USB_drive.jpg" alt="SOAS" class="product-image" />
<div class="product-details">
<h3 class="product-name">Sugarlabs USB Flash Drive</h3>
<p class="product-description">
Easily install Fedora Sugar On A Stick (SOAS) to your device directly from this USB flash drive.
</p>
<div class="product-footer">
<a href="https://www.usbmemorydirect.com/store/novelty/sugarlabs/" class="explore-btn">Explore More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>