-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
152 lines (132 loc) · 6.24 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>hipstapas.dev</title>
<meta name="description" content="Create secure strings like a pro with the hipster password as a service." />
<meta name="keywords" content="saas,password,software as a service,hipstapas,hipster,service,cloud" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="hipstapas.dev" />
<meta property="og:description" content="Create secure strings like a pro with the hipster password as a service." />
<meta property="og:image" content="https://hipstapas.dev/images/logo_white_250x90.png" />
<meta property="og:url" content="https://hipstapas.dev/" />
<meta property="og:type" content="website" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha256-aAr2Zpq8MZ+YA/D6JtRD3xtrwpEz2IqOS+pWD/7XKIw=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=" crossorigin="anonymous" />
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<style>
main > .container {
padding: 60px 15px 0;
}
.footer {
background-color: #f5f5f5;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
.footer .link {
color: #fff;
}
code {
font-size: 80%;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
body {
font-family: 'Roboto Mono', monospace;
font-size: x-large;
color:rgb(62, 77, 218);
}
.bg-dark {
background-color: rgb(62, 77, 218) !important;
}
.footer {
background-color: rgb(62, 77, 218) !important; /* 3e4dda */
}
.redunderline {
border-bottom: 0.1em solid #ff0000;
}
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.js" integrity="sha512-WNLxfP/8cVYL9sj8Jnp6et0BkubLP31jhTG9vhL/F5uEZmg5wEzKoXp1kJslzPQWwPT1eyMiSxlKCgzHLOTOTQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.bundle.min.js" integrity="sha256-Xt8pc4G0CdcRvI0nZ2lRpZ4VHng0EoUDMlGcBSQ9HiQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js" integrity="sha256-KzZiKy0DWYsnwMF+X1DvQngQ2/FxF7MF3Ff72XcpuPs=" crossorigin="anonymous"></script>
<script>
$(document).ready(async () => {
console.log("ready to rumble.");
});
</script>
</head>
<body class="d-flex flex-column h-100">
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark navbar-custom">
<a class="navbar-brand" href="/">hipstapas<span style="color: #ff0000;">.</span>dev</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="/">Start <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/docs">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/playground">Playground</a>
</li>
<li>
<a class="nav-link" href="https://github.com/keenthinker/hipstapas" target="_blank" rel="noopener">Source</a>
</li>
</ul>
<span class="navbar-text"><img src="images/logo_transparent_250x90.png" width="80%" alt="hipstapas logo"></span>
</div>
</nav>
</header>
<main role="main" class="flex-shrink-0">
<div class="container">
<div class="row">
<div class="col">
<h1 class="mt-5">Contact</h1>
<p><i class="fas fa-envelope-square"></i>hipstapas.dev[@]gmail.com</p>
<p><i class="fab fa-twitter-square"></i><a href="https://twitter.com/keenthinker" target="_blank" rel="noopener">https://twitter.com/keenthinker</a></p>
</div>
<div class="col mt-4">
<img class="img-fluid" src="images/undraw_contact_us_15o2.svg" alt="image with contact icons for example email">
</div>
</div>
</div>
</div>
</main>
<footer class="footer mt-auto py-3">
<div class="container">
<div class="row">
<div class="col-sm-12 col-lg">
<a href="/privacy" class="link">Privacy</a>
<a href="" class="link">Contact</a>
<span>✍</span>
<a href="https://keenthinker.com" class="link" target="_blank" rel="noopener">keenthinker.com</a>
<a href="https://twitter.com/hipstapas" target="_blank" rel="noopener"><span class="link"><i class="fab fa-twitter-square"></i></span></a>
</div>
</div>
</div>
</footer>
</body>
</html>