File tree Expand file tree Collapse file tree 5 files changed +39
-4
lines changed Expand file tree Collapse file tree 5 files changed +39
-4
lines changed Original file line number Diff line number Diff line change 6
6
< div class ="collapse navbar-collapse " id ="navbarNav ">
7
7
< ul class ="navbar-nav ">
8
8
< 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 >
10
10
</ li >
11
11
< 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 >
13
13
</ li >
14
14
< 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 >
16
16
</ li >
17
17
< li class ="nav-item ">
18
18
< a class ="nav-link " href ="/staging.quicwg.github.io/implementations "> Implementations</ a >
19
19
</ 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 >
20
30
</ ul >
21
31
</ div >
22
32
</ nav >
Original file line number Diff line number Diff line change @@ -51,6 +51,13 @@ <h1><img src="/asset/badge.png" class="img-fluid" alt="QUIC"></h1>
51
51
52
52
{{ content }}
53
53
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
+
54
61
</ div >
55
62
56
63
< script src ="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity ="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin ="anonymous "> </ script >
Original file line number Diff line number Diff line change 14
14
< meta property ="og:image " content ="https://quicwg.org/asset/badge-sq.png ">
15
15
</ head >
16
16
< body >
17
+
18
+ {% include navbar.html %}
19
+
17
20
< div class ="container ">
18
21
{{ content }}
19
22
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
21
26
< a href ="https://github.com/quicwg/staging.quicwg.github.io "> GitHub</ a > < img src ="asset/github-mark.svg " width =20 > , we
22
27
welcome issues and PRs.</ p >
28
+ </ div >
23
29
</ div >
24
30
25
31
< script src ="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity ="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin ="anonymous "> </ script >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : subpage
3
+ title : QUIC Working Group - ECN & QUIC
4
+ ---
5
+
6
+ TODO
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : subpage
3
+ title : QUIC Working Group - Packet sizes & PMTUD
4
+ ---
5
+
6
+ TODO
You can’t perform that action at this time.
0 commit comments