Skip to content

Commit

Permalink
Added contact footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksouth committed Jan 4, 2024
1 parent 9d7ea35 commit 70555d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
text-align: center;
}
.footer .insidefooter p {
margin: 0;
padding: 0;

color: #d2d3d6;
font-size: 14px;
}
Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@ <h2 class="title">Modular Publish Bot</h2>
</div>
</div>
</div>
<div class="footer">
<div class="insidefooter">
<p>For questions or data requests, please contact <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5e2c373d351e303f2a3f332b2d703d3133">[email&#160;protected]</a>.</p>
</div>
</div>
</body>
<script data-cfasync="false" src="/assets/external/js/email-decode.min.js"></script><script type="text/javascript">
<script src="/assets/external/js/jquery-3.2.1.min.js"></script>
<script src="/assets/js/home.js"></script>
</html>

0 comments on commit 70555d1

Please sign in to comment.