44 lines
No EOL
1.7 KiB
HTML
44 lines
No EOL
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>Tuxbot - Home</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="assets/css/normalize.css">
|
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- NAVBAR -->
|
|
<nav class="main-nav">
|
|
<uL>
|
|
<li><a href="#" style="font-weight: bold;">Tuxbot</a></li>
|
|
<li><a href="#">Home</a></li>
|
|
<li><a href="#">Users</a></li>
|
|
<div style="float: right;">
|
|
<li><a class="btn-color-green" href="#">Source Code</a></li>
|
|
<li><a class="btn-color-blue" href="#">Add the bot</a></li>
|
|
</div>
|
|
</uL>
|
|
</nav>
|
|
<!-- END NAV -->
|
|
|
|
<!-- JUMBOTRON -->
|
|
<div class="jumbotron">
|
|
<div class="text-lead">
|
|
<h1>Discover TuxBot</h1>
|
|
<h2>A varied utility, fun and moderation bot for Discord servers using 2.0 Web technology as service.</h2>
|
|
<p>Since 2016 Tuxbot accompain various discord server to allow them to add some functionalities and improve their member experience. This bot is code for reals geeks by geeks.</p>
|
|
<ul class="lead-btn">
|
|
<li><a href="discover" class="btn">Add the bot</a></li>
|
|
<li><a href="cards" class="btn">See profiles</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="image-lead">
|
|
<img src="assets/images/undraw_mobile_web_2g8b.svg">
|
|
</div>
|
|
</div>
|
|
<!-- END JUMBOTRON -->
|
|
|
|
</body>
|
|
</html> |