Skip to content

Commit

Permalink
Edited menu and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
linuschirchir committed Sep 20, 2024
1 parent 5ee81fe commit 88ea1ae
Show file tree
Hide file tree
Showing 22 changed files with 3,983 additions and 177 deletions.
File renamed without changes.
114 changes: 64 additions & 50 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,67 +1,77 @@
project:
type: website
preview:
port: 3434
browser: true
watch-inputs: true
timeout: 3600

execute:
freeze: auto

website:
title: "Linus Chirchir"
description: "Data Scientist"
site-url: https://linuschirchir.com
page-navigation: true
back-to-top-navigation: true
favicon: /images/logo.png
repo-url: https://linuschirchir.github.io/
repo-actions: [edit, issue]
cookie-consent:
type: express
prefs-text: "Change cookies 🍪"
google-analytics: "G-T7ENNBQG9H"
navbar:
pinned: true
toggle-position: right
logo-href: https://linuschirchir.com/
logo: images/logo.png
logo-alt: "Linus Chirchir Logo"
title: false
collapse-below: lg
left:
- text: Home
icon: house-fill
href: index.qmd
- text: Projects
icon: clipboard-check-fill
href: projects.qmd
- text: CV
icon: person-lines-fill
href: cv.qmd
- text: Blog
icon: journal-text
href: blog.qmd
- text: Home
icon: house-fill
href: index.qmd
- text: Projects
icon: clipboard-check-fill
href: projects.qmd
- text: CV
icon: person-lines-fill
href: cv.qmd
- text: Blog
icon: journal-text
href: blog.qmd
right:
- icon: linkedin
aria-label: LinkedIn
href: https://www.linkedin.com/in/LinusChirchir/
target: _blank
- icon: github
aria-label: GitHub
href: https://github.com/LinusChirchir
target: _blank
- icon: facebook
aria-label: Facebook
href: https://facebook.com/ChirchirLinus1
target: _blank
- icon: twitter
aria-label: X
href: https://x.com/LinusChirchir
target: _blank
- icon: envelope
aria-label: Contact
href: mailto:linus@linuschirchir.com
target: _blank

- icon: linkedin
aria-label: LinkedIn
href: https://www.linkedin.com/in/LinusChirchir/
target: _blank
- icon: github
aria-label: GitHub
href: https://github.com/LinusChirchir
target: _blank
- icon: facebook
aria-label: Facebook
href: https://facebook.com/ChirchirLinus1
target: _blank
- icon: twitter
aria-label: X
href: https://x.com/LinusChirchir
target: _blank
- icon: envelope
aria-label: Contact
href: mailto:linus@linuschirchir.com
target: _blank
page-footer:
border: true
left: |
<div style="text-align: left;">&#169; 2024 Linus Chirchir</div>
center: |
<div style="text-align: center;"><strong>[GitHub Repo](https://github.com/linuschirchir/linuschirchir.github.io){target="_blank"}</strong></div>
right: |
<div style="text-align: right;"><strong>[Report an Issue](https://github.com/linuschirchir/linuschirchir.github.io/issues/new){target="_blank"}</strong></div>
left: >-
&#169; 2024 Linus Chirchir
right:
- text: "Accessibility"
href: accessibility.qmd
aria-label: Accessibility Commitment
- text: "Code of Conduct"
href: coc.qmd
aria-label: Code of Conduct
- text: "Contact"
href: contact.qmd
aria-label: Contact
- text: "Licence"
href: licence.qmd
aria-label: Licence Details
background: "#4169E1"

format:
html:
grid:
Expand All @@ -77,3 +87,7 @@ format:
code-fold: show
code-tools: false
code-block-border-left: "#4169E1"

execute:
freeze: true
warning: false
75 changes: 59 additions & 16 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@


<script src="site_libs/quarto-nav/quarto-nav.js"></script>
<script src="site_libs/quarto-nav/headroom.min.js"></script>
<script src="site_libs/clipboard/clipboard.min.js"></script>
<script src="site_libs/quarto-search/autocomplete.umd.js"></script>
<script src="site_libs/quarto-search/fuse.min.js"></script>
<script src="site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="./">
<link href=".//images/logo.png" rel="icon" type="image/png">
<script src="site_libs/cookie-consent/cookie-consent.js"></script>
<link href="site_libs/cookie-consent/cookie-consent.css" rel="stylesheet">
<script src="site_libs/quarto-html/quarto.js"></script>
<script src="site_libs/quarto-html/popper.min.js"></script>
<script src="site_libs/quarto-html/tippy.umd.min.js"></script>
Expand Down Expand Up @@ -66,6 +70,33 @@
"search-label": "Search"
}
}</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-T7ENNBQG9H"></script>

