Showing
2 changed files
with
9 additions
and
9 deletions
... | ... | @@ -16,9 +16,9 @@ |
16 | 16 | <nav id="nav"> |
17 | 17 | <ul> |
18 | 18 | <li><a href="#section1" class="active" title="Next Section" >About</a></li> |
19 | - <li><a href="#section2" title="Next Section">Projects</a></li> | |
19 | + <li><a href="#section2" title="Next Section">Freedom</a></li> | |
20 | 20 | <li><a href="#section3" title="Next Section">Slide 3</a></li> |
21 | - <li><a href="#section4" title="Next Section">Slide 4</a></li> | |
21 | + <li><a href="#section4" title="Next Section">Custom Code</a></li> | |
22 | 22 | </ul> |
23 | 23 | </nav> |
24 | 24 | </div> | ... | ... |
1 | 1 | <div id="section1" class="section"> |
2 | 2 | <div class="content"> |
3 | 3 | <div id="about"> |
4 | - <div class="textbox"> | |
5 | - <%= image_tag("gears.svg", height: "60") %> | |
6 | - <h1>Custom Code</h1> | |
7 | - Programs | |
8 | - </div> | |
9 | - <div class="textbox"> | |
4 | + <a href="#section2"><div class="textbox"> | |
10 | 5 | <%= image_tag("copyleft-icon.svg", size: "60") %> |
11 | 6 | <h1>Free as in <q>FREE SPEACH</q></h1> |
12 | 7 | Freedom |
13 | - </div> | |
8 | + </div></a> | |
9 | + <a href="#section4"><div class="textbox"> | |
10 | + <%= image_tag("gears.svg", height: "60") %> | |
11 | + <h1>Custom Code</h1> | |
12 | + Programs | |
13 | + </div></a> | |
14 | 14 | <div class="textbox"> |
15 | 15 | <%= image_tag("heckert_gnu.svg", height: "60") %> |
16 | 16 | <%= image_tag("tux-mono.svg", height: "60") %> | ... | ... |
Please
register
or
login
to post a comment