Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advice #1327

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Advice #1327

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
38 changes: 38 additions & 0 deletions advice/vonschell-a-advice.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../css/vonschell-a.css">
<title>Vonschell's Advice For Newbies</title>
</head>

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

<section>
<div class="advice">
<h4 class="advice-heading">Embrace the Learning Curve!</h4>
<p>Coding can be challenging, especially when you're just starting out. It's important to understand
that everyone progresses at their own pace, and it's completely normal to feel overwhelmed at times.
Embrace the learning curve and give yourself permission to struggle. Break complex problems into
smaller, manageable pieces, and celebrate your progress along the way. Remember, persistence is key!</p>

<h4 class="advice-heading">Practice, Practice and Practice!</h4>
<p>Theory is important, but the real learning happens when you apply what you've learned. Dedicate time
each day to practice coding outside of the provided assignments. Work on small personal projects to
implement the theory learned into real life problems. The more you code, the more comfortable and
confident you'll become in your skills. Consistent practice will solidify your knowledge and prepare
you for real-world applications.</p>
</div>
</section>

<footer class="copyright">
<p>&copy; Copyright Vonschell 2021.</p>
</footer>
</body>

</html>
34 changes: 34 additions & 0 deletions css/vonschell-a.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.skillcrush-advice {
background: #cdedfd;
}

.heading {
border: 5px solid darkblue;
border-radius: 5px;
text-align: center;
background: whitesmoke;

}

.white-text {
color: darkblue;
}

.advice {
text-align: center;
font-size: 20px;
border: 5px solid darkblue;
border-radius: 5px;
background:whitesmoke;
}

.advice-heading {
text-decoration: underline;
color: darkblue;
font-size: 22px;
}

.copyright {
text-align: center;
font-style: italic;
}
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
='<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
Expand Down Expand Up @@ -1447,7 +1447,11 @@ <h2>Our Advice for Newbies!</h2>
<a href="advice/sean-hill-advice.html">Sean H's Advice</a><br>
<a href="advice/emma-farrell-advice.html">Emma F's Advice</a><br>
<a href="advice/tracy-tuhakaraina-advice.html">Tracy T's Advice</a><br>
<<<<<<< HEAD
<a href="advice/vonschell-a-advice.html">Vonschell's Advice</a><br>
=======
<a href="advice/cesar-v-advice.html">Cesar V. Journey Advice</a><br>
>>>>>>> upstream/main
</section>
</body>
</html>