Apply FOSSY/Conservancy branding
This commit is contained in:
parent
5d2cff674d
commit
de0100c93c
7 changed files with 74 additions and 28 deletions
|
@ -3,10 +3,10 @@
|
|||
"model": "symposion_conference.conference",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"title": "Everything Open 2023",
|
||||
"start_date": "2023-03-14",
|
||||
"end_date": "2023-03-16",
|
||||
"timezone": "Australia/Melbourne"
|
||||
"title": "FOSSY 2023",
|
||||
"start_date": "2023-07-13",
|
||||
"end_date": "2023-07-16",
|
||||
"timezone": "US/Pacific"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"model": "sites.site",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"domain": "2023.everythingopen.au",
|
||||
"name": "Everything Open 2023"
|
||||
"domain": "2023.fossy.us",
|
||||
"name": "FOSSY 2023"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
"model": "sitetree.treeitem",
|
||||
"pk": 6,
|
||||
"fields": {
|
||||
"title": "About Everything Open",
|
||||
"title": "About FOSSY",
|
||||
"hint": "",
|
||||
"url": "/about/",
|
||||
"urlaspattern": false,
|
||||
|
|
|
@ -171,7 +171,7 @@ class AttendeeProfile(rego.AttendeeProfileBase):
|
|||
children = models.CharField(
|
||||
verbose_name="Child Ages and Information",
|
||||
max_length=256,
|
||||
help_text="Everything Open is a family friendly conference and provides "
|
||||
help_text="This is a family friendly conference and provides "
|
||||
"free child-care for pre-school children from 6 months up to 5 years. We "
|
||||
"hope to also provide a programme for older children and will let you "
|
||||
"know closer to the conference. If you're wanting to bring your children, "
|
||||
|
|
|
@ -515,12 +515,12 @@ class PenguinDinnerCat(Category):
|
|||
return t
|
||||
|
||||
|
||||
CONFERENCE_NAME = os.environ.get('CONFERENCE_NAME', 'Everything Open')
|
||||
CONFERENCE_NAME_SHORT = os.environ.get('CONFERENCE_NAME_SHORT', 'EO')
|
||||
CONFERENCE_NAME = os.environ.get('CONFERENCE_NAME', 'FOSSY')
|
||||
CONFERENCE_NAME_SHORT = os.environ.get('CONFERENCE_NAME_SHORT', 'FOSSY')
|
||||
CONFERENCE_EMAIL = os.environ.get('CONFERENCE_EMAIL', DEFAULT_FROM_EMAIL)
|
||||
CONF_TZINFO = pytz.timezone(TIME_ZONE)
|
||||
CONF_START = CONF_TZINFO.localize(datetime(2023, 3, 14))
|
||||
CONF_END = CONF_TZINFO.localize(datetime(2023, 3, 16))
|
||||
CONF_START = CONF_TZINFO.localize(datetime(2023, 7, 13))
|
||||
CONF_END = CONF_TZINFO.localize(datetime(2023, 7, 16))
|
||||
CONF_MINICONF_END = CONF_TZINFO.localize(datetime(2023, 3, 14, 23, 59))
|
||||
EARLY_BIRD_DEADLINE = CONF_TZINFO.localize(datetime(2023, 1, 28))
|
||||
PENGUIN_DINNER_TICKET_DATE = date(2023, 3, 15)
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<!-- Cards -->
|
||||
<meta property="og:title" content="{{ head_title }}">
|
||||
<meta property="og:description" content="Everything Open 2023 - March 14-16 2023, Melbourne, Australia" />
|
||||
<meta property="og:description" content="FOSSY 2023 - July 13-16 2023, Portland, OR" />
|
||||
<meta property="og:url" content="{{ request.scheme }}://{{ request.get_host }}{{ request.path }}">
|
||||
<meta name="twitter:site" content="@_everythingopen">
|
||||
<meta name="twitter:image:alt" content="{{ head_title }}" />
|
||||
|
@ -122,28 +122,21 @@
|
|||
<div class="container py-4">
|
||||
<div class="row">
|
||||
<div class="col-md-4 pb-4">
|
||||
<strong>Everything Open 2023</strong> <br>
|
||||
March 14-16 2023 <br>
|
||||
Naarm (Melbourne), Australia <br>
|
||||
Timezone: AEDT - UTC+11 <br>
|
||||
<a href="mailto:contact@everythingopen.au" alt="Email"><i class="bi-envelope-fill"></i></a> <a
|
||||
href="https://twitter.com/_everythingopen" alt="Twitter"><i class="bi-twitter"></i></a> <a
|
||||
href="https://www.linkedin.com/showcase/everythingopen/" alt="LinkedIn"><i class="bi-linkedin"></i></a>
|
||||
|
||||
<strong>FOSSY 2023</strong> <br>
|
||||
July 13-16 2023 <br>
|
||||
Portland, OR<br>
|
||||
Timezone: PDT - UTC-7 <br>
|
||||
<a href="mailto:{{ settings.CONFERENCE_EMAIL }}" alt="Email"><i class="far fa-envelope"></i></a> <a
|
||||
href="https://twitter.com/_everythingopen" alt="Twitter"><i class="fab fa-twitter"></i></a> <a
|
||||
href="https://www.facebook.com/EverythingOpenConference" alt="Facebook"><i class="fab fa-facebook"></i></a> <a
|
||||
href="https://www.linkedin.com/showcase/everythingopen/" alt="LinkedIn"><i class="fab fa-linkedin"></i></a>
|
||||
href="https://twitter.com/conservancy" alt="Twitter"><i class="fab fa-twitter"></i></a> <a
|
||||
href="https://social.sfconservancy.org/conservancy" alt="Mastodon"><i class="fab fa-mastodon"></i></a>
|
||||
</div>
|
||||
<div class="col-md-4 pb-4 text-center">
|
||||
<a href="https://linux.org.au"><img src="{% static 'img/la_logo.svg' %}" alt="Linux Australia logo" class="footer-image"></a>
|
||||
<a href="https://sfconservancy.org"><img src="{% static 'img/conservancy_logo.svg' %}" alt="Software Freedom Conservancy logo" class="footer-image"></a>
|
||||
</div>
|
||||
<div class="col-md-4 pb-4 text-right">
|
||||
<small>
|
||||
<a href="#">Back to top</a><br>
|
||||
© 2022 Everything Open and <a href="http://linux.org.au/">Linux Australia</a><br>
|
||||
Linux is a registered trademark of Linus Torvalds <br>
|
||||
<a href="/colophon/">Colophon</a>
|
||||
© 2023 <a href="https://sfconservancy.org/">Software Freedom Conservancy</a>
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
|
53
static/src/img/conservancy_logo.svg
Normal file
53
static/src/img/conservancy_logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 38 KiB |
Loading…
Reference in a new issue