diff --git a/_includes/nav.html b/_includes/nav.html index 5772f584..0d4cac44 100755 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -48,7 +48,7 @@ aria-haspopup="true" aria-expanded="false">Donate @@ -111,7 +111,7 @@ diff --git a/assets/products/sugarlabs mech.jpg b/assets/products/sugarlabs mech.jpg new file mode 100644 index 00000000..e41f087e Binary files /dev/null and b/assets/products/sugarlabs mech.jpg differ diff --git a/assets/products/sugarlabs_USB_drive.jpg b/assets/products/sugarlabs_USB_drive.jpg new file mode 100644 index 00000000..9ee9ab90 Binary files /dev/null and b/assets/products/sugarlabs_USB_drive.jpg differ diff --git a/css/custom.css b/css/custom.css index bba542a1..c658299e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -286,3 +286,76 @@ ul { padding: revert; list-style: inherit; } + +/* Container for Product Cards */ +.product-container { + padding-left: 150px; + padding-right: 150px; + display: grid; + justify-content: center; + grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); + gap: 150px; +} + +/* Individual Product Card */ +.product-card { + background-color: #fff; + border: 1px solid #ddd; + border-radius: 8px; + overflow: hidden; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + transition: transform 0.3s ease; +} + +.product-card:hover { + transform: translateY(-10px); +} + +/* product image Styling */ +.product-image { + width: 100%; + height: auto; + object-fit: cover; + max-height: 250px; +} + +/* Product Details */ +.product-details { + padding: 15px; +} + +.product-name { + font-size: 1.25rem; + font-weight: bold; + margin-bottom: 10px; +} + +.product-description { + font-size: 1rem; + color: #666; + margin-bottom: 15px; +} + +.product-price { + font-size: 1.1rem; + font-weight: bold; + color: #333; + margin-bottom: 10px; +} + +.product-footer { + display: flex; + justify-content: space-between; + align-items: center; +} + +.explore-btn { + background-color: #007bff; + color: white; + border: none; + padding: 10px 20px; + font-size: 0.9rem; + cursor: pointer; + border-radius: 5px; + transition: background-color 0.3s ease; +} diff --git a/product.html b/product.html new file mode 100644 index 00000000..77101dc6 --- /dev/null +++ b/product.html @@ -0,0 +1,47 @@ +--- +layout: default +title: Products - Sugar Labs +permalink: /product/index.html +--- + + +
+ Our Products +
+ + +
+
+
+
+ +
+ Merch +
+

Sugarlabs Merch

+

+ Sweet merch that supports our unique cause. +

+ +
+
+ + +
+ SOAS +
+

Sugarlabs USB Flash Drive

+

+ Easily install Fedora Sugar On A Stick (SOAS) to your device directly from this USB flash drive. +

+ +
+
+
+
+
+