generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 97
/
faq.html
264 lines (253 loc) · 9.41 KB
/
faq.html
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FAQ</title>
<link rel="stylesheet" type="text/css" href="./css/navbar.css" />
<link rel="stylesheet" type="text/css" href="./css/faq.css" />
<link rel="stylesheet" href="./css/navbar-linked-pages.css" />
<link rel="icon" type="image/x-icon" href="img/icons/favicon.ico" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="dropdown hide">
<ul class="dropdown-list">
<li class="dropdown-link">
<button class="dropdown-item-btn" id="my-profile">My Profile</button>
</li>
<hr class="line" />
<li class="dropdown-link">
<button class="dropdown-item-btn" id="signout-option">
Sign out
</button>
</li>
</ul>
</div>
<nav>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<div class="nav-login">
<a
tabindex="1"
class="btn-login"
href="https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97"
>
<button class="btn-login-text">
Sign In
<img
src="img/icons/github-logo.png"
alt="GitHub Icon"
height="15px"
width="15px"
/>
</button>
</a>
<div class="user-greet">
<a href="https://my.realdevsquad.com/">
<div class="user-greet-msg">Hello, User!</div>
<img class="user-profile-pic" />
</a>
</div>
</div>
<ul class="nav-menu">
<li class="nav-logo-li">
<a
tabindex="1"
href="https://www.realdevsquad.com/"
class="logo-link"
>
<img
src="img/logos/RDS-logo.png"
alt="home nav logo"
height="50px"
width="50px"
/>
</a>
</li>
<li class="home-tab">
<a tabindex="1" href="http://realdevsquad.com/">Home</a>
</li>
<li>
<a
class="active-tab"
tabindex="1"
href="https://welcome.realdevsquad.com/"
>
Welcome
</a>
</li>
<li>
<a tabindex="1" href="https://www.realdevsquad.com/events.html"
>Events</a
>
</li>
<li>
<a tabindex="1" href="https://members.realdevsquad.com/">Members</a>
</li>
<!-- TODO : uncomment when crypto page is added -->
<!-- <li>
<a tabindex="1" href="https://crypto.realdevsquad.com/">Crypto</a>
</li> -->
<li>
<a tabindex="1" href="https://status.realdevsquad.com/">Status</a>
</li>
<li class="nav-login-li">
<a
tabindex="1"
class="btn-login"
href="https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97"
>
<button class="btn-login-text">
Sign In With GitHub
<img
src="img/icons/github-logo.png"
alt="GitHub Icon"
height="15px"
width="15px"
/>
</button>
</a>
<div class="user-greet">
<div class="user-greet-msg">Hello, User!</div>
<img class="user-profile-pic" />
</div>
</li>
</ul>
</nav>
<main role="main">
<h1 class="welcome-title">Frequently Asked Questions</h1>
<section>
<div class="container justify-content-center">
<h2 class="topic text-center">About RDS</h2>
<div class="faq">
<a tabindex="1" class="faq_link" href="#What-is-Real-Dev-Squad">
<div class="faq__title">
<h3 class="question">What is Real Dev Squad?</h3>
<button tabindex="1" type="button" class="faq-btn"></button>
</div>
</a>
<div class="faq__text">
<p>
Real Dev Squad is a community of developers, where we come
together to learn, use that in building projects, prepare for
interviews, help each-other, put those projects online and try
to help the set of new developers or freshers, helping them get
better jobs and higher salaries with quality work. We come from
all walks of lives and all kinds of background, with one thing
in common: Wanting to work with others and improve ourselves.
</p>
</div>
</div>
<div class="faq" type="button">
<a tabindex="1" class="faq_link" href="#How-do-I-contribute-to-RDS">
<div class="faq__title" type="button" role="button">
<h3 class="question">How do I contribute to RDS?</h3>
<button tabindex="1" type="button" class="faq-btn"></button>
</div>
</a>
<div class="faq__text">
<p>
As of now we're having 7 projects. Every project and the
corresponding tech stack is mentioned below :
</p>
<!-- prettier-ignore -->
<ul class="faq__list">
<li><a tabindex="-1" href="https://github.com/Real-Dev-Squad/website-welcome" target="_blank"
rel="noopener noreferrer">Welcome</a> : HTML, CSS, Javascript</li>
<li><a tabindex="-1" href="https://github.com/Real-Dev-Squad/website-www" target="_blank" rel="noopener noreferrer">Main
Site</a> : HTML, CSS, Javascript</li>
<li><a tabindex="-1" href="https://github.com/Real-Dev-Squad/website-members" target="_blank"
rel="noopener noreferrer">Members</a> : Next.js</li>
<!-- TODO : uncomment when crypto page is added -->
<!-- <li><a tabindex="-1" href="https://github.com/Real-Dev-Squad/website-crypto" target="_blank"
rel="noopener noreferrer">Crypto</a> : Next.js</li> -->
<li><a tabindex="-1" href="https://github.com/Real-Dev-Squad/website-status" target="_blank"
rel="noopener noreferrer">Status</a> : Next.js, TypeScript</li>
<li><a tabindex="-1" href="https://github.com/Real-Dev-Squad/website-my" target="_blank" rel="noopener noreferrer">My
Site</a> : Ember</li>
<li><a tabindex="-1" href="https://github.com/Real-Dev-Squad/website-backend" target="_blank"
rel="noopener noreferrer">Backend</a> : Node.js</li>
</ul>
</div>
</div>
<div class="faq">
<a tabindex="1" class="faq_link" href="#How-do-I-join-the-squad">
<div class="faq__title">
<h3 class="question">
I get what the squad is about, but how do I join the squad?
</h3>
<button tabindex="1" type="button" class="faq-btn"></button>
</div>
</a>
<div class="faq__text">
<p>
We communicate over a Discord channel. If you wish to join the
Discord channel, please contact any of our
<a tabindex="-1" href="https://members.realdevsquad.com/"
>members</a
>
to get invitation link.
</p>
</div>
</div>
</div>
</section>
<section class="">
<div class="container justify-content-center">
<div class="col-8">
<h2 class="topic text-center">Git Related Questions</h2>
<div class="faq">
<a
tabindex="1"
class="faq_link"
href="#I-dont't-know-git-can-I-still-contribute"
>
<div class="faq__title">
<h3 class="question">
I don't know Git. Can I still contribute?
</h3>
<button tabindex="1" type="button" class="faq-btn"></button>
</div>
</a>
<div class="faq__text">
<p>
Learning Git is highly recommended, but if you do not know it
yet, please follow
<a
tabindex="-1"
href="https://github.com/Real-Dev-Squad/website-welcome/blob/main/CONTRIBUTING.md"
>this
</a>
guide to get started with Git.
</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<p class="info-repo">
The contents of this website are deployed from this
<a
tabindex="1"
href="https://github.com/Real-Dev-Squad/website-welcome"
target="_blank"
rel="noopener noreferrer"
>open source repository</a
>
</p>
</footer>
<script type="module" src="js/faq.js"></script>
<script type="text/javascript" src="./js/login.js"></script>
<script type="text/javascript" src="./js/navbar.js"></script>
<script src="js/darkmode.js"></script>
</body>
</html>