Add CSS and FETA page for web demo
This commit is contained in:
11
Web/css/index.css
Normal file
11
Web/css/index.css
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
.big-button{
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
font-size: 20px
|
||||||
|
}
|
||||||
|
|
||||||
|
.tall-button{
|
||||||
|
height: 80px;
|
||||||
|
margin: 10px 0px;
|
||||||
|
|
||||||
|
}
|
||||||
26
Web/feta.html
Normal file
26
Web/feta.html
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<header>
|
||||||
|
<script src="js/bootstrap.min.js"></script>
|
||||||
|
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||||
|
<link rel="stylesheet" href="css/index.css" />
|
||||||
|
<script src="js/areyousatisfied.js"></script>
|
||||||
|
</header>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<h1>Fault Exempting Telemetary Architecture</h1>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-4 tall-button">
|
||||||
|
<button id="readyButton" class="big-button">Ready?</button>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-4 tall-button">
|
||||||
|
<button id="yesButton" class="big-button" style="display: none">YES!</button>
|
||||||
|
</div>
|
||||||
|
<div class="col-sm-4 tall-button">
|
||||||
|
<button id="noButton" class="big-button" style="display: none">no :`(</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user