-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (65 loc) · 3.44 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<title>Terminize</title>
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="index.css" rel="stylesheet">
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Miles Waugh" name="author">
<meta
content="terminize, terminise, study tool, learning, recall, practice, term-definition pairs, interactive, customizable, difficulty level, progress tracking, test-taking, exam preparation, education, memorization, student, academic, subjects, quiz, flashcards, terminology, definitions, categories, points, score"
name="keywords">
</head>
<body>
<div class="content">
<h1>Terminize</h1>
<div id="description">
<p>Click on "import" to import a study set.</p>
<p>Go to "examples" to see some example sets, and go to "help" for more information on the study set file
format.
</p>
</div>
<hr>
<div id="buttons">
<button title="import" id="import" onclick="location.href = './import';">
<p>import</p>
</button>
<button title="examples" id="examples"
onclick="location.href = `https:/\/github.com/piano-miles/terminize/tree/main/example-sets`;">
<p>examples</p>
</button>
<button title="view" id="view" onclick="location.href = 'https:/\/github.com/piano-miles/terminize';">
<p>view code</p>
</button>
</div>
</div>
<hr id="mainbreak">
<div class="content" id="readme">
<h1 id="what-is-this">What is This?</h1>
<h2 id="description">Description</h2>
<p>Terminize is a study tool designed to help students learn and recall information by practicing
term-definition pairs in various categories. It is an interactive and customizable tool that allows students
to choose the difficulty level and track their progress over time.</p>
<h2 id="actuality">Actuality</h2>
<p>In actuality... I just wanted to make my own free and ad-free term-definition study website. I do not plan on
making it too robust or anything, as this is just a little passion project of mine.</p>
<p>For now, it will serve simply as a concept and a little passion project, and I may hardcode some Psychology
terms. In the future, I may adapt it to accommodate custom study sets, or maybe even something more advanced
from the description above (selecting difficulty, tracking progress, etc).</p>
<h2 id="useful-files-to-the-user">Useful files to the user</h2>
<p><a href="https://github.com/piano-miles/terminize/tree/main/example-sets" class="link"><code>/example-sets/</code></a></p>
<ul>
<li>Some downloadable study sets. You can download one of these sets yourself and upload the file to import
it on the actual Terminize website.</li>
</ul>
<p><a href="https://github.com/piano-miles/terminize/blob/main/ref/plan.md" class="link"><code>/ref/plan.md</code></a></p>
<ul>
<li>My future plans / todo list for this project, if you would like to see what is coming for the future.
</li>
</ul>
</div>
</body>
</html>