Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/homepage rows email subscriber #619

Merged
merged 6 commits into from
Oct 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 18 additions & 15 deletions resources/views/includes/structure/email-signup.blade.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
<div class="container-fluid justify-content-center bg-white p-3">
<div class="col-md-12 mx-auto">
<div class="col-md-6 mx-auto">
<div class="btn-sign rounded-left rounded-right">
<div class="btn-sign-box"></div>
<div class="btn-sign-text">
<h5>
<a href="https://tickets.museums.cam.ac.uk/account/create" class="stretch-link">
Sign up for updates
</a>
</h5>
<p class="text-center">Updates about future exhibitions and displays, family activities, virtual
events & news. You'll be the first to know...</p>
</div>
</div>
<div class="bg-white bg-white-subscribe">
<div class="container container-subscribre">
<div class="wrapper">
<h5>Sign up to our emails</h5>
<p>Be the first to hear about our news, exhibitions, events and more…</p>
</div>
<a class="subscribre-button" href="https://tickets.museums.cam.ac.uk/account/create">
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" width="24" height="25" viewBox="0 0 24 25" fill="none">
ostafinskim marked this conversation as resolved.
Show resolved Hide resolved
<g clip-path="url(#clip0_515_199)">
<path d="M22 6.5C22 5.4 21.1 4.5 20 4.5H4C2.9 4.5 2 5.4 2 6.5V18.5C2 19.6 2.9 20.5 4 20.5H20C21.1 20.5 22 19.6 22 18.5V6.5ZM20 6.5L12 11.5L4 6.5H20ZM20 18.5H4V8.5L12 13.5L20 8.5V18.5Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_515_199">
<rect width="24" height="24" fill="white" transform="translate(0 0.5)"/>
</clipPath>
</defs>
</svg>
Sign up
</a>
</div>
</div>