fix link
This commit is contained in:
parent
9ff4bffa70
commit
95b9c4a622
15
index.html
15
index.html
|
|
@ -46,6 +46,19 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
/* Art Deco geometric background pattern */
|
||||
body {
|
||||
content: '';
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-image:
|
||||
repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(212, 175, 55, 0.03) 35px, rgba(212, 175, 55, 0.03) 70px),
|
||||
repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(212, 175, 55, 0.03) 35px, rgba(212, 175, 55, 0.03) 70px);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.border-wrapper {
|
||||
position: relative;
|
||||
|
|
@ -447,7 +460,7 @@
|
|||
<div class="section-divider"></div>
|
||||
<p style="font-size: 0.95em; color: #2a2a2a; margin-bottom: 15px;">
|
||||
For detailed writeups of my projects and technical explorations, visit my
|
||||
<a href="https://example.com/projects" style="color: #1a3a52; text-decoration: none; border-bottom: 2px solid #ffd700; font-weight: 500;">projects blog</a>.
|
||||
<a href="https://steen.run/blog" style="color: #1a3a52; text-decoration: none; border-bottom: 2px solid #ffd700; font-weight: 500;">projects blog</a>.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue