Skip to content
Open
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
8 changes: 6 additions & 2 deletions views/partials/footer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
<title>Document</title>
</head>
<body>
<br>

<hr size="2" color="grey">
<footer class="section footer-section">

<div class="container footer-container">
<div class="footer-top">

<div class="footer-left-column">

<p>Join millions of people who organize work and life with Taskify.</p>
<ul role="list" aria-label="Social links">

Expand Down Expand Up @@ -77,12 +81,12 @@
</ul>
<p class="footer-taskify-inc">© Taskify Inc.</p>


</div>
</div>


</footer>

</body>
</html>
</html>