Skip to content

Commit 5dfae9b

Browse files
Sheradyn MikulSheradyn Mikul
authored andcommitted
Adding new experiment tool files
1 parent 11f7861 commit 5dfae9b

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

experiment-tool/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<!-- Required meta tags -->
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
8+
<!-- Bootstrap CSS -->
9+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
10+
11+
<title>Hello, world!</title>
12+
</head>
13+
<body>
14+
<h1>Hello, world!</h1>
15+
16+
<!-- Optional JavaScript -->
17+
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
18+
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
19+
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
20+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
21+
</body>
22+
</html>

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ <h5 class="card-title">New Website (v2)</h5>
7171
</div>
7272
</div>
7373
</div>
74+
<div class="row">
75+
<div class="col-sm-4 mb-4">
76+
<div class="card">
77+
<div class="card-body">
78+
<h5 class="card-title">Experiment Tool (v1)</h5>
79+
<p class="card-text">Testing ways to allow users to contact us after they finish a demo.</p>
80+
<a href="experiment-tool/index.html" class="btn btn-primary">Demo</a>
81+
</div>
82+
</div>
83+
</div>
84+
</div>
7485
</div>
7586
<!-- <div class="container-fluid">
7687
<div class="row">

0 commit comments

Comments
 (0)