-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
48 lines (43 loc) · 884 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
</main>
<footer class='site-footer'>
<inner-column>
<h2 class='attention-voice'>footer...</h2>
<code class='show-code'><?php echo "?" . queryString(); ?></code>
<nav class='site-menu'>
<ul>
<li>
<a href=''>Home</a>
</li>
<li>
<a href='about'>About</a>
</li>
<li>
<a href='contact'>Contact</a>
</li>
<li>
<a href='projects'>Projects</a>
</li>
<li>
<a href='layouts'>Layouts</a>
</li>
<li>
<a href='style-guide'>Style guide</a>
</li>
<li>
<a href='goals'>Goals</a>
</li>
<li>
<a href='resume'>Résumé</a>
</li>
<li>
<a href='exercises'>Exercises</a>
</li>
<li>
<a href='error'>Error..</a>
</li>
</ul>
</nav>
</inner-column>
</footer>
</body>
</html>