Skip to content

Commit

Permalink
Added the previous files & folder to create a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alisamadiii committed Feb 28, 2023
1 parent 4fce6b4 commit a035669
Show file tree
Hide file tree
Showing 43 changed files with 9,922 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .eslintrc.json
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"
}
}
}
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
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
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
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
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
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 -->
24 changes: 24 additions & 0 deletions .gitignore
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?
4 changes: 4 additions & 0 deletions .husky/pre-commit
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
9 changes: 9 additions & 0 deletions .prettierrc
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
}
73 changes: 73 additions & 0 deletions README.md
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`
41 changes: 41 additions & 0 deletions index.html
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>
Loading

1 comment on commit a035669

@vercel
Copy link

@vercel vercel bot commented on a035669 Feb 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.