Skip to content

Commit

Permalink
Improve logos
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 11, 2024
1 parent 9585334 commit 357edbf
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 20 deletions.
Binary file removed .github/httpsf-logo.jpg
Binary file not shown.
Binary file added .github/httpsf-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![HTTPsf](.github/httpsf-logo.jpg?raw=true)
![HTTPsf](.github/httpsf-logo.png?raw=true)

# HTTP Structured Fields for PHP

Expand Down
9 changes: 9 additions & 0 deletions docs/_data/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ repository_url: 'https://github.com/bakame-php/http-structured-fields'
release_major: '2.0'
version: 2.0.0
support: 'Once a new major version is released, the previous stable release remains supported for six more months with patches and security fixes.'
releases:
next:
version: '2.0'
requires: 'PHP >= 8.1.0'
documentation_link: '/2.0/'
current:
version: '1.0'
requires: 'PHP >= 8.1.10'
documentation_link: '/1.0/'
4 changes: 2 additions & 2 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<header class="flex items-center sm:justify-center pl-6 pr-6 pb-6 max-w-7xl mx-auto pb-32">
<div class="flex gap-6 md:gap-0 md:flex-row justify-between md:items-center p-3 md:p-6 w-full max-w-7xl">
<a class="flex items-center gap-2 sm:gap-3" href="{{ site.baseurl }}/">
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[40px] sm:w-[50px] h-[40px] sm:h-[50px]"/>
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[80px] sm:w-[60px] h-[40px] sm:h-[50px]"/>
<div class="font-black">HTTP Structured Fields</div>
</a>
</div>
Expand Down Expand Up @@ -84,7 +84,7 @@ <h3 class="font-semibold tracking-tight text-slate-900">Older versions</h3>
{{ content }}
</article>
<div class="flex justify-center items-center">
<img src="{{ site.baseurl }}/assets/img/httpsf.svg" alt="Logo" class="w-[240px] sm:w-[250px] h-[80px] sm:h-[82px]"/>
<img src="{{ site.baseurl }}/assets/img/httpsf.svg" alt="Logo" class="w-[1800px] sm:w-[170px] h-[50px] sm:h-[60px]"/>
</div>
</div>
</main>
Expand Down
2 changes: 1 addition & 1 deletion docs/_layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<header class="flex items-center sm:justify-center">
<div class="flex gap-6 md:gap-0 md:flex-row justify-between md:items-center p-3 md:p-6 w-full max-w-7xl">
<div class="flex items-center gap-2 sm:gap-3">
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[40px] sm:w-[50px] h-[40px] sm:h-[50px]"/>
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[80px] sm:w-[60px] h-[40px] sm:h-[50px]"/>
<div class="font-black text-2xl">HTTP Structured Fields</div>
</div>
<div class="flex items-center gap-0 md:gap-0">
Expand Down
14 changes: 6 additions & 8 deletions docs/assets/img/httpsf-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 357edbf

Please sign in to comment.