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

implemented #3

Merged
merged 1 commit into from
Aug 29, 2024
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
19 changes: 14 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,19 @@ <h1 class="header-title">
<p class="header-subtitle">BackEnd Developer.</p>
<button class="btn btn-primary">Visit My Works</button>
</div>
</header><!-- end of page header -->

</header>
<!-- end of page header -->
<div class="container">
<footer class="footer"><h2>You can Find me on:</h2>
<div class="social-links text-right m-auto ml-sm-auto">
<a href="https://www.linkedin.com/in/heshanu/" class="link"><i class="ti-linkedin"></i></a>
<a href="heshanu97@gmail.com" class="link"><i class="ti-google"></i></a>
<a href="javascript:void(0)" class="link"><i class="ti-pinterest-alt"></i></a>
<a href="https://github.com/heshanu" class="link"><i class="ti-github"></i></a>
<a href="javascript:void(0)" class="link"><i class="ti-rss"></i></a>
</div>
</footer>
</div> </br></br/>
<!-- about section -->
<section class="section pt-0" id="about">
<!-- container -->
Expand Down Expand Up @@ -461,9 +472,7 @@ <h6 class="section-title mb-5">Contact Me</h6>
<div class="container">
<footer class="footer">
<p class="mb-0">Copyright
<script>document.write(new Date().getFullYear())</script> &copy; <a
href="http://www.devcrud.com">DevCRUD</a> Distribution <a
href="https://themewagon.com">ThemeWagon</a>
<script>document.write(new Date().getFullYear())</script>
</p>
<div class="social-links text-right m-auto ml-sm-auto">
<a href="https://www.linkedin.com/in/heshanu/" class="link"><i class="ti-linkedin"></i></a>
Expand Down
Loading