-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtutorial.html
More file actions
40 lines (37 loc) · 2.08 KB
/
tutorial.html
File metadata and controls
40 lines (37 loc) · 2.08 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Bakify</title>
<link rel="icon" type="image/png href="assets/images/icon.png"/>
<link id="theme" rel="stylesheet" type="text/css" href="assets/styles/dark.css"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,400,0,0" />
</head>
<body onload="defaultTheme()">
<br>
<br>
<br>
<h1>Bakify</h1>
<p>Tutorial Page</p>
<br>
<button onclick="location.href='index.html';"> <span class="material-symbols-outlined">home</span> Home</button>
<br>
<br>
<div class="section">
<br>
<br>
<h2>What is Bakify?</h2>
<p style="text-align: left;">Originally designed for Ms. Baker's class, Bakify is an online web application that allows you to scan your writing for analytical never-words and offers synonymous terms as replacements. It (debatably) improves your writing by highlighting weak words that impede your message, and has automatic dark mode that turns on at night. If there are any programmers who have any suggestions, I would love to hear feedback! (built-in form on website). Please note that Bakify is still in beta, meaning not all features are fully available, and Bakify will continue to develop and improve.</p>
<br>
<h2>Why use Bakify?</h2>
<p style="text-align: left;">Bakify allows users to scan for over 118 different analytical never-words with weak verb support coming soon. It reduces the time spent searching for words and can provide synonymous terms automatically within the website. More analytical never-words and weak verbs will be added as Bakify develops.</p>
<br>
<br>
</div>
<script src="assets/scripts/ambient.js"></script>
</body>
</html>