superAPI / index.html
Vicent3's picture
Create index.html
13b0b98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SuperAPI - Build Digital Projects with No Code</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css" integrity="sha512-ZRv40llEogRmoN1s3Vz9JJ4pzzLk6aQP3D5nlP5+Jh2IvZS5W8UEVlQOrHzF8ciKvzW4ryXt5z6P1Bwld92egQ==" crossorigin="anonymous" />
<script defer src="https://use.fontawesome.com/releases/v5.14.0/js/all.js"></script>
</head>
<body>
<section class="hero is-primary is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">Hi, Changemakers!</h1>
<h2 class="subtitle">Want to create digital projects without knowing how to code?</h2>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="title">SuperAPI</h2>
<p>
SuperAPI is an open-source API hub that gives you access to the best APIs on the market with a simple and intuitive interface.
</p>
<p>
With SuperAPI, you can:
</p>
<ul>
<li>Create web, mobile, and desktop apps without knowing how to code.</li>
<li>Automate tasks and processes.</li>
<li>Get data from external sources.</li>
</ul>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="title">How does SuperAPI work?</h2>
<p>
SuperAPI uses Gradio, a no-code platform that lets you create graphical interfaces for your APIs with just a few clicks.
</p>
<p>
To get started, just select the API you want to use and customize the interface of your app.
</p>
<p>
That's it! In minutes, you'll have your app ready to use.
</p>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="title">What APIs are available?</h2>
<p>In SuperAPI, you'll find APIs of all kinds, like:</p>
<ul>
<li>Geolocation APIs</li>
<li>Translation APIs</li>
<li>Data analysis APIs</li>
<li>Machine learning APIs</li>
<li>And many more!</li>
</ul>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="title">How can I contribute?</h2>
<p>
SuperAPI is an open-source project, so anyone can contribute.
</p>
<p>
If you have an API you'd like to add to the hub, or if you want to help improve the interface of one of the existing APIs, you can do so easily.
</p>
<p>
Join the SuperAPI community and help create a more digital world!
</p>
<p>#changemakers #nocode #superapi</p>
</div>
</section>
<footer class="footer">
<div class="content has-text-centered">
<p>
<strong>SuperAPI by Changemakers.</strong> An open-source project for the community.
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-n/4gQzSNezpn6QV9fUcqU4p5JBnQXpKNBvhZst9fb5uAcpXjKMf9r5K5h9Lg/AAs02g1OrdUuZl6d1Y3lpXdfg==" crossorigin="anonymous"></script>
<!-- In development, brothers, uncomment the following -->
<script type="text/javascript">
// I don't have time atm to do this :()
</script>
</body>
</html>