-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
140 lines (102 loc) · 6.85 KB
/
Copy pathfaq.html
File metadata and controls
140 lines (102 loc) · 6.85 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="icon" type="x-icon" href="iconlogo.png">
<link rel="stylesheet" href="faq.css">
<title>FAQ</title>
</head>
<body>
<div class="top">
<a href="index.html">One Div Help Center</a>
</div>
<div class="body">
<div class="logo">
<img src="photo/logoLightMode.png" alt="">
</div>
<div class="search">
<h1>How can we help you?</h1>
<input type="text" placeholder="Describe Your issue">
<div class="glass"><i class="fa-solid fa-magnifying-glass"></i></div>
</div>
</div>
<div class="caption">
<p>Browse help topics</p>
</div>
<div class="faq-container">
<div class="faq">
<div class="faq-item">
<div class="question">How long does it take to develop a website??</div>
<div class="answer">The timeframe for developing a website depends on various factors such as the complexity of the project, required features, design, and content. We provide a project timeline after discussing your specific requirements and conducting an assessment.</div>
</div>
<div class="faq-item">
<div class="question">Do you provide custom web design?</div>
<div class="answer"> Yes, we specialize in custom web design tailored to meet your unique business needs. Our team of designers creates visually appealing and user-friendly websites that align with your brand identity and objectives.</div>
</div>
<div class="faq-item">
<div class="question">What technologies do you use for web development?</div>
<div class="answer">We utilize a wide range of technologies based on project requirements, including HTML5, CSS3, JavaScript, PHP, Python, Ruby, and popular frameworks like React, Angular, and Laravel. Our team stays updated with the latest industry trends to deliver modern and efficient web solutions.</div>
</div>
<div class="faq-item">
<div class="question">Can you integrate third-party systems into our website?</div>
<div class="answer">Absolutely! We have experience integrating various third-party systems, such as payment gateways, customer relationship management (CRM) tools, e-commerce platforms, and social media APIs. We ensure seamless integration to enhance the functionality and user experience of your website.</div>
</div>
<div class="faq-item">
<div class="question">Do you provide website maintenance and support?</div>
<div class="answer">Yes, we offer ongoing website maintenance and support services to ensure your website remains secure, up-to-date, and performs optimally. Our packages can include regular updates, security monitoring, bug fixes, and technical assistance as needed.</div>
</div>
<div class="faq-item">
<div class="question">Can you optimize my website for search engines (SEO)?</div>
<div class="answer">Absolutely! We incorporate search engine optimization (SEO) best practices during the development process. This includes optimizing website structure, meta tags, keywords, page speed, and mobile responsiveness to improve search engine rankings and increase organic traffic.</div>
</div>
<div class="faq-item">
<div class="question">Do you offer responsive web design?</div>
<div class="answer">Yes, we prioritize responsive web design to ensure your website looks and functions flawlessly across various devices, including desktops, tablets, and smartphones. Responsive design enhances user experience and helps in reaching a wider audience.</div>
</div>
<div class="faq-item">
<div class="question">Can you migrate my existing website to a new platform?</div>
<div class="answer">Yes, we offer website migration services where we can help you migrate your existing website to a new platform or CMS (Content Management System) while ensuring data integrity and minimal downtime. We ensure a smooth transition and provide necessary support during the migration process.</div>
</div>
<div class="faq-item">
<div class="question"> Do you provide website hosting services</div>
<div class="answer"> We don't offer hosting services directly, but we can recommend reliable hosting providers based on your specific requirements. We can assist with setting up your website on the chosen hosting platform and ensuring its proper configuration..</div>
</div>
<div class="faq-item">
<div class="question">Will I have access to technical support after my website is launched?</div>
<div class="answer"> You can reach us thru Telegram (Exclusive for our clients) or you can reach out to our support (Typically we reply within 30 Minutes) we will provide also a contact number (Phone Number) in case of URGENT inquiries</div>
</div>
<div class="faq-item">
<div class="question">What is the cost of web development services?</div>
<div class="answer"> The cost of web development varies depending on the scope of the project, complexity, required features, and customization. We provide personalized quotes based on your specific requirements and conduct a detailed discussion to ensure transparency and alignment with your budget.</div>
</div>
<div class="faq-item">
<div class="question">What Are the Rate for a website with 5 pages?</div>
<div class="answer"> Starting is ₱27,000 or $485</div>
</div>
<div class="faq-item">
<div class="question">What are the payment methods you accept?</div>
<div class="answer">Philippines peso(₱), USD($), Bank Transfer, Gcash, Paypal, Maya </div>
</div>
<div class="faq-item">
<div class="question">Do you Accept Cryptocurrency?</div>
<div class="answer"> Yes of course! Binance pay, USDT, Bitcoin, Ethereum, Bnb, Electroneum ETN, XRP, Ziliqa,TRX,TWT, Vra </div>
</div>
</div>
</div>
</div>
<div class="cs-caption">
<p>Have More Questions? Contact Our Support</p>
</div>
<div class="chat">
<div class="icon">
<i class="fa-brands fa-rocketchat"></i>
</div>
<div class="contact"><a href="message.html">Contact Us</a>
<p>Share suggestions, ask questions, and connect with, we operate from Monday-Sunday 8:00 to 22:00 Philippine Standard Time</p>
</div>
</div>
<script src="faq.js"></script>
</body>
</html>