Skip to content

Commit

Permalink
deploy: d03685d
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Dec 9, 2023
1 parent 30d2521 commit 5f78c89
Show file tree
Hide file tree
Showing 142 changed files with 1,516 additions and 1,287 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<link
rel="stylesheet"
type="text/css"
href="/static/css/js-year-calendar.min.css?t=1701817366"
href="/static/css/js-year-calendar.min.css?t=1702137545"
media="screen,projection"
/>

Expand All @@ -68,13 +68,13 @@
<link
rel="stylesheet"
type="text/css"
href="/static/css/deadlines.css?t=1701817366"
href="/static/css/deadlines.css?t=1702137545"
media="screen,projection"
/>
<link
rel="stylesheet"
type="text/css"
href="/static/css/calendar.css?t=1701817366"
href="/static/css/calendar.css?t=1702137545"
media="screen,projection"
/>

Expand Down
116 changes: 113 additions & 3 deletions archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<link
rel="stylesheet"
type="text/css"
href="/static/css/js-year-calendar.min.css?t=1701817366"
href="/static/css/js-year-calendar.min.css?t=1702137545"
media="screen,projection"
/>

Expand All @@ -68,13 +68,13 @@
<link
rel="stylesheet"
type="text/css"
href="/static/css/deadlines.css?t=1701817366"
href="/static/css/deadlines.css?t=1702137545"
media="screen,projection"
/>
<link
rel="stylesheet"
type="text/css"
href="/static/css/calendar.css?t=1701817366"
href="/static/css/calendar.css?t=1702137545"
media="screen,projection"
/>

Expand Down Expand Up @@ -1511,6 +1511,91 @@ <h1 id="past-events-title">Past Events</h1>
<hr />
</div>

<div id="pycon-asia-pacific-2023" class="ConfItem PY-conf">
<div class="row conf-row">
<div class="col-6">
<span class="conf-title">
<a
title="Deadline Details"
href="/conference/pycon-asia-pacific-2023/"
>PyCon Asia Pacific 2023</a
>
</span>
<span class="conf-title-small">
<a title="Deadline Details" href="#"
>PyCon Asia Pacific '23</a
>
</span>
<span class="conf-title-icon">
<a
title="Conference Website"
href="https://2023-apac.pycon.jp/"
target="_blank"
><img
src="/static/img/203-earth.svg"
class="badge-link"
alt="Link to Conference Website"
width="16"
height="16"
/></a>
&ZeroWidthSpace;
</span>

<span class="conf-title-icon">
<a
title="Call for Participation"
href="https://pretalx.com/pyconapac2023/cfp"
target="_blank"
><img
src="/static/img/035-file-text.svg"
class="badge-link"
alt="Link to Call for Participation"
width="16"
height="16"
/></a>
&ZeroWidthSpace;
</span>
</div>
<div class="col-6">
<span class="timer"></span>
<span class="timer-small"></span>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-6">
<div class="meta">
<span class="conf-date">October 27 - 29, 2023.</span>
<span class="conf-place">
<a href="http://maps.google.com/?q=Tokyo, Japan"
>Tokyo, Japan</a
>.
</span>
</div>
</div>
<div class="col-12 col-sm-6">
<div class="deadline">
<div>
Deadline:
<span class="deadline-time"></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-6">
<span
title="Click to only show PY conferences"
data-sub="PY"
class="badge badge-light conf-sub PY-tag"
></span>
</div>
<div class="col-6">
<div class="calendar"></div>
</div>
</div>
<hr />
</div>

<div id="pycon-mea-globaldevslam-2023" class="ConfItem PY-conf">
<div class="row conf-row">
<div class="col-6">
Expand Down Expand Up @@ -8347,6 +8432,31 @@ <h1 id="past-events-title">Past Events</h1>
cfpDate.setZone("system").toLocaleString(DateTime.DATE_HUGE)
);

$("#pycon-asia-pacific-2023 .PY-tag").html(
sub2name["PY"].toLocaleLowerCase()
);

// Use specified timezone for deadlines if available else use AoE timezone

var cfpDate = DateTime.fromSQL("2023-05-31 23:59:59", {
zone: "UTC-12",
});
var confDate = DateTime.fromSQL("2023-10-27", { zone: "UTC-12" });

// check if timezone is valid otherwise replace by system timezone
if (cfpDate.invalid || confDate.invalid) {
var cfpDate = DateTime.fromSQL("2023-05-31 23:59:59");
var confDate = DateTime.fromSQL("2023-10-27");
console.log(
"Invalid timezone in pycon-asia-pacific-2023. Using system timezone instead."
);
}

// deadline in local timezone
$("#pycon-asia-pacific-2023 .deadline-time").html(
cfpDate.setZone("system").toLocaleString(DateTime.DATE_HUGE)
);

$("#pycon-mea-globaldevslam-2023 .PY-tag").html(
sub2name["PY"].toLocaleLowerCase()
);
Expand Down
166 changes: 67 additions & 99 deletions calendar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<link
rel="stylesheet"
type="text/css"
href="/static/css/js-year-calendar.min.css?t=1701817366"
href="/static/css/js-year-calendar.min.css?t=1702137545"
media="screen,projection"
/>

Expand All @@ -68,13 +68,13 @@
<link
rel="stylesheet"
type="text/css"
href="/static/css/deadlines.css?t=1701817366"
href="/static/css/deadlines.css?t=1702137545"
media="screen,projection"
/>
<link
rel="stylesheet"
type="text/css"
href="/static/css/calendar.css?t=1701817366"
href="/static/css/calendar.css?t=1702137545"
media="screen,projection"
/>

