forked from pavitraag/Project-Vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
239 lines (217 loc) · 8.88 KB
/
faq.html
File metadata and controls
239 lines (217 loc) · 8.88 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>FAQ</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="./faq.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<div class="nav-container">
<div class="nav-logo">Project Vault</div>
<div class="mobile-menu-toggle" id="mobileMenuToggle">
<span></span>
<span></span>
<span></span>
</div>
<div class="nav-right">
<a href="./index.html" class="nav-link"><i class="fa-solid fa-house"></i> Home</a>
<a href="./assets/html_files/aboutus.html" class="nav-link"><i class="fa-solid fa-circle-info"></i> About
Us</a>
<div class="dropdown">
<div class="dropdown-toggle nav-link">
<i class="fa-solid fa-icons"></i> Components ▾
</div>
<div class="dropdown-content">
<a href="./assets/html_files/website.html">Webfolio</a>
<a href="./assets/html_files/games.html">Games</a>
<a href="./assets/html_files/ml.html">ML Projects</a>
</div>
</div>
<a href="./faq.html" class="nav-link"><i class="fa-solid fa-question-circle"></i> FAQ</a>
<a href="./assets/html_files/contact.html" class="nav-link"><i class="fa-solid fa-phone"></i> Contact Us</a>
</div>
</div>
</nav>
<main>
<section id="Faq-img-container">
<div class="top-box">
<h1 class="text-gray-1000 text-3xl font-bold mb-6 text-center">
<a href="#faq-heading">Do You Have Questions?</a>
</h1>
<h2>
We have answers <i>(well, most of the time!)</i>
</h2>
<h4>
Below you'll find answers to the most common questions you may have on Project-Vault. If you still can't find the answers you're looking for
<div id="contact-us-button"><a href="assets/html_files/contact.html">Contact us!</a></div>
</h4>
</div>
<div class="bottom-box">
<img src="assets/faqsimg2.avif" alt="Faqs">
</div>
</section>
<section id="faq-container" class="space-y-4 max-w-6xl mx-auto">
<h1 class="text--900 text-3xl font-bold mb-6 text-center" id="faq-heading">About Us</h1>
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
What is Project Vault?
<span class="icon">+</span>
</div>
<div class="faq-answer">
Project Vault is a curated platform that showcases categorized tech projects across various domains including
Web Development, Machine Learning, Game Development, and more.
</div>
</div>
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
Who is Project Vault for?
<span class="icon">+</span>
</div>
<div class="faq-answer">
Project Vault is ideal for both beginners looking for project inspiration and experienced developers searching
for reference code or collaboration opportunities.
</div>
</div>
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
What kind of projects are featured?
<span class="icon">+</span>
</div>
<div class="faq-answer">
The platform includes real-world projects from domains like Web Development, Machine Learning, Games, Mobile
Apps, DevOps, and Open Source Contributions.
</div>
</div>
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
Can I contribute my own projects?
<span class="icon">+</span>
</div>
<div class="faq-answer">
Yes! Developers can submit their projects using the "Submit Project" form. Submissions are reviewed before
being listed on the platform.
</div>
</div>
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
How are projects categorized?
<span class="icon">+</span>
</div>
<div class="faq-answer">
Projects are categorized by domain, tech stack, and difficulty level. Users can filter projects based on their
preferences and learning goals.
</div>
</div>
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
Are there beginner-friendly projects?
<span class="icon">+</span>
</div>
<div class="faq-answer">
Absolutely! Project Vault features beginner, intermediate, and advanced projects to suit learners at every
stage.
</div>
</div>
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
Do the projects include source code?
<span class="icon">+</span>
</div>
<div class="faq-answer">
Yes, most listed projects provide direct links to their GitHub repositories or other open-source sources for
easy access and exploration.
</div>
</div>
<div class="faq-item">
<div class="faq-question" onclick="toggleFaq(this)">
How frequently is Project Vault updated?
<span class="icon">+</span>
</div>
<div class="faq-answer">
Project Vault is regularly updated with new project submissions, ensuring a fresh and diverse collection for
all users.
</div>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<div class="footer-section company-info">
<h1 class="heading">Project Vault</h1>
<p>
Project Vault is a curated collection of diverse projects ranging
from stunning websites and interactive games to intelligent machine
learning applications. It serves as a one-stop destination to
explore, learn, and get inspired by practical implementations of web
technologies and AI solutions.
</p>
<div class="social">
<a class="message" href="mailto:pavitraagopi@gmail.com" target="_blank" aria-label="Email">
<i class="fa-solid fa-envelope"></i>
</a>
<a class="linkedin" href="https://www.linkedin.com/in/pavitraa-g/" target="_blank" aria-label="LinkedIn">
<i class="fab fa-linkedin"></i>
</a>
<a class="github" href="https://www.github.com/pavitraag" target="_blank" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="footer-section quick-links">
<h1 class="heading">Quick Links</h1>
<ul class="footer-ul">
<li>
<a href="./index.html"><i class="fa-solid fa-house"></i> Home</a>
</li>
<li>
<a href="./assets/html_files/aboutus.html"><i class="fa-solid fa-circle-info"></i> About</a>
</li>
<li>
<a href="#"><i class="fa-solid fa-icons"></i> Components</a>
</li>
<li>
<a href="./faq.html"><i class="fa-solid fa-question-circle"></i> FAQ</a>
</li>
<li>
<a href="./assets/html_files/contact.html"><i class="fa-solid fa-phone"></i> Contact</a>
</li>
</ul>
</div>
<div class="footer-section send-message">
<h1 class="heading">Keep In Touch</h1>
<form id="contact-form" name="Project Vault Contact" autocomplete="off">
<div class="form-group group1">
<input type="text" id="name" name="name" placeholder="Your name" autocomplete="name" required />
<input type="email" id="email" name="email" placeholder="Your email" autocomplete="email" required />
</div>
<div class="form-group">
<textarea id="message" name="message" placeholder="Your message" required></textarea>
<button type="submit">
<span class="button-text">SEND MESSAGE</span>
<div class="loading" style="display: none"></div>
</button>
</div>
</form>
</div>
</div>
<div class="copyright">
Created By Pavitraa ❤️ | © <span id="currentYear">2024</span> All Rights
Reserved
</div>
</footer>
<script>
function toggleFaq(element) {
const item = element.parentElement;
item.classList.toggle('active');
}
</script>
</body>
</html>