diff --git a/ether/static/css/project.css b/ether/static/css/project.css index d14ce5d..a082441 100644 --- a/ether/static/css/project.css +++ b/ether/static/css/project.css @@ -478,37 +478,12 @@ h4 { font-size: 1.05rem; } -/* Visual panels */ - -.image-section { - padding: 0 0 var(--space-8); -} - -.visual-frame { - margin: 0; -} - -.visual-frame img { - width: 100%; - aspect-ratio: 16 / 9; - object-fit: cover; - background: var(--color-panel); - border-radius: var(--radius-sm); -} - -.visual-frame figcaption { - margin-top: var(--space-3); - color: var(--color-muted); - font-size: 0.84rem; -} - .info-section { padding-top: var(--space-9); padding-bottom: 184px; } -.abstract-field, -.visual-frame-muted { +.abstract-field { position: relative; min-height: 520px; overflow: hidden; @@ -521,9 +496,7 @@ h4 { } .abstract-field::before, -.abstract-field::after, -.visual-frame-muted::before, -.visual-frame-muted::after { +.abstract-field::after { content: ""; position: absolute; inset: 12%; @@ -532,8 +505,7 @@ h4 { transform: rotate(-8deg); } -.abstract-field::after, -.visual-frame-muted::after { +.abstract-field::after { inset: 22% 8%; transform: rotate(12deg); } @@ -1076,15 +1048,10 @@ h4 { font-size: 1.02rem; } - .abstract-field, - .visual-frame-muted { + .abstract-field { min-height: 320px; } - .image-section { - padding-bottom: var(--space-6); - } - .statement-section, .info-section { padding-top: var(--space-8); diff --git a/ether/static/images/ether-editorial-visual.png b/ether/static/images/ether-editorial-visual.png deleted file mode 100644 index 7acfcc0..0000000 Binary files a/ether/static/images/ether-editorial-visual.png and /dev/null differ diff --git a/ether/static/images/ether-hero.png b/ether/static/images/ether-hero.png deleted file mode 100644 index bb00f4f..0000000 Binary files a/ether/static/images/ether-hero.png and /dev/null differ diff --git a/ether/templates/pages/home.html b/ether/templates/pages/home.html index f07a665..27cd9c3 100644 --- a/ether/templates/pages/home.html +++ b/ether/templates/pages/home.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% load static %} - {% block title %} Ether合同会社 | Music, Software and Web3 {% endblock title %} @@ -23,17 +21,6 @@
-