Add CTA buttons
Add buttons to PaperCall (session submissions) and Twitter.
This commit is contained in:
parent
fa3bc889c1
commit
ec88f7a3a1
3 changed files with 26 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
twitter_url: https://twitter.com/drupalcampbris
|
||||
papercall:
|
||||
url: ~
|
||||
twitter:
|
||||
url: https://twitter.com/drupalcampbris
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html class="tw-h-full" lang="en" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# schema: http://schema.org/ sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema# ">
|
||||
|
@ -40,6 +43,16 @@ twitter_url: https://twitter.com/drupalcampbris
|
|||
<br class="tw-hidden md:tw-inline"><strong>The Station</strong>, Silver St, BS1 2AG.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="md:tw-flex md:tw-justify-center tw-mt-8 tw-leading-snug">
|
||||
<a class="tw-button tw-bg-pink-600 tw-mb-4 md:tw-mb-0" href="{{ page.papercall.url }}">
|
||||
Submit a session
|
||||
</a>
|
||||
|
||||
<a class="tw-button tw-bg-purple-600" href="{{ page.twitter.url }}">
|
||||
Follow us for updates
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue