-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
executable file
·194 lines (183 loc) · 7.54 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Joule - Contact Us</title>
<!-- Share Meta -->
<meta property="og:title" content="Joule - Frequently Asked Questions" />
<meta property="og:description" content="Get into contact with the Joule team for issues, feature requests, or other inquiries." />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lightningjoule.com/images/og-image.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@lightningjoule" />
<meta name="twitter:creator" content="@wbobeirne" />
<!-- CSS Files -->
<link href="https://fonts.googleapis.com/css?family=Product+Sans:300,400,700" rel="stylesheet">
<!-- build:css css/app.min.css -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/global/bootstrap.min.css">
<!-- Plugins -->
<link rel="stylesheet" href="css/global/plugins/icon-font.css">
<link rel="stylesheet" href="css/global/plugins/font-awesome.min.css">
<!-- Main CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Favicons & visuals -->
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<meta name="msapplication-TileImage" content="/favicons/ms-icon-144x144.png">
<meta name="msapplication-TileColor" content="#7642FF">
<meta name="theme-color" content="#7642FF">
</head>
<body data-spy="scroll" data-target="#site-nav" data-offset="80" data-scroll-animation="true">
<header id="home" data-parallax="scroll" data-speed="0.5" data-image-src="images/hero.jpg">
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="/">
<img src="/images/logo-name.png" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#site-nav" aria-controls="site-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="site-nav">
<ul class="navbar-nav text-sm-left ml-auto">
<li class="nav-item">
<a class="nav-link" href="/#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact">Contact</a>
</li>
<li class="nav-item text-center">
<a href="https://github.com/wbobeirne/joule-extension/releases" target="_blank" data-install-link class="btn align-middle btn-primary my-2 my-lg-0">
Install now
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- // end navbar -->
<!-- hero -->
<section class="jumbotron sub-page text-center d-flex align-items-center">
<div class="container">
<h1 class="display-4 mb-0">Contact Us</h1>
</div>
</section>
<!-- // end hero -->
</header>
<!-- // main content -->
<div class="section my-5">
<div class="container">
<div class="row text-center">
<div class="col-sm">
<h3>Issue or feature request?</h3>
<p>
Hop into the Github issue queue and let us know!
</p>
<a
href="https://github.com/wbobeirne/joule-extension/issues"
target="_blank"
class="btn btn-xl btn-primary mr-2 mb-5"
>
<i class="fa fa-lg fa-github mr-1"></i> Github Issue Queue
</a>
</div>
<div class="col-sm">
<h3>Just want to chat?</h3>
<p>
Shoot a message on twitter
</p>
<a
href="https://twitter.com/lightningjoule"
target="_blank"
class="btn btn-xl btn-primary mr-2 mb-5"
>
<i class="fa fa-lg fa-twitter mr-1"></i> @LightningJoule on Twitter
</a>
</div>
</div>
</div>
</div>
<!-- // end main content -->
<!-- // Footer -->
<div class="section bg-light mt-4" id="footer">
<div class="container">
<div class="row">
<div class="col-sm-4">
<p class="text-muted mr-3">
<small>
Joule is an open-source chrome extension that
brings the Lightning network to your browser. It
was made with ⚡ & ❤️ in New York.
</small>
</p>
<p class="mr-3">
<a href="https://github.com/wbobeirne/joule-extension/releases" data-install-link target="_blank">
Install now →
</a>
</p>
<!-- // end .lead -->
</div>
<!-- // end .col-sm-3 -->
<div class="col-sm-4 text-center">
<h3>
Joule
</h3>
<small class="text-muted">
Copyright ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
All rights reserved. Joule
</small>
<p class="footer-legal">
<a href="/terms">Terms of Service</a>
<a href="/privacy">Privacy Policy</a>
</p>
</div>
<!-- // end .col-sm-3 -->
<div class="col-sm-4">
<ul class="list-unstyled footer-links">
<li><a href="/faq">FAQ</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="https://github.com/wbobeirne/joule-extension">Github</a></li>
<li><a href="https://twitter.com/lightningjoule">Twitter</a></li>
</ul>
</div>
<!-- // end .col-sm-3 -->
</div>
<!-- // end .row -->
<div class=" text-center">
</div>
</div>
<!-- // end .container -->
</div>
<!-- // end #about.section -->
<!-- // end .agency -->
<!-- build:js js/app.min.js -->
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="js/global/jquery-3.2.1.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/global/bootstrap.bundle.min.js"></script>
<!-- Main JS -->
<script src="js/script.js"></script>
<!-- /build -->
</body>
</html>