Skip to content

Commit

Permalink
yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Ho committed Apr 12, 2014
1 parent 80faa31 commit cbd1d30
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
#db = connection[db_name]


@app.route('/pomona')
@app.route('/')
def majors():
return render_template("pomona-full-campus.html")
return render_template("homepage.html")



if __name__ == '__main__':
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions homepage.html → templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
</head>
<body>
<h1>5C Room Draw</h1>
<a href="file:///Users/Austin/Dropbox/hackathon/tripping-archer/test1.html"><img src="http://i.imgur.com/vAIQxqY.jpg"></img></a> <!Pomona>
<a href="pomona-full-campus.html"><img src="http://i.imgur.com/vAIQxqY.jpg"></img></a> <!--Pomona-->
</br>
<a href="file:///Users/Austin/Dropbox/hackathon/tripping-archer/test1.html"><img src="http://i.imgur.com/0k9q7cO.png"></img></a> <!Scripps>
<a href="file:///Users/Austin/Dropbox/hackathon/tripping-archer/test1.html"><img src="http://i.imgur.com/0k9q7cO.png"></img></a> <!--Scripps-->
</br>
<a href="file:///Users/Austin/Dropbox/hackathon/tripping-archer/test1.html"><img src="http://i.imgur.com/TYs4GUQ.jpg"></img></a> <!CMC>
<a href="file:///Users/Austin/Dropbox/hackathon/tripping-archer/test1.html"><img src="http://i.imgur.com/TYs4GUQ.jpg"></img></a> <!--CMC-->
</br>
</br>
<a href="file:///Users/Austin/Dropbox/hackathon/tripping-archer/test1.html"><img src="http://i.imgur.com/shtpbQk.png"></img></a> <!Mudd>
<a href="file:///Users/Austin/Dropbox/hackathon/tripping-archer/test1.html"><img src="http://i.imgur.com/shtpbQk.png"></img></a> <!--Mudd-->
</br>
<a href="file:///Users/Austin/Dropbox/hackathon/tripping-archer/test1.html"><img src="http://i.imgur.com/fah0RaM.png"></img></a> <!Pitzer>
<a href="file:///Users/Austin/Dropbox/hackathon/tripping-archer/test1.html"><img src="http://i.imgur.com/fah0RaM.png"></img></a> <!--Pitzer-->
</body>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit cbd1d30

Please sign in to comment.