Commit 4287372e8e9d64698f462669f6bb816b424b5965

Add an overview image to frontpage

Commit diff

app/views/site/index.html.erb

 
55 <small><%= link_to "more…", about_path -%></small></p>
66</div>
77
8<div id="site_description">
9
8<div id="site_overview">
9 <%= image_tag("overview.png") -%>
1010</div>
1111
1212<div id="newest_projects">
13 <h2>New projects</h2>
13 <h2>Newest projects</h2>
1414 <ul>
1515 <% @projects.each do |project| -%>
1616 <li>
toggle raw diff

public/images/overview.png

 
toggle raw diff

public/stylesheets/base.css

 
555555
556556#site_intro {
557557 width: 65%;
558 margin: 2em auto 4em auto;
558 margin: 2em auto 2em auto;
559559 font-size: 1.5em;
560560}
561#site_project_list {
561#site_project_list .tag_list{
562562 text-align: center;
563563}
564564
718718}
719719
720720#newest_projects ul li {
721 margin-left: 1em;
721 margin-left: 5px;
722722 margin-bottom: 5px;
723}
723}
724
725#site_overview {
726 text-align: center;
727 margin-bottom: 4em;
728}
toggle raw diff