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

slightly change the text and course button of zero-to-mastery #566

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@

[@VelizarStavrev](https://github.com/VelizarStavrev)

[@VaibhavSuryavanshi93](https://github.com/VaibhavSuryavanshi93)

[@javfue](https://github.com/javfue)

[@Ram-1984](https://github.com/Ram-1984)
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,14 @@ <h2 class="animated bounce text-center">Why take this course?
<hr>
</div>
<hr>
<a>Zero To<span class="masteryColor"> Mastery</span></a>
<a><span class="size">Zero To<span class="masteryColor"> Mastery</span></span></a>
</h1>
<a href="instructor.html" id="course-button" class="btn btn-secondary px-3 py-2">View
<a href="instructor.html" id="course-button-2" class="btn btn-secondary px-3 py-2">View
Courses</a>
</div>
</div>
<div>

<div class="container details-container">
<div class="container">
<h2 class="animated bounce text-center">Why take this course?
Expand Down
20 changes: 19 additions & 1 deletion modified_homepage_css.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,22 @@ nav {
background-color: #081020c7;
color: #fff;
transform: scale(1.2);
}
}
.size{
font-size: 2rem;
}

#course-button-2 {
margin: 30px;
padding: 10px 20px;
margin: 20px;
padding: 0;
color: #000000;
scroll-behavior: smooth;
}

#course-button-2:hover {
background-color: #007bff;
color: #fff;
transform: scale(1.2);
}