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

restructured the entire documentation #17

Merged
merged 2 commits into from
Feb 9, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
added footer
  • Loading branch information
maitrakhatri committed Feb 9, 2022
commit 159febd57cebe9f404dc34f5e52b3f5de735fcee
21 changes: 21 additions & 0 deletions docs/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,25 @@ button#bfc-show {
text-decoration: none;
padding: 1rem 2rem;
font-size: large;
}

footer p {
display: flex;
justify-content: center;
align-items: initial;
gap: 0.75rem;
margin: 1rem;
}

footer img {
width: 28px;
height: 28px;
}

.myName {
font-weight: bold;
}

footer a {
text-decoration: none;
}
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ <h1>gozo UI</h1>
</div>

</div>

<footer>
<p class="text-l">Made with <span><img src="./assets/heart-filled.png" alt="love"></span> by <a href="https://github.com/maitrakhatri" target="_blank" rel="noopener noreferrer"> <span class="text-red myName"> Maitra Khatri </span> </a></p>
</footer>

</body>
</html>