add content and change project layout
This commit is contained in:
11
includes/sections/copyright.pug
Normal file
11
includes/sections/copyright.pug
Normal file
@ -0,0 +1,11 @@
|
||||
include /includes/mixins/ext_a
|
||||
|
||||
section.copyright
|
||||
h1.target#copyright: a(href="#copyright") copyright
|
||||
.desc
|
||||
| © #{year} #{first_name} #{last_name}.
|
||||
br
|
||||
| Created with #[+ext_a('https://pugjs.org', 'pug')]
|
||||
| and #[+ext_a('https://sass-lang.com', 'sass')].
|
||||
| Built with #[+ext_a('https://parceljs.org', 'parcel')].
|
||||
| Pronunciation generated by #[+ext_a('https://ipa-reader.xyz', 'ipa-reader')].
|
Reference in New Issue
Block a user