refactor: Change views
This commit is contained in:
committed by
Benedikt Rötsch
parent
3f6efdf750
commit
3373ff282d
5
views/about.pug
Normal file
5
views/about.pug
Normal file
@@ -0,0 +1,5 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
5
views/categories.pug
Normal file
5
views/categories.pug
Normal file
@@ -0,0 +1,5 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
@@ -0,0 +1,5 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
.container
|
||||
section.hero
|
||||
.hero__image
|
||||
.featured-cards-list
|
||||
.featured-cards__list
|
||||
.featured-cards__list
|
||||
.featured-cards__list
|
||||
|
||||
|
||||
@@ -4,4 +4,22 @@ html
|
||||
title= title
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
body
|
||||
header
|
||||
.header__navbar--logo
|
||||
a.logo--link(href='#') Contentful University
|
||||
.header__navbar--navigation
|
||||
nav
|
||||
ul
|
||||
li
|
||||
a.button--navigation(href='/') Home
|
||||
li
|
||||
a.button--navigation(href='/courses') Courses
|
||||
li
|
||||
a.button--navigation(href='/categories') Categories
|
||||
li
|
||||
a.button--navigation(href='/about') About
|
||||
li
|
||||
a.button--navigation(href='/settings') Settings
|
||||
li
|
||||
a.button--navigation(href='/sitemap') Sitemap
|
||||
block content
|
||||
|
||||
5
views/settings.pug
Normal file
5
views/settings.pug
Normal file
@@ -0,0 +1,5 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
5
views/sitemap.pug
Normal file
5
views/sitemap.pug
Normal file
@@ -0,0 +1,5 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
h1= title
|
||||
p Welcome to #{title}
|
||||
Reference in New Issue
Block a user