-
Notifications
You must be signed in to change notification settings - Fork 3
/
contact.html
62 lines (61 loc) · 2.84 KB
/
contact.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
---
layout: default
title: Contact / Oscar - Domain-driven e-commerce for Django
container_class: contact
---
<h1 class="main dark"><span>Starting a new project and need help?</span><span><em>Here's how to get in touch</em></span></span></h1>
<div class="row contact-options">
<div class="col-md-12">
<div class="block--container block--container-dark">
<div class="row">
<div class="col-md-3">
<div class="option">
<span>Join the mailing list</span>
<a href="https://groups.google.com/forum/?fromgroups#!forum/django-oscar" title="Join the mailing list">View</a>
</div>
</div>
<div class="col-md-3">
<div class="option">
<span>Follow us on Github</span>
<a href="https://github.com/django-oscar/django-oscar" title="Follow us on Github">Github</a>
</div>
</div>
<div class="col-md-3">
<div class="option">
<span>Read the docs</span>
<a href="http://docs.oscarcommerce.com/en/latest/" title="Read the docs">Go!</a>
</div>
</div>
<div class="col-md-3">
<div class="option">
<span>Join Discord</span>
<a href="https://discord.gg/NMwfZuJnJZ" title="Join the oscar community at discord">Join</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row twitter">
<div class="col-md-12">
<div class="block--container block--container-white">
<h1>Follow us on Twitter</h1>
<div class="row">
<div class="col-md-5 twitter-item">
<div>
<h2>Project lead</h2>
<a href="http://twitter.com/@codeinthehole" title="Twitter: @codeinthehole">@codeinthehole</a>
<a href="https://twitter.com/codeinthehole" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false" title="Follow @codeinthehole">Follow @codeinthehole</a>
</div>
</div>
<div class="col-md-5 twitter-item">
<div>
<h2>Project news and tidbits</h2>
<a href="http://twitter.com/@django_oscar" title="Twitter: @django_oscar">@django_oscar</a>
<a href="https://twitter.com/django_oscar" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false" title="Follow @oscar_django">Follow @django_oscar</a>
</div>
</div>
</div>
</div>
</div>
</div>