summaryrefslogtreecommitdiff
path: root/html/processed-views/content/Content/Faq.html
blob: 9f6dbb46a907a1d2eadafc37c9e515063acf4bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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>