Skip to content

Commit

Permalink
Removed T-Shirt donorbox form
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzsternemann committed Aug 20, 2017
1 parent f1bdbe2 commit b3332a5
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 43 deletions.
71 changes: 36 additions & 35 deletions Frontend/src/app/pages/Store.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,46 @@
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?
p.
Show support for the project and look good in the process with one of our 2017 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-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 2017 T-shirts. We offer various unisex sizes in two different styles, featuring our WWDCScholars 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 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 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: 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

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

Expand Down
1 change: 0 additions & 1 deletion Public/static/js/app.01a64339436335126270.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Public/static/js/app.127c3cb6013498d4f3e8.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 b3332a5

Please sign in to comment.