Files
reap-simulator-vincent/index.html
2023-03-02 20:16:49 +01:00

42 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" href="./files/bootstrap.min.css">
<link rel="stylesheet" href="./files/layout.css">
<script src="./files/jquery-3.3.1.min.js"></script><script src="./files/popper.min.js"></script><script src="./files/bootstrap.min.js"></script>
<link rel="icon" type="image/png" href="../favicon.png" />
<title>REAP Simulators</title>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark" style="margin-top: 0px !important;">
<div class="container">
<a class="navbar-brand" href="./index.html"><img src="./files/robe_logo_white.svg"></a>
</div>
</nav>
<div class="container in">
<h1>Available simulators</h1>
<div class="row" id="boxes">
<div class="col-md-6 col-xl-4 box-c">
<h2>T1 Profile</h2>
<div class="box">
<button type="button" class="btn btn-primary" style="width: 100%;" onclick="location.href='./t1/index.html'"><img src="./t1/t1_profile.png" style="height: 100px;"><br>Launch</button>
</div>
</div>
<div class="col-md-6 col-xl-4 box-c">
<h2>iForte</h2>
<div class="box">
<button type="button" class="btn btn-primary" style="width: 100%;" onclick="location.href='./iforte/index.html'" disabled><img src="./iforte/iforte.png" style="height: 100px;"><br>Coming soon</button>
</div>
</div>
<div class="col-md-6 col-xl-4 box-c">
<h2>ProMotion</h2>
<div class="box">
<button type="button" class="btn btn-primary" style="width: 100%;" onclick="location.href='iforte_index.html'" disabled><img src="./promotion/promotion.png" style="height: 100px;"><br>Coming soon</button>
</div>
</div>
</div>
</div>
</body>
</html>