Skip to content

Commit

Permalink
Upload(Files)
Browse files Browse the repository at this point in the history
  • Loading branch information
im-parsa committed Dec 21, 2021
1 parent 5b462e2 commit 63d0d69
Show file tree
Hide file tree
Showing 130 changed files with 44,210 additions and 10,152 deletions.
Binary file removed Images/IntelligentQuantum.jpg
Binary file not shown.
Binary file removed Images/background.jpg
Binary file not shown.
130 changes: 0 additions & 130 deletions JavaScripts/Main.js

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 Parsa

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.
138 changes: 137 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,137 @@
# IntelligentQuantum.GitHub.IO
<h1 align="center">
<img width="200px" src="https://parsa-firoozi.ir/favicon.png"/>
<br/>
My Personal Website ( portfolio )
</h1>

<div align="center">
<img width="200px" src="https://github.com/im-parsa/im-parsa.github.io/blob/im-parsa.github.io/screenshot.png?raw=true"/>
</div>

<p align="center">Personal website that written in React.js & its user interface design is like apps</p>

<br/>

<p align="center">
<img alt="GitHub language count" src="https://img.shields.io/github/languages/count/im-parsa/im-parsa.github.io">
&nbsp;
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/im-parsa/im-parsa.github.io">
&nbsp;
<img alt="License" src="https://img.shields.io/badge/license-MIT-brightgreen">
</p>

<h1 align="center">
📊 Repo Stats
</h1>

<p align="center">
<img src="https://img.shields.io/github/release/im-parsa/im-parsa.github.io.svg" alt="release">
<img src="https://img.shields.io/github/downloads/im-parsa/im-parsa.github.io/total.svg" alt="downloads">
<img src="https://img.shields.io/github/forks/im-parsa/im-parsa.github.io.svg" alt="forks">
<img src="https://img.shields.io/github/stars/im-parsa/im-parsa.github.io.svg" alt="stars">
<img src="https://img.shields.io/github/watchers/im-parsa/im-parsa.github.io.svg" alt="watchers">
</p>

<br/>

<h1 align="center">
💻 Technologies
</h1>

<div align="center">
<img src="https://img.shields.io/badge/JavaScript-20202a?style=for-the-badge&logo=JavaScript&logoColor=4f40f8" alt="JavaScript" style="border-radius:15px"/>
<img src="https://img.shields.io/badge/TypeScript-20202a?style=for-the-badge&logo=TypeScript&logoColor=4f40f8" alt="JavaScript" style="border-radius:15px"/>
<img src="https://img.shields.io/badge/SASS-20202a?style=for-the-badge&logo=SASS&logoColor=4f40f8" alt="SASS" style="border-radius:15px"/>
<br/>
<img src="https://img.shields.io/badge/React-20202a?style=for-the-badge&logo=React&logoColor=4f40f8" alt="React" style="border-radius:15px"/>
<img src="https://img.shields.io/badge/NPM-20202a?style=for-the-badge&logo=NPM&logoColor=4f40f8" alt="npm" style="border-radius:15px"/>
<img src="https://img.shields.io/badge/Json DB-20202a?style=for-the-badge&logo=Json&logoColor=4f40f8" alt="React" style="border-radius:15px"/>
</div>

<h1 align="center">
🚀 Getting Started
</h1>

1. Install Dependencies

```sh
npm install
```

2. Start the development server

```sh
npm start
```

<h1 align="center">
🚀 Building and Running for Production
</h1>

1. Generate a full static production build

```sh
npm run build
```

1. Preview the site as it will appear once deployed

```sh
npm run start
```

<h1 align="center">
🎨 Color Reference
</h1>

<div align="center">

| Color | Hex |
| -------------- | ------------------------------------------------------------------ |
| Blurple | ![#0a192f](https://via.placeholder.com/10/4f40f8?text=+) `#4f40f8` |
| Dark Blurple | ![#112240](https://via.placeholder.com/10/2d20c9?text=+) `#2d20c9` |
| Darkest Blurple | ![#233554](https://via.placeholder.com/10/281cb3?text=+) `#281cb3` |
| Light Blurple | ![#8892b0](https://via.placeholder.com/10/7667ff?text=+) `#7667ff` |
| Lightest Blurple | ![#a8b2d1](https://via.placeholder.com/10/988eff?text=+) `#988eff` |
| Background | ![#ccd6f6](https://via.placeholder.com/10/191923?text=+) `#191923` |
| Light Background | ![#e6f1ff](https://via.placeholder.com/10/2d2d38?text=+) `#2d2d38` |
| Dark Background | ![#64ffda](https://via.placeholder.com/10/20202a?text=+) `#20202a` |

</div>

<h1 align="center">
🚨 Forking this repo (please read!)
</h1>

Many people have contacted me asking me if they can use this code for their own website, and the answer to that question is usually **yes, with attribution**.

I value keeping my site open source, but as you all know, _**plagiarism is bad**_. It's always disheartening whenever I find that someone has copied my site without giving me credit. I spent a non-trivial amount of effort building and designing this iteration of my website, and I am proud of it! All I ask of you all is to not claim this effort as your own.
<h1 align="center">
🤝 Contributing
</h1>
1. [Fork the repository](https://github.com/im-parsa/im-parsa.github.io/fork)
2. Clone your fork: `git clone https://github.com/your-username/im-parsa.github.io.git`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Stage changes `git add .`
5. Commit your changes: `cz` OR `npm run commit` do not use `git commit`
6. Push to the branch: `git push origin my-new-feature`
7. Submit a pull request
<h1 align="center">
🌟 Spread the word!
</h1>
If you want to say thank you:
- Add a GitHub Star to the project!
- Join my discord server [paraffin](https://discord.com/invite/RUrks4JqW6).
- Follow my profile [im-parsa](https://github.com/im-parsa)
<br/>
<h1 align="center">
⚠️ License & 📝 Credits
</h1>
im-parsa.github.io is open-source portfolio-website licensed under the MIT General Public License v3.0. created by [@im-parsa](https://github.com/im-parsa) & [@IntelligentQuantum](https://github.com/IntelligentQuantum).
35 changes: 0 additions & 35 deletions Sass/Abstracts/_Variables.scss

This file was deleted.

11 changes: 0 additions & 11 deletions Sass/Base/_Typography.scss

This file was deleted.

47 changes: 0 additions & 47 deletions Sass/Components/_Button.scss

This file was deleted.

Loading

0 comments on commit 63d0d69

Please sign in to comment.