Add initial web pages and code for presentation
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<h1>Michael's Demonstrations</h1>
|
||||
<div class="row">
|
||||
<!-- On a desktop these will be side-by-side, mobile is top-bottom. -->
|
||||
<div class="col-sm-4 tall-button">
|
||||
<a href="areyousatisfied.html"><button class="btn btn-primary big-button" style="color:white">Are you satisfied?</button></a>
|
||||
</div>
|
||||
<div class="col-sm-4 tall-button">
|
||||
<a href="boring.html"><button class="btn btn-warning big-button" style="color:white">Ma Boring Solution</button></a>
|
||||
</div>
|
||||
<div class="col-sm-4 tall-button">
|
||||
<a href="feta.html"><button class="btn btn-warning big-button" style="color:white">FETA</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user