Skip to content

Commit

Permalink
Modifed Hyperlinks, Updated Description
Browse files Browse the repository at this point in the history
  • Loading branch information
sanskaromar committed Oct 5, 2023
1 parent 0f0c707 commit 589feed
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 56 deletions.
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ContriHUB - 22
# ContriHUB - 23

ContriHUB is an event where we are expecting to get more and more people involved in Open Source activities.
[ContriHUB](https://github.com/ContriHUB/ContriHUB-23/blob/main/README.md) is an open-source event organized in october, parallel to Hacktoberfest, where we are expecting to get more and more MNNITians involved in Open Source activities.


## How to run locally?
* [Install Python](https://www.wikihow.com/Install-Python)
* Clone this repository
```
git clone https://github.com/ContriHUB/ContriHUB-22.git
git clone https://github.com/ContriHUB/ContriHUB-23.git
```
* Create Virtual Environment
```
Expand All @@ -20,9 +20,9 @@ ContriHUB is an event where we are expecting to get more and more people involve
```
pip install -r requirements.txt
```
* Change directory to *ContriHUB-22*
* Change directory to *ContriHUB-23*
```
cd ContriHUB-22
cd ContriHUB-23
```
* Create a **.env** file
* In Windows, Right Click, Open Git Bash here, and run: `touch .env`
Expand Down Expand Up @@ -66,6 +66,7 @@ ContriHUB is an event where we are expecting to get more and more people involve
# Maintainers
- [Priyav K Kaneria](https://github.com/PriyavKaneria)
- [Sanskar Omar](https://github.com/sanskaromar)
- [Shashank Verma](https://github.com/shank03)
### CAUTION: Website is currently under development.
### ⚠️CAUTION: Website is currently under development.
38 changes: 0 additions & 38 deletions CONTRIBUTORS.md

This file was deleted.

9 changes: 9 additions & 0 deletions Getting_Started_CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Getting-Started Contributors

```markdown
#### Name: [YOUR NAME](Your Profile Link)

- Place: City, State, Country
- Bio: Who are you?
- GitHub: [Github account link](GitHub link)
```
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 ContriHUB
Copyright (c) 2023 ContriHUB

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ So, if you want to contribute to a particular project by either fixing an issue
- Create a new branch
- Add a fix to the issue
- Create a Pull Request
- Submit the link to your Pull Request [here](https://contrihub21.herokuapp.com/)
- Submit the link to your Pull Request [here](https://sac.mnnit.ac.in/contrihub)
- Wait for it to accept and grab your points :smiley:

Also, please make sure to follow the proper formatting such as
Expand All @@ -40,7 +40,7 @@ We will not be accepting more PR's until the formatting of the current files is

Here is a quick and painless way to contribute to this project:

- Add your name to the `CONTRIBUTORS.md` file.
- Add your name to the `Getting_Started_CONTRIBUTORS.md` file.

Choose one or both, make a pull request for your work and wait for it to be merged!

Expand Down Expand Up @@ -76,7 +76,7 @@ git push origin branch-name

### 1. Add your name

Add your name to the `CONTRIBUTORS.md` file using the below convention:
Add your name to the `Getting_Started_CONTRIBUTORS.md` file using the below convention:

```markdown
#### Name: [YOUR NAME](Your Profile Link)
Expand All @@ -103,16 +103,11 @@ Github-Flavored Markdown [https://guides.github.com/features/mastering-markdown/

## Contacts

For any query head on to dedicated Gitter Channel - [ContriHUB](https://gitter.im/ContriHUB/Lobby#)

If you still have more doubts then feel free to ping any of the student co-ordinator.

Team-2023 -

- [Priyav K Kaneria](https://github.com/PriyavKaneria)

- [Shashank Verma](https://github.com/shank03)

- [Amit Kumar](https://github.com/hackeramitkumar)

- [Sanskar Omar](https://github.com/sanskaromar)
4 changes: 2 additions & 2 deletions project/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<div class="container">

<div class="row justify-content-center" style="margin-top: 100px">
<h1 class="display-5 text-white font-weight-bold" style="font-family: Cormorant Infant">Projects in 2022</h1>
<h1 class="display-5 text-white font-weight-bold" style="font-family: Cormorant Infant">Projects in 2023</h1>
</div>

<div class="row justify-content-center" style="margin-top: 20px">
Expand All @@ -152,7 +152,7 @@ <h1 class="display-5 text-white font-weight-bold" style="font-family: Cormorant
<div class="card" style="width: 300px">
<a href="https://github.com/ContriHUB/ContriHUB-23" target="_blank"/>
<div class="card-body">
<h5 class="card-title">ContriHUB-22 Website</h5>
<h5 class="card-title">ContriHUB-23 Website</h5>
<p id="member-intro" class="custom-scrollbar-js card-text mb-4 sm-6"
style="max-width: 250px; max-height: 200px; overflow-y: auto">A Django app</p>
<div style="color: grey;">Mentors:</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
<b>New Year:</b> {{ new_year }} <br><br>

Sincerely,<br>
ContriHUB-22 Team<br>
ContriHUB-23 Team<br>
{% endautoescape %}

0 comments on commit 589feed

Please sign in to comment.