Skip to content

Commit

Permalink
feat: update logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesx00 committed Dec 28, 2024
1 parent ec07023 commit 4f9887b
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 32 deletions.
10 changes: 2 additions & 8 deletions _includes/footer.njk
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
<footer id="cs-footer-272" class="font-victor-mono">
<div class="default-container md:flex px-4">
<!-- Logo Group -->
<!-- <div class="flex-1">
<a href="/" class="uppercase font-bold text-primary-900 tracking-widest inline-block">
{% image eleventy.env.root + "/public/img/logo.png", "PythonExpert logo", "100px, 150px", "(max-width: 400px) 100vw, 150px" %}
</a>
</div> -->
<!-- Links -->
<div class="md:flex md:gap-8 lg:gap-16"> <ul class="mb-6">
<div class="md:flex md:gap-8 lg:gap-16">
<ul class="mb-6">
<li class="cs-nav-li">
<span class="cs-header">Quick links</span>
</li>
Expand Down
13 changes: 8 additions & 5 deletions _includes/navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<div class="default-container px-4">
<div class="flex justify-between items-center">
<div class="py-4">
<a href="/" class="uppercase font-bold text-primary-900 tracking-widest inline-block">
{% image eleventy.env.root + "/public/img/logo.png", "PythonExpert logo", "100px" %}
<a href="/" class="font-light text-slate-900 tracking-widest flex font-victor-mono">
<p class="leading-none">
<span class="">+=</span><br/> PythonExpert</p>
</a>
</div>
<div class="hidden sm:ml-6 sm:flex">
Expand All @@ -21,12 +22,14 @@
{% endif %}
</div>
{% endfor %}
<a href="https://github.com/jamesx00/pythonexpert" target="_blank" class="text-sm inline-flex items-center px-1 font-medium hover:text-primary-900 transition">
<a
href="https://github.com/jamesx00/pythonexpert"
target="_blank"
class="text-sm inline-flex items-center px-1 font-medium hover:text-primary-900 transition">
<i class="fab fa-github mr-4 fa-2x"></i>
</a>
</div>
<div
class="-mr-2 flex items-center sm:hidden">
<div class="-mr-2 flex items-center sm:hidden">
<a href="https://github.com/jamesx00/pythonexpert" target="_blank">
<i class="fab fa-github mr-4 fa-2x"></i>
</a>
Expand Down
Binary file modified public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions public/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -2084,6 +2084,10 @@ h4 {
font-weight: 600;
}

.font-thin {
font-weight: 100;
}

.uppercase {
text-transform: uppercase;
}
Expand All @@ -2096,6 +2100,18 @@ h4 {
line-height: 1.5rem;
}

.leading-tight {
line-height: 1.25;
}

.leading-snug {
line-height: 1.375;
}

.leading-none {
line-height: 1;
}

.tracking-widest {
letter-spacing: 0.1em;
}
Expand Down Expand Up @@ -2210,6 +2226,11 @@ h4 {
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-slate-900 {
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity));
}

.underline {
text-decoration-line: underline;
}
Expand Down
Binary file modified public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/old-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 1 addition & 19 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit 4f9887b

Please sign in to comment.