Finalized navbar and footer.
This commit is contained in:
parent
35e12edf02
commit
dc5385aa3e
@ -35,8 +35,8 @@ footer ul {
|
||||
padding-right: 5%;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-brand {
|
||||
height: 80px;
|
||||
.navbar-brand {
|
||||
height: 75px;
|
||||
padding-left: 100px;
|
||||
font-family: cinzel,serif;
|
||||
font-size: 2.5rem;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.0 KiB |
@ -19,7 +19,9 @@ description = "Default Layout"
|
||||
{% partial 'header' %}
|
||||
|
||||
<main>
|
||||
{% page %}
|
||||
<div class="container-fluid">
|
||||
{% page %}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
|
6
www/themes/jason-williamsca/pages/contact.htm
Normal file
6
www/themes/jason-williamsca/pages/contact.htm
Normal file
@ -0,0 +1,6 @@
|
||||
title = "Contact Me"
|
||||
url = "/contact"
|
||||
layout = "default"
|
||||
is_hidden = 0
|
||||
==
|
||||
<p>Contact Me</p>
|
6
www/themes/jason-williamsca/pages/feed.htm
Normal file
6
www/themes/jason-williamsca/pages/feed.htm
Normal file
@ -0,0 +1,6 @@
|
||||
title = "Feed"
|
||||
url = "/feed"
|
||||
layout = "default"
|
||||
is_hidden = 0
|
||||
==
|
||||
<p>Feed</p>
|
6
www/themes/jason-williamsca/pages/projects.htm
Normal file
6
www/themes/jason-williamsca/pages/projects.htm
Normal file
@ -0,0 +1,6 @@
|
||||
title = "Projects"
|
||||
url = "/projects"
|
||||
layout = "default"
|
||||
is_hidden = 0
|
||||
==
|
||||
<p>Projects</p>
|
6
www/themes/jason-williamsca/pages/resume.htm
Normal file
6
www/themes/jason-williamsca/pages/resume.htm
Normal file
@ -0,0 +1,6 @@
|
||||
title = "Résumé"
|
||||
url = "/resume"
|
||||
layout = "default"
|
||||
is_hidden = 0
|
||||
==
|
||||
<p>Résumé</p>
|
@ -3,16 +3,14 @@ url = "/"
|
||||
layout = "default"
|
||||
is_hidden = 0
|
||||
==
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-lg-7">
|
||||
<h1>Feed</h1>
|
||||
<div class="row">
|
||||
<div class="col-lg-5 order-lg-2">
|
||||
<h1>Welcome</h1>
|
||||
<p>Welcome to Ja.son-Williams.ca, the little home on the web of – surprise, surprise – Jason Williams.</p>
|
||||
<p>Jay is a caucasian male originally from Swansea, UK but last spotted in Calgary, Canada. By day he's a mild-mannered bank employee and by night he's... uh... asleep, mostly.</p>
|
||||
<p>He doesn't kepp very much stuff here, but to browse around please make a selection from the menu at the top right of the page.</p>
|
||||
</div>
|
||||
<div class="col-lg-5">
|
||||
<h1>Welcome</h1>
|
||||
<p>Welcome to Ja.son-Williams.ca, the little home on the web of – surprise, surprise – Jason Williams.</p>
|
||||
<p>Jay is a caucasian male originally from Swansea, UK but last spotted in Calgary, Canada. By day he's a mild-mannered bank employee and by night he's... uh... asleep, mostly.</p>
|
||||
<p>He doesn't kepp very much stuff here, but to browse around please make a selection from the menu at the top right of the page.</p>
|
||||
<div class="col-lg-7 order-lg-1">
|
||||
<h1>Feed</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -3,21 +3,21 @@ description = "Site Footer"
|
||||
<footer class="footer mt-auto py-3 static-bottom">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="col-md-4">
|
||||
<p>©2020 Jason Williams</p>
|
||||
<ul>
|
||||
<li>Home</li>
|
||||
<li>Resume</li>
|
||||
<li>Feed</li>
|
||||
<li>Contact Me</li>
|
||||
<ul class="d-none d-md-block">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/resume">Résumé</a></li>
|
||||
<li><a href="/feed">Feed</a></li>
|
||||
<li><a href="/contact">Contact Me</a></li>
|
||||
</ul>
|
||||
<p>Weather info goes here!</p>
|
||||
<p>Made with 💖 in #YYC<br><a href="#"><img src="{{ 'assets/images/madeinyyc.png'|theme }}"></a></p>
|
||||
<p>Made with 💖 in #YYC<br><a href="https://www.madeinyyc.com/"><img src="{{ 'assets/images/madeinyyc.png'|theme }}"></a></p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="col-md-4">
|
||||
<p>Recent Projects</p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="col-md-4">
|
||||
<p>Recent Blog Posts</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,28 +1,56 @@
|
||||
description = "Site Header"
|
||||
==
|
||||
<?php
|
||||
function onStart()
|
||||
{
|
||||
// Determine the acive section of the site in order to customize the navigation
|
||||
$this['activeSection'] = explode('/', $_SERVER['REQUEST_URI'])[1];
|
||||
}
|
||||
?>
|
||||
==
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-lg navbar-light">
|
||||
<a class="navbar-brand" href="/">Jason Williams</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample05" aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<a class="navbar-brand" href="/"><span class="d-none d-sm-inline-block">Jason Williams</span></a></a>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarsExample05">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item {% if activeSection == '' %}active{% endif %}">
|
||||
<a class="nav-link" href="/">Home {% if activeSection == '' %}<span class="sr-only">(current)</span>{% endif %}</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Feed</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#">Résumé</a>
|
||||
<li class="nav-item {% if activeSection == 'feed' %}active{% endif %}">
|
||||
<a class="nav-link" href="/feed">Feed {% if activeSection == 'feed' %}<span class="sr-only">(current)</span>{% endif %}</a>
|
||||
</li>
|
||||
{% if activeSection != 'resume' %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/resume">Résumé</a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li class="nav-item active d-none d-lg-inline-block">
|
||||
<a class="nav-link" href="/resume">Résumé</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown active d-lg-none show">
|
||||
<a class="nav-link dropdown-toggle" href="/resume" id="resumeDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">Résumé</a>
|
||||
<!--<div class="dropdown-menu" aria-labelledby="resumeDropdown">
|
||||
<a class="dropdown-item" href="#">Summary</a>
|
||||
<a class="dropdown-item" href="#">Skills & Expertise</a>
|
||||
<a class="dropdown-item" href="#">Experience</a>
|
||||
<a class="dropdown-item" href="#">Education</a>
|
||||
<a class="dropdown-item" href="#">Certifications</a>
|
||||
</div>-->
|
||||
<ul class="navbar-nav" aria-labelledby="resumeDropdown">
|
||||
<li class="nav-item"><a class="dropdown-item" href="#">Summary</a></li>
|
||||
<li class="nav-item"><a class="dropdown-item" href="#">Skills & Expertise</a></li>
|
||||
<li class="nav-item"><a class="dropdown-item" href="#">Experience</a></li>
|
||||
<li class="nav-item"><a class="dropdown-item" href="#">Education</a></li>
|
||||
<li class="nav-item"><a class="dropdown-item" href="#">Certifications</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
<form class="form-inline my-2 my-md-0">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
</form>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
Loading…
Reference in New Issue
Block a user