Skip to content

Commit

Permalink
Update shirt details for WWDC 2018! It's ready for sale! :)
Browse files Browse the repository at this point in the history
  • Loading branch information
michieriffic authored and moritzsternemann committed May 17, 2018
1 parent e592b9e commit e137c6c
Show file tree
Hide file tree
Showing 18 changed files with 86 additions and 65 deletions.
75 changes: 39 additions & 36 deletions Frontend/src/app/pages/Store.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,49 @@
tab-bar(name="store_section", :tabs="['T-shirts']", initial="T-shirts", @change="onTabChange")

.container.container-outer
//- .container-split-70
h3 Want everyone to know you're a Scholarship winner?
h4.color-red1 T-Shirts will be available again shortly before WWDC 2018
p.
Show support for the project and look good in the process with one of our 2018 T-shirts. We offer various unisex sizes in two different styles, featuring our WWDCScholars logo on front and text around back.
.container-split-70
h3 Want everyone to know you're a Scholarship winner?
h4.color-purple T-Shirts are now available until May 25, 2018!
p.
Show support for the project and look good in the process with our #WWDCScholars T-shirts. We offer various sizes for both Unisex and Ladies style featuring our logo on front and text around back.

.image-slider
swiper(:options="swiperOptions")
swiper-slide: img(src="~images/tshirt-white-front.jpg")
swiper-slide: img(src="~images/tshirt-white-back.jpg")
swiper-slide: img(src="~images/tshirt-grey-front.jpg")
swiper-slide: img(src="~images/tshirt-grey-back.jpg")
.swiper-button-prev.swiper-button(slot="button-prev")
.swiper-button-next.swiper-button(slot="button-next")
.image-slider
swiper(:options="swiperOptions")
swiper-slide: img(src="~images/tshirt-white-front.jpg")
swiper-slide: img(src="~images/tshirt-white-back.jpg")
//- swiper-slide: img(src="~images/tshirt-grey-front.jpg")
//- swiper-slide: img(src="~images/tshirt-grey-back.jpg")
.swiper-button-prev.swiper-button(slot="button-prev")
.swiper-button-next.swiper-button(slot="button-next")

h3 How do I order and receive my T-shirt?
p.
Simply complete the DonorBox form on the right of this page and we will get your T-shirt prepared.
p.
If you are ordering in advance of WWDC, we will contact you at the start of the event with details of where and we will be handling out orders.
p.
A similar process applies for ordering during WWDC itself. We will be in contact shortly after you complete your order and you can collect your T-shirt from us at an arranged time and location.
p.
#[b Please note:] T-shirts are currently available for collection at WWDC only.
h3 How do I order and receive my T-shirt?
p.
Simply complete the form and we will get your shirt prepared.
p.
We will only accept orders until May 25, 2018 and you'll receive your shirt during WWDC. We will reach out to you via email or iMessage in order for you to get your shirt.
p.
#[b Please note:] T-shirts are currently available for collection at WWDC only.

h3 Product Information
table
tr
td: b Sizes
td S, M, L, XL
tr
td(rowspan="2"): b Style
td White (coloured logo, purple text)
tr
td Dark Grey (white logo, white text)
tr
td: b Gender
td Unisex
h3 Product Information
table
tr
td(rowspan="2"): b Sizes
td Unisex-Not Fitted S, M, L, XL 2XL, 3XL
tr
td Ladies-Fitted S, M, L, XL, 2XL
tr
td(rowspan="2"): b Style
td White (coloured logo, purple text)

//- .container-split-30
.image-slider
swiper(:options="swiperOptions")
swiper-slide: img(src="~images/tshirt-unisex-not-fitted-size-chart.png")
swiper-slide: img(src="~images/tshirt-ladies-fitted-size-chart.png")
swiper-slide: img(src="~images/tshirt.png")
.swiper-button-prev.swiper-button(slot="button-prev")
.swiper-button-next.swiper-button(slot="button-next")

.container-split-30
donor-box(name="wwdcscholars-shirts")
</template>

Expand Down
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 Frontend/src/assets/images/tshirt-size-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Frontend/src/assets/images/tshirt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions Frontend/src/assets/sass/4-pages/_store.sass
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

.image-slider
.swiper-slide
width: 250px
height: 250px
width: 280px
height: 280px

img
width: 250px
height: 250px
width: 280px
height: 280px

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed Public/static/images/tshirt-grey-back.9f2b815.jpg
Binary file not shown.
Binary file removed Public/static/images/tshirt-grey-front.680c12f.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion Public/static/js/app.964ad95b088a0e49b10b.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Public/static/js/app.ee711861644077297459.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e137c6c

Please sign in to comment.