aboutsummaryrefslogtreecommitdiff
path: root/faq
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-16 17:35:33 +0200
committerMinteck <contact@minteck.org>2022-04-16 17:35:33 +0200
commit7a7e357dcdd34e4a33a81eadc55548d579938f49 (patch)
tree20e18d0e107e11e1182a9a080904add0ad9ed74f /faq
parentbd711df310aaa3c625b6f58f98798e8e7d9a758f (diff)
downloadember-7a7e357dcdd34e4a33a81eadc55548d579938f49.tar.gz
ember-7a7e357dcdd34e4a33a81eadc55548d579938f49.tar.bz2
ember-7a7e357dcdd34e4a33a81eadc55548d579938f49.zip
Update
Diffstat (limited to 'faq')
-rw-r--r--faq/index.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/faq/index.php b/faq/index.php
new file mode 100644
index 0000000..c1338e7
--- /dev/null
+++ b/faq/index.php
@@ -0,0 +1,29 @@
+<?php $title = "Frequently Asked Questions"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?>
+
+<br>
+<div class="container">
+ <h1>Frequently Asked Questions</h1>
+ <div class="row">
+ <div class="col-lg">
+ <details class="faq-container">
+ <summary>Do you provide free hosting?</summary>
+ <hr class="faq-separator">
+ <p>
+ Yes. When I create a website for you, free hosting and maintenance is included for as long as your website is being developed and as long as possible. However, if your website receives a lot of traffic, it is recommended that you move to proper hosting.
+ </p>
+ </details>
+ </div>
+ <div class="col-lg">
+ <details class="faq-container">
+ <summary>Can you create for someone else?</summary>
+ <hr class="faq-separator">
+ <p>
+ Yes, although this only applies to people I know and trust; and may be limited depending on my motivation and free time. If we are friends, feel free to ask if you want a website.
+ </p>
+ </details>
+ </div>
+ </div>
+</div>
+
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> \ No newline at end of file