bartendr604 commited on
Commit
2d9f211
Β·
verified Β·
1 Parent(s): e79083e

Add Instagram QR section before footer

Browse files
Files changed (1) hide show
  1. index.html +26 -0
index.html CHANGED
@@ -967,6 +967,32 @@
967
  <!-- ════════════════════════════════════
968
  FOOTER
969
  ════════════════════════════════════ -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
970
  <div class="wrap">
971
  <footer class="reveal">
972
  <div class="footer-logo">永恒之路 Β· Eternal Path Media</div>
 
967
  <!-- ════════════════════════════════════
968
  FOOTER
969
  ════════════════════════════════════ -->
970
+
971
+ <hr class="hr" />
972
+
973
+ <!-- ════════════════════════════════════
974
+ FOLLOW
975
+ ════════════════════════════════════ -->
976
+ <div class="wrap">
977
+ <section style="padding-bottom:2rem;text-align:center;">
978
+ <div class="section-label reveal" style="justify-content:center;">Follow the Journey</div>
979
+ <h2 class="section-heading reveal d2" style="text-align:center;">Watch it being built</h2>
980
+ <p class="section-body reveal d2" style="margin:0.75rem auto 2rem;text-align:center;">
981
+ Behind the scenes β€” Blender, Llammy, the cast, and the story as it happens.
982
+ </p>
983
+ <div class="reveal d3" style="display:inline-block;">
984
+ <img src="qr_instagram.png"
985
+ alt="Scan to follow @whispers.of.the.eternal.path on Instagram"
986
+ style="width:200px;height:200px;border-radius:16px;
987
+ border:1px solid rgba(78,158,110,0.3);
988
+ box-shadow:0 0 30px rgba(78,158,110,0.15),0 8px 24px rgba(0,0,0,0.4);" />
989
+ <p style="margin-top:0.75rem;font-size:0.8rem;color:var(--jade);letter-spacing:0.15em;text-transform:uppercase;">
990
+ @whispers.of.the.eternal.path
991
+ </p>
992
+ </div>
993
+ </section>
994
+ </div>
995
+
996
  <div class="wrap">
997
  <footer class="reveal">
998
  <div class="footer-logo">永恒之路 Β· Eternal Path Media</div>