Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sahill1931 committed Sep 27, 2023
1 parent ab00bbb commit a35d663
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions books.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,17 @@ <h1>Books every designer should read</h1>

<div class="footerColumn">
<div class="footer_col">
<h3>View more books</h3>
<h3>Recommended Design Books</h3>
<div class="books_design">
<div class="book_box">
<a href="https://www.amazon.com/Dont-Make-Think-Revisited-Usability/dp/0321965515?crid=CLDUAQXTQ0B8&keywords=don%27t+make+me+think&qid=1691576015&s=books&sprefix=don%27t+make+me+%2Cstripbooks%2C500&sr=1-1&linkCode=li1&tag=uxchecklist-20&linkId=d8e377e4582ed3946b181ccb85d38619&language=en_US&ref_=as_li_ss_il" target="_blank"><img border="0" src="img/first-book.png"></a>
</div>
<div class="book_box">
<a href="https://www.amazon.com/Design-of-Everyday-Things-audiobook/dp/B07L5Y9HND?keywords=the+design+of+everyday+things&qid=1691576063&s=books&sprefix=the+design+of+eve%2Cstripbooks%2C407&sr=1-1&linkCode=li1&tag=uxchecklist-20&linkId=9c1c021f81ff6ba39d748e46d8373d8e&language=en_US&ref_=as_li_ss_il" target="_blank"><img border="0" src="img/second-book.jpg"></a>
</div>

</div>
<a class="link-design" href="/books.html"> View more books</a>
</div>
</div>

Expand Down Expand Up @@ -230,7 +232,7 @@ <h3>Tools</h3>

<div class="hide-for-print clearfix">
<a id="typeformLink" class="typeform-share button" href="https://sovesove.typeform.com/to/Ok2qWy" data-mode="1" target="_blank"><i class="fa fa-comment-o"></i>Tell us what you think!</a>
<a id="pop-open" class="typeform-share button code-full" data-mode="1" target="_blank"><i class="fa fa-comment-o"></i>Other credits</a>
<a id="pop-open" class="link-design" data-mode="1" target="_blank"><i class="fa fa-comment-o"></i>Other credits</a>
<script>
(function() {
var qs, js, q, s, d = document,
Expand Down
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1899,6 +1899,7 @@ div#title a {color: inherit;text-decoration: none;}
.close { font-weight: 800; font-size: 43px; color: gray; top: 0; position: absolute; right: 18px; }
.p-f{margin-bottom: 20px;}
.other-credits.bg-black{display: grid;}
.link-design {display: block;text-decoration: none !important;margin-top: 16px;}
.other-credits{display:none;}
@media screen and (min-width: 1250px) and (max-width: 1359px){
.book_box {max-width: 80px;padding-bottom: 0;}
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ <h1>UX Project Checklist</h1>

<div class="footerColumn">
<div class="footer_col">
<h3>View more books</h3>
<h3>Recommended Design Books</h3>
<div class="books_design">
<div class="book_box">
<a href="https://www.amazon.com/Dont-Make-Think-Revisited-Usability/dp/0321965515?crid=CLDUAQXTQ0B8&keywords=don%27t+make+me+think&qid=1691576015&s=books&sprefix=don%27t+make+me+%2Cstripbooks%2C500&sr=1-1&linkCode=li1&tag=uxchecklist-20&linkId=d8e377e4582ed3946b181ccb85d38619&language=en_US&ref_=as_li_ss_il" target="_blank"><img border="0" src="img/first-book.png"></a>
Expand All @@ -552,6 +552,7 @@ <h3>View more books</h3>
<a href="https://www.amazon.com/Design-of-Everyday-Things-audiobook/dp/B07L5Y9HND?keywords=the+design+of+everyday+things&qid=1691576063&s=books&sprefix=the+design+of+eve%2Cstripbooks%2C407&sr=1-1&linkCode=li1&tag=uxchecklist-20&linkId=9c1c021f81ff6ba39d748e46d8373d8e&language=en_US&ref_=as_li_ss_il" target="_blank"><img border="0" src="img/second-book.jpg"></a>
</div>
</div>
<a class="link-design" href="/books.html"> View more books</a>
</div>
</div>

Expand Down Expand Up @@ -588,7 +589,7 @@ <h3>Tools</h3>

<div class="hide-for-print clearfix">
<a id="typeformLink" class="typeform-share button" href="https://sovesove.typeform.com/to/Ok2qWy" data-mode="1" target="_blank"><i class="fa fa-comment-o"></i>Tell us what you think!</a>
<a id="pop-open" class="typeform-share button code-full" data-mode="1" target="_blank"><i class="fa fa-comment-o"></i>Other credits</a>
<a id="pop-open" class="link-design" data-mode="1" target="_blank"><i class="fa fa-comment-o"></i>Other credits</a>
<script>
(function() {
var qs, js, q, s, d = document,
Expand Down

0 comments on commit a35d663

Please sign in to comment.