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

Fix Broken Contribute Button Anchor Tag #2004

Open
wants to merge 1 commit into
base: main
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
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@ <h1 class="loading-text">Loading...</h1>

<!-- Body Section -->
<main>

<!-- Hero -->
<div class="left">
<div class="headings">
<h1>Front End<br>Projects</h1>
<p>A Repository where different types of Front - End Projects are present. If you have any front end project then you can contribute to this open source repository.</p>
</div>
<a href="https://github.com/TusharKesarwani/Front-End-Projects" class="github-btn-cta"><i class="fa-brands fa-github"></i>&nbsp;&nbsp;Contribute Now&nbsp;&nbsp;&nbsp;<i class="fa-solid fa-arrow-right"></i></a>
<a href="https://github.com/TusharKesarwani/Front-End-Projects" class="github-btn-cta"><i class="fa-brands fa-github"></i>&nbsp;&nbsp;Contribute Now&nbsp;&nbsp;&nbsp;<i class="fa-solifa-arrow-right"></i></a>
</div>
<div class="right">
<img src="https://cdn3d.iconscout.com/3d/premium/thumb/web-developer-4788760-3988051.png" alt="front-end coder">
Expand Down
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,6 @@ main {
margin: 0 8rem;
position: sticky;
top:0%;
z-index: -1;

}

main .right img {
Expand All @@ -509,8 +507,6 @@ main .left {
flex-direction: column;
justify-content: center;
gap: 4rem;


}

main .left .headings {
Expand Down Expand Up @@ -965,3 +961,8 @@ footer a {
padding: 2rem 1rem;
}
}


.google-name{
cursor: pointer;
}