11 lines
408 B
HTML
11 lines
408 B
HTML
<div class="row" style="background-color: #cacaca;color: #282828; text-align: center;">
|
|
|
|
<h4>
|
|
<a href="/" class="text-decoration-none" style="color: #282828;border: solid #282828 thin;">andrewconl.in</a>
|
|
{% for item in site.data.nav %}
|
|
<a href="{{ item.link }}" class="text-decoration-none" style="color: #282828;border: solid #282828 thin;""> {{ item.name }} </a>
|
|
{% endfor %}
|
|
</h4>
|
|
|
|
</div>
|