-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewtab.html
132 lines (127 loc) · 3.79 KB
/
newtab.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="newtab.css" />
<link rel="stylesheet" href="shared.css" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" href="apple-touch-icon.png" />
<meta
name="Description"
content="SSASearch is a Yahoo/GoodSearch powered search engine that donates $0.01 to St. Stephen’s Academy on GoodShop per search."
/>
<meta
name="keywords"
content="SSASearch,Yahoo,GoodSearch,search engine, St. Stephen’s Academy.,support without spending money"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<link
rel="search"
type="application/opensearchdescription+xml"
title="SSASearch"
href="https://matthewr2024.github.io/SSASearch/opensearch.xml"
/>
<title>SSASearch | Search to Donate</title>
</head>
<body>
<br />
<h1>
<img
src="https://ststephensacademy.com/wp-content/uploads/2018/08/ssa_mast_logo_black1.png"
alt="St. Stephen’s Academy Logo"
/>
</h1>
<br /><br />
<form
target="_top"
class="example"
action="https://www.goodshop.com/search-web"
style="margin: auto; max-width: 500px"
>
<input type="hidden" name="charityid" value="903615" />
<input
autofocus
required
type="text"
name="keywords"
placeholder="Search to donate..."
aria-label="Search here to donate..."
/>
<button required type="submit" aria-label="Search">
<i class="fa fa-search"></i>
</button>
</form>
<br />
<div style="text-align: center">
<a
href="https://mail.google.com/"
class="btn btn-dark"
role="button"
target="_top"
>Gmail</a
>
<a
href="https://classroom.google.com/h"
class="btn btn-dark"
role="button"
target="_top"
>Classroom</a
>
<a
href="https://drive.google.com/"
class="btn btn-dark"
role="button"
target="_top"
>Drive</a
>
<a
href="https://quizlet.com/"
class="btn btn-dark"
role="button"
target="_top"
>Quizlet</a
>
<a
href="https://chat.google.com/"
class="btn btn-dark"
role="button"
target="_top"
>Chat</a
>
<a
href="https://meet.google.com/"
class="btn btn-dark"
role="button"
target="_top"
>Meet</a
>
</div>
<p class="textUnderSearch">
Every <a href="https://www.goodshop.com/faq?q=9">qualifying</a> search
donates $0.01 to St. Stephen’s Academy.
</p>
<footer class="footer">
<a
href="https://matthewr2024.github.io/SSASearch/#ssasearch:~:text=Instalation%20Instructions"
>How to install</a
>
<a
href="https://matthewr2024.github.io/SSASearch/#ssasearch:~:text=You%20can%20submit%20feedback%20on%20office%20forms%20here%20or%20create%20a%20new%20issue%20on%20GitHub%20here."
>Feedback</a
>
<a target="_top" href="https://ststephensacademy.com/simple-fundraising/"
>Other ways to help</a
>
</footer>
</body>
</html>