Spaces:
Running
Running
Add Xiaohan+Tien hero image to header
Browse files- index.html +10 -0
index.html
CHANGED
|
@@ -45,6 +45,15 @@
|
|
| 45 |
}
|
| 46 |
|
| 47 |
/* ── Layout ── */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
header {
|
| 49 |
background: var(--ink2);
|
| 50 |
border-bottom: 1px solid var(--border);
|
|
@@ -298,6 +307,7 @@
|
|
| 298 |
<body>
|
| 299 |
|
| 300 |
<header>
|
|
|
|
| 301 |
<h1>Eternal Path Media</h1>
|
| 302 |
<div class="chinese"><span class="pulse">永恒之路</span></div>
|
| 303 |
<p class="tagline">Where Art, Code, and Conscience Meet</p>
|
|
|
|
| 45 |
}
|
| 46 |
|
| 47 |
/* ── Layout ── */
|
| 48 |
+
.hero-img {
|
| 49 |
+
width: 180px;
|
| 50 |
+
height: 180px;
|
| 51 |
+
object-fit: cover;
|
| 52 |
+
border-radius: 50%;
|
| 53 |
+
margin-bottom: 1.2rem;
|
| 54 |
+
box-shadow: 0 0 32px rgba(90,171,122,0.25);
|
| 55 |
+
}
|
| 56 |
+
|
| 57 |
header {
|
| 58 |
background: var(--ink2);
|
| 59 |
border-bottom: 1px solid var(--border);
|
|
|
|
| 307 |
<body>
|
| 308 |
|
| 309 |
<header>
|
| 310 |
+
<img src="eternal_path.png" alt="Xiaohan and Tien — Eternal Path Media" class="hero-img" />
|
| 311 |
<h1>Eternal Path Media</h1>
|
| 312 |
<div class="chinese"><span class="pulse">永恒之路</span></div>
|
| 313 |
<p class="tagline">Where Art, Code, and Conscience Meet</p>
|