theguywhosucks commited on
Commit
65465f9
·
verified ·
1 Parent(s): 8f199d9

Upload 17 files

Browse files
Files changed (1) hide show
  1. index.html +2 -0
index.html CHANGED
@@ -29,6 +29,7 @@
29
  .hero-text h1 { font-size: 5rem; line-height: 1; margin-bottom: 20px; }
30
  .hero-text p { font-size: 1.5rem; margin-bottom: 30px; color: #fff; }
31
  .btn { padding: 18px 40px; background: #fff; color: #000; border-radius: 8px; text-decoration: none; font-weight: 700; display: inline-block; transition: 0.3s; }
 
32
  .btn:hover { background: #ddd; }
33
 
34
  .hero-image { flex: 1; display: flex; justify-content: flex-end; }
@@ -59,6 +60,7 @@
59
  <h1>Pockit.</h1>
60
  <p>Infinite storage for heavy assets, binaries, and production data. Built for developers who need more.</p>
61
  <a href="login.html" class="btn">Get Started</a>
 
62
  </div>
63
  <div class="hero-image"><img src="screenshot.png" alt="Pockit Dashboard"></div>
64
  </section>
 
29
  .hero-text h1 { font-size: 5rem; line-height: 1; margin-bottom: 20px; }
30
  .hero-text p { font-size: 1.5rem; margin-bottom: 30px; color: #fff; }
31
  .btn { padding: 18px 40px; background: #fff; color: #000; border-radius: 8px; text-decoration: none; font-weight: 700; display: inline-block; transition: 0.3s; }
32
+ .btn + .btn { margin-left: 12px; }
33
  .btn:hover { background: #ddd; }
34
 
35
  .hero-image { flex: 1; display: flex; justify-content: flex-end; }
 
60
  <h1>Pockit.</h1>
61
  <p>Infinite storage for heavy assets, binaries, and production data. Built for developers who need more.</p>
62
  <a href="login.html" class="btn">Get Started</a>
63
+ <a href="https://pockit-cloud.github.io/cli-docs/" class="btn" target="_blank" rel="noopener noreferrer">Docs</a>
64
  </div>
65
  <div class="hero-image"><img src="screenshot.png" alt="Pockit Dashboard"></div>
66
  </section>