Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

2020 - 2021 Update Part 2 #221

Merged
merged 27 commits into from
May 12, 2021
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a54fe8b
update part 2
sathian-icd Apr 22, 2021
b4727e5
Refactor
aravindvnair99 Apr 22, 2021
095a8fb
Fix incorrect file name of Surya
aravindvnair99 Apr 22, 2021
3e9f674
update 2.1
sathian-icd Apr 23, 2021
76c78cf
Update kishan.jpg
sathian-icd Apr 23, 2021
4550b69
Update dipshikha.jpg
sathian-icd Apr 23, 2021
861efe5
Compress images
aravindvnair99 Apr 23, 2021
1ab7085
image update
sathian-icd Apr 26, 2021
21bc521
sukha image update
sathian-icd Apr 26, 2021
87f9874
Update sukha.jpg
sathian-icd Apr 26, 2021
352df9d
Compress images
aravindvnair99 Apr 26, 2021
21a7ee1
Fix incorrect image format of @PranavPutsa1006
aravindvnair99 Apr 26, 2021
9b2031a
Fix incorrect image size
aravindvnair99 Apr 26, 2021
dbe206a
Compress image
aravindvnair99 Apr 26, 2021
b67d6ae
Update eslint to 7.25.0
aravindvnair99 Apr 26, 2021
16b7444
Remove unwanted and update dependencies
aravindvnair99 Apr 26, 2021
9411661
Update sitemap
aravindvnair99 Apr 26, 2021
f552867
Merge branch 'main' into newupdatebranch
aravindvnair99 Apr 26, 2021
bb7cedf
Update contributing
aravindvnair99 May 12, 2021
fac2838
Merge branch 'main' of https://github.com/aravindvnair99/FACE-Amrita-…
aravindvnair99 May 12, 2021
8f346d6
Merge branch 'newupdatebranch' of https://github.com/aravindvnair99/F…
aravindvnair99 May 12, 2021
40924f6
Update README
aravindvnair99 May 12, 2021
ba1469f
Run Firebase CD only when necessary
aravindvnair99 May 12, 2021
3b2cc18
Update Node CI
aravindvnair99 May 12, 2021
cbfae3a
Update dependencies
aravindvnair99 May 12, 2021
5fdb942
Update sitemap
aravindvnair99 May 12, 2021
e847234
v5.1.0
aravindvnair99 May 12, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions .github/workflows/firebase.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Firebase CD
on:
workflow_dispatch:
push:
paths:
- "functions/**"
- "public/**"
- ".firebaserc"
- "firebase.json"
- ".github/workflows/firebase.yml"
branches:
- main

Expand All @@ -9,12 +16,17 @@ jobs:
name: Firebase Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
- name: Checkout repository
uses: actions/checkout@main
- name: Setup Node.js 14
uses: actions/setup-node@main
with:
node-version: v14.x
- name: Install Dependencies
run: |
cd functions/
npm i
sudo npm i -g npm
npm ci
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Setup Node.js
- name: Checkout repository
uses: actions/checkout@main
- name: Setup Node.js 14
uses: actions/setup-node@main
with:
node-version: 14.x
- name: Lint
node-version: v14.x
- name: Install Dependencies
run: |
cd functions/
npm -g update
npm i -g npm@latest
npm i
sudo npm i -g npm
npm ci
npm run lint
env:
CI: true
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
```
All contributions are welcome! Code, documentation, softwares, scripts, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it would be appreciated!
```
# Contributing

# I found some bugs or issues. Where do I report?
All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Feel free to open issue trackers for bugs or features or send in fixes / features via pull requests -- whatever you have to offer, it would be appreciated!

## I found some bugs or issues. Where do I report?

Report [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/issues/new) in detail answering these questions:

Expand All @@ -12,6 +12,6 @@ Report [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/issues/new
- Have you tried any troubleshooting steps such as a reboot for example?
- Have you followed the prescribed prerequisites?

# How do I contact the team?
## How do I contact the team?

Check [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/graphs/contributors) for the list of contributors. Contact one of them through their profiles.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# FACE Amrita Bengaluru ![](https://komarev.com/ghpvc/?username=AravindVNair99&label=Views)

Official source code of FACE Amrita Bangalore website along with CSI, ACM, and ACM-W chapters of Amrita Bangalore.
Official source code of FACE Amrita Bangalore website

# :octocat: How to contribute?
Visit <https://faceaseb.com> to know more about FACE and it's sister clubs such as ACM, ACM-W, CSI, FORGE and CodeChef at Amrita School of Engineering, Bengaluru.

All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki contents -- whatever you have to offer, it would be appreciated!
## :octocat: How to contribute?

All contributions are welcome! Code, documentation, graphics or even design suggestions are welcome; use GitHub to its fullest. Feel free to open issue trackers for bugs or features or send in fixes / features via pull requests - whatever you have to offer, it would be appreciated! Make sure to open an issue tracker before sending in a PR.

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on contributing.

# :scroll: License
## :scroll: License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

# :family: Team
## :family: Team

- **Abhishek Venkata Sai Kandikattu** - _Front-end Developer for FACE_ - [Abhishek-Sai](https://github.com/Abhishek-Sai)
- **Aravind V. Nair** - _Front-end, Back-end and DevOps for FACE, ACM and ACM-W_ - [AravindVNair99](https://github.com/AravindVNair99)
Expand All @@ -25,19 +27,19 @@ Note: FACE, ACM and ACM-W here refers to the student chapter at Amrita School of

See the full list of [contributors](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/graphs/contributors) who participated in this project and statistics.

# :heavy_exclamation_mark: Prerequisites aka requirements
## :heavy_exclamation_mark: Prerequisites aka requirements

Please read [Prerequisite](Prerequisite.md) file for details.

# :bookmark: Releases
## :bookmark: Releases

View all versions [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/releases).

# :scroll: Changelog
## :scroll: Changelog

Check the [changelog here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/commits/master).

# :memo: I found some bugs or issues. Where do I report?
## :memo: I found some bugs or issues. Where do I report?

Report [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/issues/new/choose) in detail answering these questions:

Expand All @@ -47,6 +49,6 @@ Report [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/issues/new
- Have you tried any troubleshooting steps such as a reboot for example?
- Have you followed the prescribed prerequisites?

# :envelope: How do I contact the team?
## :envelope: How do I contact the team?

Check [here](https://github.com/aravindvnair99/FACE-Amrita-Bengaluru/graphs/contributors) for the list of contributors. Contact one of them through their profiles.
Loading