adding press/contact page to hdp site

main
mwinter 1 year ago
parent 14bf6e1b4d
commit cdcfdb11c0

@ -9,12 +9,13 @@
<a href="#about" class="px-3">about</a>
<a href="#exhibition" class="px-3">exhibition</a>
<a href="#events" class="px-3">events</a>
<a href="#participants" class="px-3">participants</a>
</div>
<div class="inline-flex text-2xl ml-4 mb-5">
<a href="#participants" class="px-3">participants</a>
<a href="#media" class="px-3">media</a>
<a href="#contributors" class="px-3">contributors</a>
<a href="#resources" class="px-3">resources</a>
<a href="#contact" class="px-3">contact/press</a>
</div>
</div>
</div>
@ -277,6 +278,25 @@
</div>
</span>
</SwiperSlide>
<SwiperSlide data-hash="contact" class="p-10 text-xl overflow-hidden">
<span class="swiper-no-swiping">
<div class="overflow-auto">
<div class="mb-5 text-2xl">
For information or any inquiries email Michael Winter by clicking
<NuxtLink class="inline-flex p-1" to='javascript:location="mailto:\u006d\u0077\u0069\u006e\u0074\u0065\u0072\u0040\u0075\u006e\u0062\u006f\u0075\u006e\u0064\u0065\u0064\u0070\u0072\u0065\u0073\u0073\u002e\u006f\u0072\u0067";void 0'>
<span class="font-bold">HERE</span>
</NuxtLink>
</div>
<div class="mb-5 text-2xl">
To download the poster for the project, click
<NuxtLink class="inline-flex p-1" to='https://unboundedpress.org/pubs/hdp_poster.pdf'>
<span class="font-bold">HERE</span>
</NuxtLink>
</div>
</div>
</span>
</SwiperSlide>
</Swiper>
</div>

Loading…
Cancel
Save