jfrery-zama commited on
Commit
1923b3f
·
unverified ·
1 Parent(s): 20d002d

add diagram

Browse files
Files changed (2) hide show
  1. index.html +8 -0
  2. visual.png +0 -0
index.html CHANGED
@@ -121,6 +121,11 @@
121
  font-family: 'Telegraf', sans-serif;
122
  font-size: 1.2rem;
123
  }
 
 
 
 
 
124
 
125
  /* wizard */
126
  main {
@@ -425,6 +430,9 @@
425
  might still be human-written or AI-generated without that specific mark.
426
  </p>
427
  </div>
 
 
 
428
  </header>
429
 
430
  <!-- Wizard Steps -->
 
121
  font-family: 'Telegraf', sans-serif;
122
  font-size: 1.2rem;
123
  }
124
+ .hero-diagram img {
125
+ max-width: 100%;
126
+ height: auto;
127
+ border-radius: 4px;
128
+ }
129
 
130
  /* wizard */
131
  main {
 
430
  might still be human-written or AI-generated without that specific mark.
431
  </p>
432
  </div>
433
+ <div class="hero-diagram">
434
+ <img src="visual.png" alt="Workflow diagram showing 6 steps: 1) Generate keys in browser, 2) Encrypt text provided locally, 3) Send encrypted text to server, 4) Server performs watermark detection on encrypted data, 5) Return encrypted result to browser, 6) Decrypt result locally. The diagram shows the user/browser on the left and server on the right with arrows indicating data flow.">
435
+ </div>
436
  </header>
437
 
438
  <!-- Wizard Steps -->
visual.png ADDED