Skip to content

Commit 9225535

Browse files
committed
add some more placeholder content
1 parent afd4471 commit 9225535

File tree

5 files changed

+39
-4
lines changed

5 files changed

+39
-4
lines changed

_includes/navbar.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,27 @@
66
<div class="collapse navbar-collapse" id="navbarNav">
77
<ul class="navbar-nav">
88
<li class="nav-item active">
9-
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
9+
<a class="nav-link" href="/staging.quicwg.github.io">Home <span class="sr-only">(current)</span></a>
1010
</li>
1111
<li class="nav-item">
12-
<a class="nav-link" href="#published-rfcs">RFCs</a>
12+
<a class="nav-link" href="/staging.quicwg.github.io/#published-rfcs">RFCs</a>
1313
</li>
1414
<li class="nav-item">
15-
<a class="nav-link" href="#in-progress-documents">In-progress drafts</a>
15+
<a class="nav-link" href="/staging.quicwg.github.io/#in-progress-documents">In-progress drafts</a>
1616
</li>
1717
<li class="nav-item">
1818
<a class="nav-link" href="/staging.quicwg.github.io/implementations">Implementations</a>
1919
</li>
20+
<li class="nav-item dropdown">
21+
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
22+
More resources
23+
</a>
24+
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
25+
<a class="dropdown-item" href="https://github.com/quicwg/wg-materials">Working Group materials(minutes, agendas, etc)</a>
26+
<a class="dropdown-item" href="/staging.quicwg.github.io/ecn">ECN & QUIC</a>
27+
<a class="dropdown-item" href="/staging.quicwg.github.io/pmtud">Survey of packet sizes and PMTUD</a>
28+
</div>
29+
</li>
2030
</ul>
2131
</div>
2232
</nav>

_layouts/front.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ <h1><img src="/asset/badge.png" class="img-fluid" alt="QUIC"></h1>
5151

5252
{{ content }}
5353

54+
<div>
55+
<p>
56+
Source code for the webpages on this site is located on
57+
<a href="https://github.com/quicwg/staging.quicwg.github.io">GitHub</a> <img src="asset/github-mark.svg" width=20>, we
58+
welcome issues and PRs.</p>
59+
</div>
60+
5461
</div>
5562

5663
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>

_layouts/subpage.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@
1414
<meta property="og:image" content="https://quicwg.org/asset/badge-sq.png">
1515
</head>
1616
<body>
17+
18+
{% include navbar.html %}
19+
1720
<div class="container">
1821
{{ content }}
1922

20-
Source code for the webpages on this site is located on
23+
<div>
24+
<p>
25+
Source code for the webpages on this site is located on
2126
<a href="https://github.com/quicwg/staging.quicwg.github.io">GitHub</a> <img src="asset/github-mark.svg" width=20>, we
2227
welcome issues and PRs.</p>
28+
</div>
2329
</div>
2430

2531
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>

ecn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: subpage
3+
title: QUIC Working Group - ECN & QUIC
4+
---
5+
6+
TODO

pmtud.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: subpage
3+
title: QUIC Working Group - Packet sizes & PMTUD
4+
---
5+
6+
TODO

0 commit comments

Comments
 (0)