-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (186 loc) Β· 8.73 KB
/
index.html
File metadata and controls
200 lines (186 loc) Β· 8.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Geeky & Fun</title>
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link rel="stylesheet" href="./style.css" />
<!-- FACEBOOK -->
<meta property="og:title" content="Geeky & Fun" />
<meta property="og:description" content="Empowering those geeks among us to change the world through programming." />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image" content="./images/facebook-cover.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- -->
<!-- TWITTER -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@aPavaloi" />
<meta name="twitter:image" content="https://geekyandfun.github.io/images/facebook-cover.jpg">
<!-- -->
</head>
<body>
<header>
<span class="header__title">Geeky</span>
<img src="images/icon.png" width="64" />
<span class="header__title">Fun</span>
</header>
<div class="container-wrapper">
<div class="container">
<h1 class="welcome emphasize center"> Hey there, and welcome to our online home! We're 3 passionate JavaScript developers who decided to organize workshops
for the local community. </h1>
<div class="events-container">
<h3 class="emphasize"> Upcoming events: </h3>
<p> No upcoming events, yet!</p>
</div>
<div class="events-container">
<h3 class="emphasize title"> Past events: </h3>
<div class="past-workshop" id="pwa-iasi">
<h1>10 hours of JavaScript: Progressive Web Apps</h1>
10 hours of Javascript is a 12 hour workshop (breaks included) focused on Progressive Web Apps and the huge benefits they
bring to the table. While upgrading a simple app to a Progressive one we will:
<ul>
<li> π learn the fundamentals of PWA's</li>
<li> π discuss and decide on the best architecture for our use-case</li>
<li> π₯ implement Push Notifications right in the browser</li>
<li> πΎ cache critical resources so that the app loads instantly</li>
<li> πͺ make it work offline (yes, Web Apps can run offline now)</li>
<li> β‘ and much much more!!!</li>
</ul>
<br/>
<div class="location">
<div class="venue">
<img src="images/the-grape.png" width="128" />
<a class="link" target="_blank" href="https://thegrape.ro/">The Grape</a>
</div>
<div class="city">
<p> 2nd,3rd & 4th
<br/>March</p>
<p> Iasi,</p>
<p>Romania</p>
</div>
</div>
</div>
</div>
<!-- <div class="workshop-wrapper">
<div class="workshop">
<p class="tag">10 hours of JavaScript Workshop</p>
<h1 class="workshop__title">
Progressive Web Apps
</h1>
<p> If you're the kind of JavaScript developer who's so
<span class="bold">passionate</span> and
<span class="bold">curious</span> that codes even after office hours, then join us in this workshop focused on Progressive
Web Apps!
</p>
<p>We'll discover the huge benefits they bring to the table and "get our hands dirty" by upgrading a simple
app to a Progressive one. π π π</p>
<p class="dots"> ... </p>
<div class="countdown">
<span id="days">03</span>
Days ,
<span id="minutes">1000</span> minutes,
<span id="seconds">03</span> seconds
</div>
<p class="registration">
We want to offer you the best experience possible, so we've limited the number of seats to 15. And because there's a certain
level of preliminary JavaScript knowledge needed for this workshop, we created a short
<a href="https://goo.gl/forms/6jr5sxYNU5FEoWU32">application form </a>.
<br/>
<br/> Deadline: Tuesday, 27th February
</p>
<p class="dots"> ... </p>
<p>PS: the workshop is 100%
<span class="bold">free</span>!</p>
<p>PPS: Nope, there's no catch here! Think of it as a gift from us, 3 very passionate developers who happen
to enjoy teaching π</p>
</div>
</div> -->
<br/>
<br/>
</div>
<!-- <div class="location">
<h1 class="center"> The location</h1>
<br/>
<br/>
<br/>
<div class="venue">
<img src="images/the-grape.png" width="128" />
<a class="link" target="_blank" href="https://thegrape.ro/">The Grape</a>
</div>
<div class="city">
<p> 2nd,3rd & 4th
<br/>March</p>
<p> Iasi,</p>
<p>Romania</p>
</div>
</div> -->
<h1 class="center"> The team</h1>
<br/>
<div class="trainers">
<div class="member">
<img src="images/pava.png" width="128" class="top" />
<img src="images/pava-2.png" width="128" class="bottom" />
<p>
<a class="link" target="_blank" href="https://iampava.com">Alexandru Pavaloi</a>
</p>
</div>
<div class="member">
<img src="images/badea.png" width="128" class="top" />
<img src="images/badea-2.jpg" width="128" class="bottom" />
<p>
<a href="https://www.facebook.com/badea.alex.90" class="link" target="_blank">Alexandru Badea</a>
</p>
</div>
<div class="member">
<img src="images/gagiu.png" width="128" class="top" />
<img src="images/gagiu-2.jpg" width="128" class="bottom" />
<p>
<a class="link" target="_blank" href="https://twitter.com/stefanhagiu">Stefan Hagiu</a>
</p>
</div>
</div>
<!-- <div class="register">
<a href="https://goo.gl/forms/6jr5sxYNU5FEoWU32">Register for free
<span style="color: red">β€</span>
</a>
</div> -->
<footer> For more info e'mail us:
<a href="mailto:afunnygeek@gmail.com">afunnygeek@gmail.com</a> β€
</footer>
</div>
<!-- <script>
let daysElement = document.getElementById('days');
let minutesElement = document.getElementById('minutes');
let secondsElement = document.getElementById('seconds');
let workshopDate = 1520008200000;
let now = Date.now();
let milisecondsInADay = 24 * 60 * 60 * 1000;
let milisecondsInAMinute = 60 * 1000;
let days = Math.floor((workshopDate - now) / milisecondsInADay);
let minutes = Math.floor((workshopDate - (now + days * milisecondsInADay)) / milisecondsInAMinute);
let seconds = Math.floor((workshopDate - (now + days * milisecondsInADay + minutes * milisecondsInAMinute)) /
1000);
daysElement.innerHTML = days;
minutesElement.innerHTML = minutes;
secondsElement.innerHTML = seconds;
setInterval(function () {
seconds--;
if (seconds < 0) {
seconds += 60;
minutes--;
if (minutes < 0) {
minutes += 24 * 60;
days--;
daysElement.innerHTML = days;
}
minutesElement.innerHTML = minutes;
}
secondsElement.innerHTML = seconds;
}, 1000);
</script> -->
</body>
</html>