-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
52 lines (45 loc) · 1.89 KB
/
support.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
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Help Using Market Bucket</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/css/sectionalize.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Rock+Salt|Open+Sans' rel='stylesheet' type='text/css'>
<!-- Favicons & Apple Icons -->
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<nav class="navbar navbar-trans navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a id="fontBrandLink" class="navbar-brand font-brand" href="/">Market Bucket</a>
</div>
</div>
</nav>
<section class="container-fluid" id="sectionBlurb">
<h1 class="text-center">Support</h1>
<div class="row">
<div class="col-sm-4">
<div class="row">
<div class="col-sm-10 col-sm-offset-2 text-center"><h3>Market Bucket FAQ</h3><p>No questions yet.</p><i class="fa fa-question-circle fa-5x"></i></div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 text-center"><h3>Pnut.io Docs</h3><p>Read more about <a href="https://pnut.io/docs">pnut.io</a>.</p><i class="fa fa-book fa-5x"></i></div>
</div>
</div>
<div class="col-sm-4 text-center">
<div class="row">
<div class="col-sm-10 text-center"><h3>A Human Being</h3><p>PM or mention <a href="https://pnut.io/@mcdemarco">@mcdemarco</a> on pnut.io.</p><i class="fa fa-user fa-5x"></i></div>
</div>
</div>
</div>
</section>
</body>
</html>