-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2c67dd0
Showing
220 changed files
with
13,990 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Settings for the repository | ||
|
||
# Cause line endings in the repository to be newline (\n) and local files to be that of the operating system, | ||
# LF for Linux and Mac and CRLF for Windows. | ||
|
||
* text=auto | ||
|
||
# Denote binary files | ||
|
||
*.png binary | ||
*.jpg binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Reference: https://github.com/SvanBoxel/delete-merged-branch | ||
name: Delete Merged Branches | ||
# The event that triggers the workflow | ||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
jobs: | ||
delete_branch: | ||
# The machine each job should run | ||
runs-on: ubuntu-latest | ||
# The tasks each job should run | ||
steps: | ||
- name: delete branch | ||
uses: SvanBoxel/delete-merged-branch@main | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Mind your language | ||
# The events that triggers the workflow | ||
on: | ||
issues: | ||
types: [opened, edited] # issue is opened or edited | ||
issue_comment: | ||
types: [created, edited] # issue comment is created or edited | ||
pull_request_review_comment: | ||
types: [created, edited] # PR comment is created or edited | ||
|
||
jobs: | ||
echo_issue_comment: | ||
# The machine each job should run | ||
runs-on: ubuntu-latest | ||
name: profanity check | ||
# The tasks each job should run | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Profanity check step | ||
uses: tailaiw/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Build and Deploy Documentation using MkDocs | ||
# The events that triggers the workflow | ||
on: | ||
push: | ||
branches: documentation | ||
pull_request: | ||
branches: documentation | ||
|
||
jobs: | ||
build: | ||
name: Build and Deploy Documentation using MkDocs | ||
# The machine each job should run | ||
runs-on: ubuntu-latest | ||
# The tasks each job should run | ||
steps: | ||
- name: Checkout Master | ||
uses: actions/checkout@v2 | ||
|
||
- name: Build and Deploy Documentation using MkDocs | ||
uses: Tangerine-Community/tangy-mkdocs-build-action@v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Reference: https://github.com/imjohnbo/gh-polls-bot-action | ||
name: Poll Bot | ||
# The events that triggers the workflow | ||
on: | ||
issue_comment: | ||
types: [created, edited] # issue comment is created or edited | ||
issues: | ||
types: [opened, edited] # issue is opened or edited | ||
|
||
jobs: | ||
polls: | ||
name: Poll Bot | ||
# The machine each job should run | ||
runs-on: ubuntu-latest | ||
# The tasks each job should run | ||
steps: | ||
- uses: imjohnbo/gh-polls-bot-action@master | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.vscode/* | ||
.idea/* |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 Smaranjit Ghose, Anush Bhatia | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
![Awesome Portfolio Website](./readme_assets/banner_apw.png) | ||
|
||
<div align="center"> | ||
|
||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites"><img src="https://badges.frapsoft.com/os/v1/open-source.svg?v=103"></a> | ||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites"><img src="https://img.shields.io/badge/Built%20by-developers%20%3C%2F%3E-0059b3"></a> | ||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites"><img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=yellow"></a> | ||
<a href="https://github.com/smaranjitghose/"><img src="https://img.shields.io/badge/Maintained%3F-yes-brightgreen.svg?v=103"></a> | ||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?v=103"></a> | ||
|
||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites/graphs/contributors"><img src="https://img.shields.io/github/contributors/smaranjitghose/awesome-portfolio-websites?color=brightgreen"></a> | ||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites/stargazers"><img src="https://img.shields.io/github/stars/smaranjitghose/awesome-portfolio-websites?color=0059b3"></a> | ||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites/network/members"><img src="https://img.shields.io/github/forks/smaranjitghose/awesome-portfolio-websites?color=yellow"></a> | ||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites/issues"><img src="https://img.shields.io/github/issues/smaranjitghose/awesome-portfolio-websites?color=0059b3"></a> | ||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/github/issues-closed-raw/smaranjitghose/awesome-portfolio-websites?color=yellow"></a> | ||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites/pulls"><img src="https://img.shields.io/github/issues-pr/smaranjitghose/awesome-portfolio-websites?color=brightgreen"></a> | ||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites/pulls?q=is%3Apr+is%3Aclosed"><img src="https://img.shields.io/github/issues-pr-closed-raw/smaranjitghose/awesome-portfolio-websites?color=0059b3"></a> | ||
|
||
</div> | ||
|
||
A community maintained open source project aimed at making personal portfolio for researchers, developers and analysts simple, fast and less cumbersome. We make sure you have a full-fledged website to showcase your work while you can spend time on your learning and innovative endeavours. | ||
|
||
## A sneak peek into what we have here🙈 : | ||
|
||
### Home Page: | ||
|
||
<p align="center"><img src="./readme_assets/Home_Page.gif"></p> | ||
|
||
### Experience Page: | ||
|
||
<p align="center"><img src="./readme_assets/Experience_Page.gif"></p> | ||
|
||
### Project Page: | ||
|
||
<p align="center"><img src="./readme_assets/Project_Page.gif"></p> | ||
|
||
### Research Page: | ||
|
||
<p align="center"><img src="./readme_assets/Research_Page.gif"></p> | ||
|
||
### Education Page: | ||
|
||
<p align="center"><img src="./readme_assets/Education_Page.gif"></p> | ||
|
||
## How to use this?🛠 | ||
|
||
[Check out our awesome Documentation](https://smaranjitghose.github.io/awesome-portfolio-websites/) | ||
|
||
## Contribution Guidelines🏗 | ||
|
||
Are we missing any of your favorite features, which you think you can add to it❓ We invite you to contribute to this project and improve it further. | ||
|
||
Click on the image below to set up and contribute to the project or [Click here](https://github.com/smaranjitghose/awesome-portfolio-websites/blob/master/CONTRIBUTING.md) | ||
|
||
<a href = "https://github.com/smaranjitghose/awesome-portfolio-websites/blob/master/CONTRIBUTING.md"> | ||
<img src = "./readme_assets/Contribution.png"></a> | ||
|
||
## Project Maintainers👨🏫: | ||
|
||
| <img src = "https://avatars2.githubusercontent.com/u/46641503?v=4"> | <img src = "https://avatars2.githubusercontent.com/u/40017559?v=4"> | | ||
| :----------------------------------------------------------: | :----------------------------------------------------------: | | ||
| [Smaranjit Ghose](https://github.com/smaranjitghose) | [Anush Bhatia](https://github.com/anushbhatia) | ||
|
||
|
||
## Our valuable Contributors👩💻👨💻 : | ||
|
||
<a href="https://github.com/smaranjitghose/awesome-portfolio-websites/graphs/contributors"> | ||
<img src="https://contributors-img.web.app/image?repo=smaranjitghose/awesome-portfolio-websites" /> | ||
</a> | ||
|
||
## Open Source Programs we have been a part of: | ||
|
||
<p align="center"> | ||
<a href="https://scodein.tech/"><img src="./readme_assets/open_source_programs/sci.png" width= "25%"/></a> | ||
<a href="https://hakincodes.tech/"><img src="./readme_assets/open_source_programs/ch.png" width= "25%"/></a> | ||
<a href="https://njackwinterofcode.github.io/"><img src="./readme_assets/open_source_programs/nwoc.png" width= "25%" /></a> | ||
<a href="https://devscript.tech/woc/"><img src="./readme_assets/open_source_programs/dwoc.png" width="25%"></a> | ||
<a href="https://mexili.github.io/winter_of_code/#/"><img src="./readme_assets/open_source_programs/mwoc.png" width="25%"></a> | ||
<a href="https://crosswoc.ieeedtu.in/"><img src="./readme_assets/open_source_programs/crosswoc.png" width="25%"></a> | ||
<a href="https://letsgrowmore.in/soc/"><img src="./readme_assets/open_source_programs/lgmsoc.png" width="25%"></a> | ||
<a href="https://devincept.codes/"><img src="./readme_assets/open_source_programs/devincept.gif" width="25%"></a> | ||
<a href="https://ghc.anitab.org/programs-and-awards/open-source-day/"><img src="./readme_assets/open_source_programs/OSD.jpg" width="25%"></a> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400&display=swap"); | ||
|
||
body { | ||
background: linear-gradient(to right, #02aab0, #00cdac); | ||
} | ||
.container { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
width: 100%; | ||
} | ||
svg { | ||
width: 50rem; | ||
height: auto; | ||
} | ||
#handboy { | ||
animation: swing ease-in-out 1.3s infinite alternate; | ||
transform-origin: 98% 98%; | ||
transform-box: fill-box; | ||
} | ||
#girllight { | ||
animation: swing ease-in-out 1.3s infinite alternate; | ||
transform-origin: 0% 97%; | ||
transform-box: fill-box; | ||
} | ||
#hairgirl { | ||
animation: swinghair ease-in-out 1.3s infinite alternate; | ||
transform-origin: 60% 0%; | ||
transform-box: fill-box; | ||
} | ||
#zero { | ||
transform-origin: bottom; | ||
transform-box: fill-box; | ||
} | ||
@keyframes swing { | ||
0% { | ||
transform: rotate(10deg); | ||
} | ||
100% { | ||
transform: rotate(-10deg); | ||
} | ||
} | ||
@keyframes swinghair { | ||
0% { | ||
transform: rotate(6deg); | ||
} | ||
100% { | ||
transform: rotate(-6deg); | ||
} | ||
} | ||
|
||
/* go back btn */ | ||
.backbtn { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
.btn { | ||
font-family: "Nunito", sans-serif; | ||
line-height: 0; | ||
padding: 0.8rem 1rem; | ||
border-radius: 8em; | ||
transition: 0.5s; | ||
margin-top: 2rem; | ||
color: #fff; | ||
background: #272727; | ||
box-shadow: 0px 5px 10px rgba(109, 39, 238, 0.6); | ||
} | ||
.btn span { | ||
font-family: "Nunito", sans-serif; | ||
font-weight: 700; | ||
font-size: 1.3rem; | ||
letter-spacing: 0.1rem; | ||
} | ||
.btn i { | ||
margin-left: 0.3rem; | ||
font-size: 1.2rem; | ||
transition: 0.3s; | ||
} | ||
.btn:hover { | ||
color: rgb(255, 230, 0); | ||
} | ||
.btn:hover i { | ||
transform: translateX(-4px); | ||
} | ||
|
||
/* responsiveness */ | ||
@media (max-width: 550px) { | ||
svg { | ||
width: 24rem; | ||
margin-top: 10rem; | ||
margin-bottom: 4rem; | ||
} | ||
.btn { | ||
padding: 0.8rem 0.8rem; | ||
border-radius: 6em; | ||
margin-top: 1.5rem; | ||
} | ||
.btn i { | ||
margin-left: 0.2rem; | ||
font-size: 1rem; | ||
} | ||
.btn span { | ||
font-size: 1rem; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
html, | ||
html *, | ||
body, | ||
body * { | ||
cursor: none; | ||
} | ||
|
||
.cursor-dot, | ||
.cursor-dot-outline { | ||
pointer-events: none; | ||
z-index: 2; | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
border-radius: 50%; | ||
opacity: 0; | ||
transform: translate(-50%, -50%); | ||
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; | ||
} | ||
|
||
.cursor-dot { | ||
width: 10px; | ||
height: 10px; | ||
background-color: #b83030f1; | ||
} | ||
|
||
.cursor-dot-outline { | ||
width: 20px; | ||
height: 20px; | ||
background-color: rgba(211, 115, 115, 0.959); | ||
} |
Oops, something went wrong.