Skip to content

Commit

Permalink
shop: added hoodie, fixed blurb, minor visual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anjandev committed Sep 2, 2018
1 parent 9c91f4c commit b4cb5a1
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 4 deletions.
6 changes: 5 additions & 1 deletion _includes/product.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<div class="product">

<div class="snipcart-summary">
<p><h5>{{ product.name }}</p></h5>
</div>
<a class="product" href="{{ site.baseurl }}{{ product.url }}">
<img src="{{ product.image }}" alt="{{ product.name }}" class="thumbnail"/>
<p>{{ product.name }}</p>
</a>

<div align="center">
<button type="button" class="btn btn-primary">
<span class="snipcart-add-item"
data-item-name="{{ product.name }}"
Expand All @@ -18,5 +21,6 @@
Pre-order it for {{ product.price }} $
</button>
</span>
</div>

</div>
2 changes: 1 addition & 1 deletion _layouts/productdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row">
<div class="block">
<div class="section-title">
<h2>{{ page.name }}</h2>
<font size="+2"><h2>{{ page.name }}</h2></font>
<p></p>
</div>
<a href="#" class="snipcart-checkout">Click here to checkout</a>
Expand Down
18 changes: 18 additions & 0 deletions _products/sweatshirt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: MSESS zip-up hoodie
price: 52.51
produrl: https://msess.ca/products/tshirt.html
slug: MSESS-zipup
sku: MSESSzipup2018-1
image: /img/shop/MSESShoodie2018.png
image_large: /img/shop/MSESShoodie2018_Large.png
custom1-name: "Size"
custom1-options: "Small|Medium|Large|XL"
custom1-value: "Medium"
layout: productdetails
---
Rep your Major! The first MSESS zip-up hoodie designed by our own Kyra Pukanich. In a couple years this will be retro and vintage so pick this up now and have a lasting souvenir from your time as a MSE student.

The design on the sweatshirt is printed graphics.

![Sizing Chart for Zip-up Hoodies](/img/shop/zipupSizing.png "Zip-up Sizing Chart")
6 changes: 4 additions & 2 deletions _products/tshirt.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ sku: MSESSshirt2018-1
image: /img/shop/MSESSshirt2018.png
image_large: /img/shop/MSESSshirt2018_Large.png
custom1-name: "Size"
custom1-options: "Small|Medium|Large"
custom1-options: "Small|Medium|Large|XL"
custom1-value: "Medium"
layout: productdetails
---
Rep your Major! The first MSESS shirt designed by our own Ron C. In a couple years this will be retro and vintage so pick this up now and have a lasting souvenir from your time as a MSE student.
Rep your Major! The first MSESS shirt designed by our own Ron Calara. In a couple years this will be retro and vintage so pick this up now and have a lasting souvenir from your time as a MSE student.

The design on the shirt is printed graphics.

![Sizing Chart for T-Shirts](/img/shop/shirtSizing.jpg "T-Shirt Sizing Chart")
Binary file added img/shop/MSESShoodie2018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/shop/MSESShoodie2018_Large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/shop/shirtSizing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/shop/zipupSizing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions store.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ <h2>Store</h2>
</div>
</div>
<div class="section-title">
<b>Click on the picture of product for more info.</b><br/>
<b>The price includes a 5% fee for paying with credit card.</b>
<figure>
<div style="display:flex">
{% for product in site.products %}
Expand Down

0 comments on commit b4cb5a1

Please sign in to comment.