You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.3 KiB
35 lines
1.3 KiB
10 months ago
|
<!doctype html>
|
||
|
<html class="text-slate-700">
|
||
|
<head>
|
||
|
<title>Welcome - Time Safari</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<!-- Tailwind -->
|
||
|
<script src="https://cdn.tailwindcss.com?plugins=forms"></script>
|
||
|
|
||
|
<!-- Font Awesome -->
|
||
|
<script src="https://kit.fontawesome.com/2396c18fde.js" crossorigin="anonymous"></script>
|
||
|
|
||
|
<link href="css/main.css" rel="stylesheet">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<!-- CONTENT -->
|
||
|
<section id="Content" class="p-6 pb-24 min-h-screen flex flex-col justify-center bg-gradient-to-b from-cyan-300 via-white via-60%">
|
||
|
<img src="img/teamwork.png" class="w-60 mx-auto" />
|
||
|
<!-- Heading -->
|
||
|
<h1 id="ViewHeading" class="text-xl text-center font-semibold mt-4">(Feature / ability 02 goes here)</h1>
|
||
|
|
||
|
<p class="text-center text-lg font-light mt-1">(A brief, one-sentence description of the feature / ability goes here.)</p>
|
||
|
|
||
|
<div class="fixed bottom-0 left-0 right-0 z-50">
|
||
|
<div class="flex p-4 gap-2">
|
||
|
<a href="intro-04.html" class="block w-3/4 text-center text-md uppercase bg-blue-600 text-white px-1.5 py-2 rounded-md">Next</a>
|
||
|
<a href="start.html" class="block w-1/4 text-center text-md uppercase bg-slate-300 text-slate-500 px-1.5 py-2 rounded-md">Skip</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</body>
|
||
|
|
||
|
</html>
|