Update for OpenFest 2023

This commit is contained in:
Petko Bordjukov 2023-09-18 20:03:12 +03:00
parent a251ecbb52
commit f5bd7b6d09
7 changed files with 11 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -1,7 +1,7 @@
class Talk < ActiveResource::Base class Talk < ActiveResource::Base
has_many :selections, class_name: 'SelectedTalk' has_many :selections, class_name: 'SelectedTalk'
self.site = "https://cfp.openfest.org/api/conferences/9" self.site = "https://cfp.openfest.org/api/conferences/10"
self.element_name = "event" self.element_name = "event"
def self.ordered_by_id def self.ordered_by_id

View File

@ -72,9 +72,8 @@
<div class="wholeday room1 day_1 guide"></div> <div class="wholeday room1 day_1 guide"></div>
<div class="wholeday room1 day_3 guide"></div> <div class="wholeday room1 day_3 guide"></div>
<div class="track" id="72"><h2>Technical</h2><div id="qrcode" class="hidden"></div></div> <div class="track" id="77"><h2>Technical</h2><div id="qrcode" class="hidden"></div></div>
<div class="track" id="69"><h2>Advanced Technical</h2></div> <div class="track" id="76"><h2>Advanced Technical</h2></div>
<div class="track" id="70"><h2>OpenBiz</h2></div> <div class="track" id="75"><h2>OpenArt</h2></div>
<div class="track" id="68"><h2>Civic Hacking</h2></div> <div class="track" id="74"><h2>Community/Social</h2></div>
<div class="track" id="67"><h2>Social</h2></div> <div class="track" id="78"><h2>Other</h2></div>
<div class="track" id="71"><h2>Education</h2></div>

View File

@ -10,11 +10,11 @@
<meta name="twitter:site" content="@openfestbg"> <meta name="twitter:site" content="@openfestbg">
<meta name="twitter:title" content="<%= t 'generic.title' %>"> <meta name="twitter:title" content="<%= t 'generic.title' %>">
<meta name="twitter:description" content="<%= t 'generic.help_us_reduce_the_conflicts' %>"> <meta name="twitter:description" content="<%= t 'generic.help_us_reduce_the_conflicts' %>">
<meta name="twitter:image" content="<%= image_url 'openfest-splash.png' %>"> <meta name="twitter:image" content="<%= image_url '2023_fb_preview.jpg' %>">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://vote.openfest.org/" /> <meta property="og:url" content="https://vote.openfest.org/" />
<meta property="og:title" content="<%= t 'generic.title' %>"> <meta property="og:title" content="<%= t 'generic.title' %>">
<meta property="og:image" content="<%= image_url 'openfest-splash.png' %>"> <meta property="og:image" content="<%= image_url '2023_fb_preview.jpg' %>">
<meta property="og:description" content="<%= t 'generic.help_us_reduce_the_conflicts' %>"> <meta property="og:description" content="<%= t 'generic.help_us_reduce_the_conflicts' %>">
</head> </head>
<body class="size-small in-list halfnarp"> <body class="size-small in-list halfnarp">

View File

@ -1,5 +1,5 @@
# config valid only for current version of Capistrano # config valid only for current version of Capistrano
lock '3.14.1' lock '3.17.1'
set :application, 'gauge' set :application, 'gauge'
set :repo_url, 'https://github.com/OpenFest/gauge.git' set :repo_url, 'https://github.com/OpenFest/gauge.git'

View File

@ -1,6 +1,6 @@
bg: bg:
generic: generic:
title: Възможни лекции за OpenFest 2022 title: Възможни лекции за OpenFest 2023
submit: Изпрати submit: Изпрати
store_and_submit_changes: Запази локално промените и ги изпрати, ако е възможно store_and_submit_changes: Запази локално промените и ги изпрати, ако е възможно
help_us_reduce_the_conflicts: Помогнете ни да намалим конфликтите в програмата на OpenFest help_us_reduce_the_conflicts: Помогнете ни да намалим конфликтите в програмата на OpenFest

View File

@ -1,6 +1,6 @@
en: en:
generic: generic:
title: OpenFest 2022 Talk Preference Poll title: OpenFest 2023 Talk Preference Poll
submit: Submit submit: Submit
store_and_submit_changes: Store your changes locally and submit them if possible store_and_submit_changes: Store your changes locally and submit them if possible
help_us_reduce_the_conflicts: "Help us to reduce the conflicts in OpenFest's schedule" help_us_reduce_the_conflicts: "Help us to reduce the conflicts in OpenFest's schedule"