Browse Source

Link additions.

master
Georg Hopp 10 years ago
parent
commit
f711bd3409
  1. 4
      app/views/layouts/application.html.erb
  2. 14
      app/views/welcome/index.html.erb

4
app/views/layouts/application.html.erb

@ -16,9 +16,9 @@
<nav id="nav"> <nav id="nav">
<ul> <ul>
<li><a href="#section1" class="active" title="Next Section" >About</a></li> <li><a href="#section1" class="active" title="Next Section" >About</a></li>
<li><a href="#section2" title="Next Section">Projects</a></li>
<li><a href="#section2" title="Next Section">Freedom</a></li>
<li><a href="#section3" title="Next Section">Slide 3</a></li> <li><a href="#section3" title="Next Section">Slide 3</a></li>
<li><a href="#section4" title="Next Section">Slide 4</a></li>
<li><a href="#section4" title="Next Section">Custom Code</a></li>
</ul> </ul>
</nav> </nav>
</div> </div>

14
app/views/welcome/index.html.erb

@ -1,16 +1,16 @@
<div id="section1" class="section"> <div id="section1" class="section">
<div class="content"> <div class="content">
<div id="about"> <div id="about">
<div class="textbox">
<%= image_tag("gears.svg", height: "60") %>
<h1>Custom Code</h1>
Programs
</div>
<div class="textbox">
<a href="#section2"><div class="textbox">
<%= image_tag("copyleft-icon.svg", size: "60") %> <%= image_tag("copyleft-icon.svg", size: "60") %>
<h1>Free as in <q>FREE SPEACH</q></h1> <h1>Free as in <q>FREE SPEACH</q></h1>
Freedom Freedom
</div>
</div></a>
<a href="#section4"><div class="textbox">
<%= image_tag("gears.svg", height: "60") %>
<h1>Custom Code</h1>
Programs
</div></a>
<div class="textbox"> <div class="textbox">
<%= image_tag("heckert_gnu.svg", height: "60") %> <%= image_tag("heckert_gnu.svg", height: "60") %>
<%= image_tag("tux-mono.svg", height: "60") %> <%= image_tag("tux-mono.svg", height: "60") %>

Loading…
Cancel
Save