From 9e25df64a7b6f6ae18d4bdbaf22a98846fb454a3 Mon Sep 17 00:00:00 2001 From: Salil Naik Date: Fri, 2 Apr 2021 10:27:04 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=BC=20Updates=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * made the header responsive, updated the readme * update: readme --- .github/pull_request_template.md | 3 ++- README.md | 13 +++++++------ src/components/Header/Header.jsx | 4 ++-- src/components/Header/header.module.css | 15 ++++++++------- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8130f5e..6e27a0d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -13,4 +13,5 @@ To fill the checklists, put x inside the brackets. [x] - [] I have added just one folder that includes my Art files (jsx and css) - [] I have not edited App.js file - [] I have commented my code, particularly in hard-to-understand areas -- [] My changes generate no new warnings \ No newline at end of file +- [] My changes generate no new warnings +- [] This is my original code and I have NOT copied the code from anywhere else. \ No newline at end of file diff --git a/README.md b/README.md index f9c8bc6..e650855 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,25 @@ ## Run the project -Run the `yarn start` command in the terminal +Run the `yarn install` command in the terminal to downlaod the dependencies. +Run the `yarn start` command to run the project in the development mode. -This command will run the app in the development mode. Open http://localhost:3000 to view it in the browser. - The page will reload if you make edits.
## Some rules and suggestions for making the CSS Art. -1. Create your own folder inside the `/art` folder. -2. Folder name should be as follows. YourName + ArtName
For example, SalilNaikTeddy, +1. Create your folder inside the `/art` folder. +2. The folder name should be as follows. YourName + ArtName
For example, SalilNaikTeddy, 3. Give [gradient](https://uigradients.com/) or solid background colours to the `.container` class. Kindly do not keep the background white in colour. 4. To test your component, import your component to app.js. DO NOT FORGET to remove the import from App.js before you push. Since multiple contributors are going to contribute at the same time, almost every contributor will get merge conflicts. So, edit app.js file only for test purpose, DO NOT push app.js changes to GitHub. 5. Check out `index.css` for common CSS. DO NOT EDIT THIS FILE. 6. If you are coding an object inside the container, for example, a logo, a geometrical shape or an object, kindly make sure the total dimensions (width and height) do not exceed 150px. You may take up to 180px only when required. -7. When you create a pull request, please specify `updates` branch as all the contributor's changes are going to be merged in the `updates` branch and then to the `main` branch. +7. Do not copy the code from elsewhere. If I find any code has been plagiarised from some other platform, I'll have to revert the PR and block you from making any further contributions. +8. Please create an issue and start working only after it is assigned to you. During live sessions, you may directly start working without having the issue assigned to you as it might not be feasible for me to assign issues to individuals. But it is important to create an issue so that others don't work on the same art as you are working on. +9. When you create a pull request, please specify the `updates` branch as all the contributor's changes are going to be merged in the `updates` branch and then to the `main` branch. ### Folder Structure diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index e8181fb..9de3195 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -14,12 +14,12 @@ export function Header() { }); return (
-
+
-
CSS Art Gallery
+

CSS Art Gallery