Expand Down Expand Up @@ -715,6 +715,38 @@ <h5 class="modal-title">Event</h5>
endDate: Date.parse("2024-04-06"),
});

// add deadlines in red
conf_list_all.push({
id: "pycon-italia-2024-deadline",
abbreviation: "pycon-italia-2024",
name: "PyCon Italia 2024 CfP",
color: "red",
location: "Florence, Italy",
date: "May 22 - 25, 2024",
subject: "PY",
startDate: Date.parse("2024-01-06 23:59:00"),
endDate: Date.parse("2024-01-06 23:59:00"),
});

// add Conferences in chosen color

var color = "black";
// use first sub to choose color

color = "#4B8BBE";

conf_list_all.push({
id: "pycon-italia-2024-conference",
abbreviation: "pycon-italia-2024",
name: "PyCon Italia 2024",
color: color,
location: "Florence, Italy",
date: "May 22 - 25, 2024",
subject: "PY",
startDate: Date.parse("2024-05-22"),
endDate: Date.parse("2024-05-25"),
});

// add deadlines in red
conf_list_all.push({
id: "pycascades-2024-deadline",
Expand Down Expand Up @@ -809,6 +841,38 @@ <h5 class="modal-title">Event</h5>
endDate: Date.parse("2024-02-24"),
});

// add deadlines in red
conf_list_all.push({
id: "pycon-de-pydata-berlin-2024-deadline",
abbreviation: "pycon-de-pydata-berlin-2024",
name: "PyCon DE & PyData Berlin 2024 CfP",
color: "red",
location: "Berlin, Germany",
date: "April 22 - 24, 2024",
subject: "PY,PYDATA",
startDate: Date.parse("2023-12-22 23:59:59"),
endDate: Date.parse("2023-12-22 23:59:59"),
});

// add Conferences in chosen color

var color = "black";
// use first sub to choose color

color = "#4B8BBE";

conf_list_all.push({
id: "pycon-de-pydata-berlin-2024-conference",
abbreviation: "pycon-de-pydata-berlin-2024",
name: "PyCon DE & PyData Berlin 2024",
color: color,
location: "Berlin, Germany",
date: "April 22 - 24, 2024",
subject: "PY,PYDATA",
startDate: Date.parse("2024-04-22"),
endDate: Date.parse("2024-04-24"),
});

// add deadlines in red
conf_list_all.push({
id: "pycon-us-2024-deadline",
Expand Down Expand Up @@ -1343,38 +1407,6 @@ <h5 class="modal-title">Event</h5>
endDate: Date.parse("2023-11-05"),
});

// add deadlines in red
conf_list_all.push({
id: "pycon-asia-pacific-2023-deadline",
abbreviation: "pycon-asia-pacific-2023",
name: "PyCon Asia Pacific 2023 CfP",
color: "red",
location: "Tokyo, Japan",
date: "October 27 - 29, 2023",
subject: "PY",
startDate: Date.parse("2023-05-31 23:59:59"),
endDate: Date.parse("2023-05-31 23:59:59"),
});

// add Conferences in chosen color

var color = "black";
// use first sub to choose color

color = "#4B8BBE";

conf_list_all.push({
id: "pycon-asia-pacific-2023-conference",
abbreviation: "pycon-asia-pacific-2023",
name: "PyCon Asia Pacific 2023",
color: color,
location: "Tokyo, Japan",
date: "October 27 - 29, 2023",
subject: "PY",
startDate: Date.parse("2023-10-27"),
endDate: Date.parse("2023-10-29"),
});

// add deadlines in red
conf_list_all.push({
id: "pycon-somalia-2023-deadline",
Expand Down Expand Up @@ -1439,70 +1471,6 @@ <h5 class="modal-title">Event</h5>
endDate: Date.parse("2024-06-16"),
});

// add deadlines in red
conf_list_all.push({
id: "pycon-de-pydata-berlin-2024-deadline",
abbreviation: "pycon-de-pydata-berlin-2024",
name: "PyCon DE & PyData Berlin 2024 CfP",
color: "red",
location: "Berlin, Germany",
date: "April 22 - 25, 2024",
subject: "PY,PYDATA",
startDate: Date.parse("TBA"),
endDate: Date.parse("TBA"),
});

// add Conferences in chosen color

var color = "black";
// use first sub to choose color

color = "#4B8BBE";

conf_list_all.push({
id: "pycon-de-pydata-berlin-2024-conference",
abbreviation: "pycon-de-pydata-berlin-2024",
name: "PyCon DE & PyData Berlin 2024",
color: color,
location: "Berlin, Germany",
date: "April 22 - 25, 2024",
subject: "PY,PYDATA",
startDate: Date.parse("2024-04-22"),
endDate: Date.parse("2024-04-25"),
});

// add deadlines in red
conf_list_all.push({
id: "pycon-italia-2024-deadline",
abbreviation: "pycon-italia-2024",
name: "PyCon Italia 2024 CfP",
color: "red",
location: "Florence, Italy",
date: "May 22 - 25, 2024",
subject: "PY",
startDate: Date.parse("TBA"),
endDate: Date.parse("TBA"),
});

// add Conferences in chosen color

var color = "black";
// use first sub to choose color

color = "#4B8BBE";

conf_list_all.push({
id: "pycon-italia-2024-conference",
abbreviation: "pycon-italia-2024",
name: "PyCon Italia 2024",
color: color,
location: "Florence, Italy",
date: "May 22 - 25, 2024",
subject: "PY",
startDate: Date.parse("2024-05-22"),
endDate: Date.parse("2024-05-25"),
});

// add deadlines in red
conf_list_all.push({
id: "pycon-namibia-2024-deadline",
Expand Down
Loading

0 comments on commit 5f78c89

Please sign in to comment.