Skip to content

Commit 86f429a

Browse files
committed
Minor copy adjustments
1 parent 0312fb9 commit 86f429a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

_layouts/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repo
4545

4646
</section>
4747
<footer>
48-
Enojying this? Leave a star on <a href="https://github.com/IGPenguin/hmm">GitHub ⭐️ </a>
49-
<br>
5048
Made with 🖤 by <a href="https://www.linkedin.com/in/intergalacticpenguin/">IGPenguin</a><br>
49+
Leave a star on <a href="https://github.com/IGPenguin/hmm">GitHub ⭐️ </a>
5150
</footer>
5251
</div>
5352
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>

data/quotes_v2.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ id;topic;emoji;title;text
2626
24;Improving Judgement;🧐;Avoid jumping to conclusions.;Balance negative thoughts with gratitude.<br>Secret information does not mean important.<br>Confident does not mean competent.
2727
25;Critical Thinking;🕳;Don’t rush to solve a problem.<br>Stop and think first.;Dig down to avoid solving symptoms.<br>Find and address the root cause.
2828
26;Critical Thinking;🧨;Think about your<br>recommended solutions.;What problems might they cause?<br>Will it actually help the situation?<br>Review your approach with others.
29-
27;Critical Thinking;🧇;Break big problems<br>into smaller ones.;Then break those into smaller as well.<br>Continue until the solutions became obvious.<br>Anticipate unintended consequences.
29+
27;Critical Thinking;🧇;Break big problems<br>into smaller ones.;Then break those into smaller as well.<br>Continue until the solutions become obvious.<br>Anticipate unintended consequences.
3030
28;Critical Thinking;📝;Define the problem statement.;Outline main goals and metrics.<br>Identify stakeholders and define success.<br>Map boundaries and constraints.<br>Articulate assumptions and establish a timeline.
3131
29;Critical Thinking;🤷;Seek to understand<br>why a solution is needed.;What is really driving the request?<br>Why do people care about it?<br>Is it really a serious problem?
3232
30;Critical Thinking;🗂;Examine the past attempts<br>to solve the problem.;Who and how tried to solve it?<br>What were the limitations?<br>What is different now?

js/random_quote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function redraw(index){
7777

7878
markAsSeen(quoteIndex);
7979
var itemsLeft = quoteCount-seenIDs.length;
80-
document.getElementById('id_subtitle').innerHTML = "Keep learning and discover " + itemsLeft + " more unique cards.";
80+
document.getElementById('id_subtitle').innerHTML = "Keep learning and discover other " + itemsLeft + " unique cards.";
8181
}
8282

8383
function randomItem(){

0 commit comments

Comments
 (0)