-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
39 lines (36 loc) · 1.65 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sliced</title>
<link rel="apple-touch-icon" sizes="180x180" href="./images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
</head>
<body>
<div class="nav_flex">
<a class="navbar-brand" style="color:white; font-size: 40px; font-weight: bold;">
<section class="wrapper">
<div class="top">Sliced</div>
<div class="bottom" aria-hidden="true">Sliced</div>
</section>
</a>
<a href="login.html">
<button class="button">
Sign In
</button>
</a>
</div>
<div class="content">
<h2>WELCOME</h2>
<p class="contenttext">I'm here to help you to get personalized answers of your's, making your life easier.</p>
<p class="contenttext">Instant responses, 24/7 availability, and personalized recommendations.</p>
<p class="contenttext">I'll learn from our conversations to provide you with more tailored assistance over time.</p>
<p class="contenttext">Your privacy is important to us. We take data security seriously and will never share your information.</p>
<h5>Thank you for choosing SLICED!</h5>
</div>
</body>
</html>