grid push; starting to work on projects page
This commit is contained in:
+4
-4
@@ -213,10 +213,10 @@ def index():
|
||||
info = {'css': 'index', 'news': list_headlines(gather_and_sort(loc)[0:10]), 'title': 'chimchooree\'s dev space - blessfrey', 'year': datetime.datetime.now()}
|
||||
return template('index.tpl', info)
|
||||
|
||||
# Game Page - Game Template - system, character, story info
|
||||
@route('/game')
|
||||
def game():
|
||||
"""game page"""
|
||||
# Projects Page - Game Template - system, character, story info
|
||||
@route('/projects')
|
||||
def projects():
|
||||
"""projects page"""
|
||||
info = {'css': 'game', 'title': 'blessfrey - about the game', 'year': datetime.datetime.now()}
|
||||
return template('game.tpl', info)
|
||||
|
||||
|
||||
+2
-2
@@ -7,12 +7,10 @@
|
||||
<h1>Website To-Do</h1>
|
||||
<ul>
|
||||
<li>Write some diary entries</li>
|
||||
<li>Plan a regular release date for them</li>
|
||||
<li>Make sure their dates + filenames match</li>
|
||||
<li>Make sure their tags are formatted correctly</li>
|
||||
<li>Proofread</li>
|
||||
<li>Make sure their formatting is consistent</li>
|
||||
<li>Make an automatic deployment for them if I need to</li>
|
||||
<li>ALSO</li>
|
||||
<li>turn game tab into a project tab to showcase completed code, etc</li>
|
||||
<li>make presskit page decent</li>
|
||||
@@ -42,6 +40,8 @@
|
||||
<li>12/31- DIARY</li>
|
||||
<li>1/7 - GDC</li>
|
||||
<li>1/31 - DIARY</li>
|
||||
<li>2/28 - DIARY</li>
|
||||
<li>3/31 - DIARY</li>
|
||||
</ul>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
<img src="/static/img/btn/skillbtn.png" alt="game" style="width:85px;height:55px;">
|
||||
</a>
|
||||
<div class="nav-link">
|
||||
<a href="/game">game</a>
|
||||
<a href="/projects">projects</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="nav-diary">
|
||||
|
||||
Reference in New Issue
Block a user