Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,87 @@ <h2 class="arjun-dark-title">github.com/arjunbalu1</h2>
</div>
</div>
<!-- End Message from Arjun -->
<!-- Message from Ruth -->
<div>
<!-- Ruth Endeshaw Minimal Dark Indie with Thank You -->
<div class="ruth-indie-container">
<div class="ruth-overlay"></div>
<h2 class="ruth-name">Ruth Endeshaw</h2>
<p class="ruth-location">Addis Ababa,Ethiopia • Developer • A2SVian</p>
<a href="https://github.com/eelut" target="_blank" class="ruth-link">github.com/eelut</a>
<p class="ruth-thank">Thank you W3Schools!</p>
</div>

<style>
.ruth-indie-container {
position: relative;
width: 100%;
max-width: 600px;
margin: 40px auto;
padding: 60px 25px;
background: #0b0b0b;
border-radius: 16px;
overflow: hidden;
text-align: center;
font-family: 'Courier New', monospace;
color: #d1d1d1;
box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.ruth-overlay {
position: absolute;
inset: 0;
background: rgba(255,255,255,0.02);
pointer-events: none;
}

.ruth-name {
font-size: 2.2em;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
color: #e0e0e0;
}

.ruth-location {
font-size: 1.1em;
color: #a0a0a0;
margin-bottom: 25px;
}

.ruth-link {
color: #c0c0c0;
text-decoration: none;
border: 1px solid rgba(255,255,255,0.1);
padding: 10px 22px;
border-radius: 8px;
background: rgba(255,255,255,0.01);
transition: all 0.3s ease;
display: inline-block;
margin-bottom: 25px;
}

.ruth-link:hover {
background: rgba(255,255,255,0.03);
box-shadow: 0 0 10px rgba(255,255,255,0.1);
}

.ruth-thank {
font-size: 0.95em;
color: #888888;
margin-top: 15px;
font-style: italic;
}

@media (max-width: 500px){
.ruth-indie-container { padding: 40px 15px; }
.ruth-name { font-size: 1.8em; }
}
</style>


</div>
<!-- End Message from Ruth -->
<!-- Messagem from Nazmul Hoque. -->
<div class="w3-container w3-padding">
<div class="w3-panel w3-pale-blue w3-leftbar w3-border-blue">
Expand Down