forked from alexandtheweb/uxbrighton-prototype
-
Notifications
You must be signed in to change notification settings - Fork 4
/
subscribe.html
63 lines (49 loc) · 2.41 KB
/
subscribe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
layout: basic
title: "Subscribe"
description: "Conference and workshop news, Job alerts, Evening event news and Interesting links picked by the UX Brighton team."
fullurl: "/subscribe/"
slug: "subscribe"
# Page style
masthead-color: light
hero-image: ""
# Social media cards
image: "/images/cards/default.jpg"
event-promo-footer: hide
redirect_from:
- /email
- /follow
- /newsletter
- /s
- /signup
- /sign-up
---
{% assign id = 1 %}
<section id="overview" class="bg-white layout--subscribe">
<div class="container" style="min-height: calc(100vh - 400px);">
<div class="row">
<div class="clearfix gutters__container">
<div class="gutters">
{% include email-subscriptions/email-subscription-subscribe.html %}
<section id="other-ways-to-follow-along-and-join-in" style="margin-top: 5rem">
<h2 id="jobs">Jobs</h2>
<p>Follow <a href="https://twitter.com/uxjobs">@uxjobs on Twitter</a></p>
<h2 id="slack-community">Slack community</h2>
<p>You can introduce yourself, ask questions and interact with the community in other ways on the <a href="/slack">UX Brighton Slack group</a>.</p>
<h2 id="event-media">Event videos, slides and photos</h2>
<ul>
<li>Videos are on <a href="https://youtube.com/@uxbri">YouTube</a></li>
<li>All our images are on <a href="https://www.flickr.com/photos/uxbrighton/">Flickr</a>, some are on <a href="https://www.instagram.com/uxbrighton/">Instagram</a></li>
<li>Slides from some sessions are on <a href="https://www.slideshare.net/uxbri">SlideShare</a> . Not all decks are here as speakers often publish them under their own name.</li>
</ul>
<h2 id="announcements">Announcements</h2>
<p>Find out about events on <a href="https://twitter.com/uxbri">Twitter</a>, <a href="https://www.facebook.com/uxbrighton/">Facebook</a> and <a href="https://www.linkedin.com/company/ux-brighton/">LinkedIn</a>.</p>
<h2 id="interesting-links">Interesting links</h2>
<p>We’ve not used <a href="https://pinboard.in/u:uxbri">Pinboard</a> for a while but, theoretically this is one place you’ll find links that we find interersting.</p>
</section>
</div>
</div><!-- gutters__container -->
</div><!-- row -->
</div><!-- container -->
</section><!-- overview -->
{% assign id = 2 %}