|
@ -1,4 +1,4 @@ |
|
|
<!doctype html> |
|
|
|
|
|
|
|
|
<!doctype html> |
|
|
<html lang="en"> |
|
|
<html lang="en"> |
|
|
<head> |
|
|
<head> |
|
|
<meta charset="utf-8"> |
|
|
<meta charset="utf-8"> |
|
@ -11,7 +11,7 @@ |
|
|
<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="icon" src="./logo.svg" /> |
|
|
|
|
|
|
|
|
<img id="logo" src="./logo.svg" /> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
<ul id="navigation" class="nav justify-content-end"> |
|
|
<ul id="navigation" class="nav justify-content-end"> |
|
@ -37,11 +37,19 @@ |
|
|
<div id="main"> |
|
|
<div id="main"> |
|
|
<div id="content" class="container"> |
|
|
<div id="content" class="container"> |
|
|
<div id="content-title"> |
|
|
<div id="content-title"> |
|
|
<h1 class="big-title text-center">Developers</h1> |
|
|
|
|
|
|
|
|
<h1 class="big-title text-center">What is this?</h1> |
|
|
</div> |
|
|
</div> |
|
|
<div id="content-body" class="container"> |
|
|
<div id="content-body" class="container"> |
|
|
<p> |
|
|
|
|
|
some stuff will go here |
|
|
|
|
|
|
|
|
<p style="padding: 10px;"> |
|
|
|
|
|
jeff this is where you can write a bunch about the project |
|
|
|
|
|
</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div id="content-title"> |
|
|
|
|
|
<h1 class="big-title text-center">Why did you make this?</h1> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div id="content-body" class="container"> |
|
|
|
|
|
<p style="padding: 10px;"> |
|
|
|
|
|
This project was made for participation in <a class="plink" href="https://brickhack.io/">BrickHack V</a>. |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|