fix(links): GH links temporary replaced, fix link to about page in header
This commit is contained in:
committed by
Benedikt Rötsch
parent
053e489486
commit
34fcc50fb9
@@ -14,10 +14,10 @@ html
|
||||
img(src='/images/icon-info.svg')
|
||||
span Example Application
|
||||
.header__upper-copy
|
||||
a(href='#todo' target='_blank' rel='noopener') What is this?
|
||||
a(href=`/about${queryString}`) What is this?
|
||||
.header__upper-second
|
||||
.header__upper-copy
|
||||
a.header__upper-link(href='https://github.com/contentful/example-contentful-university-js' target='_blank' rel='noopener')
|
||||
a.header__upper-link(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener')
|
||||
img.header__upper-icon(src='/images/icon-github.svg')
|
||||
| View on Github
|
||||
|
||||
@@ -83,7 +83,7 @@ html
|
||||
img.footer__disclaimer-logo(src='/images/contentful-logo.svg')
|
||||
p.footer__disclaimer-text
|
||||
| This website and the materials found on it are for demo purposes using Contentful. You can use this to preview the content created on your Contentful account.
|
||||
a(href='https://github.com/contentful/example-contentful-university-js' target='_blank' rel='noopener') View on Github
|
||||
a(href='https://images.contentful.com/82t39nctsu20/1JOkYZnY8YG0w88ImweME2/c8aef71dfe1ea633e16e17d99379416c/Github-repo_2x__1_.png' target='_blank' rel='noopener') View on Github
|
||||
| .
|
||||
.footer__social
|
||||
p
|
||||
|
||||
Reference in New Issue
Block a user