Skip to content

Commit

Permalink
Polishing on timeline and navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Sang committed Sep 6, 2021
1 parent ab73eb9 commit 139b2bd
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ nav:
- title: "Double Dunk"
url: "/atari/double_dunk"

- title: "Entombed: Competitive"
- title: "Entombed: Comp"
url: "/atari/entombed_competitive"

- title: "Entombed: Cooperative"
- title: "Entombed: Coop"
url: "/atari/entombed_cooperative"

- title: "Flag Capture"
Expand Down Expand Up @@ -129,10 +129,10 @@ nav:
- title: "Butterfly"
url: "/butterfly"
subsublinks:
- title: "Cooperative Pong"
- title: "Coop Pong"
url: "/butterfly/cooperative_pong"

- title: "Knights Archers Zombies ('KAZ')"
- title: "KAZ"
url: "/butterfly/knights_archers_zombies"

- title: "Pistonball"
Expand Down Expand Up @@ -177,10 +177,10 @@ nav:
- title: "Mahjong"
url: "/classic/mahjong"

- title: "Rock Paper Scissors"
- title: "RPS"
url: "/classic/rps"

- title: "Texas Hold'em No Limit"
- title: "Hold'em No Limit"
url: "/classic/texas_holdem_no_limit"

- title: "Texas Hold'em"
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/timeline.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- About -->
<section class="page-section" id="{{ site.data.sitetext.timeline.section | default: "about" }}">
<div class="container">
<div class="markdown-body">
<div>
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">{{ site.data.sitetext.timeline.title | markdownify | default: "About" }}</h2>
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion docs/assets/css/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion docs/assets/css/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
padding: 0rem 2rem;
visibility: hidden;
}
.navbar-nav {
padding-left: 10px;
}
.navbar-brand {
visibility: hidden;
}
Expand All @@ -87,7 +90,7 @@
height: 100%;
}
.markdown-body {
margin-top: 25%;
margin-top: 15vh;
}
.selection-content {
float:none;
Expand Down Expand Up @@ -189,6 +192,9 @@
.navbar-collapse ul li:hover ul {
visibility: visible;
}
.navbar-nav {
padding-left: 0;
}
}

.navbar-collapse ul ul ul {
Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/envs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: timeline
layout: timeline_layout
---

{% include timeline.html %}

0 comments on commit 139b2bd

Please sign in to comment.