forked from johnggli/linktree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
67 lines (59 loc) · 4.09 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OctoFi Links</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="icon" href="https://raw.githubusercontent.com/octofi/assets/master/logo/octofi-256x256-radius-22percent.png" type="image/x-icon" />
</head>
<body>
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<a id="profilePicture" href="#popup">
<img src="https://raw.githubusercontent.com/octofi/assets/master/logo/octofi_social_256.png" alt="Profile Picture">
</a>
<div id="userName">
@OctoFi
</div>
<div id="links">
<a class="link" href="https://octo.fi" target="_blank">🐙 OctoFi Website - octo.fi</a>
<a class="link" href="https://app.octo.fi" target="_blank">💻 OctoFi dApp - app.octo.fi</a>
<a class="link" href="https://dyor.octo.fi" target="_blank">🤿 What is OctoFi? - dyor.octo.fi</a>
<a class="link" href="https://safe.octo.fi" target="_blank">🔐 Gnosis Multisig - safe.octo.fi</a>
<a class="link" href="https://twitter.com/octofinance" target="_blank">🐦 Twitter - @octofinance</a>
<a class="link" href="https://github.com/octofinance" target="_blank">🧑💻 GitHub Account - @OctoFinance</a>
<a class="link" href="https://github.com/octofi" target="_blank">🧑💻 GitHub Org. - @OctoFi</a>
<a class="link" href="https://t.me/OctoFi" target="_blank">🛩 Telegram Group - @OctoFi</a>
<a class="link" href="https://t.me/OctoFiNews" target="_blank">🛩 Telegram Channel - @OctoFiNews</a>
<a class="link" href="https://www.youtube.com/channel/UCQ8TelmjLpFKQAsZCXIs5Tw" target="_blank">📺 OctoFi on Youtube</a>
<a class="link" href="https://ama.octo.fi" target="_blank">🙋 Ask Me Anything - ama.octo.fi</a>
<a class="link" href="https://audit.octo.fi" target="_blank">🕵️ Security Audits - audit.octo.fi</a>
<a class="link" href="https://blog.octo.fi" target="_blank">📖 Blog Posts - blog.octo.fi</a>
<a class="link" href="https://bugs.octo.fi" target="_blank">🐛 Bug Reporting - bugs.octo.fi</a>
<a class="link" href="https://den.octo.fi" target="_blank">💬 The Den (forums) - den.octo.fi</a>
<a class="link" href="https://eth.octo.fi" target="_blank">💦 ETH Pool - eth.octo.fi</a>
<a class="link" href="https://usdc.octo.fi" target="_blank">💦 USDC Pool - usdc.octo.fi</a>
<a class="link" href="https://farm.octo.fi" target="_blank">🚜 Yield Farm - farm.octo.fi</a>
<a class="link" href="https://fees.octo.fi" target="_blank">💰 Revenue Wallet - fees.octo.fi</a>
<a class="link" href="https://hodl.octo.fi" target="_blank">💪 Eligible Addresses - hodl.octo.fi</a>
<a class="link" href="https://help.octo.fi" target="_blank">🏥 Help Center - help.octo.fi</a>
<a class="link" href="https://il.octo.fi" target="_blank">💀 Impermanent Loss? - il.octo.fi</a>
<a class="link" href="https://lock.octo.fi" target="_blank">🔒 Locked Tokens - lock.octo.fi</a>
<a class="link" href="https://log.octo.fi" target="_blank">📝 Changelog - log.octo.fi</a>
<a class="link" href="https://news.octo.fi" target="_blank">📰 News Channel - news.octo.fi</a>
<a class="link" href="https://nik.octo.fi" target="_blank">8️⃣ Nik Patel Report - nik.octo.fi</a>
<a class="link" href="https://shop.octo.fi" target="_blank">🧦 Tentie's Merch - shop.octo.fi</a>
<a class="link" href="https://todo.octo.fi" target="_blank">🛣 Product Roadmap - todo.octo.fi</a>
<a class="link" href="https://uni.octo.fi" target="_blank">🦄 Uniswap Info - uni.octo.fi</a>
<a class="link" href="https://yolo.octo.fi" target="_blank">✊ Tentacult Manifesto - yolo.octo.fi</a>
</div>
<div id="hashtag">
#WarOnRugs🔒
</div>
</body>
</html>