|
|
| Line 1: |
Line 1: |
| <!-- Multi-colored decorative top bar -->
| |
| <div style="display: flex; height: 3px; width: 100%; margin-bottom: 25px;">
| |
| <div style="flex: 1; background-color: #bd0000;"></div>
| |
| <div style="flex: 1; background-color: #007a3d;"></div>
| |
| <div style="flex: 1; background-color: #82a8b8;"></div>
| |
| <div style="flex: 1; background-color: #6c757d;"></div>
| |
| </div>
| |
|
| |
|
| <!-- Main Content Area -->
| |
| <div style="display: flex; flex-wrap: wrap-reverse; justify-content: space-between; align-items: flex-start; gap: 30px;">
| |
|
| |
| <!-- Left Column: Title & Quote -->
| |
| <div style="flex: 1; min-width: 280px;">
| |
|
| |
| <!-- Title -->
| |
| <div style="font-size: 3.2em; font-weight: bold; line-height: 1.1; margin-bottom: 8px;">
| |
| Aafi
| |
| </div>
| |
|
| |
| <!-- Subtitle -->
| |
| <div style="font-size: 1.6em; font-style: italic; font-weight: 300; opacity: 0.9; margin-bottom: 35px;">
| |
| a learner on a long road to nowhere
| |
| </div>
| |
|
| |
| <!-- Quote Box -->
| |
| <div style="border-left: 3px solid #555; padding-left: 18px; margin-top: 20px;">
| |
| <div style="font-size: 1.1em; margin-bottom: 16px;">
| |
| It is not the length but the depth of life that matters.
| |
| </div>
| |
| <div style="font-size: 0.95em; color: #888;">
| |
| — [[Timothy Winter]], in: ''14, 22nd Contentions''
| |
| </div>
| |
| </div>
| |
|
| |
| </div>
| |
|
| |
| <!-- Right Column: Image -->
| |
| <div style="flex-shrink: 0;">
| |
| [[File:YourImageFileName.jpg|320px|none|alt=Profile picture]]
| |
| </div>
| |
|
| |
| </div>
| |