Last active
February 16, 2026 22:35
-
-
Save lenart/eb5b4d162146b65bb4197ffa2d85e84b to your computer and use it in GitHub Desktop.
Kapetanovic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>Ivan Kapetanović - Povezave</title> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <link rel="apple-touch-icon" href="https://user-images.githubusercontent.com/9228/60210452-30d29b80-985d-11e9-8286-300d785ada63.png"> | |
| <style> | |
| * { | |
| box-sizing: border-box; | |
| } | |
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; | |
| font-size: 20px; | |
| line-height: 1.6; | |
| color: #fafafa; | |
| background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); | |
| margin: 0; | |
| padding: 20px; | |
| min-height: 100vh; | |
| } | |
| .container { | |
| max-width: 480px; | |
| margin: 0 auto; | |
| } | |
| .section { | |
| background: rgba(255, 255, 255, 0.08); | |
| border-radius: 20px; | |
| padding: 24px; | |
| margin-bottom: 24px; | |
| backdrop-filter: blur(10px); | |
| border: 1px solid rgba(255, 255, 255, 0.1); | |
| } | |
| .section h1 { | |
| font-size: 24px; | |
| margin: 0 0 16px 0; | |
| color: #fff; | |
| text-align: center; | |
| font-weight: 600; | |
| } | |
| .thumbnail { | |
| width: 100%; | |
| height: 200px; | |
| object-fit: cover; | |
| border-radius: 12px; | |
| margin-bottom: 20px; | |
| } | |
| .section ul { | |
| list-style: none; | |
| padding: 0; | |
| margin: 0; | |
| } | |
| .section li { | |
| margin-bottom: 12px; | |
| } | |
| .section li:last-child { | |
| margin-bottom: 0; | |
| } | |
| a { | |
| display: block; | |
| width: 100%; | |
| text-align: center; | |
| font-size: 20px; | |
| padding: 18px 24px; | |
| background: linear-gradient(135deg, #e94560 0%, #c73e54 100%); | |
| color: #fff; | |
| text-decoration: none; | |
| border-radius: 12px; | |
| font-weight: 500; | |
| transition: transform 0.15s ease, box-shadow 0.15s ease; | |
| box-shadow: 0 4px 15px rgba(233, 69, 96, 0.3); | |
| } | |
| a:hover { | |
| transform: translateY(-2px); | |
| box-shadow: 0 6px 20px rgba(233, 69, 96, 0.4); | |
| } | |
| a:active { | |
| transform: translateY(0); | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <div class="section"> | |
| <h1>Gospa Karmelska 1996</h1> | |
| <img class="thumbnail" src="https://gist.github.com/user-attachments/assets/f8b87897-cd50-4d1c-896b-671d19c83214" alt="Gospa Karmelska"> | |
| <ul> | |
| <li><a | |
| href="mailto:?bcc=drago.rudel@gmail.com&subject=Gospa%20Karmelska%201996&body=https://youtu.be/Hwrt55HNBr8">Pošlji povezavo</a> | |
| </li> | |
| </ul> | |
| </div> | |
| <div class="section"> | |
| <h1>Camino de Santiago</h1> | |
| <img class="thumbnail" src="https://gist.github.com/user-attachments/assets/52430d45-55d7-4c4b-8894-b9365c04c39a" alt="Camino"> | |
| <ul> | |
| <li><a | |
| href="mailto:?bcc=drago.rudel@gmail.com&subject=Camino%20Ivan%20Kapetanović&body=Camino%20de%20Santiago%0D%0AThe%20way%20of%20St.James%0D%0Ahttps://youtu.be/anSmGqzXu60">English</a> | |
| </li> | |
| <li><a | |
| href="mailto:?bcc=drago.rudel@gmail.com&subject=Camino%20Ivan%20Kapetanović&body=Camino%20de%20Santiago%0D%0ARomanje%20k%20Svetemu%20Jakobu%0D%0Ahttps://youtu.be/_vFUmyV2p3cO">Slovenščina</a> | |
| </li> | |
| <li><a | |
| href="mailto:?bcc=drago.rudel@gmail.com&subject=Camino%20Ivan%20Kapetanović&body=Camino%20de%20Santiago%0D%0AHodočašće%20Svetom%20Jakovu%0D%0Ahttps://youtu.be/SF8mvgrO3Ts">Hrvatski</a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
Author
lenart
commented
Feb 16, 2026


Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment