summaryrefslogtreecommitdiff
path: root/html/processed-views/content/Content/Faq.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/processed-views/content/Content/Faq.html')
-rw-r--r--html/processed-views/content/Content/Faq.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/html/processed-views/content/Content/Faq.html b/html/processed-views/content/Content/Faq.html
new file mode 100644
index 0000000..9f6dbb4
--- /dev/null
+++ b/html/processed-views/content/Content/Faq.html
@@ -0,0 +1,44 @@
+<!-- main title -->
+<div class="wrapper">
+ <div class="pageTitle">
+ <h1>Συχνές ερωτήσεις</h1>
+ </div>
+</div>
+
+
+<div class="wrapper wrapper--xs">
+ <div data-plugin-accordion="">
+
+ <!--
+ FOR category IN questionsCategory
+ { -->
+
+ <div class="acc-section">
+ <h2 class="acc-section__title">
+ <!-- category.title -->Παράδοση - Παραλαβή
+ </h2>
+
+ <!--
+ FOR question IN category.questions
+ { -->
+ <div class="acc">
+ <div class="acc__header acc__header--md">
+ <h3 class="acc__title">
+ <!--questiin.title-->Ποιες περιοχές εξυπηρετείτε;
+ </h3>
+ <span class="acc__icon acc__icon--sml icon-arrowDown"></span>
+ </div>
+ <div class="acc__content acc__content--md">
+ <!-- question.answer -->
+ <p>Εξυπηρετούμε το μεγαλύτερο μέρος της <a href="Faq.html#">Αττικής</a>, της <a href="Faq.html#">Θεσσαλονίκης</a>, την <a href="Faq.html#">Πάτρα</a> και τη <a href="Faq.html#">Λάρισα</a>. Πολύ σύντομα, θα καλύπτουμε και άλλες πόλεις της Ελλάδας.</p>
+ </div>
+ </div>
+ <!--
+ } -->
+ </div>
+
+ <!--
+ } -->
+
+ </div>
+</div> \ No newline at end of file