|
31 | 31 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" integrity="sha512-jnSuA4Ss2PkkikSOLtYs8BlYIeeIK1h99ty4YfvRPAlzr377vr3CXDb7sb7eEEBYjDtcYj+AjBH3FLv5uSJuXg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
32 | 32 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
33 | 33 | <link rel="stylesheet" href="{{ "/css/main.css" | relative_url }}">
|
| 34 | + |
34 | 35 | </head>
|
35 | 36 | <body class="d-flex flex-column h-100">
|
36 | 37 |
|
37 | 38 | <header>
|
38 |
| - <nav class="navbar navbar-expand-sm"> |
| 39 | + <nav class="navbar navbar-expand-sm" aria-label="Primary Navigation"> |
39 | 40 | <div class="container-fluid">
|
40 |
| - <a class="navbar-brand" href="{{ "/" | relative_url }}"> |
41 |
| - <img src="{{ "/images/logo.png" | relative_url }}" width="30" height="30" alt="logo"></a> |
| 41 | + <a class="mx-2" href="{{ "/" | relative_url }}"> |
| 42 | + <img src="{{ "/media/logo.png" | relative_url }}" width="30" height="30" alt="logo"></a> |
42 | 43 | <button class="navbar-toggler" type="button" data-bs-toggle="collapse"
|
43 | 44 | data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
|
44 | 45 | aria-expanded="false" aria-label="Toggle navigation">
|
|
62 | 63 | </nav>
|
63 | 64 | </header>
|
64 | 65 |
|
65 |
| -<main class="flex-grow-1 p-3"> |
| 66 | +<main class="flex-grow-1 px-3"> |
66 | 67 | {{ content }}
|
67 | 68 | <div class="clearfix"></div>
|
68 | 69 | </main>
|
69 | 70 |
|
70 | 71 | <footer class="footer mt-auto p-2 flex-shrink-0">
|
71 | 72 | <div class="container-fluid">
|
72 | 73 | <div class="row">
|
73 |
| - <div class="col-12 col-md-4"> |
74 |
| - <p><a class="link-body-emphasis text-decoration-none" href="{{ site.github_url }}#readme" target="_blank" rel="noopener"> |
75 |
| - <i class="fab fa-github"></i> {{ site.site_name }}</a></p> |
| 74 | + <div class="col-12 col-sm-4"> |
| 75 | + <a class="link-body-emphasis text-decoration-none" href="{{ site.github_url }}" target="_blank" rel="noopener"> |
| 76 | + <i class="fab fa-github"></i> {{ site.site_name }}</a> |
76 | 77 | </div>
|
77 |
| - <div class="col-12 col-md-8 text-md-end"> |
78 |
| - <ul class="list-inline"> |
79 |
| - <li class="list-inline-item"> |
80 |
| - <a class="link-body-emphasis text-decoration-none {% if page.title == 'Home' %}fw-bold{% endif %}" href="{{ "/" | relative_url }}"> |
81 |
| - Home</a></li> |
82 |
| - <li class="list-inline-item">|</li> |
83 |
| - <li class="list-inline-item"> |
84 |
| - <a class="link-body-emphasis text-decoration-none {% if page.title == 'Docs' %}fw-bold{% endif %}" href="{{ "/docs/" | relative_url }}"> |
85 |
| - Docs</a></li> |
86 |
| - <li class="list-inline-item">|</li> |
87 |
| - <li class="list-inline-item"> |
88 |
| - <a class="link-body-emphasis text-decoration-none {% if page.title == 'Web Extension' %}fw-bold{% endif %}" href="{{ "/extension/" | relative_url }}"> |
89 |
| - Extension</a></li> |
90 |
| - <li class="list-inline-item">|</li> |
91 |
| - <li class="list-inline-item"> |
92 |
| - <a class="link-body-emphasis text-decoration-none" href="{{ "/screenshots/" | relative_url }}" target="_blank"> |
93 |
| - Screen Shots <i class="fa-solid fa-arrow-up-right-from-square"></i></a></li> |
94 |
| - </ul> |
| 78 | + <div class="col-12 col-sm-8 text-sm-end"> |
| 79 | + <nav aria-label="Secondary Navigation"> |
| 80 | + <ol class="list-inline mb-1"> |
| 81 | + <li class="list-inline-item"> |
| 82 | + <a class="link-body-emphasis text-decoration-none {% if page.title == 'Home' %}fw-bold{% endif %}" href="{{ "/" | relative_url }}"> |
| 83 | + Home</a></li> |
| 84 | + <li class="list-inline-item"> |
| 85 | + <a class="link-body-emphasis text-decoration-none {% if page.title == 'Docs' %}fw-bold{% endif %}" href="{{ "/docs/" | relative_url }}"> |
| 86 | + Docs</a></li> |
| 87 | + <li class="list-inline-item"> |
| 88 | + <a class="link-body-emphasis text-decoration-none {% if page.title == 'Extension' %}fw-bold{% endif %}" href="{{ "/extension/" | relative_url }}"> |
| 89 | + Extension</a></li> |
| 90 | + <li class="list-inline-item"> |
| 91 | + <a class="link-body-emphasis text-decoration-none" href="{{ "/screenshots/" | relative_url }}" target="_blank"> |
| 92 | + Screen Shots <i class="fa-solid fa-arrow-up-right-from-square"></i></a></li> |
| 93 | + </ol> |
| 94 | + </nav> |
95 | 95 | </div>
|
96 | 96 | </div>
|
97 | 97 | </div>
|
|
0 commit comments