Skip to content

Commit c472137

Browse files
committed
update structure
1 parent 83995f9 commit c472137

File tree

112 files changed

+54
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+54
-9
lines changed

About/images/2024-06-29-13-30-18.png

1.34 MB

About/images/2024-06-29-13-30-27.png

2.09 MB

About/index.md

+31
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

TrainingCamps/index.md renamed to Events/index.md

+7-4

NextEvent/index.md

-1
This file was deleted.

Publications/index.md

+1

ReadingList/index.md

-1
This file was deleted.

_layout/header.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<nav class="navbar navbar-expand-lg navbar-light justify-content-center">
33
<ul class="navbar-nav">
44
<li class="nav-item {{ispage index}}active{{end}}"><a class="nav-link" href="/"><i data-feather="home"></i>Home</a></li>
5-
<li class="nav-item {{ispage ReadingList/*}}active{{end}}"><a class="nav-link" href="/ReadingList/"><i data-feather="file-text"></i>Reading</a></li>
5+
<li class="nav-item {{ispage Publications/*}}active{{end}}"><a class="nav-link" href="/Publications/"><i data-feather="file-text"></i>Publications</a></li>
66
<li class="nav-item {{ispage Learning/*}}active{{end}}"><a class="nav-link" href="/Learning/"><i data-feather="book-open"></i>Learning</a></li>
7-
<li class="nav-item {{ispage TrainingCamps/*}}active{{end}}"><a class="nav-link" href="/TrainingCamps/"><i data-feather="file-text"></i>Training Camps</a></li>
8-
<li class="nav-item {{ispage NextEvent/*}}active{{end}}"><a class="nav-link" href="/NextEvent/"><i data-feather="bell"></i>Next Events</a></li>
7+
<li class="nav-item {{ispage Events/*}}active{{end}}"><a class="nav-link" href="/Events/"><i data-feather="bell"></i>Events</a></li>
8+
<li class="nav-item {{ispage About/*}}active{{end}}"><a class="nav-link" href="/About/"><i data-feather="help-circle"></i>About</a></li>
99
</ul>
1010
</nav>
1111
</div>

_layout/style_adjustments.html

+12
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,18 @@
6060
border-radius: 4px
6161
}
6262

63+
64+
h1 {
65+
margin-top: 1em;
66+
}
67+
68+
h2 {
69+
margin-top: 1em;
70+
}
71+
72+
h3 {
73+
margin-top: 0.6em;
74+
}
6375
img,
6476
iframe,
6577
embed,

0 commit comments

Comments
 (0)