-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
251 lines (215 loc) · 7.26 KB
/
index.html
File metadata and controls
251 lines (215 loc) · 7.26 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Introspective Code | Lightning Talks</title>
<meta name="description" content="10 minute online lightning talks with devs from the Introspective Code Community.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="https://introspective-code.github.io/lightning-talks" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Introspective Code | Lightning Talks" />
<meta property="og:description" content="10 minute online lightning talks with devs from the Introspective Code Community." />
<meta property="og:image" content="https://introspective-code.github.io/lightning-talks/opengraph-image.png" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="icon" type="image/png" sizes="16x16"
href="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/apple/271/high-voltage_26a1.png">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js" async defer></script>
<style>
body {
font-family: 'Roboto Mono', monospace;
padding-top: 2.5%;
display: flex;
justify-content: center;
}
.app-container {
width: 90%;
}
@media only screen and (min-width: 1300px) {
.app-container {
width: 70%;
}
}
.flex-container {
display: flex;
}
.flex-50 {
flex: 50%;
display: flex;
}
.center {
align-items: center;
}
.right {
flex-direction: column;
}
.logo {
font-weight: 700;
font-size: 2em;
letter-spacing: 0.25em;
border-left: 5px solid #130f40;
padding-left: 0.5em;
}
.title {
text-align: right;
font-size: 2em;
}
.header {
text-align: center;
font-size: 1.5em;
padding: 0.25em;
border: 2px solid #130f40;
margin-top: 1em;
}
.presenters {
padding: 1em;
background-color: #130f40;
color: white;
}
.participant {
display: inline-block;
padding: 0.5em;
margin: 0.5em;
font-weight: 700;
border: 1px solid white;
font-size: 1.2em;
}
.participant-desc {
font-size: 0.75em;
font-weight: 100;
}
.event-info {
background-color: #130f40;
color: white;
padding: 1em;
font-size: 1em;
}
.event-when {
margin-top: 1em;
text-align: center;
}
.event-date {
font-size: 1.75em;
}
.event-time {
font-size: 1.5em;
font-weight: 100;
}
.event-how {
padding: 1em;
background-color: #130f40;
color: white;
display: flex;
justify-content: center;
}
.footer {
text-align: center;
margin-top: 1em;
margin-bottom: 3em;
}
.event-join {
padding: 1em;
border-radius: 1em;
line-height: 2;
font-size: 1.5em;
font-weight: 100;
color: white;
display: inline-block;
}
.event-add-to-calendar {
text-align: center;
margin-top: 1em;
}
.event-zoom-small {
font-size: 0.75em;
}
a:link, a:visited {
color: white;
}
a:hover {
opacity: 0.75;
}
a:active {
opacity: 0.25;
}
.footer > a {
color: #130f40;
}
</style>
</head>
<body>
<div class="app-container">
<div class="flex-container">
<div class="flex-50 center">
<div class="logo">
intro <br>
spective<br>
code<br>
</div>
</div>
<div class="flex-50 right">
<div class="title">
<i class="fas fa-bolt"></i><br>
Lightning<br>
Talks
</div>
</div>
</div>
<div class="event-when">
<div class="event-date">Tuesday, December 22nd, 2020</div>
<div class="event-time">7:00pm to 8:30pm EST</div>
</div>
<div class="header">
<i class="fas fa-users"></i> Who
</div>
<div class="presenters">
<div class="participant">Saba Zikaria<br><span class="participant-desc">Former Software Dev @ Bosch</span></div>
<div class="participant">Shahriyar Nasir<br><span class="participant-desc">Sr. Software Engineer @ Nulogy</span></div>
<div class="participant">Sandor Balo<br><span class="participant-desc">Developer @ Shopify</span></div>
<div class="participant">Brandon Love<br><span class="participant-desc">Software Developer</span></div>
<div class="participant">Nafeu Nasir<br><span class="participant-desc">Software Engineer @ Tenjin</span></div>
<div class="participant">Radu Nicolae<br><span class="participant-desc">Software Engineering Lead @ Pelmorex Corp</span></div>
</div>
<div class="header">
<i class="fas fa-laptop-code"></i> What
</div>
<div class="event-info">
10 Minute Presentations, Side Projects, Technical Challenges, Video Game Development, Fullstack JavaScript, Edutech Automation, Coding Wisdom, Grocery Tracking, Typing Tests, Journies Through Software, Community Building, Dealing with Remote Work In Covid, and more...
</div>
<div class="header">
<i class="fas fa-globe"></i> Join In
</div>
<div class="event-how">
<div class="event-join">
<a href="https://nulogy.zoom.us/j/96661131354">Join Zoom Meeting</a>
<br>
Meeting ID: <strong>966 6113 1354</strong><br>
<a class="event-zoom-small" href="https://nulogy.zoom.us/u/acFzozZoQm">Find your local number.</a>
<div class="event-add-to-calendar">
<div title="Add to Calendar" class="addeventatc">
Add to Calendar
<span class="start">12/22/2020 07:00 PM</span>
<span class="end">12/22/2020 08:30 PM</span>
<span class="timezone">America/Toronto</span>
<span class="title">Introspective Code - Lightning Talks</span>
<span class="description">
10 Minute Lightning Talks By Talented Developers From The Introspective Code Community
Join Zoom Meeting
https://nulogy.zoom.us/j/96661131354
Meeting ID: 966 6113 1354
Find your local number: https://nulogy.zoom.us/u/acFzozZoQm
</span>
<span class="location">Zoom Call</span>
</div>
</div>
</div>
</div>
<div class="footer">
Presented with ❤️ from <a href="https://github.com/introspective-code">Introspective Code.</a>
</div>
</div>
<script src="" async defer></script>
</body>
</html>