Skip to content

Commit

Permalink
Open site for IFComp 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmusante committed Sep 1, 2024
1 parent 61a7d45 commit de7eb0e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions IFComp/conf/ifcomp_dev.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using_frontend_proxy 1
zip_file_mb 12

<Model::IFCompDB>
schema_class IFComp::Schema
Expand Down
4 changes: 2 additions & 2 deletions IFComp/root/src/_current_entry_row.tt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div itemprop="image" itemscope itemtype="https://schema.org/ImageObject" class="col-xs-4">
<a itemprop="contentUrl" href="[% c.uri_for_action( '/play/full_cover', [ entry.id ] ) %]" target="_blank"><img itemprop="thumbnailUrl" class="img-responsive" src="[% c.uri_for_action( '/play/cover', [ entry.id ] ) %]" alt="Cover art for [% entry.title %]" style="margin-left: auto; margin-right: auto; max-height: 350px;" loading="lazy"></a>
[% IF (entry.genai_state / 2) % 2 == 1 %]
<span style="font-size: smaller;" itemprop="genai_cover"><em>Generative artifical intelligence was used to make this cover art.</em></span>
<span style="font-size: smaller;" itemprop="genai_cover"><em>Generative artificial intelligence was used to make this cover art.</em></span>
[% END %]
[% IF entry.cover_artist %]
<br><p><strong>Cover art by:</strong><br/><span itemprop="author">[% entry.cover_artist %]</span></p>
Expand Down Expand Up @@ -147,7 +147,7 @@
</div>
[% END %]

[% INCLUDE _rating_controls.tt %]
<!-- INCLUDE _rating_controls.tt -->

</div>

Expand Down
8 changes: 4 additions & 4 deletions IFComp/root/src/about/faq.tt
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@ games. Please keep to the honor system!</p>
</div>
<div class="panel-body">

<p>Probably! Since authors don&#8217;t choose their prizes until the
competition wraps up, we gratefully welcome prize donations right up until the
judging period ends on [% current_comp.judging_begins.day %]
[% current_comp.judging_begins.month_name %].
<p>We accept prize donations through
[% current_comp.judging_ends.month_name %] [% current_comp.judging_ends.day %].
As authors don't choose their prizes until the competition wraps up, we
gratefully welcome prize donations right up until the judging period ends.
</p>

<p>We can never have too many prizes in the pool! Please <a
Expand Down
2 changes: 1 addition & 1 deletion IFComp/root/src/ballot/index.tt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1 class="page-header">Welcome, [% IF user_is_author %]author![% ELSE %]judge! <small>You are judging, right?</small>[% END %]</h1>
<p>From this page, you can download and play all of this year's IFComp entries — either <a href="#browse">browsing them as a list</a>, or downloading the whole set at once.[% IF current_comp.status == 'open_for_judging' %] You can also <a href="/ballot/vote">jump to the ballot</a> to start rating the games you have played so far.[% END %]</p>

[% IF 0 == 1 %]
[% IF zip_file_mb %]

<div class="row">
<div class="col-sm-9">
Expand Down
2 changes: 1 addition & 1 deletion IFComp/root/src/welcome.tt2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="jumbotron">
<div class="container"><a href="[% c.uri_for_action( '/comp/comp' ) %]"><img class="hidden-xs" style="float:right; max-width:250px; margin-left:20px" src="/static/images/245x245-comp2023-logo-bannerless.png" alt="IFComp logo"></a>
<div class="container"><a href="[% c.uri_for_action( '/comp/comp' ) %]"><img class="hidden-xs" style="float:right; max-width:250px; margin-left:20px" src="/static/images/245x245-comp2024-logo.png" alt="IFComp logo"></a>
<h1>The Interactive Fiction Competition</h1>
<h2>An annual celebration of new, text-driven digital games and stories from independent creators.</h2>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion IFComp/t/controller_Ballot.t
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ IFCompTest::log_in_as_judge($mech);
IFCompTest::set_phase_after( $schema, 'judging_begins' );
$mech->get_ok('http://localhost/ballot');
$mech->content_contains("Balloting Game");
$mech->content_contains("Your rating");

# $mech->content_contains("Your rating");

$entry->discard_changes;

Expand Down

0 comments on commit de7eb0e

Please sign in to comment.