-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
803 additions
and
529 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# rename this file to ifcomp.yml and put a ':' after 'name' if | ||
# you want to use YAML like in old versions of Catalyst | ||
name IFComp | ||
name IFComp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,28 @@ | ||
<!-- BEGIN site/footer --> | ||
<footer class="container"> | ||
<hr /> | ||
<div class="pull-left" style="width: 25%; margin-right:2em; margin-bottom: 1ex;"> | ||
<a href="http://iftechfoundation.org"><img class="img-responsive transparent-img-bg" id="iftf-logo" src="/static/images/iftf_logo.svg" alt="Interactive Fiction Technology Foundation" /></a> | ||
</div> | ||
<div> | ||
<p>The Interactive Fiction Competition is a public service of <a href="http://iftechfoundation.org">the Interactive Fiction Technology Foundation</a>, and <a href="http://iftechfoundation.org/give/">funded by IF supporters like you</a>.</p> | ||
<p>Except where otherwise noted, content of this website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>, attributable to <a href="http://iftechfoundation.org">Interactive Fiction Technology Foundation (www.iftechfoundation.org)</a>.</p> | ||
</div> | ||
<footer class="container mt-5"> | ||
|
||
<hr> | ||
<div class="row"> | ||
<div class="col-sm-4" style="width: 25%; margin-right:2em; margin-bottom: 1ex;"> | ||
<a href="http://iftechfoundation.org"> | ||
<img class="iftf_logo col-sm-12 img-responsive transparent-img-bg svgicon" | ||
alt="Interactive Fiction Technology Foundation"> | ||
</a> | ||
</div> | ||
|
||
<div class="col-sm-8"> | ||
<p>The Interactive Fiction Competition is a public service of | ||
<a href="http://iftechfoundation.org">the Interactive Fiction Technology Foundation</a>, and | ||
<a href="http://iftechfoundation.org/give/">funded by IF supporters like you</a>. | ||
</p> | ||
<p>Except where otherwise noted, content of this website is licensed under a | ||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>, | ||
attributable to | ||
<a href="http://iftechfoundation.org">Interactive Fiction Technology Foundation (www.iftechfoundation.org)</a>. | ||
</p> | ||
</div> | ||
|
||
</div><!-- row --> | ||
|
||
</footer> | ||
<!-- END site/footer --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.