Update index.html
Browse files- index.html +28 -22
index.html
CHANGED
@@ -9,40 +9,46 @@
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<header class="header">
|
12 |
-
<div class="logo"
|
13 |
-
<nav class="
|
14 |
<ul>
|
15 |
-
<li><a href="#thesis">
|
16 |
-
<li><a href="#what-we-do">
|
17 |
-
<li><a href="#portfolio">
|
18 |
</ul>
|
19 |
</nav>
|
|
|
20 |
</header>
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
|
|
34 |
<h3>Liquid Digital Assets</h3>
|
35 |
<p>Bitcoin BTC, SUI SUI, Solana SOL</p>
|
36 |
</div>
|
37 |
-
<div class="
|
38 |
<h3>Venture Equity</h3>
|
39 |
<p>Akademi Crypto, D3 Labs</p>
|
40 |
</div>
|
41 |
-
</
|
42 |
-
|
|
|
|
|
43 |
<footer class="footer">
|
44 |
-
<p
|
45 |
</footer>
|
|
|
46 |
<script src="script.js"></script>
|
47 |
</body>
|
48 |
</html>
|
|
|
9 |
</head>
|
10 |
<body>
|
11 |
<header class="header">
|
12 |
+
<div class="logo">Ɐ</div>
|
13 |
+
<nav class="navigation">
|
14 |
<ul>
|
15 |
+
<li><a href="#thesis">Thesis</a></li>
|
16 |
+
<li><a href="#what-we-do">What We Do</a></li>
|
17 |
+
<li><a href="#portfolio">Portfolio</a></li>
|
18 |
</ul>
|
19 |
</nav>
|
20 |
+
<div class="menu-toggle">☰</div>
|
21 |
</header>
|
22 |
+
|
23 |
+
<section id="thesis" class="section">
|
24 |
+
<h1>We believe that Bitcoin and other cryptographically-protected sound money are the next frontier of technological revolution</h1>
|
25 |
+
<p>A Timothy Ronald’s family office fund, we do not seek any outside capital.</p>
|
26 |
+
</section>
|
27 |
+
|
28 |
+
<section id="what-we-do" class="section">
|
29 |
+
<h2>We are Value Driven Investors</h2>
|
30 |
+
<p>that make long term investments in liquid digital assets and venture equity in companies that build products in the blockchain ecosystem.</p>
|
31 |
+
</section>
|
32 |
+
|
33 |
+
<section id="portfolio" class="section">
|
34 |
+
<h2>Portfolio</h2>
|
35 |
+
<div class="portfolio">
|
36 |
+
<div class="item">
|
37 |
<h3>Liquid Digital Assets</h3>
|
38 |
<p>Bitcoin BTC, SUI SUI, Solana SOL</p>
|
39 |
</div>
|
40 |
+
<div class="item">
|
41 |
<h3>Venture Equity</h3>
|
42 |
<p>Akademi Crypto, D3 Labs</p>
|
43 |
</div>
|
44 |
+
</div>
|
45 |
+
<p>A Timothy Ronald’s family office fund, we do not seek any outside capital.</p>
|
46 |
+
</section>
|
47 |
+
|
48 |
<footer class="footer">
|
49 |
+
<p>© 2025 Ronald Capital. All Rights Reserved.</p>
|
50 |
</footer>
|
51 |
+
|
52 |
<script src="script.js"></script>
|
53 |
</body>
|
54 |
</html>
|