-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the previous files & folder to create a release.
- Loading branch information
1 parent
4fce6b4
commit a035669
Showing
43 changed files
with
9,922 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,25 @@ | ||
{ | ||
"extends": ["eslint:recommended", "plugin:react/recommended", "prettier"], | ||
"rules": { | ||
"react/prop-types": 0, | ||
"react/react-in-jsx-scope": 0, | ||
"react/no-unescaped-entities": 0 | ||
}, | ||
"plugins": ["react"], | ||
"parserOptions": { | ||
"ecmaVersion": "latest", | ||
"sourceType": "module", | ||
"ecmaFeatures": { | ||
"jsx": true | ||
} | ||
}, | ||
"env": { | ||
"es2021": true, | ||
"browser": true | ||
}, | ||
"settings": { | ||
"react": { | ||
"version": "detect" | ||
} | ||
} | ||
} |
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,25 @@ | ||
name: 🐛 Bug | ||
description: Report an issue to help improve the project. | ||
labels: ["🛠 goal: fix"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A brief description of the question or issue, also include what you tried and what didn't work | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Please add screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this bug? | ||
validations: | ||
required: false |
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,26 @@ | ||
name: 💡 General Feature Request | ||
description: Have a new idea/feature for Spaces Lounge? Please suggest! | ||
title: "[FEATURE] <description>" | ||
labels: ["⭐ goal: addition"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A brief description of the enhancement you propose, also include what you tried and what worked. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Please add screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this idea? | ||
validations: | ||
required: false |
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,22 @@ | ||
name: Other | ||
description: Use this for any other issues. Please do NOT create blank issues | ||
title: "[OTHER]" | ||
labels: ["🚦 status: awaiting triage"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "# Other issue" | ||
- type: textarea | ||
id: issuedescription | ||
attributes: | ||
label: What would you like to share? | ||
description: Provide a clear and concise explanation of your issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this issue? | ||
validations: | ||
required: false |
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 @@ | ||
## Short Description | ||
|
||
<!-- If your PR fixes an open issue, use `Closes #999` to link your PR with the issue. #999 stands for the issue number you are fixing --> | ||
|
||
## Fixes Issue | ||
|
||
<!-- Remove this section if not applicable --> | ||
|
||
<!-- Example: Closes #31 --> | ||
|
||
## Changes proposed | ||
|
||
<!-- List all the proposed changes in your PR --> | ||
|
||
## Screenshots | ||
|
||
<!-- Add all the screenshots which support your changes --> | ||
|
||
## Note to reviewers | ||
|
||
<!-- Add notes to reviewers if applicable --> |
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,24 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
|
||
node_modules | ||
dist | ||
dist-ssr | ||
*.local | ||
|
||
# Editor directories and files | ||
.vscode/* | ||
!.vscode/extensions.json | ||
.idea | ||
.DS_Store | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? |
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,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx lint-staged |
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,9 @@ | ||
{ | ||
"trailingComma": "es5", | ||
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": false, | ||
"bracketSpacing": true, | ||
"bracketSameLine": true, | ||
"singleAttributePerLine": false | ||
} |
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,73 @@ | ||
<div align="center"> | ||
<img src="./public/Logo.png" width="141px" height="141px" /> | ||
<h1>Ali Reza</h1> | ||
<img src="./public/portfolio banner.png" /> | ||
<div> | ||
<img src="https://img.shields.io/badge/MADE%20BY%20React-61DBFB.svg?style=for-the-badge&logo=react&labelColor=000" /> | ||
<img src="https://img.shields.io/badge/Used%20TailwindCSS-61DBFB.svg?style=for-the-badge&logo=tailwindcss&labelColor=000" /> | ||
</div> | ||
</div> | ||
|
||
## My Journey for building my _Portfolio_ | ||
|
||
### `01/06/2023` | ||
|
||
- I've started designing the portfolio in [Figma](https://www.figma.com/file/ttikGrStgEATuF32JIpLb2/Untitled?node-id=0%3A1&t=bMekbk4bvVmGGv0g-1) | ||
- I've designed the Navbar ✅ | ||
- I've designed the Header ✅ | ||
- I've designed the Skills ✅ | ||
|
||
### `01/07/2023` | ||
|
||
- I've designed the About ✅ | ||
- I've designed the Projects ✅ | ||
- I've designed the Contact ✅ | ||
- I've designed the Footer ✅ | ||
- I've made the website for Tablet | ||
- I've made the website for Mobile | ||
- I'm going to use TailwindCSS, and I've typed all the classes that I need for this project [here](https://www.figma.com/file/ttikGrStgEATuF32JIpLb2/Untitled?node-id=27%3A256&t=ukc473FauIFrTNZZ-1) | ||
|
||
### `01/08/2023` | ||
|
||
- I've added two texts for the image in the `about` section. | ||
- I've added a large logo because of the quality. | ||
- I've added 3d shapes in the header section. | ||
- I've downloaded the following things: | ||
- Vite | ||
- TailwindCSS | ||
- Prettier | ||
- Lint | ||
- Husky | ||
- Github Folder for issue & Pull Request | ||
|
||
### `01/09/2023` | ||
|
||
- I made the `Navbar` | ||
- Design | ||
- Responsive | ||
- Hover Effect | ||
|
||
### `01/10/2023` | ||
|
||
- I made the `Home` | ||
- Design | ||
- Responsive | ||
- Animation (Intro) | ||
- Added two SVG with animation | ||
- I added the background gradient | ||
- I added a component for Button | ||
- For text gradient, I didn't use tailwind, I used vanilla CSS | ||
|
||
### `01/11/2023` | ||
|
||
- I made the `About` | ||
- I made the background grandient and border gradient | ||
- I made the `Projects` | ||
- 3 buttons | ||
- one showing case | ||
- I made the `Skills` | ||
|
||
### `01/12/2023` | ||
|
||
- I added some cool animation on each button when clicked | ||
- I made the `Contact` |
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,41 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- HTML Meta Tags --> | ||
<title>Ali Reza</title> | ||
<meta | ||
name="description" | ||
content="As a front-end developer, I specialize in building and maintaining the user interface of web applications." /> | ||
<link rel="shortcut icon" href="/public/Logo.png" type="image/x-icon" /> | ||
<!-- Facebook Meta Tags --> | ||
<meta property="og:url" content="https://www.alirezasamadi.com/" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:title" content="Ali Reza" /> | ||
<meta | ||
property="og:description" | ||
content="As a front-end developer, I specialize in building and maintaining the user interface of web applications." /> | ||
<meta | ||
property="og:image" | ||
content="https://i.ibb.co/w0tnZNw/meta-image.png" /> | ||
|
||
<!-- Twitter Meta Tags --> | ||
<meta name="twitter:card" content="summary_large_image" /> | ||
<meta property="twitter:domain" content="alirezasamadi.com" /> | ||
<meta property="twitter:url" content="https://www.alirezasamadi.com/" /> | ||
<meta name="twitter:title" content="Ali Reza" /> | ||
<meta | ||
name="twitter:description" | ||
content="As a front-end developer, I specialize in building and maintaining the user interface of web applications." /> | ||
<meta | ||
name="twitter:image" | ||
content="https://i.ibb.co/w0tnZNw/meta-image.png" /> | ||
|
||
<!-- Meta Tags Generated via https://www.opengraph.xyz --> | ||
|
||
<title>Ali Reza</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.jsx"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.
a035669
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
portfolio – ./
portfolio-nu-sable-99.vercel.app
portfolio-git-main-alireza1083.vercel.app
portfolio-alireza1083.vercel.app