This repository was archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 1.72 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Rabbit - Unleash Cloud Cost Transparency</title>
</head>
<body>
<header>
<h1>Unleash Cloud Cost Transparency with Rabbit</h1>
<nav>
<ul>
<li><a href="features.html">Features</a></li>
<li><a href="#">Case Study</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Try it Now!</a></li>
</ul>
</nav>
</header>
<section>
<article>
<header>
<h2>Empowering Google Cloud Cost Optimization and Management</h2>
</header>
<ul>
<li>Gain real-time insights into cloud spending</li>
<li>Collaboratively track team expenditures</li>
<li>Streamline billing comprehension and focus</li>
<li>Navigate price changes effortlessly, saving time</li>
<li>Optimize systems for maximum cost-effectiveness</li>
<li>Analyze service pricing for informed decision-making</li>
<li>Create commitments for compute engine optimization</li>
</ul>
</article>
<article>
<header>
<h3>Take control of your cloud costs and drive business success</h3>
</header>
<p>Rabbit is your dedicated partner for achieving unparalleled cloud cost transparency. Tailored for principal engineers, CTOs, and lead data engineers, our pay-as-you-go pricing ensures cost efficiency. Embrace Rabbit and unlock the power of informed decision-making for cloud cost optimization and management.</p>
</article>
</section>
<footer>
<p>© 2023 Rabbit. All rights reserved.</p>
</footer>
</body>
</html>