Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabrams committed Apr 12, 2014
1 parent b74f94f commit 50b0590
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
body {background-color:#b0c4de;}
h1
{
text-align:center;
font-size: 60px;
text-align: center;
background-color: rgb(237,65,26);
background-size: 50% auto;
width: 100%;
color: rgb(255,255,255);
display: block;
}
img
{
Expand All @@ -18,6 +24,7 @@
</head>
<body>
<h1>5Cribs</h1>
</br>
<a href="pomona-full-campus.html"><img src="http://i.imgur.com/RDbahRz.png"></img></a> <!--Pomona-->
</br>
<a href="pomona-full-campus.html"><img src="http://i.imgur.com/0k9q7cO.png"></img></a> <!--Scripps-->
Expand Down
2 changes: 1 addition & 1 deletion templates/pomona-full-campus.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<body>

<div class="pomona">
<img src="http://i.imgur.com/5VgNW7w.jpg" width="1250px" usemap="#pomona">
<img src="http://i.imgur.com/bJzxOMP.jpg" width="1250px" usemap="#pomona">

<map name="pomona">
<area shape="rect" coords="150,1350,350,1500" href="http://timenewsfeed.files.wordpress.com/2013/12/doge.jpg">
Expand Down

0 comments on commit 50b0590

Please sign in to comment.