Skip to content

Commit

Permalink
Merge pull request skillcrush#1209 from sontutts/advice
Browse files Browse the repository at this point in the history
Added my personal advice page and according css
  • Loading branch information
redrambles authored Jan 2, 2024
2 parents caa8c84 + 0f7c96f commit 301fa29
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 5 deletions.
41 changes: 41 additions & 0 deletions advice/sonja-tuttolomondo-stovall-advice.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../css/sonja-tuttolomondo-stovall.css">
<!-- replace Skillcrush with your name here -->
<title>Sonja's Advice For Newbies</title>
</head>

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

<body class="sonja-advice">
<header>
<a href="../index.html">Back to Main Page</a>
<h1>Hi, my name is Sonja and I have some advice for you!</h1>
</header>

<section>
<div class="advice">
<h4>Practice Helps!</h4>
<p>There are so many different commands and processes to learn while coding. Keep practicing and you
will get it. The steps will become more memorable.</p>

<h4>When practice is not helping, look to the resources available to you.</h4>
<p>
Don't be afraid to search tthe internet, or look at the many resources available to you. This isn't cheating, this is being smart.
</p>

<p>This is a normal part of the process of learning a new technology, and in fact, it's a critical part
of the process.</p>
</div>
</section>

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

</html>
18 changes: 18 additions & 0 deletions css/sonja-tuttolomondo-stovall.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

body {
background: lightpink;
}

h1,
h4 {
text-decoration: underline;
}
h1 {
color: rgb(82, 73, 73);
}
h4 {
color: blue;
}
footer {
color: rgb(61, 83, 17);
}
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1333,9 +1333,9 @@ <h2>Our Advice for Newbies!</h2>
<a href="advice/april-jordan-advice.html" target="_blank">April's Advice</a><br>
<a href="advice/leo-faso3-advice.html" target="_blank">Leo Faso 2 Advice</a><br>
<a href="advice/mandy-m-advice.html" target="_blank">Mandy's Advice</a><br>
<a href=advice/blanca-laso-advice.html>Blanca Laso’s Advice</a><br>
<a href="advice/blanca-laso-advice.html">Blanca Laso’s Advice</a><br>
<a href="advice/adra-conde-advice.html">Adra Conde’s Advice</a><br>
<a href ="advice/cassandra-rusk-advice.html" target="_blank">Cassandra's Advice</a><br>
<a href="advice/cassandra-rusk-advice.html" target="_blank">Cassandra's Advice</a><br>
<a href="advice/Sarah-S-advice.html">Sarah Syed's advice</a><br>
<a href="advice/roberto-nino-advice.html" target="_blank">Roberto Nino’s Advice</a><br>
<a href="advice/caz-peart-advice.html" target="_blank">Caz Peart's Advice</a><br>
Expand All @@ -1346,15 +1346,16 @@ <h2>Our Advice for Newbies!</h2>
<a href="advice/darrian-thomas-advice.html" target="_blank" style="font-style: italic; font-family: monospace;">"Exploration" by Darrian</a><br>
<a href="advice/steven-emery-advice.html">Steve's Advice (ok previous code helped me along the way!)</a><br>
<a href="advice/kylar-valentine-advice.html" target="_blank">kylar's advice</a><br>
<a href=advice/Al-SC-advice.html target="_blank" style="font-family: 'Courier New', Courier, monospace">Al's advice (may have been spoon fed) 🥄 </a><br>
<a href="advice/Al-SC-advice.html" target="_blank" style="font-family: 'Courier New', Courier, monospace">Al's advice (may have been spoon fed) 🥄 </a><br>
<a href="advice/susan-ross-advice.html" target="_blank">Susan's Advice</a><br>
<a href="advice/claire-pollock-advice.html">Claire P's Advice</a><br>
<a href="advice/david-gibson-advice.html" target="_blank">D's Delusions of Wisdom</a><br>
<a href="advice/jamie-williams-advice.html" target="_blank">Jamie W's Advice</a><br>
<a href="/advice/joan-kat-advice.html" target="_blank">Joan-kat's Advice</a><br>
<a href="advice/joan-kat-advice.html" target="_blank">Joan-kat's Advice</a><br>
<a href="advice/ken-ellingsen-advice.html" target="_blank">Ken E's Advice</a><br>
<a href="advice/dawn-catanach-advice.html">Dawn C's Advice</a><br>
<a href=”advice/sophie-rose-advice.html”>Sophie R's Advice</a><br>
<a href="advice/sophie-rose-advice.html">Sophie R's Advice</a><br>
<a href="advice/sonja-tuttolomondo-stovall-advice.html">Sonja TS's Advice</a><br>
<a href="advice/Ethan-colorado-advice.html" target="_blank">Ethan c's advice</a><br>

</section>
Expand Down

0 comments on commit 301fa29

Please sign in to comment.