forked from RealDevSquad/website-www
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
286 lines (274 loc) · 8.96 KB
/
events.html
File metadata and controls
286 lines (274 loc) · 8.96 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
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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Upcoming Events" />
<meta
property="og:description"
content="Events on important concepts a Web Developer should know about."
/>
<meta
property="og:image"
content="https://www.realdevsquad.com/img/events/Sagar_Poster.png"
/>
<meta
property="og:url"
content="https://www.realdevsquad.com/events.html"
/>
<meta property="og:title" content="Upcoming Events" />
<meta
property="og:description"
content="Events on important concepts a Web Developer should know about."
/>
<meta
property="og:image"
content="https://www.realdevsquad.com/img/events/Vishwanath_Eventloop.png"
/>
<meta
property="og:url"
content="https://www.realdevsquad.com/events.html"
/>
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
<title>
Web Mini-Conference | Important concepts a Web Developer should know
</title>
<link rel="stylesheet" href="./css/main.css" />
<link rel="stylesheet" href="./css/events.css" />
<link rel="stylesheet" href="./css/navbar.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;1,400&display=swap"
rel="stylesheet"
/>
<script src="/js/analytics.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YRG12HRZKB"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-YRG12HRZKB');
</script>
</head>
<body>
<nav>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<div class="nav-login">
<a
class="btn-login"
href="https://github.com/login/oauth/authorize?client_id=23c78f66ab7964e5ef97"
>
<button class="btn-login-text">
Sign In
<img
src="img/github.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 href="https://www.realdevsquad.com/">
<img
src="img/Real-Dev-Squad@1x.png"
alt="home nav logo"
height="50px"
width="50px"
/>
</a>
</li>
<li class="home-tab">
<a href="http://www.realdevsquad.com/">Home</a>
</li>
<li><a href="https://welcome.realdevsquad.com/">Welcome</a></li>
<li><a class="active-tab" href="">Events</a></li>
<li><a href="https://members.realdevsquad.com/">Members</a></li>
<li><a href="https://crypto.realdevsquad.com/">Crypto</a></li>
<li><a href="https://status.realdevsquad.com/">Status</a></li>
<li class="nav-login-li">
<a
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/github.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>
</li>
</ul>
</nav>
<main class="wrapper">
<a href="https://www.realdevsquad.com/" rel="noopener noreferrer">
<img
class="logo-img"
src="img/Real-Dev-Squad@1x.png"
alt="Real Dev Squad logo"
/>
</a>
<section class="event-details">
<h2 class="event-upcoming">Upcoming Events</h2>
</section>
<div class="session-wrapper">
<div class="session-info">
<h1 class="event-title">APIs made Easier</h1>
<h3 class="event-date-time">
Building backend services can be challenging, but at Real Dev Squad,
our members tackle interesting problems regularly.
</h3>
<h3 class="event-date-time">Sunday, April 25th, 12:00pm IST</h3>
<h2 class="speaker-name">
Swaraj Rajpure
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/swarajrajpure/"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">App Owner | My Site</h3>
<ul class="highlights">
<li>NoSQL</li>
<li>Google Firestore</li>
<li>Setup</li>
<li>CRUD basics</li>
</ul>
<h2 class="speaker-name">
Ankur Narkhede
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/ankurnarkhede/"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">App Owner | Backend</h3>
<ul class="highlights">
<li>Using Postman</li>
<li>API Testing</li>
<li>Monitoring</li>
<li>Documentation</li>
<li>Mocking</li>
</ul>
<div class="cta-button__container">
<a
type="button "
class="cta-button"
href="https://www.airmeet.com/e/d158eec0-a336-11eb-9591-73ebfdac98bb"
target="_blank"
>
<span> Register & grab your seat! </span>
</a>
</div>
</div>
</div>
<div class="session-wrapper">
<div class="session-info">
<h1 class="event-title">Perfecting Event Loops</h1>
<h3 class="event-date-time">
Event Loop is an important core concept for web developers and
interview questions
</h3>
<h3 class="event-date-time">August 9th, 4pm IST</h3>
<h2 class="speaker-name">
Vishwanath Arondekar
<span class="speaker-social-info linkedin-info">
<a
target="_blank"
rel="noopener noreferrer"
href="https://www.linkedin.com/in/vishwanath-arondekar/"
>
<img
class="social-media-logo"
src="img/linkedin512.png"
alt="LinkedIn logo"
/>
</a>
</span>
</h2>
<h3 class="speaker-info">SDE-III, Dream11 (EX-Disney+Hotstar)</h3>
<ul class="highlights">
<li>What the hell is event loop?</li>
<li>JS is single threaded?</li>
<li>Stack, heap, queue?</li>
<li>setTimeout and Promises</li>
<li>Gotchas with event loop</li>
</ul>
<div class="cta-button__container">
<a
type="button "
class="cta-button"
href="https://airmeet.com/e/b8921040-d5f7-11ea-b1be-e5df193dc3b9"
target="_blank"
>
<span> Register & grab your seat! </span>
</a>
</div>
</div>
</div>
</main>
<footer>
<h3 class="info-note">
To know how this page is getting developed, join our Discord Channel.
Contact one of the existing members
</h3>
<p class="info-repo">
The contents of this website are deployed from this
<a
href="https://github.com/Real-Dev-Squad/website"
target="_blank"
rel="noopener noreferrer"
>
open sourced repo
</a>
</p>
</footer>
<script type="module" src="js/user.js"></script>
<script src="js/navbar.js"></script>
<script src="js/darkmode.js"></script>
</body>
</html>