-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config1.yml
725 lines (578 loc) · 24.4 KB
/
_config1.yml
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
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
#
# Sera - OnePage Jekyll Template
# Configuration File
#
# Information for compile
exclude: ["node_modules", "gulpfile.js", "package.json", "Gemfile", "README.md", "vendor"]
#
# If your website is placed in a separate folder on your server please modify
# this with your folder name, by default is empty.
# Example: Sera Demo is hosted on projects.gleesik.ro/sera-onepage
# If I compile Sera Template and I put in /sera-onepage without modifing baseurl
# than scripts can't be loaded corectly.
# For this example my site url is: projects.gleesik.ro (This can be just www.example.com)
# My folder for Demo Website is: /sera-onepage so baseurl: /sera-onepage
#
baseurl:
# the base hostname & protocol for your site
url: "http://localhost:3000"
####################################
###### Optional Features ######
####################################
smooth-scroll: True
####################################
########### Plugins ###########
####################################
plugins:
- jekyll-archives # Sorry, not GitHub pages friendly!
jekyll-archives:
enabled:
# - categories
- tags
layout: 'archive'
permalinks:
# category: '/category/:name/'
tag: '/tag/:name/'
#######################################################
#######################################################
############### HEADER INFORMATIONS ###############
#######################################################
#######################################################
# This is your site title
title: DevCom IITB
# Website language
lang: en-US
# Header Title
header-title: DevCom IITB
# Header Tagline
headter-tagline: I built this
####################################
###### CTA Header Buttons ######
####################################
# Focus Buttons
header-focus-button:
title: Blog
url: https://cybercodebear.github.io/blog.html # test
#
# This is your email adress, contact from send here all emails from contact section
# IMPORTANT: you can modify contact form from this static template, but now works contact form works with a free external server
# To configure this contact form, first please send a fictive email afeter you enter below your email and verify that :)
#
email: alexjamesdesmond@gmail.com
# Offer Banner Link
# Default link is a link to all Sera OnePage products
banner-link: https://cybercodebear.github.io
####################################
###### Global Social Links ######
####################################
linkedin: 'https://www.linkedin.com/company/devcom-iit-bombay/'
facebook: 'https://www.facebook.com/devcom.iitbombay/'
# github: 'https://github.com/devcomiitb'
email: 'mailto:devcom@iitb.ac.in'
#########################
###### Widgets ######
#########################
#
# About Blog Author Widget
#
about-widget:
author-avatar: codebear.jpg
author-name: Alex Desmond
author-tagline: Hobbyist
author-info: Interested in infosec both at work and home.
author-social-links:
youtube: 'https://www.youtube.com/channel/UC5JmJiob-C9u9tWhRXD-rag'
twitter: 'https://twitter.com/cybercodebear'
reddit: 'https://www.reddit.com/user/alexjamesdesmond/'
linkedin: 'https://www.linkedin.com/in/alexjamesdesmond/'
####
#
# Hi you now use Sera - OnePage Jekyll Template created by Gleesik™
#
# Below are each section from the website in order from top to bottom
# @TODO Edit each sections with your real information and each section from Sera will autocomplete with your information
#
####
#####################################
############# About #############
#####################################
# about-title:
about-description: This is the official page for the Developers' Community of IIT Bombay. Envisioned as a group of the best developers in the Institute, the team is responsible for developing and maintaining InstiApp, and other dev/tech related projects in the Institute.
#####################################
########## Features ##########
#####################################
features-title: Features
features-description: ...features...
features:
- icon: pe-7s-vector
title: test1
description: test
- icon: pe-7s-help2
title: test2
description: test
- icon: pe-7s-airplay
title: test3
description: test
#####################################
########## Team ##########
#####################################
team-title: Team
team-description:
OverallCoordinators:
- avatar: TezanSahu - Tezan Sahu.jpg
name: Tezan Sahu
tagline: Overall Coordinator
facebook: 'https://www.facebook.com/tezan.sahu.3'
github: 'https://github.com/tezansahu'
linkedin: 'https://www.linkedin.com/in/tezan-sahu/'
- avatar: yashwardhan.jpg
name: Yashwardhan Didwania
tagline: Overall Coordinator
facebook: 'https://www.facebook.com/ydidwania'
github: 'https://www.github.com/ydidwania'
linkedin: 'https://www.linkedin.com/in/yashvardhan-didwania-194575160'
- avatar: e aakash.jpg
name: E Aakash
tagline: InstiApp Head
facebook: 'https://www.facebook.com/09e.aakash'
github: 'https://github.com/e-aakash'
linkedin: 'https://www.linkedin.com/in/e-aakash'
- avatar: abeen.jpg
name: Abeen Bhattacharya
tagline: InstiApp Head
facebook: 'http://facebook.com/thenotsodarkknight'
github: 'https://github.com/thenotsodarkknight'
linkedin: 'https://in.linkedin.com/in/abeenbhattacharya'
ProjectLeads:
- avatar: rishabh.jpg
name: Rishabh Arya
tagline: Project Lead
facebook: 'https://www.facebook.com/rishabh.arya.9822924'
github: 'https://github.com/arya2331'
linkedin: 'https://www.linkedin.com/in/rishabh-arya-99a37a145/'
- avatar: srijan karn.jpg
name: Srijan Karn
tagline: Project Lead
facebook: 'https://m.facebook.com/profile.php?id=100004023687791&ref=content_filter'
github: 'https://github.com/srijan2911'
linkedin: 'https://www.linkedin.com/in/srijan-karn-424083170'
- avatar: akshit.jpg
name: Akshit Srivastava
tagline: WnCC Manager
facebook: 'https://www.facebook.com/akshit1511'
github: 'https://github.com/akshitt'
linkedin: 'https://www.linkedin.com/in/akshit-srivastava/'
- avatar: latika.jpg
name: Latika Patel
tagline: WnCC Manager
facebook: 'https://www.facebook.com/latika.patel.526'
github: 'https://github.com/latika24'
linkedin: 'https://www.linkedin.com/in/latika-patel-1951b0196/'
# - avatar: rahul bukte.jpg
# name: Rahul Bukte
# tagline: Project Lead
# facebook: 'https://www.facebook.com/rahul.bukte.5'
# github: 'https://github.com/RahulB23'
# linkedin: 'https://www.linkedin.com/in/rahul-bukte-069b3a1b3/'
# - avatar: Aman_Bharti - Aman Bharti.jpg
# name: Aman Bharti
# tagline: Project Lead
# facebook: 'https://www.facebook.com/aman.bharti.315428'
# github: 'https://github.com/amanbharti008'
# linkedin: 'https://www.linkedin.com/in/aman-bharti-8327541b3/'
# ManagementCoordinators:
CoreMembers:
- avatar: Ayan Agrawal - Ayan Agrawal.jpg
name: Ayan Agarwal
tagline: Core Member
facebook: 'https://m.facebook.com/ayan.agrawal'
github: 'https://github.com/ayan312002'
linkedin: 'https://www.linkedin.com/in/ayan-agrawal-575966192'
- avatar: adarsh.jpg
name: Adarsh Raj
tagline: Core Member
facebook: 'https://www.facebook.com/profile.php?id=100038153580563'
github: 'https://github.com/adarsh0raj'
linkedin: 'https://www.linkedin.com/mwlite/in/adarsh-raj-319418192'
- avatar: profile3 - Sahasra Ranjan.jpg
name: Sahasra Ranjan
tagline: Core Member
facebook: 'https://www.facebook.com/sahasra.ranjan/'
github: 'https://github.com/sahasrarjn/'
linkedin: 'https://www.linkedin.com/in/sahasra-ranjan-2478521a6/'
- avatar: IMG-20200101-WA0074 - Divyanshi kamra.jpg
name: Divyanshi Kamra
tagline: Core Member
facebook: 'https://www.facebook.com/divyanshi.kamra.7'
github: 'https://github.com/divyanshikamra/'
linkedin: 'https://www.linkedin.com/company/devcom-iit-bombay/about/'
- avatar: AnaghaSavit.jpg
name: Anagha Savit
tagline: Core Member
facebook: 'https://www.facebook.com/anagha.savit'
github: 'https://github.com/anaghasavit'
linkedin: 'https://www.linkedin.com/in/anagha-savit-51b6821b3/'
- avatar: 20190824_124036 - Aaron Jerry Ninan.jpg
name: Aaron Jerry Ninan
tagline: Core Member
facebook: 'https://www.facebook.com/aaron.jerryninan.5'
github: 'https://github.com/aaroncodebro'
linkedin: 'https://www.linkedin.com/in/aaron-jerry-ninan-b5530618b/'
- avatar: Satdhruti Paul - Satdhruti Paul.jpg
name: Satdhruti Paul
tagline: Core Member
facebook: 'https://www.facebook.com/satdhruti.paul.33/'
github: 'https://github.com/ricky421'
linkedin: 'https://www.linkedin.com/in/satdhruti-paul-78010a192/'
- avatar: aditya - ADITYA RAJ SINGH UDAWAT.jpg
name: Aditya Raj Singh
tagline: Core Member
facebook: 'https://www.facebook.com/adityaraj.singhudawat.9'
github: 'https://github.com/Aditya2151'
linkedin: 'https://www.linkedin.com/in/aditya-raj-singh-udawat-0a24b6194'
- avatar: IMG-20200709-WA0006 - Jayesh Singla.jpg
name: Jayesh Singla
tagline: Core Member
facebook: 'https://m.facebook.com/profile.php?id=100008085613094'
github: 'https://github.com/jayeshs999'
linkedin: 'https://www.linkedin.com/in/jayesh-singla-684b3b1b0'
- avatar: DevDesai.jpg
name: Dev Moxaj Desai
tagline: Core Member
facebook: 'https://m.facebook.com/dev.desai.77920?ref=bookmarks'
github: 'https://github.com/dev9318'
linkedin: 'https://www.linkedin.com/mwlite/in/dev-desai-a58860194'
- avatar: amanSingh - Aman Singh.jpg
name: Aman Singh
tagline: Core Member
facebook: 'https://www.facebook.com/aman.singh.7297351'
github: 'https://github.com/feyn-aman'
linkedin: 'https://www.linkedin.com/in/aman-singh-b37a85176/'
- avatar: devansh jain.jpg
name: Devansh Jain
tagline: Core Member
facebook: 'https://www.facebook.com/devansh.jain.777/'
github: 'https://github.com/DEVANSH-DVJ'
linkedin: 'https://www.linkedin.com/in/devansh-jain-0517461a9/'
- avatar: vibhav - Vibhav Aggarwal.jpg
name: Vibhav Aggarwal
tagline: Core Member
facebook: 'https://www.facebook.com/vibhav.aggarwal.7/'
github: 'https://github.com/vibhav011'
linkedin: 'https://www.linkedin.com/in/vibhav-a-55a668113'
- avatar: bhavnoor copy - Bhavnoor Singh Marok.jpg
name: Bhavnoor Singh Marok
tagline: Core Member
facebook: 'https://www.facebook.com/bhavnoorsingh.marok.7'
github: 'https://github.com/bhavnoormarok'
linkedin: 'https://www.linkedin.com/in/bhavnoor-singh-marok-894277193/'
- avatar: IMG_20200116_004154 - Abhinav Gupta.jpg
name: Abhinav Gupta
tagline: Core Member
facebook: 'https://m.facebook.com/abhinav.gupta.35762'
github: 'https://github.com/abhi-cloud'
linkedin: 'https://www.linkedin.com/in/abhinav-gupta-a64874192'
- avatar: Arvind - Arvind Murali.jpg
name: Arvind Murali
tagline: Core Member
facebook: 'https://www.facebook.com/arvindmurali01'
github: 'https://github.com/ArvindMurali2001'
linkedin: 'https://www.linkedin.com/in/arvind-murali-75511a1a6'
- avatar: Shruti Singh - Shruti.jpg
name: Shruti Singh
tagline: Core Member
facebook: 'https://www.facebook.com/shruti.s.50364592/'
github: 'https://github.com/shruhh'
linkedin: 'https://www.linkedin.com/in/shruti-singh-a02714195/'
- avatar: Labdhi - Labdhi Gandhi.jpg
name: Labdhi Gandhi
tagline: Core Member
facebook: 'https://m.facebook.com/labdhi.gandhi.96'
github: 'https://github.com/labdhigandhi'
linkedin: 'https://www.linkedin.com/in/labdhi-gandhi-1a0188191'
#####################################
########## Portfolio ##########
#####################################
# portfolio-title: Projects
# portfolio-description: ...projects...
# portfolio-categories:
# - Websites
# - Android
# - iOS
# - Logo
# - Graphic Design
# - Video
# portfolio:
# - title: InstiApp
# categories:
# - Android
# - iOS
# - Websites
# url: #add url
# image: img-05.jpg
# - title: test2
# categories:
# - Logo
# - Video
# - Websites
# url: #add url
# image: img-01.jpg
# - title: test3
# categories:
# - Android
# - Graphic Design
# - Websites
# url: #add url
# image: img-02.jpg
# - title: test4
# categories:
# - Android
# - iOS
# - Websites
# url: #add url
# image: img-03.jpg
# - title: test5
# categories:
# - Video
# - iOS
# - Logo
# url: #add url
# image: img-04.jpg
# - title: test6
# categories:
# - Graphic Design
# - Video
# - Websites
# url: #add url
# image: img-08.jpg
#####################################
########## Core Features ##########
#####################################
core-title: Projects
core-description: 'Over the course of time, the team has been developing & maintaining several projects. Tech projects that have been successfully completed by DevCom include InstiApp, Cerium and RPI Noticeboard. Details about each of them can be found below:'
instiapp-github: 'https://github.com/wncc/instiapp-android'
cerium-github: 'https://github.com/pulsejet/cerium'
noticeboard-github: 'https://github.com/MayuBhattu/RPI_Modified'
instiapp-site: 'https://www.insti.app/'
cerium-database: 'https://github.com/pulsejet/go-cerium/'
#
# Core Features Instiapp Left
#
core-features-instiapp-left:
# Feature
- name: Mess Menu
description: The mess menu for all hostels is available as a list (with the user’s hostel’s current day menu occupying the top position)
icon: pe-7s-coffee
# Feature
- name: Calendar
description: The Calendar for the major bodies (Cult/Tech/any other body with a public calendar) will be available under this heading.
icon: pe-7s-date
# Feature
- name: People
description: This screen shows emergency contacts (ambulance, QRT, etc.). As well as the name, profile pic and phone number for every PoR holder within the institute arranged and shown in a structured manner with a subsection for each council.
icon: pe-7s-users
#
# Core Features Instiapp Right
#
core-features-instiapp-right:
# Feature
- name: Events Feed
description: The main feed will have only updates from Users and Entities that a User follows. Also Shows all current popular and upcoming events from major Institute bodies (even if they are not followed by the user).
icon: pe-7s-signal
# Feature
- name: Placement Blog
description: The Placement/Training blog is available inside the app with the option to get notifications for All posts / posts with certain keywords.
icon: pe-7s-news-paper
# Feature
- name: Map
description: The institute map along with current position and all currently active events visible as clickable icons.The most helpful map for freshies who just entered the insti.
icon: pe-7s-map-2
#
# Core Features Cerium Left
#
core-features-cerium-left:
# Feature
# Feature
- name: Features
description: Uses SSO for login, allowing authentication of users of the form, allows anonymous forms, and also has feature of scheduling or closing of a form.
icon: pe-7s-diamond
# Feature
- name: Scheduling
description: Has option to schedule the closing of form, removing need for manually closing form at a specific time
icon: pe-7s-wristwatch
- name: License and Code
description: All code is licensed under the Mozilla Public License 2.0. The instructions to deploy and use are provided in the README.md file of project's github repository.
icon: pe-7s-id
# Feature
# - name: Reporting
# description: Experienced writing reports conveying strategic risk based on technical vulnerabilities and exploits.
# icon: pe-7s-file
#
# Core Features Cerium Right
#
core-features-cerium-right:
# Feature
- name: Description
description: Cerium is a forms application very similar in design to Google forms.
icon: pe-7s-note2
- name: Go Cerium
description: go-cerium is the golang backend for the dangerously accurate Google Forms clone designed for IIT Bombay, cerium. The github repo for the backend can found by the database link provided or <a href="https://github.com/pulsejet/go-cerium/" target="_blank">here</a>.
icon: pe-7s-plugin
# Feature
- name: Security and Anonymity
description: Uses IITB SSO for authentication of users and authorization of form responses access. Also has an option to enable anonymous filling of form by institute students and one response from each user.
icon: pe-7s-door-lock
# Feature
# Feature
# - name: Incident Response
# description: Can function in the technical or the governance space when responding to cyber incidents.
# icon: pe-7s-bandaid
#
# Core Features Noticeboard Left
#
core-features-noticeboard-left:
# Feature
# Feature
- name: "File: config.json"
description: Helps you define the configuration for how you want the images to appear on the TV.
icon: pe-7s-config
- name: "File: fetch.py"
description: A Python script that runs in the background and periodically fetches images from the server. We set up a cron job for this.
icon: pe-7s-loop
# Feature
- name: "File: gui.py"
description: The main script that runs on boot and occupies the foreground. This displays the images on the TV.
icon: pe-7s-monitor
# Feature
# - name: Reporting
# description: Experienced writing reports conveying strategic risk based on technical vulnerabilities and exploits.
# icon: pe-7s-file
#
# Core Features Noticeboard Right
#
core-features-noticeboard-right:
# Feature
- name: Description
description: Scripts to fetch and display images on a TV and also allows users to setup configuration how you want the images to appear on the TV.
icon: pe-7s-note2
# Feature
- name: Setup
description: Install a standard Raspbian OS on the RPi and configure the RPi to connect to internet. Follow the steps in README.md of the RPi Noticeboard github repo.
icon: pe-7s-tools
# Feature
- name: Features
description: Bash Scripting, Python Scripts, and JSON Configuration files to fetch and show images of your choice on TV.
icon: pe-7s-photo
# Feature
# - name: Incident Response
# description: Can function in the technical or the governance space when responding to cyber incidents.
# icon: pe-7s-bandaid
#############################
##### Ongoing Projects ######
#############################
###### Resume Verification Portal #########
ongoing-projects-resumeportal-left:
- name: About
description: Resume Verification Portal, a portal to streamline the process of verification of resumes and cvs.
icon: pe-7s-network
- name: Project Scope
description: This project is being developed in coordination with the Placement Cell of IITB, to be used by it's members and secretaries for the verification of points mentioned in resumes.
icon: pe-7s-note2
- name: Contribution
description: This project is being developed by core members of DevCom, IIT Bombay under the mentorship of project leads and OCs.
icon: pe-7s-users
ongoing-projects-resumeportal-right:
- name: Description
description: RVP is codename for the IITB Resume Verification Portal to automate the process of authentication and verification of resume points, as this process consisted of complex steps earlier.
icon: pe-7s-note2
- name: Features
description: This portal allows admins to access the certifications and proof for the points mentioned in one's resume and then transfer the details to the students.
icon: pe-7s-gleam
- name: Development
description: The application is being developed using Angular (for the interface) & nodeJS (for the backend).
icon: pe-7s-config
###### Atlas Hostel Management Portal #########
ongoing-projects-atlas-left:
- name: About
description: Atlas, IITB Hostel Management Portal, a project to automate the process of hostel and rooms allotment.
icon: pe-7s-network
- name: Project Scope
description: This project is being developed in coordination with the Hostel Affairs Council, to be used my Hostel GSecs, Wardens, Hall Managers, GSHA, DoSA & HCU Office.
icon: pe-7s-note2
- name: Contribution
description: This project is being developed by core members of DevCom, IIT Bombay under the mentorship of project leads and OCs.
icon: pe-7s-users
ongoing-projects-atlas-right:
- name: Description
description: Atlas is codename for the IITB Hostel Management Portal to streamline the process of allotment of hostels & rooms for the students as well as maintenance of the rooms by respective admins.
icon: pe-7s-note2
- name: Features
description: This portal allows admins to allocate rooms to hostelites, view the details after allocation on detailed hostel floor plans, tag vacant rooms for various purposes & view the full history of a student’s stay in the institute hostels.
icon: pe-7s-gleam
- name: Development
description: The application is being developed using Angular (for the interface) & FastAPI (for the backend).
icon: pe-7s-config
###### CourseRank #########
ongoing-projects-courserank-left:
- name: About
description: This project aims to create a separate portal that displays reviews on courses given by students who have already completed that course.
icon: pe-7s-network
- name: Project Scope
description: This project is being developed in coordination with the Institute Academic Council and various other councils which focuses providing information regarding academics to students.
icon: pe-7s-note2
- name: Contribution
description: This project is in it's development phase by core members of DevCom, IIT Bombay under the mentorship of project leads and OCs.
icon: pe-7s-users
ongoing-projects-courserank-right:
- name: Description
description: CourseRank is the IMDB of courses which shows details, ratings, reviews (by the students), etc of all the courses provided buy the institute.
icon: pe-7s-note2
- name: Extra Features
description: This portal also have extra features such as rating of a course, likes on a review and course, description of course, etc.
icon: pe-7s-gleam
- name: Development
description: The application is being developed using Django Templates (for the interface) & Django (for the backend).
icon: pe-7s-config
#
# Core Features Game Left
#
core-features-game-left:
- name: Features
description: Uses SSO for login, allowing authentication of users and allows different options like leaderboard, ideas contribution, and much more to come.
icon: pe-7s-diamond
- name: Rating System
description: The rating of a player is calculated taking into account his/her performance across all games. Achieving <b>higher scores</b> in each game boosts the rating. <b>Playing more games</b> also helps in maintaining the rating<b>However, there's a catch!</b> Long streaks without improving one's highscore in a game may decrease the rating as well.
icon: pe-7s-star
- name: Contribution
description: This project is in it's development phase by core members of DevCom, IIT Bombay under the mentorship of project leads and OCs.
icon: pe-7s-users
#
# Core Features Game Right
#
core-features-game-right:
- name: Description
description: Where you Imagine, we create!, Gaming portal is a great place to enjoy, compete via games and also to suggest your own ideas for creation of different games.
icon: pe-7s-news-paper
- name: For IITB Folks
description: A place for everyone to relax, chill and get nostalgic while playing some of the classical hits!. A step towards making an environment for insti junta to be able to get together and play together in a centralized way.
icon: pe-7s-medal
- name: Games
description: Play arcade, action, puzzle, racing and other fun games. Just dive in and choose what you want to play. For an even more exciting experience, challenge your friends and beat that high score!
icon: pe-7s-joy
#####################################
############# Our Blog ##############
#####################################
blog-title: Blog
blog-description: Check out some of the recent posts that I've put together. Want to know something then send me a suggestion.
#####################################
############ Contact ############
#####################################
contact-title: Contact
contact-description: Have a suggestion for a topic? Have an opportunity that you want to share? Just want to ask a question? This is the place!
#####################################
############# Footer ############
#####################################
footer-description: You've managed to reach to bottom of my page. Hope it was bearable.
footer-copyright-text: Copyright 2020, DevCom IIT Bombay.
#footer-copyright-url: http://gleesik.ro/
#footer-copyright-year: 2016