💻📓 Add navigation #100DaysOfCode R1D20
This commit is contained in:
parent
d762202f18
commit
6febd30f34
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,13 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
|
<body {% if page.id %}id="page-{{ page.id }}"{% endif %}>
|
||||||
|
<nav class="nav noprint">
|
||||||
|
<a class="nav-link" href="/">Introduction</a>
|
||||||
|
<a class="nav-link" href="/web/">Web Resume</a>
|
||||||
|
<a class="nav-link" href="/theater/">Acting Resume</a>
|
||||||
|
<a class="nav-link" href="/contact/">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<section class="entry-content container-fluid">
|
<section class="entry-content container-fluid">
|
||||||
{% if page.title %}
|
{% if page.title %}
|
||||||
<header class="entry-header">
|
<header class="entry-header">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue