Skip to content

Commit 90bb6cd

Browse files
update lisance, REAME, remove unused files
1 parent 06bd0f8 commit 90bb6cd

18 files changed

+50
-97
lines changed

LICENSE

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,31 @@
11
Limited Use and Distribution License Agreement
22
Version 1.0, 4 Dec 2023
33

4-
This Limited Use and Distribution License Agreement (the "Agreement") is entered into by and between [Your Name or Your Company Name], hereinafter referred to as the "Licensor," and any person or entity obtaining a copy of the software and/or its associated documentation files, collectively referred to as the "Licensee."
4+
This Limited Use and Distribution License Agreement is entered into by Md. Abdullah, hereinafter referred to as the "Licensor," and any person or entity obtaining a copy of the theme associated documentation files, collectively referred to as the "Licensee."
55

66
1. License Grant:
77

8-
a. Viewing: The Licensee is granted the right to view the source code of the software, but not to use, modify, or distribute it.
8+
a. Viewing: The Licensee is granted the right to view the source code, use and modify for improve of the theme, but not to distribute it.
99

10-
b. Limited Distribution by Licensor: The Licensor reserves the right to distribute and sell the software.
10+
b. Limited Distribution by Licensor: The Licensor reserves the right to distribute and sell the theme.
1111

1212
2. Restrictions:
1313

14-
a. The Licensee is expressly prohibited from using, modifying, sublicensing, selling, or distributing the software in any form or by any means.
15-
16-
b. Reverse Engineering: The Licensee shall not reverse engineer, decompile, or disassemble the software.
14+
a. The Licensee is expressly prohibited from sublicensing, selling, or distributing the theme in any form or by any means.
1715

1816
3. No Warranty:
1917

20-
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 non-infringement.
18+
The theme 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 non-infringement.
2119

2220
4. Limitation of Liability:
2321

2422
In no event shall the Licensor 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.
2523

26-
5. Governing Law:
27-
28-
This Agreement shall be governed by and construed in accordance with the laws of [Your Jurisdiction].
29-
30-
6. Termination:
24+
5. Termination:
3125

3226
This Agreement is effective until terminated by the Licensor. The Licensor may terminate this Agreement at any time without notice.
3327

34-
By using, viewing, or accessing the software, the Licensee agrees to be bound by the terms and conditions of this Agreement.
28+
By using, viewing, or accessing the theme, the Licensee agrees to be bound by the terms and conditions of this Agreement.
3529

3630
Md. Abdullah
3731
abdullah21673@hotmail.com

README.md

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,47 @@
22

33
## About the Project
44

5-
We are developing the theme from scratch for gathering experiences. This is not for distribution or for any commercial use. By building this theme we can learn more deep knowledge about shopify theme development. Also, we will learn about big project management and planning for big projects. Developer who will contribute by making plans, fixing bugs, and adding new features, they can use the theme as their portfolio as their contribution, the overall goal of the project is learning and work footprint.
6-
7-
Join in this journey of exploration, growth, and community collaboration in Shopify theme development!
5+
I am developing this theme from scratch for gathering experiences. This is not for distribution or for any commercial use. By building this theme I can learn more deep knowledge about shopify theme development. Also, I will learn about big project management and planning for big projects. Developer who will contribute by making plans, fixing bugs, and adding new features, they can use the theme as their portfolio as they contributed, the overall goal of the project is learning and making work footprint.
86

97
## 2. Contribution Guide
108

11-
Hello developers, welcome to this project. By contributing to this project enhance your development knowledge and build a portfolio to showcase your skill. You can fix bugs, implement new features, or improve documentation, your contribution is highly valuable.
9+
Hello developers, welcome to this project. By contributing to this project, enhance your development knowledge and build a portfolio to showcase your skill. Your contribution can be fixing bug, implementing new features, or improve the documentation, your contribution is highly valuable.
1210

1311
### How to Contribute:
1412

1513
1. Fork the repository.
1614
2. Create a new branch for your contribution.
1715
3. Get the theme code in your local machine and connect it to your development store.
18-
4. To connect upload the code in your development store.
19-
5. Use `Shopify Theme Kit` for development.
20-
6. Make your changes and ensure they adhere to the coding standards.
21-
7. Submit a pull request with a clear description of your changes.
16+
4. Make your changes and ensure they adhere to the coding standards.
17+
5. Submit a pull request with a clear description of your changes.
2218

2319
### Technology:
2420

2521
1. `Bootsrup` for UI styleing and functionality
26-
2. `Fonts` self hosted. Can be found in `snippets` folder as svg
27-
3. total zip file size should be less than 1 mb.
2822

2923
### Code Style:
3024

31-
- We adhere to the Dawn theme code style in our development process.
32-
- Each section file is named starting with `main-`.
33-
- Initially, we did not utilize localized translation for simplicity.
34-
- Our code prioritizes simplicity and ensuring optimization.
35-
- We maximize the use of reusable code by incorporating snippets wherever possible.
36-
- A global `js` file is maintained for consolidated JavaScript functionality.
37-
- Similarly, a global `css` file is employed for unified styling.
38-
- For additional functionalities, we consider dedicated `css` and `js` files.
25+
- I adhere to the Dawn theme code style in our development process.
26+
- Each page section file is named starting with `main-`.
27+
- Initially, I did not utilize localized translation for simplicity.
28+
- My code prioritizes simplicity and ensuring optimization.
29+
- I maximize the use of reusable code by incorporating snippets wherever possible.
30+
- For simplicity, I use bootstrap `js` and `css` files. this can be found in `assets` folder.
31+
- `script.js` file is maintained for consolidated JavaScript functionality.
32+
- for product variant selection functionality, I use `variants.js` file.
33+
- `style.css` file is employed for unified styling.
34+
- For additional functionalities, I consider dedicated `css` and `js` files.
3935
- Images and videos are optimized using the default liquid optimization for enhanced performance.
4036

4137
### Reporting Issues:
4238

43-
If you encounter any issues or bugs, please [open an issue](https://github.com/yourusername/your-repo/issues) on GitHub. Provide detailed information about the problem, including steps to reproduce it.
39+
If you encounter any issues or bugs, please [open an issue](https://github.com/osama2kabdullah/Quantaslide/issues) on GitHub. Provide detailed information about the issue, including steps to reproduce it (if possible).
4440

4541
## 3. Installation Guide
4642

4743
1. Download all code by CLI or github download system.
4844
2. Upload this in your development store and make sure it is a `zip` file.
49-
3. Installtion complete.
45+
3. Done.
5046

5147
## 4. Distribution Policy
5248

assets/Heebo-Regular.woff

-21.8 KB
Binary file not shown.

assets/Heebo-Regular.woff2

-16.4 KB
Binary file not shown.

assets/Manrope-Regular.woff

-42.2 KB
Binary file not shown.

assets/Manrope-Regular.woff2

-30.1 KB
Binary file not shown.

assets/fa-brands-400.ttf

-185 KB
Binary file not shown.

assets/fa-brands-400.woff2

-107 KB
Binary file not shown.

assets/fa-regular-400.ttf

-61.9 KB
Binary file not shown.

assets/fa-regular-400.woff2

-23.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)