Skip to content

Commit a035669

Browse files
committed
Added the previous files & folder to create a release.
1 parent 4fce6b4 commit a035669

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+9922
-0
lines changed

.eslintrc.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"extends": ["eslint:recommended", "plugin:react/recommended", "prettier"],
3+
"rules": {
4+
"react/prop-types": 0,
5+
"react/react-in-jsx-scope": 0,
6+
"react/no-unescaped-entities": 0
7+
},
8+
"plugins": ["react"],
9+
"parserOptions": {
10+
"ecmaVersion": "latest",
11+
"sourceType": "module",
12+
"ecmaFeatures": {
13+
"jsx": true
14+
}
15+
},
16+
"env": {
17+
"es2021": true,
18+
"browser": true
19+
},
20+
"settings": {
21+
"react": {
22+
"version": "detect"
23+
}
24+
}
25+
}

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: 🐛 Bug
2+
description: Report an issue to help improve the project.
3+
labels: ["🛠 goal: fix"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: A brief description of the question or issue, also include what you tried and what didn't work
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: screenshots
14+
attributes:
15+
label: Screenshots
16+
description: Please add screenshots if applicable
17+
validations:
18+
required: false
19+
- type: textarea
20+
id: extrainfo
21+
attributes:
22+
label: Additional information
23+
description: Is there anything else we should know about this bug?
24+
validations:
25+
required: false
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 💡 General Feature Request
2+
description: Have a new idea/feature for Spaces Lounge? Please suggest!
3+
title: "[FEATURE] <description>"
4+
labels: ["⭐ goal: addition"]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: Description
10+
description: A brief description of the enhancement you propose, also include what you tried and what worked.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots
15+
attributes:
16+
label: Screenshots
17+
description: Please add screenshots if applicable
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: extrainfo
22+
attributes:
23+
label: Additional information
24+
description: Is there anything else we should know about this idea?
25+
validations:
26+
required: false

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Other
2+
description: Use this for any other issues. Please do NOT create blank issues
3+
title: "[OTHER]"
4+
labels: ["🚦 status: awaiting triage"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: "# Other issue"
9+
- type: textarea
10+
id: issuedescription
11+
attributes:
12+
label: What would you like to share?
13+
description: Provide a clear and concise explanation of your issue.
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: extrainfo
18+
attributes:
19+
label: Additional information
20+
description: Is there anything else we should know about this issue?
21+
validations:
22+
required: false

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Short Description
2+
3+
<!-- 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 -->
4+
5+
## Fixes Issue
6+
7+
<!-- Remove this section if not applicable -->
8+
9+
<!-- Example: Closes #31 -->
10+
11+
## Changes proposed
12+
13+
<!-- List all the proposed changes in your PR -->
14+
15+
## Screenshots
16+
17+
<!-- Add all the screenshots which support your changes -->
18+
19+
## Note to reviewers
20+
21+
<!-- Add notes to reviewers if applicable -->

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx lint-staged

.prettierrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"trailingComma": "es5",
3+
"tabWidth": 2,
4+
"semi": true,
5+
"singleQuote": false,
6+
"bracketSpacing": true,
7+
"bracketSameLine": true,
8+
"singleAttributePerLine": false
9+
}

README.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<div align="center">
2+
<img src="./public/Logo.png" width="141px" height="141px" />
3+
<h1>Ali Reza</h1>
4+
<img src="./public/portfolio banner.png" />
5+
<div>
6+
<img src="https://img.shields.io/badge/MADE%20BY%20React-61DBFB.svg?style=for-the-badge&logo=react&labelColor=000" />
7+
<img src="https://img.shields.io/badge/Used%20TailwindCSS-61DBFB.svg?style=for-the-badge&logo=tailwindcss&labelColor=000" />
8+
</div>
9+
</div>
10+
11+
## My Journey for building my _Portfolio_
12+
13+
### `01/06/2023`
14+
15+
- I've started designing the portfolio in [Figma](https://www.figma.com/file/ttikGrStgEATuF32JIpLb2/Untitled?node-id=0%3A1&t=bMekbk4bvVmGGv0g-1)
16+
- I've designed the Navbar ✅
17+
- I've designed the Header ✅
18+
- I've designed the Skills ✅
19+
20+
### `01/07/2023`
21+
22+
- I've designed the About ✅
23+
- I've designed the Projects ✅
24+
- I've designed the Contact ✅
25+
- I've designed the Footer ✅
26+
- I've made the website for Tablet
27+
- I've made the website for Mobile
28+
- 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)
29+
30+
### `01/08/2023`
31+
32+
- I've added two texts for the image in the `about` section.
33+
- I've added a large logo because of the quality.
34+
- I've added 3d shapes in the header section.
35+
- I've downloaded the following things:
36+
- Vite
37+
- TailwindCSS
38+
- Prettier
39+
- Lint
40+
- Husky
41+
- Github Folder for issue & Pull Request
42+
43+
### `01/09/2023`
44+
45+
- I made the `Navbar`
46+
- Design
47+
- Responsive
48+
- Hover Effect
49+
50+
### `01/10/2023`
51+
52+
- I made the `Home`
53+
- Design
54+
- Responsive
55+
- Animation (Intro)
56+
- Added two SVG with animation
57+
- I added the background gradient
58+
- I added a component for Button
59+
- For text gradient, I didn't use tailwind, I used vanilla CSS
60+
61+
### `01/11/2023`
62+
63+
- I made the `About`
64+
- I made the background grandient and border gradient
65+
- I made the `Projects`
66+
- 3 buttons
67+
- one showing case
68+
- I made the `Skills`
69+
70+
### `01/12/2023`
71+
72+
- I added some cool animation on each button when clicked
73+
- I made the `Contact`

index.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- HTML Meta Tags -->
5+
<title>Ali Reza</title>
6+
<meta
7+
name="description"
8+
content="As a front-end developer, I specialize in building and maintaining the user interface of web applications." />
9+
<link rel="shortcut icon" href="/public/Logo.png" type="image/x-icon" />
10+
<!-- Facebook Meta Tags -->
11+
<meta property="og:url" content="https://www.alirezasamadi.com/" />
12+
<meta property="og:type" content="website" />
13+
<meta property="og:title" content="Ali Reza" />
14+
<meta
15+
property="og:description"
16+
content="As a front-end developer, I specialize in building and maintaining the user interface of web applications." />
17+
<meta
18+
property="og:image"
19+
content="https://i.ibb.co/w0tnZNw/meta-image.png" />
20+
21+
<!-- Twitter Meta Tags -->
22+
<meta name="twitter:card" content="summary_large_image" />
23+
<meta property="twitter:domain" content="alirezasamadi.com" />
24+
<meta property="twitter:url" content="https://www.alirezasamadi.com/" />
25+
<meta name="twitter:title" content="Ali Reza" />
26+
<meta
27+
name="twitter:description"
28+
content="As a front-end developer, I specialize in building and maintaining the user interface of web applications." />
29+
<meta
30+
name="twitter:image"
31+
content="https://i.ibb.co/w0tnZNw/meta-image.png" />
32+
33+
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
34+
35+
<title>Ali Reza</title>
36+
</head>
37+
<body>
38+
<div id="root"></div>
39+
<script type="module" src="/src/main.jsx"></script>
40+
</body>
41+
</html>

0 commit comments

Comments
 (0)