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

issue-170-added footer -siddhantkhariwal #192

Closed
wants to merge 3 commits into from
Closed
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
49 changes: 49 additions & 0 deletions templates/mainpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,55 @@
</div>
</div>
<div class="card-footer text-center text-white" style="background-color: #008080;">
<div class="container py-4">
<div class="row footerlinks justify-content-between">
<div class="col-sm-3 col-4 mt-3">
<div>
<dl>
<dt class="text-uppercase h5 mb-3"><strong>About</strong></dt>
<dd><a class="text-white" href="https://getfedora.org/">Get Fedora </a></dd>
<dd><a class="text-white" href="/en/sponsors/">Sponsors</a></dd>
<dd><a class="text-white" href="https://fedoramagazine.org">Fedora Magazine</a></dd>
<dd><a class="text-white" href="https://fedoraproject.org/wiki/Legal:Main#Legal">Legal</a></dd>
</dl>
</div>
</div>
<div class="col-sm-3 col-4 mt-3">
<div>
<dl>
<dt class="text-uppercase h5 mb-3"><strong>Support</strong></dt>
<dd><a class="text-white" href="https://fedoraproject.org/wiki/Communicating_and_getting_help">Get Help</a></dd>
<dd><a class="text-white" href="https://ask.fedoraproject.org/">Ask Fedora</a></dd>
<dd><a class="text-white" href="https://fedoraproject.org/wiki/Common_F34_bugs">Common Bugs</a></dd>
<dd><a class="text-white" href="https://developer.fedoraproject.org/">Fedora Developer Portal</a></dd>
</dl>
</div>
</div>
<div class="col-sm-3 col-4 mt-3">
<div>
<dl>
<dt class="text-uppercase h5 mb-3"><strong>Community</strong></dt>
<dd><a class="text-white" href="https://fedoraproject.org/wiki/Join">Join Fedora</a></dd>
<dd><a class="text-white" href="https://fedoraproject.org/wiki/Overview">About Fedora</a></dd>
<dd><a class="text-white" href="http://fedoraplanet.org">Planet Fedora</a></dd>
<dd><a class="text-white" href="https://accounts.fedoraproject.org/">Fedora Account System</a></dd>
</dl>
</div>
</div>
</div>
<div class="row footerlinks py-4">
<div class="col-12 text-center">
<a href="https://www.facebook.com/TheFedoraProject" class="btn-social btn-outline"><i class="fab fa-facebook h1 tealfilt "></i></a>
<a href="https://twitter.com/fedora" class="btn-social btn-outline"><i class=" fab fa-twitter h1 tealfilt" ></i></a>
</div>
</div>
<div class="row footerlinks">
<div class="col-12 text-center"> <p> Direct comments and corrections to the <a class="text-white" href="https://pagure.io/fedora-web/websites/">websites team</a>. </p> <p> Fedora is sponsored by Red Hat. <a class="text-white" href="https://www.redhat.com/en/technologies/linux-platforms/articles/relationship-between-fedora-and-rhel">Learn more about the relationship between Red Hat and Fedora »</a> </p>
<div class="py-3"> <a class="text-white" href="https://www.redhat.com/"><img class="rh-logo" src="https://getfedora.org/static/images/redhat.png" alt="Red Hat Logo"></a>
</div> <p> © 2021 Red Hat, Inc. and others. </p>
</div>
</div>
</div>
<span class="small">
<a class="text-white"
href="https://github.com/t0xic0der/fragment/"
Expand Down