Skip to content

Commit 2c1d423

Browse files
committed
feat: finale styling for pages
1 parent 19e8dbf commit 2c1d423

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h3 class="text-success m-0 flex flex-center flex-gap-10" style="font-size: 1.1r
2929
</h3>
3030
<p class="mb-0 text-white" style="font-size: 0.95rem;">
3131
<strong>Accepted into Google for Startups Cloud Program.</strong><br>
32-
We are finalizing cloud resource allocation. Full platform availability will resume shortly upon credit disbursement.
32+
We are finalizing cloud resource allocation. Full platform availability will resume shortly as we finalize infrastructure provisioning.
3333
</p>
3434
</div>
3535

css/contact.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111

112112
.email-link {
113113
color: #e0e0e0;
114-
text-decoration: none;
114+
text-decoration: underline;
115115
font-size: 1.1rem;
116116
font-weight: 500;
117117
transition: color 0.3s ease;

css/home.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@
556556
/* Mission Section */
557557
.mission-section, .impact-section, .newsletter-section {
558558
margin: 80px auto;
559-
max-width: 900px;
560559
width: 100%;
561560
box-sizing: border-box;
562561
text-align: center;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h1 class="max-w-900 mb-20">
6767
<a href="javascript:void(0)" class="btn btn-secondary" onclick="const deck = document.getElementById('pitch-deck'); deck.style.display='block'; deck.scrollIntoView({behavior: 'smooth'})">
6868
<i class="fas fa-file-pdf"></i> Pitch Deck
6969
</a>
70-
<a href="https://github.com/vero-code/celestine" class="btn btn-secondary">
70+
<a href="https://github.com/vero-code/celestine" target="_blank" class="btn btn-secondary">
7171
<i class="fab fa-github"></i> View Code
7272
</a>
7373
</div>

0 commit comments

Comments
 (0)