-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex.html
110 lines (97 loc) · 6.88 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="Description" content="Micboard - A visual monitoring tool for network enabled Shure devices">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="shortcut icon" type="image/png" href="static/favicon.png">
<link rel="apple-touch-icon" href="static/logo.png">
<!-- https://medium.com/appscope/designing-native-like-progressive-web-apps-for-ios-1b3cdda1d0e8 -->
<!-- iPhone 8 Plus, 7 Plus, 6s Plus, 6 Plus (1242px x 2208px) -->
<link rel="apple-touch-startup-image" href="static/splash/iPad-Pro-12.9-portrait-1668x2224.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/splash/iPad-Pro-12.9-landscape-2224x1668.png" media="(device-width: 1112px) and (device-height: 834px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="static/splash/iPad-Pro-10.5-portrait-2048x2732.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/splash/iPad-Pro-10.5-landscape-2732x2048.png" media="(device-width: 1366px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="static/splash/iPad-portrait-1536x2048.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/splash/iPad-landscape-2048x1536.png" media="(device-width: 1024px) and (device-height: 768px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-Xs-Max-portrait-1242x2688.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-Xs-Max-landscape-2688x1242.png" media="(device-width: 896px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-Xr-portrait-828x1792.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-Xr-landscape-1792x828.png" media="(device-width: 896px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-X-portrait-1125x2436.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-X-landscape-2436x1125.png" media="(device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-Plus-portrait-1242x2208.png" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-Plus-landscape-2208x1242.png" media="(device-width: 736px) and (device-height: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-portrait-750x1334.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-landscape-1334x750.png" media="(device-width: 667px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-SE-portrait-640x1136.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)">
<link rel="apple-touch-startup-image" href="static/splash/iPhone-SE-landscape-1136x640.png" media="(device-width: 568px) and (device-height: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)">
<title>Micboard</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-12">
<div class="jumbotron">
<img src="docs/img/logo.png" class="float-left">
<h1 class="display-4">Micboard</h1>
<p class="lead">A visual monitoring tool for network enabled Shure devices</p>
<p>Micboard simplifies microphone monitoring and storage for artists, engineers, and volunteers. View battery, audio, and RF levels from any device on the network.</p>
<hr class="my-4">
<p><a href="demo.html">Try the demo</a></p>
<p><a href="https://github.com/karlcswanson/micboard">Download the beta on GitHub</a></p>
<p><a href="https://www.willowproduction.org/?p=3092">Read more about Micboard on the Willow Creek Production Blog</a></p>
<!-- <p> -->
<!-- <div class=""> -->
<!-- <a class="btn btn-primary btn-lg" href="https://github.com/karlcswanson/micboard" role="button">GitHub</a><a class="btn btn-primary btn-lg" href="demo.html" role="button">Demo</a> -->
<!-- </div> -->
<!-- </p> -->
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<img class="img-fluid" src="docs/img/wccc.jpg">
</div>
</div>
<!-- <div class="row">
<div class="col-sm-12">
<img class="img-fluid" src="docs/img/tv_imagebg.png">
</div>
</div> -->
<div class="row align-items-center">
<div class="col-sm-8">
<img class="img-fluid" src="docs/img/desktop_ui.png">
</div>
<div class="col-sm-4">
<img class="img-fluid" src="docs/img/phone_ui_exp.png">
</div>
</div>
<div class="row">
<!-- <div class="col-sm-3">
</div> -->
<div class="footer col-sm-12">
<div class="card">
<div class="card-body">
<div class="text-center">
<img src="docs/img/logo.png">
</div>
<p class="card-text text-center"><a href="https://github.com/karlcswanson/micboard">GitHub</a> - <a href="https://instagram.com/micboard">Instagram</a> - <a href="mailto:karl@micboard.io">Contact</a></p>
<p class="card-text venue-name text-center">© 2017-2019 Karl Swanson</p>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="static/web.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-141042301-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-141042301-1');
</script>
</html>