Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions advice/kat-advice.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../css/main.css">
<!-- replace Skillcrush with your name here -->
<title>Kat's advice for new coders</title>
</head>

<!-- replace skillcrush with your name here -->

<body class="skillcrush-advice">
<header>
<a href="../index.html">Back to Main Page</a>
<h1>Hi, my name is Kat and here's some advice.</h1>
</header>

<section>
<div class="advice">
<h4>You are never too old to learn something new, like coding</h4>
<p>No matter how old you are, you can learn to code if you want, or for that matter, learn anything new.</p>

<p>Life-long learning keeps your brain active and agile. Make it a goal to learn something new every day.</p>

<h4>No question is a "dumb" question</h4>
<p>Ask questions when you don't understand something. Communicate with your team that you are confused.
</p>

<p>Trust me, it's far better to be upfront when you aren't sure of something than muddle along and get confused worse.</p>

<p>If you don't understand something, say something. Your team would much rather you ask questions or ask for advice than screw up a project because you were afraid to speak up. A great book to read about communication is Alan Alda's book "If I Understood You, Would I Have This Look on My Face?" It's an excellent book about communicating with others.
</p>
</div>
</section>

<footer>
<!-- replace Skillcrush with your name here -->
<p>&copy; Copyright Kat 2026.</p>
</footer>
</body>

</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h2>Skillcrusher's Advice for Newbies!</h2>
<a href="advice/tiffany-k-advice.html">Tiffany K's Advice</a><br>
<a href="advice/megan-ducote-advice.html">Megan D's Advice</a><br>
<a href="advice/najja-meeks-advice.html"> Najja M's Advice</a><br>
<a href="advice/kat-advice.html">Kat's Advice</a><br>
<a href="advice/Bismah-Hassan-advice.html">Bismah H's Advice</a><br>
<a href="advice/carmen-olmsted-advice.html">Carmen's Advice</a><br>
<a href="advice/annie-heath-advice.html"> Annie's Advice</a><br>
Expand Down