mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
Added nav html and scripts
This commit is contained in:
parent
7befb75cb3
commit
4f387fb7c8
@ -1,5 +1,48 @@
|
|||||||
extends layout
|
extends layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
h1 Yoooooooooooooooooo
|
article
|
||||||
p Yoooooooooooooooooooooooooooooooo
|
header
|
||||||
|
// Navbar
|
||||||
|
nav.navbar.mb-4
|
||||||
|
// Navbar brand
|
||||||
|
a.navbar-brand(href='#')
|
||||||
|
p ESTR
|
||||||
|
span //
|
||||||
|
// Collapse button
|
||||||
|
button.navbar-toggler.ham-button(type='button' data-toggle='collapse' data-target='#navbarSupportedContent23' aria-controls='navbarSupportedContent23' aria-expanded='false' aria-label='Toggle navigation')
|
||||||
|
.ham
|
||||||
|
span
|
||||||
|
span
|
||||||
|
span
|
||||||
|
span
|
||||||
|
// Collapsible content
|
||||||
|
#navbarSupportedContent23.collapse.navbar-collapse
|
||||||
|
// Links
|
||||||
|
ul.navbar-nav.mr-auto
|
||||||
|
li.nav-item.active
|
||||||
|
a.nav-link(href='#')
|
||||||
|
| Home
|
||||||
|
span.sr-only (current)
|
||||||
|
li.nav-item
|
||||||
|
a.nav-link(href='#') Features
|
||||||
|
li.nav-item
|
||||||
|
a.nav-link(href='#') Pricing
|
||||||
|
// Links
|
||||||
|
// Collapsible content
|
||||||
|
|
||||||
|
|
||||||
|
main
|
||||||
|
// left hand text
|
||||||
|
h1
|
||||||
|
| Hello,
|
||||||
|
br
|
||||||
|
| I'm Esther
|
||||||
|
p I'm a Programmer & Designer from the UK.
|
||||||
|
p I like to make stuff
|
||||||
|
|
||||||
|
// The pink right block images and stuff here
|
||||||
|
|
||||||
|
footer
|
||||||
|
p piss
|
||||||
|
|
||||||
|
@ -2,6 +2,10 @@ doctype html
|
|||||||
html
|
html
|
||||||
head
|
head
|
||||||
title= title
|
title= title
|
||||||
|
link(rel='stylesheet', href='/stylesheets/bootstrap.css')
|
||||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||||
body
|
body
|
||||||
block content
|
block content
|
||||||
|
script(src="/javascript/jquery-3.5.1.min.js")
|
||||||
|
script(src="/javascript/bootstrap.js")
|
||||||
|
script(src="/javascript/nav.js")
|
||||||
|
Loading…
Reference in New Issue
Block a user