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

Update about.html #398

Merged
merged 1 commit into from
Oct 30, 2021
Merged
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
35 changes: 7 additions & 28 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,7 @@
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<a class="navbar-brand" href="index.html"
><img src="resources/images/logo.png" alt=""
/></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
/></a><button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
Expand Down Expand Up @@ -359,27 +350,15 @@ <h5 style="display:flex; justify-content:center;"><a href="https://www.udemy.com
</ul>
</div>
<div class="container-fluid footer-container">
<div
class="a2a_kit a2a_kit_size_32 a2a_default_style"
style="line-height: 32px"
>
<div class="a2a_kit a2a_kit_size_32 a2a_default_style" style="line-height: 32px">
<h5>
If you enjoyed the course like I did, share it so more people can
enjoy it!
If you enjoyed the course like I did, share it so more people can enjoy it!
</h5>
<div class="buttons">
<a class="a2a_button_facebook"
><i class="fab fa-facebook fa-2x"></i
></a>
<a class="a2a_button_twitter"
><i class="fab fa-twitter fa-2x"></i
></a>
<a class="a2a_button_email"
><i class="fas fa-envelope-square fa-2x"></i
></a>
<a class="a2a_button_whatsapp"
><i class="fab fa-whatsapp fa-2x"></i
></a>
<a class="a2a_button_facebook"><i class="fab fa-facebook fa-2x"></i></a>
<a class="a2a_button_twitter"><i class="fab fa-twitter fa-2x"></i></a>
<a class="a2a_button_email"><i class="fas fa-envelope-square fa-2x"></i></a>
<a class="a2a_button_whatsapp"><i class="fab fa-whatsapp fa-2x"></i></a>
</div>
</div>
<div id="credits">Made by Tatyana K. &copy; All rights reserved ;)</div>
Expand Down