EtonMu commited on
Commit
dabc5c9
·
verified ·
1 Parent(s): 8caa1ab

Ship gallery assets as LFS tar (fix broken images)

Browse files
Files changed (1) hide show
  1. static/index.html +22 -4
static/index.html CHANGED
@@ -719,9 +719,18 @@
719
 
720
  /* ---------- how-it-works ---------- */
721
  .head-right {
722
- display: flex; flex-direction: column; align-items: stretch; gap: 10px;
723
  }
724
- .head-right .how-link { justify-content: center; }
 
 
 
 
 
 
 
 
 
725
  .how-link {
726
  display: inline-flex; align-items: center; gap: 8px;
727
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 20px;
@@ -813,8 +822,8 @@
813
  <div class="brand-sub">machine learning powered color rebuild</div>
814
  </div>
815
  <div class="head-right">
816
- <a class="how-link" id="howOpen"><span class="q">?</span> How does it work</a>
817
- <a class="how-link" id="privacyOpen"><svg width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="var(--accent)" stroke-width="2.4" stroke-linecap="round" aria-hidden="true"><rect x="4" y="10.5" width="16" height="10" rx="2.5"/><path d="M8 10.5V7a4 4 0 0 1 8 0v3.5"/></svg> Your privacy is guaranteed</a>
818
  </div>
819
  </header>
820
  <h1 class="hero-title">Extract the look of <em>any film and frame</em>.</h1>
@@ -1012,6 +1021,15 @@
1012
  <h2>How Deep Analog works</h2>
1013
  <div class="sub">From a single reference image to a reusable film look — in seconds</div>
1014
 
 
 
 
 
 
 
 
 
 
1015
  <img class="figure" src="static/how/teaser.jpg" alt="Deep Analog teaser: reference film scan to predicted LUT to rendered photo">
1016
 
1017
  <h4><span class="step-n">1</span>Two networks read your reference</h4>
 
719
 
720
  /* ---------- how-it-works ---------- */
721
  .head-right {
722
+ display: flex; flex-direction: column; align-items: flex-end; gap: 9px;
723
  }
724
+ .head-link {
725
+ display: inline-flex; align-items: center; gap: 7px;
726
+ font-size: 12.5px; font-weight: 600; color: var(--text-dim);
727
+ text-decoration: underline;
728
+ text-decoration-color: var(--text-dim);
729
+ text-underline-offset: 3px;
730
+ cursor: pointer; transition: color .15s;
731
+ }
732
+ .head-link:hover { color: var(--text); text-decoration-color: var(--accent); }
733
+ .head-link svg { flex: 0 0 auto; }
734
  .how-link {
735
  display: inline-flex; align-items: center; gap: 8px;
736
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 20px;
 
822
  <div class="brand-sub">machine learning powered color rebuild</div>
823
  </div>
824
  <div class="head-right">
825
+ <a class="head-link" id="howOpen"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="var(--accent)" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><rect x="5" y="5" width="14" height="14" rx="2.5"/><path d="M9 2v3M15 2v3M9 19v3M15 19v3M2 9h3M2 15h3M19 9h3M19 15h3"/><circle cx="12" cy="12" r="2.4"/></svg><span>How the ML algorithm works here</span></a>
826
+ <a class="head-link" id="privacyOpen"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="var(--accent)" stroke-width="2.2" stroke-linecap="round" aria-hidden="true"><rect x="4" y="10.5" width="16" height="10" rx="2.5"/><path d="M8 10.5V7a4 4 0 0 1 8 0v3.5"/></svg><span>Your privacy is strictly guaranteed</span></a>
827
  </div>
828
  </header>
829
  <h1 class="hero-title">Extract the look of <em>any film and frame</em>.</h1>
 
1021
  <h2>How Deep Analog works</h2>
1022
  <div class="sub">From a single reference image to a reusable film look — in seconds</div>
1023
 
1024
+ <p>In plain English: Deep Analog <b>reverse-engineers film through data</b>. During
1025
+ training, the model studied thousands of photograph pairs — the same picture with and
1026
+ without a look applied — over and over, hundreds of thousands of exposures in total,
1027
+ until it learned the hidden mapping between <i>how an image looks</i> and <i>the recipe
1028
+ that makes it look that way</i>. It's like an apprentice darkroom printer who has studied
1029
+ so many of the master's prints that, shown any new frame just once, they can write down
1030
+ the complete formula — color, tone, grain, glow — to recreate it. That written-down
1031
+ formula is exactly what this site hands you.</p>
1032
+
1033
  <img class="figure" src="static/how/teaser.jpg" alt="Deep Analog teaser: reference film scan to predicted LUT to rendered photo">
1034
 
1035
  <h4><span class="step-n">1</span>Two networks read your reference</h4>