Skip to content

Commit a928145

Browse files
authored
Merge pull request #27 from raferdev/development
Development
2 parents 4066fe9 + cd1b2c1 commit a928145

5 files changed

Lines changed: 37 additions & 12 deletions

File tree

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ http {
1111

1212
add_header X-Frame-Options "SAMEORIGIN";
1313
add_header X-XSS-Protection "1; mode=block";
14-
add_header Content-Security-Policy "worker-src blob:; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.googletagmanager.com *.datadoghq-browser-agent.com; frame-src *.rafer.dev *.youtube.com; object-src 'none'; base-uri 'self'; form-action 'none'; frame-ancestors 'none'; img-src 'self'; font-src 'self'; manifest-src *.rafer.dev;";
14+
add_header Content-Security-Policy "worker-src blob:; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.googletagmanager.com *.datadoghq-browser-agent.com; frame-src 'self' *.youtube.com; object-src 'none'; base-uri 'self'; form-action 'none'; frame-ancestors 'none'; img-src 'self'; font-src 'self'; manifest-src 'self';";
1515
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
1616
add_header Referrer-Policy "strict-origin";
1717
add_header Permissions-Policy "geolocation=(self),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(),payment=()";

src/app/_page/_components/Marquee/logosContainer.tsx

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,39 @@
33
const LogosContainer = () => (
44
<div className="z-10 flex h-[50px] min-w-full flex-none items-center justify-around gap-x-4">
55
<div className="flex h-[50px] w-[100px] justify-center">
6-
<img loading="lazy" decoding="async" src="./logos/aws.png" alt="AWS" />
6+
<img
7+
loading="lazy"
8+
decoding="async"
9+
height="50px"
10+
width="auto"
11+
src="./logos/aws.png"
12+
alt="AWS"
13+
/>
714
</div>
815
<div className="flex h-[50px] w-[100px] justify-center">
916
<img
17+
height="50px"
18+
width="auto"
1019
loading="lazy"
1120
decoding="async"
1221
src="./logos/mongo.png"
1322
alt="Mongodb"
1423
/>
1524
</div>
1625
<div className="flex h-[50px] w-[100px] justify-center">
17-
<img loading="lazy" decoding="async" src="./logos/jest.png" alt="Jest" />
26+
<img
27+
loading="lazy"
28+
decoding="async"
29+
height="50px"
30+
width="auto"
31+
src="./logos/jest.png"
32+
alt="Jest"
33+
/>
1834
</div>
1935
<div className="flex h-[50px] w-[100px] justify-center">
2036
<img
37+
height="50px"
38+
width="auto"
2139
loading="lazy"
2240
decoding="async"
2341
src="./logos/nodejs.png"
@@ -26,6 +44,8 @@ const LogosContainer = () => (
2644
</div>
2745
<div className="flex h-[50px] w-[100px] justify-center">
2846
<img
47+
height="50px"
48+
width="auto"
2949
loading="lazy"
3050
decoding="async"
3151
src="./logos/nextjs.png"
@@ -34,6 +54,8 @@ const LogosContainer = () => (
3454
</div>
3555
<div className="flex h-[50px] w-[100px] justify-center">
3656
<img
57+
height="50px"
58+
width="auto"
3759
loading="lazy"
3860
decoding="async"
3961
src="./logos/docker.png"
@@ -42,6 +64,8 @@ const LogosContainer = () => (
4264
</div>
4365
<div className="flex h-[50px] w-[100px] justify-center">
4466
<img
67+
height="50px"
68+
width="auto"
4569
loading="lazy"
4670
decoding="async"
4771
src="./logos/tailwind.png"
@@ -50,6 +74,8 @@ const LogosContainer = () => (
5074
</div>
5175
<div className="flex h-[50px] w-[100px] justify-center">
5276
<img
77+
height="50px"
78+
width="auto"
5379
loading="lazy"
5480
decoding="async"
5581
src="./logos/postgresql.png"
@@ -58,6 +84,8 @@ const LogosContainer = () => (
5884
</div>
5985
<div className="flex h-[50px] w-[100px] justify-center">
6086
<img
87+
height="50px"
88+
width="auto"
6189
loading="lazy"
6290
decoding="async"
6391
src="./logos/playwright.png"

src/app/_page/_components/chessInviteSection.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ const ChessInviteSection = () => (
2525
<img
2626
loading="lazy"
2727
decoding="async"
28-
className="h-24"
29-
height="96"
30-
width="108"
28+
height="96px"
29+
width="108px"
3130
src="./logos/chess-icon.png"
3231
alt="chess.com logo"
3332
/>

src/app/_page/_components/myworldxSection.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ const MyworldxSection = () => (
2323
<img
2424
loading="lazy"
2525
decoding="async"
26-
height="96"
27-
width="108"
28-
className="h-24 w-auto"
26+
height="96px"
27+
width="108px"
2928
src="./logos/myworldx-logo.png"
3029
alt=""
3130
/>

src/app/_page/_components/storybookSection.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ const StorybookSection = () => (
2525
<img
2626
loading="lazy"
2727
decoding="async"
28-
className="h-24"
29-
height="96"
30-
width="108"
28+
height="96px"
29+
width="108px"
3130
src="./logos/storybook.png"
3231
alt="storybook logo"
3332
/>

0 commit comments

Comments
 (0)