This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b60564f
commit 87758fb
Showing
4 changed files
with
97 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,56 +8,24 @@ | |
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="#">Navbar</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="#">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Link</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
Dropdown | ||
</a> | ||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
<li><a class="dropdown-item" href="#">Action</a></li> | ||
<li><a class="dropdown-item" href="#">Another action</a></li> | ||
<li><hr class="dropdown-divider"></li> | ||
<li><a class="dropdown-item" href="#">Something else here</a></li> | ||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link disabled">Disabled</a> | ||
</li> | ||
</ul> | ||
<form class="d-flex" role="search"> | ||
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"> | ||
<button class="btn btn-outline-success" type="submit">Search</button> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
<?php require __DIR__ . '/partial/nav.php'; ?> | ||
|
||
<div class="container my-5"> | ||
<h1>About</h1> | ||
<div class="col-lg-8 px-0"> | ||
<p class="fs-5">A data visualization analysis tool for chess games.</p> | ||
<p>Feel free to download or copy-and-paste any parts of this example.</p> | ||
<hr class="col-1 my-4"> | ||
<a href="https://getbootstrap.com" class="btn btn-primary">Read the Bootstrap docs</a> | ||
<a href="https://github.com/twbs/examples" class="btn btn-secondary">View on GitHub</a> | ||
<p class="fs-5"> | ||
VisualChess is a data visualization analysis tool for chess games. | ||
</p> | ||
<p class="fs-5"> | ||
To do. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<?php require __DIR__ . '/partial/footer.php'; ?> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script> | ||
<script src="main.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,50 +8,26 @@ | |
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="#">Navbar</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="#">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Link</a> | ||
</li> | ||
<li class="nav-item dropdown"> | ||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> | ||
Dropdown | ||
</a> | ||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
<li><a class="dropdown-item" href="#">Action</a></li> | ||
<li><a class="dropdown-item" href="#">Another action</a></li> | ||
<li><hr class="dropdown-divider"></li> | ||
<li><a class="dropdown-item" href="#">Something else here</a></li> | ||
</ul> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link disabled">Disabled</a> | ||
</li> | ||
</ul> | ||
<form class="d-flex" role="search"> | ||
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search"> | ||
<button class="btn btn-outline-success" type="submit">Search</button> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
<?php require __DIR__ . '/partial/nav.php'; ?> | ||
|
||
<div class="container my-5"> | ||
<h1>Chess Game Visualization</h1> | ||
<h1>VisualChess</h1> | ||
<div class="col-lg-8 px-0"> | ||
<p>To do.</p> | ||
<p class="fs-5"> | ||
A chess game can be plotted in terms of balance. +1 is the best | ||
possible evaluation for White and -1 the best possible evaluation for | ||
Black. Both forces being set to 0 means they're balanced. | ||
</p> | ||
<p class="fs-5"> | ||
To do. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<?php require __DIR__ . '/partial/footer.php'; ?> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script> | ||
<script src="main.js"></script> | ||
</body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<footer class="py-5"> | ||
<div class="row"> | ||
<div class="col-6 col-md-2 mb-3"> | ||
<h5>Section</h5> | ||
<ul class="nav flex-column"> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Home</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Features</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Pricing</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">FAQs</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">About</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-6 col-md-2 mb-3"> | ||
<h5>Section</h5> | ||
<ul class="nav flex-column"> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Home</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Features</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Pricing</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">FAQs</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">About</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-6 col-md-2 mb-3"> | ||
<h5>Section</h5> | ||
<ul class="nav flex-column"> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Home</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Features</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">Pricing</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">FAQs</a></li> | ||
<li class="nav-item mb-2"><a href="#" class="nav-link p-0 text-muted">About</a></li> | ||
</ul> | ||
</div> | ||
<div class="col-md-5 offset-md-1 mb-3"> | ||
<form> | ||
<h5>Subscribe to our newsletter</h5> | ||
<p>Monthly digest of what's new and exciting from us.</p> | ||
<div class="d-flex flex-column flex-sm-row w-100 gap-2"> | ||
<label for="newsletter1" class="visually-hidden">Email address</label> | ||
<input id="newsletter1" type="text" class="form-control" placeholder="Email address"> | ||
<button class="btn btn-primary" type="button">Subscribe</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top"> | ||
<p>© 2022 Company, Inc. All rights reserved.</p> | ||
<ul class="list-unstyled d-flex"> | ||
<li class="ms-3"><a class="link-dark" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#twitter"/></svg></a></li> | ||
<li class="ms-3"><a class="link-dark" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#instagram"/></svg></a></li> | ||
<li class="ms-3"><a class="link-dark" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#facebook"/></svg></a></li> | ||
</ul> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="/">VisualChess</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="/about">About</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> |