-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.html
More file actions
24 lines (24 loc) · 1.49 KB
/
form.html
File metadata and controls
24 lines (24 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Accelerator App</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Fredoka+One:400|Lato:400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/universal.css">
<link rel="stylesheet" type="text/css" href="assets/css/form.css">
</head>
<body class="">
<div class="container">
<!-- d-flex align-items-center -->
<div class="customSection section1 ">
<div class="section-item">
<img src="assets/images/logo.png">
</div>
<div class="section-item">
<a class="typeform-share button app-btn" href="https://rumad.typeform.com/to/QBoeVi" data-mode="popup" data-submit-close-delay="5" target="_blank">Launch Application</a> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/"; if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
<a class="return-btn" href="accelerator.html">Return to RUMAD</a></div>
<div class="section-item"></div>
</div>
</div>
</body>
</html>