|
@ -3,6 +3,8 @@ |
|
|
<head> |
|
|
<head> |
|
|
<meta charset="utf-8"> |
|
|
<meta charset="utf-8"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
|
|
|
|
<link rel="icon" href="./favicon.ico" type="image/x-icon" /> |
|
|
|
|
|
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> |
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
|
|
<link rel="stylesheet" href="./style.css" /> |
|
|
<link rel="stylesheet" href="./style.css" /> |
|
|
<link rel="stylesheet" href="./about.css" /> |
|
|
<link rel="stylesheet" href="./about.css" /> |
|
@ -11,12 +13,12 @@ |
|
|
<div id="header-bar" class="d-flex flex-column flex-md-row shadow-sm align-items-center"> |
|
|
<div id="header-bar" class="d-flex flex-column flex-md-row shadow-sm align-items-center"> |
|
|
<div id="header-title"> |
|
|
<div id="header-title"> |
|
|
<a href="./index.html"> |
|
|
<a href="./index.html"> |
|
|
<img id="logo" src="./logo.svg" /> |
|
|
|
|
|
|
|
|
<img id="logo" class="text-center" src="./logo.svg" /> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
<ul id="navigation" class="nav justify-content-end"> |
|
|
<ul id="navigation" class="nav justify-content-end"> |
|
|
<li class="nav-item"> |
|
|
<li class="nav-item"> |
|
|
<a href="./generate"> |
|
|
|
|
|
|
|
|
<a href="./GraphTest.html"> |
|
|
Generate graphs |
|
|
Generate graphs |
|
|
</a> |
|
|
</a> |
|
|
</li> |
|
|
</li> |
|
@ -52,6 +54,44 @@ |
|
|
This project was made for participation in <a class="plink" href="https://brickhack.io/">BrickHack V</a>. |
|
|
This project was made for participation in <a class="plink" href="https://brickhack.io/">BrickHack V</a>. |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div id="content-title" style="border-radius: 20px;"> |
|
|
|
|
|
<h1 class="big-title text-center">Developers</h1> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="card-deck"> |
|
|
|
|
|
<div class="card rounder"> |
|
|
|
|
|
<img class="avatar mx-auto d-block" src="https://avatars0.githubusercontent.com/u/13894625?s=400&v=4" /> |
|
|
|
|
|
<div class="card-header text-center m-title"> |
|
|
|
|
|
Jeff |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="card-body"> |
|
|
|
|
|
<p> |
|
|
|
|
|
did stuff |
|
|
|
|
|
</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="card rounder"> |
|
|
|
|
|
<img class="avatar mx-auto d-block" src="https://avatars0.githubusercontent.com/u/32306409?s=400&v=4" /> |
|
|
|
|
|
<div class="card-header text-center m-title"> |
|
|
|
|
|
Bryce |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="card-body"> |
|
|
|
|
|
<p> |
|
|
|
|
|
also did stuff |
|
|
|
|
|
</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="card rounder"> |
|
|
|
|
|
<img class="avatar mx-auto d-block" src="https://avatars3.githubusercontent.com/u/32624140?s=400&v=4" /> |
|
|
|
|
|
<div class="card-header text-center m-title"> |
|
|
|
|
|
Alex |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="card-body"> |
|
|
|
|
|
<p> |
|
|
|
|
|
kinda did stuff |
|
|
|
|
|
</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</body> |
|
|
</body> |