|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8">
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
| - <title>Project Details</title> |
| 6 | + <title>{{title}}</title> |
| 7 | + <meta name="description" content="{{description}}"> |
| 8 | + <meta name="author" content="{{author}}"> |
| 9 | + <meta name="robots" content="index, follow"> |
| 10 | + |
| 11 | + <!-- Open Graph Tags (for Social Media) --> |
| 12 | + <meta property="og:title" content="{{og_title}}"> |
| 13 | + <meta property="og:description" content="{{og_description}}"> |
| 14 | + <meta property="og:image" content="{{og_image}}"> |
| 15 | + <meta property="og:url" content="{{og_url}}"> |
| 16 | + <meta property="og:type" content="{{og_type}}"> |
| 17 | + |
| 18 | + <!-- Twitter Cards --> |
| 19 | + <meta name="twitter:card" content="{{twitter_card}}"> |
| 20 | + <meta name="twitter:title" content="{{twitter_title}}"> |
| 21 | + <meta name="twitter:description" content="{{twitter_description}}"> |
| 22 | + <meta name="twitter:image" content="{{twitter_image}}"> |
| 23 | + <meta name="twitter:site" content="{{twitter_site}}"> |
| 24 | + |
| 25 | + <!-- Canonical URL --> |
| 26 | + <link rel="canonical" href="{{canonical_url}}"> |
| 27 | + |
| 28 | + <!-- Favicon --> |
| 29 | + <link rel="icon" href="/favicon.ico" type="image/png"> |
7 | 30 | <!-- Bootstrap CSS -->
|
8 | 31 | <link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel=" stylesheet" >
|
9 | 32 | <!-- Bootstrap Icons -->
|
|
75 | 98 | <!-- Navbar -->
|
76 | 99 | <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
|
77 | 100 | <div class="container">
|
78 |
| - <a class="navbar-brand" href="#"> |
| 101 | + <a class="navbar-brand" href="https://codehimblog.github.io"> |
79 | 102 | <i class="bi bi-box-seam me-2"></i>CodehimBlog
|
80 | 103 | </a>
|
81 | 104 | <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
|
|
84 | 107 | <div class="collapse navbar-collapse" id="navbarNav">
|
85 | 108 | <ul class="navbar-nav ms-auto">
|
86 | 109 | <li class="nav-item">
|
87 |
| - <a class="nav-link" href="#"><i class="bi bi-house-door me-1"></i>Home</a> |
| 110 | + <a class="nav-link" href="https://codehimblog.github.io/"><i class="bi bi-house-door me-1"></i> Home</a> |
88 | 111 | </li>
|
89 | 112 | <li class="nav-item">
|
90 |
| - <a class="nav-link" href="#"><i class="bi bi-box me-1"></i>Projects</a> |
| 113 | + <a class="nav-link" href="https://codehimblog.github.io/projects/"><i class="bi bi-box me-1"></i> Projects</a> |
91 | 114 | </li>
|
92 | 115 | <li class="nav-item">
|
93 |
| - <a class="nav-link" href="#"><i class="bi bi-book me-1"></i>Docs</a> |
| 116 | + <a class="nav-link" href="https://codehimblog.github.io/about.html"><i class="bi bi-book me-1"></i> About</a> |
94 | 117 | </li>
|
95 | 118 | <li class="nav-item">
|
96 |
| - <a class="nav-link" href="#"><i class="bi bi-envelope me-1"></i>Contact</a> |
| 119 | + <a class="nav-link" href="https://codehimblog.github.io/contact.html"><i class="bi bi-envelope me-1"></i> Contact</a> |
97 | 120 | </li>
|
98 | 121 | </ul>
|
99 | 122 | </div>
|
100 | 123 | </div>
|
101 | 124 | </nav>
|
102 | 125 |
|
103 |
| - <!-- Breadcrumbs --> |
104 |
| - <div class="container mt-4 breadcrumbs"> |
105 |
| - <nav aria-label="breadcrumb"> |
106 |
| - <ol class="breadcrumb mb-0"> |
107 |
| - <li class="breadcrumb-item"><a href="#">Home</a></li> |
108 |
| - <li class="breadcrumb-item"><a href="#">Projects</a></li> |
109 |
| - <li class="breadcrumb-item active" aria-current="page">napa</li> |
110 |
| - </ol> |
111 |
| - </nav> |
112 |
| - </div> |
| 126 | +<!-- Breadcrumbs --> |
| 127 | +<div class="container mt-4 breadcrumbs"> |
| 128 | + <nav aria-label="breadcrumb"> |
| 129 | + <ol class="breadcrumb mb-0"> |
| 130 | + <li class="breadcrumb-item"><a href="https://codehimblog.github.io/">Home</a></li> |
| 131 | + <li class="breadcrumb-item"><a href="https://codehimblog.github.io/projects/">Projects</a></li> |
| 132 | + <li class="breadcrumb-item active" aria-current="page">napa</li> |
| 133 | + </ol> |
| 134 | + </nav> |
| 135 | +</div> |
| 136 | + |
| 137 | +<!-- Schema Markup for Breadcrumbs --> |
| 138 | +<script type="application/ld+json"> |
| 139 | +{ |
| 140 | + "@context": "https://schema.org", |
| 141 | + "@type": "BreadcrumbList", |
| 142 | + "itemListElement": [ |
| 143 | + { |
| 144 | + "@type": "ListItem", |
| 145 | + "position": 1, |
| 146 | + "name": "Home", |
| 147 | + "item": "https://codehimblog.github.io/" |
| 148 | + }, |
| 149 | + { |
| 150 | + "@type": "ListItem", |
| 151 | + "position": 2, |
| 152 | + "name": "Projects", |
| 153 | + "item": "https://codehimblog.github.io/projects/" |
| 154 | + }, |
| 155 | + { |
| 156 | + "@type": "ListItem", |
| 157 | + "position": 3, |
| 158 | + "name": "napa", |
| 159 | + "item": "https://codehimblog.github.io/projects/{{packageSlug}}" |
| 160 | + } |
| 161 | + ] |
| 162 | +} |
| 163 | +</script> |
| 164 | + |
113 | 165 |
|
114 | 166 | <!-- Main Content -->
|
115 | 167 | <div class="container mt-4">
|
@@ -176,10 +228,10 @@ <h1 id="packageName">napa</h1>
|
176 | 228 | <a href="#" target="_blank" class="btn btn-success me-2" id="homepageBtn">
|
177 | 229 | <i class="bi bi-house-door me-2"></i>Visit Homepage
|
178 | 230 | </a>
|
179 |
| - <a href="/archive/refs/heads/main.zip" class="btn btn-primary me-2" id="downloadBtn"> |
| 231 | + <a href="https://github.com/shama/napa/archive/refs/heads/master.zip" class="btn btn-primary me-2" id="downloadBtn"> |
180 | 232 | <i class="bi bi-cloud-download me-2"></i>Download ZIP
|
181 | 233 | </a>
|
182 |
| - <a href="" target="_blank" class="btn btn-outline-secondary" id="githubBtn"> |
| 234 | + <a href="https://github.com/shama/napa" target="_blank" class="btn btn-outline-secondary" id="githubBtn"> |
183 | 235 | <i class="bi bi-github me-2"></i>Fork on GitHub
|
184 | 236 | </a>
|
185 | 237 | </div>
|
|
0 commit comments