Skip to content

Commit

Permalink
deploy: 51b0791
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Dec 5, 2023
1 parent 3d276dd commit 30d2521
Show file tree
Hide file tree
Showing 144 changed files with 3,125 additions and 1,031 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=1701307876"
href="/static/css/js-year-calendar.min.css?t=1701817366"
media="screen,projection"
/>

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

Expand Down
114 changes: 111 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=1701307876"
href="/static/css/js-year-calendar.min.css?t=1701817366"
media="screen,projection"
/>

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

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

<div id="packagingcon-2023" class="ConfItem PY-conf">
<div class="row conf-row">
<div class="col-6">
<span class="conf-title">
<a
title="Deadline Details"
href="/conference/packagingcon-2023/"
>PackagingCon 2023</a
>
</span>
<span class="conf-title-small">
<a title="Deadline Details" href="#">PackagingCon '23</a>
</span>
<span class="conf-title-icon">
<a
title="Conference Website"
href="https://packaging-con.org/"
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://cfp.packaging-con.org/2023/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 26 - 28, 2023.</span>
<span class="conf-place">
<a href="http://maps.google.com/?q=Berlin, Germany"
>Berlin, Germany</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-india-2023" class="ConfItem PY-conf">
<div class="row conf-row">
<div class="col-6">
Expand Down Expand Up @@ -8035,6 +8118,31 @@ <h1 id="past-events-title">Past Events</h1>
cfpDate.setZone("system").toLocaleString(DateTime.DATE_HUGE)
);

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

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

var cfpDate = DateTime.fromSQL("2023-08-06 23:59:59", {
zone: "UTC-12",
});
var confDate = DateTime.fromSQL("2023-10-26", { zone: "UTC-12" });

// check if timezone is valid otherwise replace by system timezone
if (cfpDate.invalid || confDate.invalid) {
var cfpDate = DateTime.fromSQL("2023-08-06 23:59:59");
var confDate = DateTime.fromSQL("2023-10-26");
console.log(
"Invalid timezone in packagingcon-2023. Using system timezone instead."
);
}

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

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

// Use specified timezone for deadlines if available else use AoE timezone
Expand Down
144 changes: 76 additions & 68 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=1701307876"
href="/static/css/js-year-calendar.min.css?t=1701817366"
media="screen,projection"
/>

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

Expand Down Expand Up @@ -679,7 +679,7 @@ <h5 class="modal-title">Event</h5>
location: "Austin, Texas, USA",
date: "April 19 - 21, 2024",
subject: "PY",
startDate: Date.parse("2024-04-19"),
startDate: Date.parse("2024-04-20"),
endDate: Date.parse("2024-04-21"),
});

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

// add deadlines in red
conf_list_all.push({
id: "pycascades-2024-deadline",
abbreviation: "pycascades-2024",
name: "PyCascades 2024 CfP",
color: "red",
location: "Seattle, Washington, USA",
date: "April 05 - 08, 2024",
subject: "",
startDate: Date.parse("2024-01-04 23:59:00"),
endDate: Date.parse("2024-01-04 23:59:00"),
});

// add Conferences in chosen color

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

conf_list_all.push({
id: "pycascades-2024-conference",
abbreviation: "pycascades-2024",
name: "PyCascades 2024",
color: color,
location: "Seattle, Washington, USA",
date: "April 05 - 08, 2024",
subject: "",
startDate: Date.parse("2024-04-05"),
endDate: Date.parse("2024-04-08"),
});

// add deadlines in red
conf_list_all.push({
id: "pycon-slovakia-2024-deadline",
Expand Down Expand Up @@ -875,6 +905,36 @@ <h5 class="modal-title">Event</h5>
endDate: Date.parse("2023-12-17"),
});

// add deadlines in red
conf_list_all.push({
id: "pyohio-2023-deadline",
abbreviation: "pyohio-2023",
name: "PyOhio 2023 CfP",
color: "red",
location: "Ohio, USA",
date: "December 16th, 2023",
subject: "",
startDate: Date.parse("2023-10-23 08:00:00"),
endDate: Date.parse("2023-10-23 08:00:00"),
});

// add Conferences in chosen color

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

conf_list_all.push({
id: "pyohio-2023-conference",
abbreviation: "pyohio-2023",
name: "PyOhio 2023",
color: color,
location: "Ohio, USA",
date: "December 16th, 2023",
subject: "",
startDate: Date.parse("2023-12-16"),
endDate: Date.parse("2023-12-16"),
});

// add deadlines in red
conf_list_all.push({
id: "pydata-global-2023-deadline",
Expand Down Expand Up @@ -1060,36 +1120,16 @@ <h5 class="modal-title">Event</h5>
endDate: Date.parse("2023-08-16 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-thailand-2023-conference",
id: "pycon-thailand-2023-deadline",
abbreviation: "pycon-thailand-2023",
name: "PyCon Thailand 2023",
color: color,
name: "PyCon Thailand 2023 Tutorial Deadline",
color: "red",
location: "Bangkok, Thailand",
date: "December 14 - 16, 2023",
subject: "PY",
startDate: Date.parse("2023-12-14"),
endDate: Date.parse("2023-12-16"),
});

// add deadlines in red
conf_list_all.push({
id: "packagingcon-2023-deadline",
abbreviation: "packagingcon-2023",
name: "PackagingCon 2023 CfP",
color: "red",
location: "Berlin, Germany",
date: "October 26 - 28, 2023",
subject: "PY",
startDate: Date.parse("2023-08-06 23:59:59"),
endDate: Date.parse("2023-08-06 23:59:59"),
startDate: Date.parse("2023-08-16 23:59:00"),
endDate: Date.parse("2023-08-16 23:59:00"),
});

// add Conferences in chosen color
Expand All @@ -1100,15 +1140,15 @@ <h5 class="modal-title">Event</h5>
color = "#4B8BBE";

conf_list_all.push({
id: "packagingcon-2023-conference",
abbreviation: "packagingcon-2023",
name: "PackagingCon 2023",
id: "pycon-thailand-2023-conference",
abbreviation: "pycon-thailand-2023",
name: "PyCon Thailand 2023",
color: color,
location: "Berlin, Germany",
date: "October 26 - 28, 2023",
location: "Bangkok, Thailand",
date: "December 14 - 16, 2023",
subject: "PY",
startDate: Date.parse("2023-10-26"),
endDate: Date.parse("2023-10-28"),
startDate: Date.parse("2023-12-14"),
endDate: Date.parse("2023-12-16"),
});

// add deadlines in red
Expand Down Expand Up @@ -1367,38 +1407,6 @@ <h5 class="modal-title">Event</h5>
endDate: Date.parse("2023-12-27"),
});

// add deadlines in red
conf_list_all.push({
id: "pyjamas-conf-2023-deadline",
abbreviation: "pyjamas-conf-2023",
name: "Pyjamas Conf 2023 CfP",
color: "red",
location: "Online",
date: "December 09 - 11, 2023",
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: "pyjamas-conf-2023-conference",
abbreviation: "pyjamas-conf-2023",
name: "Pyjamas Conf 2023",
color: color,
location: "Online",
date: "December 09 - 11, 2023",
subject: "PY",
startDate: Date.parse("2023-12-09"),
endDate: Date.parse("2023-12-11"),
});

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

0 comments on commit 30d2521

Please sign in to comment.