systms Claude Opus 4.7 (1M context) commited on
Commit
dfe9534
·
1 Parent(s): cfa4ca0

Move logo into hero, drop centered logo + AVAILABLE breadcrumb

Browse files

- Remove the centered 600px logo block at the top
- Remove the SYSTMS / FLW AVAILABLE breadcrumb chip
- Replace the SYSTMS text in the hero h1 with the logo PNG sized
to match the 88px wordmark
- Swap in updated sample GIFs

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files changed (3) hide show
  1. FLW_01.gif +2 -2
  2. FLW_02.gif +2 -2
  3. README.md +1 -10
FLW_01.gif CHANGED

Git LFS Details

  • SHA256: 61a3426a96d3e8395d4bbf4e7d96542708c0bb5b0be6ffe59a8453468987fd3b
  • Pointer size: 132 Bytes
  • Size of remote file: 7.12 MB

Git LFS Details

  • SHA256: 4f18e43734a6c75ccfbeeb49e3a48896f6fb91d929d72d1be616264b8bbb2fd7
  • Pointer size: 132 Bytes
  • Size of remote file: 7.49 MB
FLW_02.gif CHANGED

Git LFS Details

  • SHA256: 8860c5a951212bde2eb33777b21e6bb2e4bc005730becfab9e6882df1ce6366f
  • Pointer size: 132 Bytes
  • Size of remote file: 7.34 MB

Git LFS Details

  • SHA256: c11026fea5050ce884f7a4c686d3a60402db6fd254a5c06981738bc37ddec6c1
  • Pointer size: 132 Bytes
  • Size of remote file: 7.42 MB
README.md CHANGED
@@ -11,22 +11,13 @@ tags:
11
 
12
  <div style="background:#000407;color:#F2F0EB;font-family:ui-monospace,'SF Mono','Menlo','Consolas',monospace;padding:64px 40px;margin:0 -1rem;">
13
 
14
- <p align="center" style="margin:0 0 48px;"><img src="SYSTMS_LOGO_ALPHA_01.png" width="600" style="max-width:100%;height:auto;" alt="SYSTMS"></p>
15
-
16
- <div style="display:flex;align-items:center;gap:14px;padding-bottom:14px;margin-bottom:48px;border-bottom:1px solid rgba(255,255,255,0.08);font-size:11px;letter-spacing:0.24em;text-transform:uppercase;color:#8A8A88;">
17
- <span style="color:#F2F0EB;font-weight:700;">SYSTMS</span>
18
- <span style="color:#5A5A58;">/</span>
19
- <span>FLW</span>
20
- <span style="margin-left:auto;color:#FF2D1E;">● AVAILABLE</span>
21
- </div>
22
-
23
  <div style="display:flex;align-items:center;gap:14px;font-size:11px;letter-spacing:0.28em;text-transform:uppercase;color:#8A8A88;margin-bottom:24px;">
24
  <span style="display:inline-block;width:42px;height:1px;background:#FF2D1E;"></span>
25
  SYSTMS / FLW · v1.0
26
  </div>
27
 
28
  <h1 style="font-family:ui-monospace,'SF Mono','Menlo','Consolas',monospace;font-size:88px;font-weight:800;line-height:0.92;letter-spacing:-0.05em;margin:0 0 28px;text-transform:uppercase;color:#FFFFFF;">
29
- SYSTMS<br>
30
  //FLW<span style="display:inline-block;width:0.18em;height:0.18em;border-radius:50%;background:#FF2D1E;margin-left:0.04em;box-shadow:0 0 16px rgba(255,45,30,0.6);"></span>
31
  </h1>
32
 
 
11
 
12
  <div style="background:#000407;color:#F2F0EB;font-family:ui-monospace,'SF Mono','Menlo','Consolas',monospace;padding:64px 40px;margin:0 -1rem;">
13
 
 
 
 
 
 
 
 
 
 
14
  <div style="display:flex;align-items:center;gap:14px;font-size:11px;letter-spacing:0.28em;text-transform:uppercase;color:#8A8A88;margin-bottom:24px;">
15
  <span style="display:inline-block;width:42px;height:1px;background:#FF2D1E;"></span>
16
  SYSTMS / FLW · v1.0
17
  </div>
18
 
19
  <h1 style="font-family:ui-monospace,'SF Mono','Menlo','Consolas',monospace;font-size:88px;font-weight:800;line-height:0.92;letter-spacing:-0.05em;margin:0 0 28px;text-transform:uppercase;color:#FFFFFF;">
20
+ <img src="SYSTMS_LOGO_ALPHA_01.png" style="display:block;height:88px;width:auto;max-width:100%;margin:0 0 12px;" alt="SYSTMS">
21
  //FLW<span style="display:inline-block;width:0.18em;height:0.18em;border-radius:50%;background:#FF2D1E;margin-left:0.04em;box-shadow:0 0 16px rgba(255,45,30,0.6);"></span>
22
  </h1>
23