-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsearch.htm
More file actions
81 lines (74 loc) · 3.83 KB
/
Copy pathsearch.htm
File metadata and controls
81 lines (74 loc) · 3.83 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Matrices.net</title>
<meta content="" name="description">
<meta content="Sara 'Matrices' Howard" name="author">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link href="css/normalize.css" rel="stylesheet">
<link href="css/skeleton.css" rel="stylesheet">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://www.Matrices.net/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://www.Matrices.net/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://www.Matrices.net/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://www.Matrices.net/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="https://www.Matrices.net/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://www.Matrices.net/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="https://www.Matrices.net/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://www.Matrices.net/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://www.Matrices.net/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="https://www.Matrices.net/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="https://www.Matrices.net/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://www.Matrices.net/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="https://www.Matrices.net/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="Matrices.net"/>
<meta name="msapplication-TileColor" content="#76E798" />
<meta name="msapplication-TileImage" content="https://www.Matrices.net/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="https://www.Matrices.net/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="https://www.Matrices.net/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="https://www.Matrices.net/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="https://www.Matrices.net/mstile-310x310.png" />
<style type="text/css">
.auto-style1 {
text-align: center;
}
.auto-style2 {
text-align: left;
}
</style>
</head>
<body>
<div class="container">
<div align="center">
<a class="button button-primary" href="about.htm">About Me</a>
<a class="button button-primary" href="tutorials.htm">Tutorials</a>
<a class="button button-primary" href="hire.htm">Services</a>
<a class="button button-primary" href="https://matrices.etsy.com">Pattern Shop</a>
<a class="button button-primary" href="https://matrices.bigcartel.com/">Online Store</a>
</div>
<br>
<h1 class="auto-style2">Search Matrices.net!</h1>
<p class="auto-style2">Use this form to search my tutorials for the content you are looking for!</p>
<div align="center"><script>
function process()
{
var url="https://pupdates.matrices.net/search/" + document.getElementById("url").value;
location.href=url;
return false;
}
</script>
<form onSubmit="return process();">
<input type="text" placeholder="Search Matrices.net!" name="url" id="url"> <input class="button-primary" type="submit" value="go">
</form>
</div>
<br>
<div align="center">
<a class="button" href="https://www.patreon.com/matrices">Support Matrices.net</a>
<a class="button" href="sponsors.htm">Sponsors</a>
<a class="button" href="contact.htm">Contact Me</a>
</div>
</div>
<p class="auto-style1">© Sara Howard.</p>
</body>
</html>