Skip to content

Commit

Permalink
2020-12-15__link update
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterShon committed Dec 15, 2020
1 parent 4e623da commit 26973e0
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 194 deletions.
6 changes: 3 additions & 3 deletions build/index.html

Large diffs are not rendered by default.

185 changes: 2 additions & 183 deletions build/js/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/pages/common/footer.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
footer.footer
.footer__header
.footer__img-box
img.footer__img.an-i.an-s.an-scaleimg(src="../img/nigas-girl.jpg", alt="nigas girl")
img.footer__img.an-i.an-s.an-scaleimg(src="./img/nigas-girl.jpg", alt="nigas girl")
.footer__info-box
.footer__column.an-i.an-s.an-title
h3.footer__column-title.text.text_7n.text_14 SOME INFO
Expand Down
2 changes: 1 addition & 1 deletion src/pages/common/header.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
header.header
a#header.header__logo-link(href="#")
img.header__logo-image(src="../img/logo.png", alt="logo")
img.header__logo-image(src="./img/logo.png", alt="logo")
nav.header__nav
ul.header__nav-list
li.header__nav-item.header__nav-item_active
Expand Down
2 changes: 1 addition & 1 deletion src/pages/includes/index/contact-us.pug
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ section.main__contact-us.contact-us
Take the free online assessment to see if you are a candidate and get started on your journey.
a.contact-us__get-help.text.text_5n.text_16(href="#") GET HELP NOW
.contact-us__img-box
img.contact-us__img.an-i.an-s.an-scaleimg(src="../img/glad-niga.jpg", alt="smile guys")
img.contact-us__img.an-i.an-s.an-scaleimg(src="./img/glad-niga.jpg", alt="smile guys")
2 changes: 1 addition & 1 deletion src/pages/includes/index/first.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ section.main__first.first
a.first__whatdoido.text.text_5n.text_16(href="#") WHAT DO I DO
.first__ellipse.first__ellipse_blue
.first__ellipse.first__ellipse_img
img.first__ellipse-inner(src="/img/sad-niga.jpg", alt="sad niga")
img.first__ellipse-inner(src="./img/sad-niga.jpg", alt="sad niga")
2 changes: 1 addition & 1 deletion src/pages/includes/index/should-know.pug
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
section.main__should-know.should-know
.should-know__img-box
img.should-know__img.an-i.an-s.an-scaleimg(src="../img/smile-guys.jpg", alt="smile guys")
img.should-know__img.an-i.an-s.an-scaleimg(src="./img/smile-guys.jpg", alt="smile guys")
.should-know__info-box
h3.should-know__title.text.text_4n.text_16.an-i.an-s.an-title YOU SHOULD ALSO KNOW
p.should-know__text.text.text_7n.text_36.
Expand Down
4 changes: 2 additions & 2 deletions src/pages/includes/index/tile.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ section.main__tile.tile
a.color-box__link(href="#")
h3.color-box__item.text.text_7n.text_32 Mental<br>Health
.tile__color-box.color-box.color-box_img.an-i.an-s.an-color-box
img.color-box__main-img(src="../img/berrytable.jpg", alt="notrition")
img.color-box__additional-img.whirligig(src="../img/berrycup.png", alt="notrition")
img.color-box__main-img(src="./img/berrytable.jpg", alt="notrition")
img.color-box__additional-img.whirligig(src="./img/berrycup.png", alt="notrition")
a.color-box__link(href="#")
h3.color-box__item.text.text_7n.text_32 Nutrition
.tile__color-box.color-box.color-box_skyblue.an-i.an-s.an-color-box
Expand Down
2 changes: 1 addition & 1 deletion src/pages/includes/index/why-thrive.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ section.main__why-thrive.why-thrive
Want to improve your well-being from the comfort of your own couch? Are you having trouble finding the right therapist?
| &nbsp; Here at ThriveTalk, our licensed therapists provide the same quality care you would get in office from anywhere you can access your laptop or mobile phone. Become your best self with ThriveTalk. Start therapy now with a licensed therapist!
.why-thrive__img-box
img.why-thrive__img.an-i.an-s.an-scaleimg(src="../img/top-girl.jpg", alt="top girl")
img.why-thrive__img.an-i.an-s.an-scaleimg(src="./img/top-girl.jpg", alt="top girl")

0 comments on commit 26973e0

Please sign in to comment.