-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (151 loc) · 5.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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html>
<head>
<title>DICTOZO</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/popup.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<noscript>
This app requires JavaScript. Please enable it in your settings.
Go to browser settings > Then switch to Advanced settings > Look for Content Settings > Under that look for Javascript and enable that
</noscript>
</head>
<body>
<div class="home-page">
<div class="logo">
<img src="img/logo-black.png">
</div>
<div class="brand">
<img src="img/logo-brand.png">
</div>
<div class="description">
<b>DICTOZO</b> is a multipurpose dictionary application which lets you save tough lexicals for future references and vocabulary enhancement.
</div>
<div id="alert" class="alert-box"></div>
<form class="search" id="reg-form">
<input type="text" name="link" id="link" placeholder="Search Term" required>
<button type="submit" id="btn">
<i class="fa fa-paper-plane" aria-hidden="true"></i>
</button>
</form>
<div class="row-bottom">
<div class="el">
<img src="img/gear.png">
<h3>Settings</h3>
</div>
<div class="el">
<img src="img/dashboard.png">
<h3>Dashboard</h3>
</div>
<div class="el">
<img src="img/how-to-use.png">
<h3>How to use</h3>
</div>
<div class="el">
<a href="#animatedModal" id="about">
<img src="img/about-app.png">
</a>
<h3>About</h3>
<div id="animatedModal">
<div class="close-animatedModal">
<i class="fa fa-times" aria-hidden="true"></i>
</div>
<div class="modal-content">
<h1>Licence</h1>
<p>Copyright (c) 2016 word-o-save Chrome Extension</p>
<P>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.</P>
<p>
THE SOFTWARE IS TOTALLY FREE OF COST AND WILL BE ALWAYS
</p>
<h4>Please provide your valuable feedbacks and suggestions in comments to make this more better.</h4>
<img class="ratepage" src="rate.jpg"/>
<a href="#" class="ratepage">Take me to the rating page.</a>
</div>
</div>
</div>
</div>
</div>
<div class="app-page">
<header class="header-wrapper">
<div class="logo-white">
<img src="img/logo.png">
</div>
</header>
<div class="term-wrapper">
<div class="term" id="term"></div>
</div>
<div id="load" class="sk-folding-cube">
<div class="sk-cube1 sk-cube"></div>
<div class="sk-cube2 sk-cube"></div>
<div class="sk-cube4 sk-cube"></div>
<div class="sk-cube3 sk-cube"></div>
</div>
<div class="meaning-wrapper">
<div class="meaning" id="meaning">
<ol>
</ol>
</div>
<div id="hiddenWord" class="hide"></div>
<div id="hiddenDef" class="hide"></div>
</div>
<div class="list-wrapper">
<ol id="mylist">
</ol>
</div>
<div class="helper-wrapper">
<div class="not-found">
<img src="img/dog.png">
<h2>Not Found !!!</h2>
<p>Possible Cause - Spelling Mistake or you have searched for plural, past, past participle of verb etc.</p>
</div>
<div id="success">
<div class="sa">
<div class="sa-success">
<div class="sa-success-tip"></div>
<div class="sa-success-long"></div>
<div class="sa-success-placeholder"></div>
<div class="sa-success-fix"></div>
</div>
</div>
<h3>Sucessfully added to your list</h3>
</div>
<div id="issue" class="f-modal-alert">
<div class="f-modal-icon f-modal-error animate">
<span class="f-modal-x-mark">
<span class="f-modal-line f-modal-left animateXLeft"></span>
<span class="f-modal-line f-modal-right animateXRight"></span>
</span>
<div class="f-modal-placeholder"></div>
<div class="f-modal-fix"></div>
</div>
<h3>Something Happened</h3>
</div>
</div>
<div class="actions-wrapper">
<div class="row1">
</div>
<div class="row2">
<button class="btn btn-float">Settings</button>
<button id="show" class="btn btn-float">Show List</button>
<button class="btn btn-float">Dashboard</button>
</div>
</div>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery.firstVisitPopup.js"></script>
<script src="js/animatedModal.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>