Skip to content

Commit 4402170

Browse files
authored
Merge pull request #2 from BIRDSOpenSource/development
Development
2 parents be64ec7 + 787aa56 commit 4402170

File tree

15 files changed

+502
-927
lines changed

15 files changed

+502
-927
lines changed

_data/primary_nav.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
- title: Home
22
link: /
33
show_on_mobile: true
4-
- title: About
5-
link: /about/
6-
show_on_mobile: true
7-
- title: Resources
8-
link: /resources/
9-
show_on_mobile: true
104
- title: Docs
115
link: /docs/
126
show_on_mobile: true
7+
- title: About
8+
link: /about/
139
show_on_mobile: true
1410
- title: Showcase
1511
link: /showcase/
1612
show_on_mobile: true
13+
- title: Webinars
14+
link: /webinars/
15+
show_on_mobile: true

_includes/navigation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ <h1>
2424
</a>
2525
</li>
2626
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'docs' %} active {% endif %}">
27-
<a href="{{site.baseurl}}/docs" class="firstlevelanchor">
27+
<a href="{{site.baseurl}}/docs/" class="firstlevelanchor">
2828
Docs
2929
</a>
3030
</li>
3131
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'about' %} active {% endif %}">
32-
<a href="{{site.baseurl}}/about" class="firstlevelanchor">
32+
<a href="{{site.baseurl}}/about/" class="firstlevelanchor">
3333
About
3434
</a>
3535
</li>
@@ -39,12 +39,12 @@ <h1>
3939
</a>
4040
</li>
4141
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'webinars' %} active {% endif %}">
42-
<a href="{{site.baseurl}}/webinars" class="firstlevelanchor">
42+
<a href="{{site.baseurl}}/webinars/" class="firstlevelanchor">
4343
Webinars
4444
</a>
4545
</li>
4646
<li class="firstlevel dropdown dropdown-large{% if currentRequest[0] == 'github' %} active {% endif %}">
47-
<a href="https://github.com/BIRDSOpenSource/BIRDSOpenSource.github.io" class="firstlevelanchor" style="margin-top: 4px;">
47+
<a href="https://github.com/BIRDSOpenSource/BIRDSOpenSource.github.io" class="firstlevelanchor">
4848
<button type="button" class="btn btn-primary"><strong>Github</strong></button>
4949
</a>
5050
</li>

_layouts/docs-default.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
<input type='checkbox' style='display: none' id="cb">
1414
<label for="cb" id="button"></label>
1515

16-
<div id="menu">
17-
<div id="anim-wrapper"><div id="anim"></div></div>
18-
<div id="logo"><a href="?">vik.tf</a></div>
19-
<a href="?">Accueil</a>
20-
<a href="?p=boutique">Boutique</a>
21-
<a href="?p=vikart">Kart electrique</a>
22-
</div>
2316
<header class="docsheader">
2417
<h1>
2518
<a href="{{ site.baseurl }}/docs" style="color:#fff;">{{ site.docstitle }}</a>

_site/about/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ <h1>
5252
</a>
5353
</li>
5454
<li class="firstlevel dropdown dropdown-large">
55-
<a href="/docs" class="firstlevelanchor">
55+
<a href="/docs/" class="firstlevelanchor">
5656
Docs
5757
</a>
5858
</li>
5959
<li class="firstlevel dropdown dropdown-large active ">
60-
<a href="/about" class="firstlevelanchor">
60+
<a href="/about/" class="firstlevelanchor">
6161
About
6262
</a>
6363
</li>
@@ -67,12 +67,12 @@ <h1>
6767
</a>
6868
</li>
6969
<li class="firstlevel dropdown dropdown-large">
70-
<a href="/webinars" class="firstlevelanchor">
70+
<a href="/webinars/" class="firstlevelanchor">
7171
Webinars
7272
</a>
7373
</li>
7474
<li class="firstlevel dropdown dropdown-large">
75-
<a href="https://github.com/BIRDSOpenSource/BIRDSOpenSource.github.io" class="firstlevelanchor" style="margin-top: 4px;">
75+
<a href="https://github.com/BIRDSOpenSource/BIRDSOpenSource.github.io" class="firstlevelanchor">
7676
<button type="button" class="btn btn-primary"><strong>Github</strong></button>
7777
</a>
7878
</li>

0 commit comments

Comments
 (0)