-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync with upstream: 895e9b0b6723ff3ecf5ec52e633d6b9997b704e4
- Loading branch information
Showing
25 changed files
with
170 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
main_title: "Health and Safety Policy" | ||
content_1: "<br>The health and safety of our attendees, speakers, sponsors, and staff is our top priority. | ||
We are closely monitoring the COVID-19 situation and will follow the guidance of the Italian health officials. | ||
<br>We will keep this page updated with the latest regulations and recommendations." | ||
content_2: "<b>phpday team will:</b> | ||
<ul> | ||
<li>• Monitor the latest official guidelines and adjust our policy as needed; | ||
<li>• Provide masks for those that want or need them. | ||
</ul> | ||
" | ||
content_3: "<b>phpday team recommends that all attendees:</b> | ||
<ul> | ||
<li>• Being fully vaccinated including boosters before arrival; | ||
<li>• Getting tested before and during the event. | ||
</ul> | ||
<br><b>Please do not attend the conference if you feel sick or have been in close contact with someone who has been sick prior to the conference.</b> | ||
" | ||
content_4: "Useful links: | ||
<ul> | ||
<li>• <a href='https://www.salute.gov.it/portale/nuovocoronavirus/homeNuovoCoronavirus.jsp' target='_blank'>Italian Government website dedicated to Covid-19</a> | ||
<li>• <a href='https://www.salute.gov.it/portale/nuovocoronavirus/dettaglioContenutiNuovoCoronavirus.jsp?lingua=english&id=5412&area=nuovoCoronavirus&menu=vuoto&tab=1' target='_blank'>Covid-19, Information for travellers - Italian Government</a> | ||
</ul> | ||
" | ||
content_5: "For more information or questions, please send an email to: " | ||
content_6: 'This page was freely adapted from <a href="https://tek.phparch.com/" target="_blank">php[tek]</a>''s own policy. Thank you!' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
User-agent: * | ||
Allow: / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: health and safety | ||
date: 2024-01-03 11:12:00 | ||
layout: safety | ||
path: welcome/safety | ||
permalink: welcome/safety | ||
# Used to generate breadcrumbs | ||
parent: welcome | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
extends includes/layout.pug | ||
|
||
block content | ||
- contact_url = "mailto:" + site.data.defaults.conference.contact_email | ||
section(id="safety") | ||
include includes/_breadcrumbs.pug | ||
|
||
.container | ||
.inner | ||
.title-container | ||
include ../source/assets/ico/ico-safety.svg | ||
h1(role="heading" aria-level="1").title-is-1 !{site.data.page_safety.main_title} | ||
p !{site.data.page_safety.content_1} | ||
|
||
.container.container__short-version | ||
.inner | ||
if(site.data.page_safety.content_2) | ||
p !{site.data.page_safety.content_2} | ||
if(site.data.page_safety.content_3) | ||
p !{site.data.page_safety.content_3} | ||
|
||
.container.container__long-version | ||
.inner | ||
if(site.data.page_safety.content_4) | ||
p !{site.data.page_safety.content_4} | ||
if(site.data.page_safety.content_5) | ||
p !{site.data.page_safety.content_5} | ||
a(href=contact_url) !{site.data.defaults.conference.contact_email} | ||
if(site.data.page_safety.content_6) | ||
p !{site.data.page_safety.content_6} | ||
|
||
//- imported components | ||
include components/newsletter/newsletter | ||
if(site.data.defaults.conference.sponsors_visible) | ||
include components/sponsors/sponsors | ||
if site.data.defaults.conference.community_partners | ||
include components/community_partners/community_partners |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions
11
themes/grusp_conf/source/assets/ico/ico-social-mastodon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 11 additions & 12 deletions
23
themes/grusp_conf/source/assets/ico/ico-social-twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.