-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavigation.yml
53 lines (51 loc) · 1.43 KB
/
navigation.yml
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
49
50
51
52
53
# This is the configuration for the site navigation.
# This file defines the structure of various named navigational
# listings, any of which can be used (with some caveats) as the
# links in your header, footer, and per-page side navigation.
#
# For instance, if you have a "primary" navigation list here, you
# can use that as your header's primary navigation by setting
# `primary.links` to "primary":
#
# primary:
# links: primary
#
primary:
- text: Projects
href: /
links:
- text: Federal Student Aid
href: /projects/fsa/
- text: Ferndale Police Partnership
href: /projects/ferndale/
- text: City of Chicago Design
href: /projects/chicago/
- text: Google Wallet Research
href: /projects/google/
- text: HP Content Strategist
href: /projects/hp/
- text: FCC Training Program
href: /projects/fcc/
- text: BailAssist Prototype
href: /projects/bailassist/
- text: GitHub Repos
href: /projects/github/
- text: 6th Sense Publication
href: /projects/6thsense/
- text: About
href: about.html
- text: Contact
href: contact.html
- text: Resume
href: resume.html
# Uncomment the 'links' sections below to use footer link columns
# with the 'big' footer style.
footer:
- text: Projects
href: /
- text: About
href: about.html
- text: Contact
href: contact.html
- text: Resume
href: resume.html