-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
124 lines (112 loc) · 5.99 KB
/
about.html
File metadata and controls
124 lines (112 loc) · 5.99 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE HTML>
<!--
Landing Page for Avocdo Classic Inc.
-->
<html>
<head>
<title>About Us</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description=" content="Avocado Classic Inc. is a not for profit data
mining company utilizing green renewable energy to power cryptocurrency,
blockchain and artificial inteligence systems."/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="./images/Flavicon.jpg">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="assets/js/web3.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123342410-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123342410-1');
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3553317551013285",
enable_page_level_ads: true
});
</script>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1>
<a href="index.html" style="text-decoration:none">
<img src="images/AVCLogo.png"/>
</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><button style="width:90%" type="button" onclick="window.location.href='index.html'">Home</button></li>
<li><button style="width:90%" type="button" onclick="window.location.href='about.html'">About Us</button></li>
<li><button id="donate" style="width:90%" >Donate</button></li>
<li><button style="width:90%" type="button" onclick="window.location.href='profile.html'"><a href="profile.html" id="account">My Profile</a></button></li>
<li><button style="width:90%">TxCount: <span id="txCount"></span></button></li>
<li><button style="width:90%">Ver: <span id="protocolVer"></span></button></span></li>
<li><button style="width:90%">Web 3 Ver: <span id="web3Ver"></span></button></span></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>About Us</h2>
</header>
<section class="wrapper style5">
<div class="inner">
<h3>Mission Statement</h3>
<p>To use data mining as a charitable source of income for the purpose of increasing self sustaining, renewable energy technology, and spreading its uses to impoverished nations worldwide. </p>
<h3>Corporate Filing</h3>
<h4>
<li><a href="http://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquiryType=DocumentNumber&aggregateId=domnp-n18000006067-f308587a-bcdb-4146-9322-12be08e02e44&directionType=Initial&searchNameOrder=AVOCADOCLASSIC%20N180000060670&searchTerm=N18000006067">SunBiz</a></li>
<li><a href="https://opencorporates.com/companies/us_fl/N18000006067">Open Corporates</a></li>
</h4>
<h3>Open source</h3>
<p>All of the code for this site is oen source and not-for-profit. The website is hosted on github. Feel free to contribute, fork or clone.</p>
<p><a class="github-button" href="https://github.com/AvocadoClassic" aria-label="Follow @AvocadoClassic on GitHub">Follow @AvocadoClassic</a></p>
<h3>Guacbase: Donation Wallet Data</h3>
<p>Address: <a href="https://rinkeby.etherscan.io/address/0xd531b32855379d943149d8c67723a77853038c27">0xD531b32855379D943149D8C67723A77853038c27</a></p>
<p> Balance: <span id="guacbase"></span></p>
<p> Transaction Count: <span id="guacbaseTxCt"></span></p>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://avocado-classic-inc.business.site/?m=true" class="icon fa-google"><span class="label">TGoogle</span></a></li>
<li><a href="https://twitter.com/Guactoshi" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/Avocado-Classic-Inc-529560327504687/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.linkedin.com/company/avocado-classic-inc/" class="icon fa-linkedin"><span class="label">Linked In</span></a></li>
<li><a href="https://www.instagram.com/avocadoclassic" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/AvocadoClassic" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.youtube.com/channel/UCgdDaUJwbQ5oGPqHnkN0wcA" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://www.twitch.tv/guactoshi" class="icon fa-twitch"><span class="label">Twitch</span></a></li>
</ul>
<ul class="copyright">
<li>© Avocado Classic Inc.</li><li>Design: <a href="http://guactoshi.com">Guactoshi</a>, <a href="https://twitter.com/ajlkn">Ajlkn</a> </li> <li>Photography:<a href="https://www.r-frames.com/">R-Frames</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>