-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
577 lines (506 loc) · 30.1 KB
/
index.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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Ramco Nuthouse - Meetups for, by and of the geeks">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>Ramco Nuthouse</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Ramco Nuthouse">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="http://www.ramco.com/images/favicon.png">
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.deep_purple-pink.min.css">
<link rel="stylesheet" href="styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header mdl-layout__header--scroll mdl-color--primary">
<div class="mdl-layout--large-screen-only mdl-layout__header-row">
</div>
<div class="mdl-layout--large-screen-only mdl-layout__header-row">
<h3>Ramco Nuthouse</h3>
</div>
<div class="mdl-layout--large-screen-only mdl-layout__header-row">
</div>
<div class="mdl-layout__tab-bar mdl-js-ripple-effect mdl-color--primary-dark">
<a href="#overview" class="mdl-layout__tab is-active">Overview</a>
<a href="#nominate" class="mdl-layout__tab">Become a Speaker</a>
<a href="#resources" class="mdl-layout__tab">Resources</a>
<a href="#location" class="mdl-layout__tab">Location</a>
<!-- <a href="#features" class="mdl-layout__tab">FAQ</a> -->
<a href="https://www.ramco.com" target="_blank" title="Ramco Website">
<button class="mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect mdl-button--colored mdl-shadow--4dp mdl-color--accent"
id="add">
<i class="material-icons" role="presentation">web</i>
<span class="visuallyhidden">Website</span>
</button>
</a>
</div>
</header>
<main class="mdl-layout__content">
<div class="mdl-layout__tab-panel is-active" id="overview">
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div class="mdl-card mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text">
<h4>What is Nuthouse?</h4>
Its an open, collaborative and constructive forum for geeks to get together for discussing
anything
related to technology
and next-gen tools.
<br>
<br> This event is sponsored by Ramco Systems and we hold one session a month at Ramco's
office.
</div>
<!-- <div class="mdl-card__actions">
<a href="#" class="mdl-button">Read our features</a>
</div> -->
</div>
</section>
<section class="section--center mdl-grid mdl-grid--no-spacing">
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
Azure Cosmos DB for Intelligent Apps
<br>
<span style="font-size:15px;">October 29, 2018</span>
<span style="font-size:12px;">(6:30 - 8:00 PM)</span>
<br>
<span style="font-size:10px;">Srikantan Sankaran</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup14"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
Architecting your product - What the Tech!
<br>
<span style="font-size:15px;">October 25, 2018</span>
<span style="font-size:12px;">(6:30 - 8:00 PM)</span>
<br>
<span style="font-size:10px;">Vignesh T.V.</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup13"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
Controlling your Kubernetes Cluster with Golang
<br>
<span style="font-size:15px;">October 24, 2018</span>
<span style="font-size:12px;">(6:30 - 8:00 PM)</span>
<br>
<span style="font-size:10px;">Vagmi Mudumbai</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup12"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
Advanced search for your Legacy application using ELK stack
<br>
<span style="font-size:15px;">August 2, 2018</span>
<span style="font-size:12px;">(6:30 - 8:00 PM)</span>
<br>
<span style="font-size:10px;">By Aravind Putrevu</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup11"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
A deep dive into Javascript & its ecosystem
<br>
<span style="font-size:15px;">June 28, 2018</span>
<span style="font-size:12px;">(6:30 - 8:00 PM)</span>
<br>
<span style="font-size:10px;">By Mohan Sundar & Vignesh T.V.</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup10"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
In-Memory Data Grids & Caching Systems in System Design
<br>
<span style="font-size:15px;">May 17, 2018</span>
<span style="font-size:12px;">(6:30 - 8:00 PM)</span>
<br>
<span style="font-size:10px;">By Bhavishya Mathur & Vignesh T.V.</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup9"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
GraphQL, Event Sourcing & CQRS
<br>
<span style="font-size:15px;">April 26, 2018</span>
<span style="font-size:12px;">(6:30 - 8:30 PM)</span>
<br>
<span style="font-size:10px;">By Vignesh T.V.</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup8"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
Mobile app dev & architecture
<br>
<span style="font-size:15px;">March 24, 2018</span>
<span style="font-size:12px;">(6:30 - 8:30 PM)</span>
<br>
<span style="font-size:10px;">By Mr.Ramkumar & Mr.Jagadeesh</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup7"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
Microservice, Docker and DC/OS
<br>
<span style="font-size:15px;">February 15, 2018</span>
<span style="font-size:12px;">(6:30 - 8:30 PM)</span>
<br>
<span style="font-size:10px;">By Mr.Ganesh Kondal</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup6"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
Unit Testing, Automation & Open Discussions
<br>
<span style="font-size:15px;">January 24, 2018</span>
<span style="font-size:12px;">(6:30 - 8:30 PM)</span>
<br>
<span style="font-size:10px;">By Mr.Narayana G J P V</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup5"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
Cybersecurity & Networking
<br>
<span style="font-size:15px;">December 20, 2017</span>
<span style="font-size:12px;">(6:30 - 8:30 PM)</span>
<br>
<span style="font-size:10px;">By Vignesh</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup4"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
User Experience, Material Design & Polymer
<br>
<span style="font-size:15px;">November 29, 2017</span>
<span style="font-size:12px;">(6:30 - 8:30 PM)</span>
<br>
<span style="font-size:10px;">By Denver & Vignesh</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/TheNutHouse/meetup3"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
Evolution of Web
<br>
<span style="font-size:15px;">October 12, 2017</span>
<span style="font-size:12px;">(5:00 - 6:00 PM)</span>
<br>
<span style="font-size:10px;">By Prasanth S</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/thenuthouse/meetup2"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
<div class="mdl-card mdl-cell mdl-cell--4-col" style="background-color:#f5f5f5 !important;">
<div class="demo-card-event mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand">
<h4>
SQL & NoSQL
<br>
<span style="font-size:15px;">Sep 06, 2017</span>
<span style="font-size:12px;">(5:30 - 7:30 PM)</span>
<br>
<span style="font-size:10px;">By Bhavishya Mathur & Vignesh T.V.</span>
</h4>
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/thenuthouse/meetup1"
target="_blank">
View on Github
</a>
<div class="mdl-layout-spacer"></div>
<i class="material-icons">code</i>
</div>
</div>
</div>
</section>
</div>
<div class="mdl-layout__tab-panel" id="nominate">
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div class="mdl-card mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text">
<h4>Become a Speaker</h4>
Becoming a speaker is easy. Just fill the form below and we will get in touch with you.
<br>
<br>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeazzRUavueZ-e9M7J9akUPOizeb9tSv12yi3BtPHMXu_3YKA/viewform?embedded=true"
width="760" height="1450" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<!-- <div class="mdl-card__actions">
<a href="#" class="mdl-button">Read our features</a>
</div> -->
</div>
</section>
</div>
<div class="mdl-layout__tab-panel" id="resources">
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div class="mdl-card mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text mdl-grid mdl-grid--no-spacing">
<h4 class="mdl-cell mdl-cell--12-col">Resources</h4>
<!-- <div class="section__circle-container mdl-cell mdl-cell--2-col mdl-cell--1-col-phone">
<div class="section__circle-container__circle mdl-color--primary"></div>
</div> -->
<div class="section__text mdl-cell mdl-cell--10-col-desktop mdl-cell--6-col-tablet mdl-cell--3-col-phone">
<h5>Github Repository</h5>
You can view the github repo for all materials, slides, and relevant information
related to the
meetups.
<br>
<br> Link:
<a href="https://github.com/TheNutHouse">https://github.com/TheNutHouse</a>.
<br>
<br>
</div>
</div>
</div>
</section>
</div>
<div class="mdl-layout__tab-panel" id="location">
<section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp">
<div class="mdl-card mdl-cell mdl-cell--12-col">
<div class="mdl-card__supporting-text mdl-grid mdl-grid--no-spacing">
<h4 class="mdl-cell mdl-cell--12-col">Location</h4>
<iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJLVKfx5BnUjoR-fd1u1PM8oM&key=AIzaSyBDeEsdELTbI5NXxawLv6JURlCO9sKSPA0"
allowfullscreen></iframe>
</div>
</div>
</section>
</div>
<!-- <footer class="mdl-mega-footer">
<div class="mdl-mega-footer--middle-section">
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer--heading">Features</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">About</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Updates</a></li>
</ul>
</div>
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer--heading">Details</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Spec</a></li>
<li><a href="#">Tools</a></li>
<li><a href="#">Resources</a></li>
</ul>
</div>
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer--heading">Technology</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">How it works</a></li>
<li><a href="#">Patterns</a></li>
<li><a href="#">Usage</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">Contracts</a></li>
</ul>
</div>
<div class="mdl-mega-footer--drop-down-section">
<input class="mdl-mega-footer--heading-checkbox" type="checkbox" checked>
<h1 class="mdl-mega-footer--heading">FAQ</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Questions</a></li>
<li><a href="#">Answers</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
</div>
<div class="mdl-mega-footer--bottom-section">
<div class="mdl-logo">
More Information
</div>
<ul class="mdl-mega-footer--link-list">
<li><a href="https://developers.google.com/web/starter-kit/">Web Starter Kit</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Privacy and Terms</a></li>
</ul>
</div>
</footer> -->
</main>
</div>
<a href="https://www.meetup.com/Ramco-Nuthouse/" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">Find
us on Meetup.com</a>
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</body>
</html>