-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubmit.html
60 lines (60 loc) · 3.74 KB
/
submit.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
<!DOCTYPE html><!-- Last Published: Sat Jul 31 2021 21:02:26 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="60f171dbe98f8fbbb63f8041" data-wf-site="608eced99937865e9cb2d344">
<head>
<meta charset="utf-8">
<title>submit</title>
<meta content="submit" property="og:title">
<meta content="submit" property="twitter:title">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/components.css" rel="stylesheet" type="text/css">
<link href="css/machine-inventory.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Varela Round:400","Varela:400"] }});</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script src="https://cdnjs.cloudflare.com/ajax/libs/mixitup/3.3.0/mixitup.min.js"></script>
<!-- This Loads the Light Theme Style -->
<link rel="stylesheet" href="https://unpkg.com/tippy.js@4/themes/light.css">
</head>
<body>
<div class="container w-container">
<div class="header"><img src="images/header.png" loading="lazy" sizes="100vw" srcset="images/header-p-500.png 500w, images/header-p-800.png 800w, images/header-p-1080.png 1080w, images/header-p-1600.png 1600w, images/header.png 1920w" alt=""></div>
<div class="filterbar submit">
<a data-filter="all" href="index.html" class="button back w-button">Back to the inventory</a>
</div>
<div class="submit-container">
<div class="embed-form">
<div class="html-embed w-embed w-iframe"><iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfTEshXP9IZuq5aoTi3z5l6bNfkBL1kLuVDxpDHQDXIYHehfQ/viewform?embedded=true" width="640" height="2025" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe></div>
</div>
</div>
</div>
<div class="footer"></div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=608eced99937865e9cb2d344" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/machine-inventory.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
<!-- These Loads Scripts -->
<script src="https://unpkg.com/popper.js@1"></script>
<script src="https://unpkg.com/tippy.js@4"></script>
<script>
// Set the reference to the container
const containerEl = document.querySelector (".mix-container")
// Call the MixitUp to that container
var mixer = mixitup(containerEl)
</script>
<!-- Tippy JS Settings -->
<script>
tippy('.tippy', { // Use class or id
animation: 'scale', // See docs for more options (there are a few nice ones 😉)
duration: 200, // Duration for ToolTip Animation
arrow: true, // Add ToolTip Arrow
delay: [0, 50], // First # = delay in, second # = delay out
arrowType: 'sharp', // Sharp or 'round' or remove for none
theme: 'material', // Dark is the default
maxWidth: 400, // Max width in pixels for the tooltip
})
</script>
</body>
</html>