forked from tobychidi-zz/Texito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
148 lines (139 loc) · 6.6 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TEXITO || The string matcher</title>
<link rel="shortcut icon" href="./assets/logo.svg" type="image/x-icon">
<!-- <link rel="stylesheet" href="./css/main.css"> -->
<link rel="stylesheet" href="./css/global.css">
</head>
<body id="body">
<section id="sideBar">
<div class="sideBar-child">
<h3>Recent Search</h3>
<ul id="recentSearch">
<li>Nothing searched yet</li>
</ul>
</div>
<div id="themeSettings" class="sideBar-child">
<h3>Theme</h3>
<div id="themeBox">
<label id="red" class="checkLabel active">
<span><img src="./assets/svg-icons/tick.svg" alt=""></span>
<input type="radio" name="themeCheck" class="themeCheck" checked>
</label>
<label id="orange" class="checkLabel">
<span><img src="./assets/svg-icons/tick.svg" alt=""></span>
<input type="radio" name="themeCheck" class="themeCheck">
</label>
<label id="cyan" class="checkLabel">
<span><img src="./assets/svg-icons/tick.svg" alt=""></span>
<input type="radio" name="themeCheck" class="themeCheck">
</label>
<label id="purple" class="checkLabel">
<span><img src="./assets/svg-icons/tick.svg" alt=""></span>
<input type="radio" name="themeCheck" class="themeCheck">
</label>
<label id="blue" class="checkLabel">
<span><img src="./assets/svg-icons/tick.svg" alt=""></span>
<input type="radio" name="themeCheck" class="themeCheck">
</label>
<label id="dark" class="checkLabel">
<span><img src="./assets/svg-icons/tick.svg" alt=""></span>
<input type="radio" name="themeCheck" class="themeCheck">
</label>
</div>
</div>
<div id="rating" class="sideBar-child">
<h3>Ratings</h3>
<div id="ratingBox">
<div id="starsBox">
<button><svg>
<use xlink:href="#star"></use>
</svg></button>
<button><svg>
<use xlink:href="#star"></use>
</svg></button>
<button><svg>
<use xlink:href="#star"></use>
</svg></button>
<button><svg>
<use xlink:href="#star"></use>
</svg></button>
<button><svg>
<use xlink:href="#star"></use>
</svg></button>
</div>
<form action="">
<input type="text" id="" placeholder="Tell us what you think">
<button type="button"><img src="./assets/svg-icons/send.svg" alt=""></button>
</form>
</div>
</div>
<div id="aboutSection" class="sideBar-child">
<label>
<h3>About</h3>
<button id="aboutOpen"><img src="./assets/svg-icons/par.svg" alt=""></button>
</label>
</div>
<button id="sideBar-control"><img src="./assets/svg-icons/Caret.svg"></button>
</section>
<section id="main">
<div id="main-logoSpot">
<img src="./assets/logo-title.svg" alt="TEXITO - Title">
</div>
<div id="main-listComponent">
<ul id="listContainer">
<!-- <li><p>I am a guy</p> <button class="listItem-close" id="chichgic"><img src="/assets/svg-icons/close.svg" alt=""></button></li>
<li><p>I am a girl</p> <button class="listItem-close" id="2"><img src="/assets/svg-icons/close.svg" alt=""></button></li> -->
<!-- <img src="assets/boss.svg" alt=""> -->
<div id="introBox">
<svg id="introguy">
<use xlink:href="assets/boss.svg#guy"></use>
</svg>
<h3>Hi! Welcome to TEXITO</h3>
<p>Simply click the '+' button to add lines of text then use our powerful engine to query the created list.</p>
</div>
</ul>
</div>
</section>
<div id="interactComponent">
<p id="alert">Enter Text First</p>
<div>
<input type="text" id="textInput" placeholder="Enter line of text here">
<button id="textButton"><img src="./assets/svg-icons/plus.svg" alt=""></button>
</div>
<div>
<input type="text" id="searchInput" placeholder="Enter Keyword here">
<button id="searchButton"><img src="./assets/svg-icons/search.svg" alt=""></button>
</div>
</div>
<article id="aboutTexito">
<h3>ABOUT</h3>
<p><strong>Texito</strong> is a string mathching web app. This project was built with SCSS and plain
JS.
Thanks to everyone that has contributed to this project one way or another. Thanks to God the
source
of strength.</p>
<p>Copyright © <a href="https://www.github.com/tobychidi" target="blank">Toby Chidi</a> 2020.</p>
<button><img src="./assets/svg-icons/close.svg" alt=""></button>
</article>
<svg style="display: none;">
<symbol id="star" viewBox="0 0 63 60">
<path
d="M27.17 2.469a4.227 4.227 0 017.69 0l6.916 15.115 16.512 1.904a4.228 4.228 0 012.377 7.315L48.423 38.049l3.292 16.292a4.23 4.23 0 01-6.222 4.52l-14.479-8.164L16.54 58.86a4.23 4.23 0 01-6.222-4.52l3.292-16.292L1.37 26.803a4.228 4.228 0 012.377-7.315l16.512-1.904L27.17 2.469z" />
</symbol>
</svg>
<script src="./js/sidebar-control.js"></script>
<script src="./js/interactButtons.js"></script>
<script src="./js/interactButton-changeIcon.js"></script>
<script src="./js/listAdd.js"></script>
<script src="./js/listDelete.js"></script>
<script src="./js/listSearch.js"></script>
<script src="./js/theme.js"></script>
<script src="./js/aboutHandler.js"></script>
<script src="./js/ratingHandler.js"></script>
<script src="./js/recentsHandler.js"></script>
</body>
</html>