-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
45 lines (44 loc) · 2.25 KB
/
footer.html
File metadata and controls
45 lines (44 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<style>
.footer_bottom {
background-color: white;
position: relative;
}
</style>
<div class="footer">
<div class="disclaimer">
<div class="f_left">
<p class="dis"><img alt="Fair Chance Investments Token" src="images/ffi_coin.png"/></p>
<ul class="footer_list">
<li class="f_l_hea">PLATFORM</li>
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
</ul>
<ul class="footer_list phases">
<li class="f_l_hea">PHASES</li>
<li><a href="#">Virtual USD</a></li>
<li><a href="#">NFT Platform</a></li>
<li><a href="#">Dev Platform</a></li>
</ul>
</div>
<div class="f_right">
<p>The information provided on this website does not constitute investment advice, financial advice, trading advice, or any other sort of advice,
and you should not treat any of the website's content as such. Fair Chance Finance does not recommend that any cryptocurrency should be bought,
sold, or held by you. Do conduct your own due diligence and consult your financial advisor before making any investment decisions.
<br><br>
Fair Chance Investments will strive to ensure accuracy of information listed on this website, although it will not hold any responsibility for
any missing or wrong information. You understand that you are using any and all information available here at your own risk. Past performance is
not indicative of future results.
<p>
</div>
</div>
<div class="footer_bottom link">
Fair Chance Investments @ 2022
<a href="#"><i aria-hidden="true" class="fa fa-twitter">(Discord)</i></a>
<a href="#"><i aria-hidden="true" class="fa fa-twitter">(Twitter)</i></a>
<a href="#"><i aria-hidden="true" class="fa fa-telegram">(Telegram)</i></a>
<a href="#"><i aria-hidden="true" class="fa fa-medium">(Medium)</i></a>
</div>
</div>