Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion public/features/analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ <h4>Support</h4><a href="/#contact">Contact Us</a>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.8.1/vanilla-tilt.min.js"></script>
<script src="/js/features.js"></script>
<script src="../js/features.js"></script>
<script src="../js/theme-toggle.js"></script>
</body>

Expand Down
21 changes: 17 additions & 4 deletions public/features/grow.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
content="Collect leads with contact forms, understand your audience with insights, and build trust with a verified creator badge.">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/home.css">
<link rel="stylesheet" href="/css/features.css">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/home.css">
<link rel="stylesheet" href="../css/features.css">

<style>
:root {
--feat-accent: #22c55e;
Expand Down Expand Up @@ -342,7 +343,19 @@ <h4>8 Premium Gradient Themes</h4>
<line x1="12" y1="1" x2="12" y2="3"/>
<line x1="12" y1="21" x2="12" y2="23"/>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/>
<line x1="18.36" y1="18.36
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/>
<line x1="1" y1="12" x2="3" y2="12"/>
<line x1="21" y1="12" x2="23" y2="12"/>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/>
</svg>
</span>
<span class="toggle-thumb"></span>
</span>
</button>
</nav>
</div>
</header>

<section class="feat-hero">
<div class="feat-hero-inner feat-animate">
Expand Down