https://github.com/sdslabs/stc-iitr
Website for Students' Technical Council IITR
https://github.com/sdslabs/stc-iitr
Last synced: 10 months ago
JSON representation
Website for Students' Technical Council IITR
- Host: GitHub
- URL: https://github.com/sdslabs/stc-iitr
- Owner: sdslabs
- Created: 2018-01-17T21:00:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T18:15:41.000Z (over 7 years ago)
- Last Synced: 2025-02-23T20:32:01.340Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 80.3 MB
- Stars: 0
- Watchers: 38
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Students' Technical Council
### Adding your group
- Make a group-name.md of the following format and put in `_groups` folder
```markdown
---
name: 'Group Name'
excerpt: 'a tag line'
image: coverimage.png
contact: 'John Doe'
phoneno: '9990999011'
tag: 'group_tag_to_appear_in_link'
recruitment: 'Recruitment Information'
equipments: ['Equipment1', 'Equipment2', 'Equipment3']
facebook: 'mention if exists'
instagram: 'mention if exists'
twitter: 'mention if exists'
linkedin: 'mention if exists'
portfolio: ‘mention if exists’
---
Group Content
```
### Adding Group Projects
- Make a project-name.md of the following format and put in `_projects` folder
```markdown
---
title: 'Sample Project'
description: 'Short Description of the Project'
group: 'Exactlysame as mentioned in the group file'
image: achievement_image.png
---
Project Content
```