Compare commits
13 Commits
Author | SHA1 | Date |
---|---|---|
Tocho Tochev | 1cf6847d18 | |
Tocho Tochev | aea60ac5a7 | |
Petko Bordjukov | 5801f6581b | |
Tocho Tochev | e411b8d037 | |
Petko Bordjukov | b6ae81d2e9 | |
Vencislav Atanasov | c355c4c655 | |
Petko Bordjukov | e8f8632530 | |
Petko Bordjukov | 0dcfa7efa0 | |
Petko Bordjukov | dc11a85f41 | |
Petko Bordjukov | baa7ec4b66 | |
Petko Bordjukov | d67539e16a | |
Petko Bordjukov | cd3f9b93a7 | |
Petko Bordjukov | 8e6238c014 |
Binary file not shown.
Binary file not shown.
53
index.html
53
index.html
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>OpenFest 2014 Interlude</title>
|
<title>OpenFest 2021</title>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
@ -13,9 +13,9 @@
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/lib/js/head.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/lib/js/head.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/js/reveal.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/2.6.2/js/reveal.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.6.0/moment.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.6.0/moment.min.js"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.6.0/lang/bg.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/ractive.js/0.3.7/ractive.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/ractive.js/0.3.7/ractive.min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore-min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore-min.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.6.0/lang/bg.min.js"></script>
|
|
||||||
<script src="schedule.js"></script>
|
<script src="schedule.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -24,8 +24,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- <video id="background_video" src="background.mp4" loop autoplay /> -->
|
||||||
|
<!-- TODO: fix display of speakers -->
|
||||||
|
|
||||||
<script id="agenda_template" type="text/ractive">
|
<script id="agenda_template" type="text/ractive">
|
||||||
<section id="agenda">
|
<section id="agenda">
|
||||||
|
<h3>{{room}}</h3>
|
||||||
<table class="reveal">
|
<table class="reveal">
|
||||||
<tbody>
|
<tbody>
|
||||||
{{#pastEvents}}
|
{{#pastEvents}}
|
||||||
|
@ -70,41 +74,32 @@
|
||||||
|
|
||||||
<script id="current_talk_template" type="text/ractive">
|
<script id="current_talk_template" type="text/ractive">
|
||||||
<section id="current_talk">
|
<section id="current_talk">
|
||||||
<h3>В момента</h3>
|
<h4>В момента</h4>
|
||||||
<h1>{{currentEvent.title}}</h1>
|
<h2>{{currentEvent.title}}</h2>
|
||||||
<p>{{currentEvent.description}}</p>
|
<p>{{currentEvent.abstract}}</p>
|
||||||
</section>
|
</section>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script id="current_speaker_template" type="text/ractive">
|
<script id="speaker_template" type="text/ractive">
|
||||||
<section>
|
<section>
|
||||||
<h3>Лектор</h3>
|
<h4>Лектор</h4>
|
||||||
<h1>{{name}}</h1>
|
<h2>{{name}}</h2>
|
||||||
<p>{{description}}</p>
|
|
||||||
</section>
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<script id="next_speaker_template" type="text/ractive">
|
|
||||||
<section>
|
|
||||||
<h3>Следващ лектор</h3>
|
|
||||||
<h1>{{name}}</h1>
|
|
||||||
<p>{{description}}</p>
|
<p>{{description}}</p>
|
||||||
</section>
|
</section>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script id="next_talk_template" type="text/ractive">
|
<script id="next_talk_template" type="text/ractive">
|
||||||
<section id="next_talk">
|
<section id="next_talk">
|
||||||
<h3>Следва</h3>
|
<h4>Следва</h4>
|
||||||
<h1>{{nextEvent.title}}</h1>
|
<h2>{{nextEvent.title}}</h2>
|
||||||
<p>{{nextEvent.description}}</p>
|
<p>{{nextEvent.abstract}}</p>
|
||||||
<h4>({{nextEvent.startTime.fromNow()}})</h4>
|
<h5><i>({{nextEvent.startTime.from(now)}})</i></h5>
|
||||||
</section>
|
</section>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script id="slides_template" type="text/ractive">
|
<script id="slides_template" type="text/ractive">
|
||||||
<section data-state="update-safe">
|
<section data-state="update-safe">
|
||||||
<h1>OpenFest</h1>
|
<img src="logo.png">
|
||||||
<h2>2014</h2>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{#eventCount}}
|
{{#eventCount}}
|
||||||
|
@ -116,7 +111,7 @@
|
||||||
{{/currentEvent}}
|
{{/currentEvent}}
|
||||||
|
|
||||||
{{#currentEvent.speakers}}
|
{{#currentEvent.speakers}}
|
||||||
{{> current_speaker_template}}
|
{{> speaker_template}}
|
||||||
{{/currentEvent.speakers}}
|
{{/currentEvent.speakers}}
|
||||||
|
|
||||||
{{#nextEvent}}
|
{{#nextEvent}}
|
||||||
|
@ -124,18 +119,24 @@
|
||||||
{{/nextEvent}}
|
{{/nextEvent}}
|
||||||
|
|
||||||
{{#nextEvent.speakers}}
|
{{#nextEvent.speakers}}
|
||||||
{{> next_speaker_template}}
|
{{> speaker_template}}
|
||||||
{{/nextEvent.speakers}}
|
{{/nextEvent.speakers}}
|
||||||
</section>
|
</section>
|
||||||
{{/eventCount}}
|
{{/eventCount}}
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Tweet</h2>
|
<h1>#OpenFest2021</h1>
|
||||||
<h1>#OpenFest</h1>
|
<h2>в Twitter</h2>
|
||||||
</section>
|
</section>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/javascript" src="ractive-init.js"></script>
|
<script type="text/javascript" src="ractive-init.js"></script>
|
||||||
<script type="text/javascript" src="reveal-init.js"></script>
|
<script type="text/javascript" src="reveal-init.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
// use for green screen background
|
||||||
|
if ($.urlParam('background')) {
|
||||||
|
$('body').css('background-color', $.urlParam('background'));
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
BIN
openfest.png
BIN
openfest.png
Binary file not shown.
Before Width: | Height: | Size: 137 KiB |
|
@ -20,5 +20,7 @@ function refreshEvent() {
|
||||||
currentEvent: schedule.currentEvent(),
|
currentEvent: schedule.currentEvent(),
|
||||||
nextEvent: schedule.nextEvent(),
|
nextEvent: schedule.nextEvent(),
|
||||||
futureEvents: schedule.futureEvents(),
|
futureEvents: schedule.futureEvents(),
|
||||||
eventCount: schedule.allEvents().length});
|
eventCount: schedule.allEvents().length,
|
||||||
|
now: schedule.now(),
|
||||||
|
room: schedule.room()});
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,7 @@ Reveal.initialize({
|
||||||
autoSlide: 10000,
|
autoSlide: 10000,
|
||||||
|
|
||||||
// Stop auto-sliding after user input
|
// Stop auto-sliding after user input
|
||||||
autoSlideStoppable: false,
|
autoSlideStoppable: true,
|
||||||
|
|
||||||
// Enable slide navigation via mouse wheel
|
// Enable slide navigation via mouse wheel
|
||||||
mouseWheel: false,
|
mouseWheel: false,
|
||||||
|
@ -72,10 +72,7 @@ Reveal.initialize({
|
||||||
|
|
||||||
// Bounds for smallest/largest possible scale to apply to content
|
// Bounds for smallest/largest possible scale to apply to content
|
||||||
minScale: 0.2,
|
minScale: 0.2,
|
||||||
maxScale: 8.0,
|
maxScale: 8.0
|
||||||
|
|
||||||
parallaxBackgroundImage: 'openfest.png',
|
|
||||||
parallaxBackgroundSize: '1920px 1080px'
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Reveal.addEventListener('update-safe', function() {
|
Reveal.addEventListener('update-safe', function() {
|
||||||
|
|
79
schedule.js
79
schedule.js
|
@ -1,20 +1,53 @@
|
||||||
function Schedule(hallId) {
|
function Schedule(hallId, date, setPageTitle) {
|
||||||
var events = [];
|
var events = [];
|
||||||
|
|
||||||
|
var apiEndpointPrefix = 'https://cfp.openfest.org/api/conferences/8';
|
||||||
|
|
||||||
|
var pageTitle = 'OpenFest';
|
||||||
|
var room = '';
|
||||||
|
|
||||||
|
var nextLectureDelayMinutes = 4; // show the current lecture as next for the first N minutes
|
||||||
|
|
||||||
|
$.getJSON(apiEndpointPrefix + '/halls.json', function(data) {
|
||||||
|
room = data[hallId]['name']['bg'];
|
||||||
|
if (room === undefined) {
|
||||||
|
room = '';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
this.update = function() {
|
this.update = function() {
|
||||||
$.getJSON("https://cfp.openfest.org/schedule.json", function(data) {
|
$.getJSON(apiEndpointPrefix + '/events.json', function(eventsData) {
|
||||||
var scheduleEvents = $.map(data[hallId], function(event) {
|
$.getJSON(apiEndpointPrefix + '/slots.json', function(slotsData) {
|
||||||
event['startTime'] = moment(event['startTime']).subtract(2, 'hours');
|
$.each(slotsData, function(slotId, slot) {
|
||||||
event['endTime'] = moment(event['endTime']).subtract(2, 'hours');
|
$.extend(eventsData[slot['event_id'].toString()], slot);
|
||||||
return event;
|
$.extend(eventsData[slot['event_id'].toString()], {"slotId": slotId});
|
||||||
|
});
|
||||||
|
var scheduleEvents = $.map(eventsData, function(event, eventId) {
|
||||||
|
event['id'] = eventId;
|
||||||
|
event['startTime'] = moment(event['starts_at']);
|
||||||
|
event['endTime'] = moment(event['ends_at']);
|
||||||
|
event['hallId'] = event['hall_id'];
|
||||||
|
|
||||||
|
if (event['startTime'].date() !== date) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
if (event['hallId'] !== hallId) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
return event;
|
||||||
|
});
|
||||||
|
|
||||||
|
events = scheduleEvents.sort(function (a,b) {return a['startTime'].isBefore(b['startTime']) ? -1 : 1});
|
||||||
});
|
});
|
||||||
events = scheduleEvents;
|
|
||||||
});
|
});
|
||||||
|
this.setPageTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.upcomingEvents = function() {
|
this.upcomingEvents = function() {
|
||||||
|
var now = this.referenceTime();
|
||||||
return _.select(events, function(event) {
|
return _.select(events, function(event) {
|
||||||
return event.startTime.isAfter(moment());
|
return event.startTime.isAfter(now);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,7 +57,7 @@ function Schedule(hallId) {
|
||||||
|
|
||||||
this.currentEvent = function() {
|
this.currentEvent = function() {
|
||||||
var latestEvent = _.last(this.pastEvents());
|
var latestEvent = _.last(this.pastEvents());
|
||||||
if (typeof(latestEvent) != 'undefined' && latestEvent.endTime.isAfter(moment())) {
|
if (typeof(latestEvent) != 'undefined' && latestEvent.endTime.isAfter(this.now())) {
|
||||||
return latestEvent;
|
return latestEvent;
|
||||||
} else {
|
} else {
|
||||||
return undefined;
|
return undefined;
|
||||||
|
@ -36,14 +69,38 @@ function Schedule(hallId) {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.pastEvents = function() {
|
this.pastEvents = function() {
|
||||||
|
var now = this.referenceTime();
|
||||||
return _.select(events, function(event) {
|
return _.select(events, function(event) {
|
||||||
return event.startTime.isBefore(moment());
|
return event.startTime.isBefore(now);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
this.allEvents = function() {
|
this.allEvents = function() {
|
||||||
return events;
|
return events;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.now = function() {
|
||||||
|
now = $.urlParam("now");
|
||||||
|
if (now) {
|
||||||
|
return moment(now);
|
||||||
|
} else {
|
||||||
|
return moment();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
this.referenceTime = function() {
|
||||||
|
return this.now().subtract(nextLectureDelayMinutes, 'minutes');
|
||||||
|
}
|
||||||
|
|
||||||
|
this.room = function() {
|
||||||
|
return room;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.setPageTitle = function() {
|
||||||
|
if (setPageTitle) {
|
||||||
|
$('title').text(pageTitle + " room=" + room + " date=" + date);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$.urlParam = function(name){
|
$.urlParam = function(name){
|
||||||
|
@ -56,4 +113,4 @@ $.urlParam = function(name){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var schedule = new Schedule(parseInt($.urlParam('roomId')));
|
var schedule = new Schedule(parseInt($.urlParam('roomId')), parseInt($.urlParam('date')), true);
|
||||||
|
|
16
styles.css
16
styles.css
|
@ -2,6 +2,7 @@ body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
/* background-color: #06172A; */ /* BigBlueButton background */
|
||||||
}
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
|
@ -13,7 +14,16 @@ body,
|
||||||
.reveal h5,
|
.reveal h5,
|
||||||
.reveal h6 {
|
.reveal h6 {
|
||||||
font-family: "Roboto Condensed", tahoma, verdana, arial, sans-serif;
|
font-family: "Roboto Condensed", tahoma, verdana, arial, sans-serif;
|
||||||
text-rendering: optimizeLegibility;
|
font-weight: bold;
|
||||||
|
-webkit-text-stroke: 0.01em black;
|
||||||
|
}
|
||||||
|
|
||||||
|
#background_video {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: -10000;
|
||||||
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal section img {
|
.reveal section img {
|
||||||
|
@ -27,7 +37,7 @@ tr.past_event {
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.next_event {
|
tr.next_event {
|
||||||
color: #EEEEEE;
|
color: #FFFF00;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.future_event {
|
tr.future_event {
|
||||||
|
@ -36,4 +46,4 @@ tr.future_event {
|
||||||
|
|
||||||
tr td:last-child, tr th:last-child {
|
tr td:last-child, tr th:last-child {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue