GarGerry commited on
Commit
843408d
·
verified ·
1 Parent(s): d0ae61d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +28 -22
index.html CHANGED
@@ -9,40 +9,46 @@
9
  </head>
10
  <body>
11
  <header class="header">
12
- <div class="logo">⦷</div>
13
- <nav class="nav-menu">
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
  </header>
21
- <main>
22
- <section id="thesis" class="section">
23
- <h2>THESIS</h2>
24
- <p>We believe that Bitcoin and other cryptographically-protected sound money are the next frontier of technological revolution.</p>
25
- <p class="sub-text">A Timothy Ronald’s family office fund, we do not seek any outside capital.</p>
26
- </section>
27
- <section id="what-we-do" class="section">
28
- <h2>WHAT WE DO</h2>
29
- <p>We are Value Driven Investors that make long term investments in liquid digital assets and venture equity in companies that build products in the blockchain ecosystem.</p>
30
- </section>
31
- <section id="portfolio" class="section">
32
- <h2>PORTFOLIO</h2>
33
- <div class="portfolio-item">
 
 
34
  <h3>Liquid Digital Assets</h3>
35
  <p>Bitcoin BTC, SUI SUI, Solana SOL</p>
36
  </div>
37
- <div class="portfolio-item">
38
  <h3>Venture Equity</h3>
39
  <p>Akademi Crypto, D3 Labs</p>
40
  </div>
41
- </section>
42
- </main>
 
 
43
  <footer class="footer">
44
- <p 2025 Ronald Capital Clone. All rights reserved.</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">&#9776;</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>&copy; 2025 Ronald Capital. All Rights Reserved.</p>
50
  </footer>
51
+
52
  <script src="script.js"></script>
53
  </body>
54
  </html>