Skip to content

Commit ddd11c9

Browse files
committed
update
1 parent 2b7c6e2 commit ddd11c9

3 files changed

Lines changed: 18 additions & 46 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/configure-pages@v5
2626

2727
- name: Upload artifact
28-
uses: actions/upload-pages-artifact@v6
28+
uses: actions/upload-pages-artifact@v3
2929
with:
3030
path: '.'
3131

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,7 @@ <h2>Frequently Asked Questions</h2>
186186
</svg></span>
187187
</button>
188188
<div class="faq-content style=" text-align: left;">
189-
<div class="faq-content-inner">Vodercall is an AI-powered table reservation assistant app.
190-
The entire process is fully automated, saving you from waiting in cross-border lines or
191-
stressing over failed restaurant bookings overseas.</div>
189+
<div class="faq-content-inner">Vodercall is an AI-powered table reservation assistant app. The entire process is fully automated, saving you from waiting in cross-border lines or stressing over failed restaurant bookings overseas.</div>
192190
</div>
193191
</div>
194192
<div class="faq-item">
@@ -293,8 +291,9 @@ <h4>Support</h4>
293291
</div>
294292
</div>
295293
</div>
296-
</div>
294+
</div>
297295
</footer>
296+
<!-- END footer SECTION -->
298297

299298

300299
<!-- Thank You Popup -->

style.css

Lines changed: 14 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,33 +2160,7 @@ html {
21602160
animation: fadeInUp 0.6s ease forwards;
21612161
}
21622162

2163-
2164-
<!-- START FAQ SECTION -->
2165-
<section class="vodercall-faq-section">
2166-
<div class="faq-site-container">
2167-
2168-
<div class="faq-header-wrapper">
2169-
<h2 class="faq-title">Frequently Asked Questions</h2>
2170-
</div>
2171-
2172-
<!DOCTYPE html>
2173-
<html lang="en">
2174-
<head>
2175-
<meta charset="UTF-8">
2176-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2177-
<title>Frequently Asked Questions | Vodercall</title>
2178-
<style>
2179-
:root {
2180-
--vc-bg-color: #ffffff;
2181-
--vc-border-color: #e2e8f0;
2182-
--vc-text-dark: #0f172a;
2183-
--vc-text-muted: #475569;
2184-
--vc-font-family: 'Inter', system-ui, -apple-system, sans-serif;
2185-
--site-max-width: 1280px;
2186-
--site-padding-inline: 40px;
2187-
}
2188-
2189-
body {
2163+
body {
21902164
margin: 0;
21912165
background-color: var(--vc-bg-color);
21922166
font-family: var(--vc-font-family);
@@ -2338,27 +2312,26 @@ html {
23382312
.vodercall-faq-page { padding-block: 40px 80px; }
23392313
.faq-title { font-size: 32px; }
23402314
}
2341-
2315+
23422316
.faq-action-container {
2343-
text-align: center;
2344-
margin-top: 30px;
2317+
text-align: center;
2318+
margin-top: 30px;
23452319
}
23462320

23472321
.btn-primary {
2348-
display: inline-block;
2349-
background-color: #007bff; /* Match your Vodercall blue theme color */
2350-
color: #ffffff;
2351-
padding: 12px 30px;
2352-
text-decoration: none;
2353-
border-radius: 25px; /* Gives it a modern, rounded app-like feel */
2354-
font-weight: 600;
2355-
transition: background-color 0.3s ease;
2322+
display: inline-block;
2323+
background-color: #007bff; /* Match your Vodercall blue theme color */
2324+
color: #ffffff;
2325+
padding: 12px 30px;
2326+
text-decoration: none;
2327+
border-radius: 25px; /* Gives it a modern, rounded app-like feel */
2328+
font-weight: 600;
2329+
transition: background-color 0.3s ease;
23562330
}
23572331

23582332
.btn-primary:hover {
2359-
background-color: #0056b3; /* Darker blue on hover */
2333+
background-color: #0056b3; /* Darker blue on hover */
23602334
}
2361-
2362-
</style>
2335+
</style>
23632336
</head>
23642337
<body>

0 commit comments

Comments
 (0)