-
Notifications
You must be signed in to change notification settings - Fork 0
/
lsplugin.html
56 lines (53 loc) · 2.41 KB
/
lsplugin.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
<!DOCTYPE html>
<html>
<head>
<title>Launch Survey Plugin</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript
><link rel="stylesheet" href="assets/css/noscript.css"
/></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<!-- filled by template code in main.js -->
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner" style="padding-top: 2%;">
<p style="text-align: center; margin-top: 0%;padding-top: 0%;"><img src="images/LS-logo.png" alt="" style="width: 10%;"/></p>
<h1 class="major">Launch Survey Plugin</h1>
<p>
This is a Google Chrome extension to make life a little easier for PBHS's Support Team when creating Launch Survey forms. It will scan the site for procedure pages and provide the relevant code snippet for the back-end and short-codes for the front-end, reducing the time needed for labor-intensive setups by ~50%.
</p>
<p>LS-Plugin is purely a passion project, created to satisfy my creative urges while automating a task I found monotonous and time-consuming during my time employed at PBHS. This project is in no way sponsored or endorsed by PBHS, Inc.</p>
<p style="text-decoration: underline;"><a href="https://github.com/AshlandWest/LS-Plugin" class="icon brands fa-github"> View on GitHub<span class="label">GitHub</span></a></p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Ashland West. All rights reserved</li>
<li>Some projects are collaborative efforts from multiple parties. Please see the linked GitHub pages for credits.</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>