-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.html
executable file
·268 lines (251 loc) · 13.8 KB
/
products.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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>Staworth - Products</title>
<link rel="stylesheet" href="src/components/styles/style.css">
<script src="src/components/scripts/site.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato&display=swap"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="js/site.js"></script>
</head>
<body onload="spinLoader()" style="background-color: black">
<div id="loader"></div>
<nav class="navbar navbar-expand-lg" style="position: fixed; z-index: 2; padding-left: 25%; width: 100%; height: 50px; background-color: black">
<a class="navbar-brand" aria-current="page" href="index.html" style="position: fixed">
<img class="navbar-title" src="src/images/logos/Staworth_103_30_Black_Close.png">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon">⬇</span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar" style="position: fixed; margin-left: 250px;">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="presence.html">Presence</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">Products</a>
</li>
</ul>
</div>
</nav>
<div>
<p class="spacer" style="padding-top: 40px;">_</p>
</div>
<div class="page-summary" style="text-align: center; max-width: 500px;">
<p style="font-size: 24px; font-weight:bolder">Our Products</p>
<p>Review our recent work, both for Staworth and the DAOs and organisations we serve. Click through to the original source.</p>
</div>
<div class="blog-preview"><a class="blog-link" href="https://mirror.xyz/jackgale.eth/L6hcKY_fBuzNu_IFCaBNy5zRcPSqnuaJIhqmlWn0lII">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header">Beefy's Profitability Problem</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">21 August 2024</p>
</div>
<div class="blog-column">
<p class="blog-category">BEEFY</p>
</div>
</div>
<p class="blog-description">Treatise on the right approach to reinvesting profits in the Beefy DAO, accompanying proposals for a new profit distribution framework and incentives scheme.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/productions/grey-shapes-15.png">
</div>
</div>
</a></div>
<div class="blog-preview"><a class="blog-link" href="https://beefy.com/articles/ltipp/">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header">Training Wheels Off - Unleashing CLM with LTIPP on Arbitrum</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">12 June 2024</p>
</div>
<div class="blog-column">
<p class="blog-category">BEEFY</p>
</div>
</div>
<p class="blog-description">Dive into the full launch of the new Cowcentrated Liquidity Manager (CLM), and Beefy's Long Term Incentives Pilot Program campaign taking place on Arbitrum this summer.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/productions/beefy-ltipp.png">
</div>
</div>
</a></div>
<div class="blog-preview"><a class="blog-link" href="https://mirror.xyz/staworth.eth/T6K_aBMbkFLzIIluCSFIY0FoiOF3qaG4b_uFG4sc6Lw">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header">Introducing: Staworth</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">31 May 2024</p>
</div>
<div class="blog-column">
<p class="blog-category">STAWORTH</p>
</div>
</div>
<p class="blog-description">A brief introduction to Staworth Limited - "staunch advocacy for digital communities". Read about the principles we're built on and our journey through to launch.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/logos/Staworth_16_9_Black.png">
</div>
</div>
</a></div>
<div class="blog-preview"><a class="blog-link" href="https://beefy.com/articles/fraxtal/">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header">Recursive Returns with Beefy on Fraxtal</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">4 April 2024</p>
</div>
<div class="blog-column">
<p class="blog-category">BEEFY</p>
</div>
</div>
<p class="blog-description">Celebrating the launch of Beefy on its 26th blockchain - Fraxtal. A deep exploration of the new ecosystem and the philosophy underlying Frax's plans for a future DeFi paradise.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/productions/fraxtal.png">
</div>
</div>
</a></div>
<div class="blog-preview"><a class="blog-link" href="https://jumpshare.com/v/OMlUmrQSYknnpOC7b14c">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header">Beefy Annual Report 2023</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">20 February 2024</p>
</div>
<div class="blog-column">
<p class="blog-category">BEEFY</p>
</div>
</div>
<p class="blog-description">Concluding the first year of financial reporting for Beefy DAO, the 2023 report highlights the DAO's activities and financial performance over the last 12 months.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/productions/beefy-annual-report-2023.jpg">
</div>
</div>
</a></div>
<div class="blog-preview"><a class="blog-link" href="https://mirror.xyz/jackgale.eth/0-0hFdJBkoj9YTk0vJyL8J3eQym44ZkTm5TfzIsX5mc">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header">Karpatkey DAO: Strategic Significance</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">16 February 2024</p>
</div>
<div class="blog-column">
<p class="blog-category">PERSONAL</p>
</div>
</div>
<p class="blog-description">Exploring the launch of Karpatkey DAO, the next chapter for one of the largest Web 3.0 treasury and risk management providers, and reasons for choosing to launch as a DAO in 2024.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/productions/grey-shapes-1.png">
</div>
</div>
</a></div>
<div class="blog-preview"><a class="blog-link" href="https://beefy.com/articles/zap-v3/">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header"> The Next Level: ZAP V3 with Beefy × Optimism × KyberSwap</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">4 December 2023</p>
</div>
<div class="blog-column">
<p class="blog-category">BEEFY</p>
</div>
</div>
<p class="blog-description">Delivering the next generation of accessibility tooling, in tandem with the largest launch campaign we've ever done.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/productions/zap-v3.png">
</div>
</div>
</a></div>
<div class="blog-preview"><a class="blog-link" href="https://beefy.com/articles/lz-aura/">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header">The Next Generation: Crosschain Yield Optimization with Beefy x LayerZero x Aura</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">13 September 2023</p>
</div>
<div class="blog-column">
<p class="blog-category">BEEFY</p>
</div>
</div>
<p class="blog-description">Announcing a paradigm shift in Beefy's product lineup, with the introduction of LayerZero crosschain strategies in partnership with Aura Finance.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/productions/lz-aura.png">
</div>
</div>
</a></div>
<div class="blog-preview"><a class="blog-link" href="https://beefy.com/articles/beefy-cl/">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header">Creative Destruction, Concentrated Liquidity and Beefy’s Next Generation</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">30 June 2023</p>
</div>
<div class="blog-column">
<p class="blog-category">BEEFY</p>
</div>
</div>
<p class="blog-description">Concentrated liquidity has arrived on Beefy, meaning higher yields and more efficient liquidity than ever before. Learn all about our latest vaults built with Gamma and Algebra.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/productions/beefy-cl.jpeg">
</div>
</div>
</a></div>
<div class="blog-preview"><a class="blog-link" href="https://beefy.com/articles/safeguarding-in-plain-sight-the-beefy-timelock-monitor/">
<div class="blog-row">
<div class="blog-column" style="margin-right: 30px">
<p class="blog-header">Safeguarding in Plain Sight: The Beefy Timelock Monitor</p>
<div class="blog-row">
<div class="blog-column">
<p class="blog-date">7 March 2023</p>
</div>
<div class="blog-column">
<p class="blog-category">BEEFY</p>
</div>
</div>
<p class="blog-description"> Discover the secrets of Beefy’s risk management efforts for yourself with our latest public information feed.</p>
</div>
<div class="blog-column" style="max-width: 50%;">
<img class ="blog-image" src="src/images/productions/timelock-monitor.png">
</div>
</div>
</a></div>
<div>
<p class="spacer" style="padding-bottom: 0px;">_</p>
</div>
<footer>
<p>Copyright © 2024 Staworth Limited</p>
</footer>
</body>
</html>