-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinstructions.html
58 lines (56 loc) · 2.83 KB
/
instructions.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Haysta:K instructions</title>
<link rel="stylesheet" href="public/haystak.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/grids-responsive-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<script src="jquery.js"></script>
</head>
<body>
<div class="header">
<div class="home-menu pure-menu pure-menu-horizontal pure-menu-fixed">
<a class="pure-menu-heading" href="">Haysta:k</a>
<ul class="pure-menu-list">
<div class="titleHeader">Instructions</div>
<li><img class="haystak-icon" src="logo.png"></li>
</ul>
</div>
</div>
<div class="splash-container">
<div class="splash">
<h1 class="splash-head">Haysta:k
</h1>
<p class="splash-subhead">
How to use haysta:k
</p>
</div>
</div>
<div class="content-wrapper">
<div class="content">
<h2 class="content-head is-center">In order to get full functionality of the extension, please make all your searches through the search bar in Haysta:K pop-up box.</h2>
<div class="pure-g">
<div class="l-box pure-u-1 pure-u-md-1-2 pure-u-lg-1-4">
<p>1. Click on the Haysta:k icon on the top-right corner of your browser.</p>
<p>2. Type your search and click on the "search" button.</p>
<p>3. Google results page will be displayed, look for the right article.</p>
<p>4. Once you have found an article with the right answer for your search, highlight the part of the page that is useful for you. Click again on the Haysta:k icon, add some tags in the tag bar (optional), and click on the save button.</p>
<p>5. Next time you make a search, if the results include one of your saved pages, an haystak icon will be displayed next to the link for that page.</p>
<p>6. Clicking on HAYSTA:K at the top of the pop-up box will display all the saved pages, including the term used in the search, the url of the page, the highlighted part of it, and the added tags.</p>
</div>
</div>
</div>
<div class="ribbon l-box-lrg pure-g">
<div class="pure-u-1 pure-u-md-1-2 pure-u-lg-3-5">
<h2 class="content-head content-head-ribbon">Probably the best extension instructions in the world.</h2>
</div>
</div>
<div class="footer l-box is-center">
BedsHoe - PowerRam - Feliz - Zhulio - Sweetheart - Belltasty
</div>
</div>
</body>
</html>