Skip to content

Commit 357edbf

Browse files
committed
Improve logos
1 parent 9585334 commit 357edbf

File tree

8 files changed

+29
-20
lines changed

8 files changed

+29
-20
lines changed

.github/httpsf-logo.jpg

-21.3 KB
Binary file not shown.

.github/httpsf-logo.png

12.2 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![HTTPsf](.github/httpsf-logo.jpg?raw=true)
1+
![HTTPsf](.github/httpsf-logo.png?raw=true)
22

33
# HTTP Structured Fields for PHP
44

docs/_data/project.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ repository_url: 'https://github.com/bakame-php/http-structured-fields'
88
release_major: '2.0'
99
version: 2.0.0
1010
support: 'Once a new major version is released, the previous stable release remains supported for six more months with patches and security fixes.'
11+
releases:
12+
next:
13+
version: '2.0'
14+
requires: 'PHP >= 8.1.0'
15+
documentation_link: '/2.0/'
16+
current:
17+
version: '1.0'
18+
requires: 'PHP >= 8.1.10'
19+
documentation_link: '/1.0/'

docs/_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<header class="flex items-center sm:justify-center pl-6 pr-6 pb-6 max-w-7xl mx-auto pb-32">
2626
<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">
2727
<a class="flex items-center gap-2 sm:gap-3" href="{{ site.baseurl }}/">
28-
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[40px] sm:w-[50px] h-[40px] sm:h-[50px]"/>
28+
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[80px] sm:w-[60px] h-[40px] sm:h-[50px]"/>
2929
<div class="font-black">HTTP Structured Fields</div>
3030
</a>
3131
</div>
@@ -84,7 +84,7 @@ <h3 class="font-semibold tracking-tight text-slate-900">Older versions</h3>
8484
{{ content }}
8585
</article>
8686
<div class="flex justify-center items-center">
87-
<img src="{{ site.baseurl }}/assets/img/httpsf.svg" alt="Logo" class="w-[240px] sm:w-[250px] h-[80px] sm:h-[82px]"/>
87+
<img src="{{ site.baseurl }}/assets/img/httpsf.svg" alt="Logo" class="w-[1800px] sm:w-[170px] h-[50px] sm:h-[60px]"/>
8888
</div>
8989
</div>
9090
</main>

docs/_layouts/homepage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<header class="flex items-center sm:justify-center">
1717
<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">
1818
<div class="flex items-center gap-2 sm:gap-3">
19-
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[40px] sm:w-[50px] h-[40px] sm:h-[50px]"/>
19+
<img src="{{ site.baseurl }}/assets/img/httpsf-logo.svg" alt="Logo" class="w-[80px] sm:w-[60px] h-[40px] sm:h-[50px]"/>
2020
<div class="font-black text-2xl">HTTP Structured Fields</div>
2121
</div>
2222
<div class="flex items-center gap-0 md:gap-0">

docs/assets/img/httpsf-logo.svg

Lines changed: 6 additions & 8 deletions
Loading

0 commit comments

Comments
 (0)