<script type="text/plain" cookie-consent="tracking">

window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-T7ENNBQG9H', { 'anonymize_ip': true});
</script>

<script type="text/javascript" charset="UTF-8">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({
"notice_banner_type":"simple",
"consent_type":"express",
"palette":"light",
"language":"en",
"page_load_consent_levels":["strictly-necessary"],
"notice_banner_reject_button_hide":false,
"preferences_center_close_button_hide":false,
"website_name":""
,
"language":"en"
});
});
</script>



<link rel="stylesheet" href="styles.css">
Expand All @@ -78,12 +109,9 @@
<nav class="navbar navbar-expand-lg " data-bs-theme="dark">
<div class="navbar-container container-fluid">
<div class="navbar-brand-container mx-auto">
<a href="./index.html" class="navbar-brand navbar-brand-logo">
<a href="https://linuschirchir.com/" class="navbar-brand navbar-brand-logo">
<img src="./images/logo.png" alt="Linus Chirchir Logo" class="navbar-logo">
</a>
<a class="navbar-brand" href="./index.html">
<span class="navbar-title">Linus Chirchir</span>
</a>
</div>
<div id="quarto-search" class="" title="Search"></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
Expand Down Expand Up @@ -204,7 +232,7 @@ <h1 class="title">Linus Chirchir</h1>



</main> <!-- /main -->
<a onclick="window.scrollTo(0, 0); return false;" role="button" id="quarto-back-to-top"><i class="bi bi-arrow-up"></i> Back to top</a></main> <!-- /main -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
Expand Down Expand Up @@ -755,20 +783,35 @@ <h1 class="title">Linus Chirchir</h1>
<footer class="footer">
<div class="nav-footer">
<div class="nav-footer-left">
<div style="text-align: left;">
© 2024 Linus Chirchir
</div>
<p>© 2024 Linus Chirchir</p>
</div>
<div class="nav-footer-center">
<div style="text-align: center;">
<strong><a href="https://github.com/linuschirchir/linuschirchir.github.io" target="_blank">GitHub Repo</a></strong>
</div>
</div>

<div class="toc-actions"><ul><li><a href="https://linuschirchir.github.io/edit/main/about.qmd" class="toc-action"><i class="bi bi-git"></i>Edit this page</a></li><li><a href="https://linuschirchir.github.io/issues/new" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div><div class="cookie-consent-footer"><a href="#" id="open_preferences_center">Change cookies 🍪</a></div></div>
<div class="nav-footer-right">
<div style="text-align: right;">
<strong><a href="https://github.com/linuschirchir/linuschirchir.github.io/issues/new" target="_blank">Report an Issue</a></strong>
</div>
</div>
<ul class="footer-items list-unstyled">
<li class="nav-item">
<a class="nav-link" href="./accessibility.html">
<p>Accessibility</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./coc.html">
<p>Code of Conduct</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">
<p>Contact</p>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./licence.html">
<p>Licence</p>
</a>
</li>
</ul>
</div>
</div>
</footer>

Expand Down
Loading

0 comments on commit 88ea1ae

Please sign in to comment.