Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Done with tasks for day2 #38

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# idtc-opensource-day2

**Step-1:** Fork the repository.<br/>
**Step-2:** Look at the reference picture provided.<br/>
**Step-3:** Find the issues in the code.<br/>
**Step-4:** Correct the code and make it look exactly the reference same as picture.<br/>
**Step-5:** After you complete your task and then you have to publish it on "GitHub Pages".<br/>
<br/>
To publish it on GitHub pages follow these steps:<br/>
Step-1: Go to "Settings".<br/>
Step-2: Then click on "Pages" on left menu list.</br>
Step-3: Under the "Source" section select your branch (Usually it's the main branch you are working on, choose other branch if you have), and then click on "Save" button.<br/>
<br/>
After following the steps you will have the GitHub pages link.
<br/>
<br/>
Note: After completing this task you will have your own Portfolio Page published on GitHub pages.
**Step-1:** Fork the repository. <br>
**Step-2:** Look at the reference picture provided. <br>
**Step-3:** Find the issues in the code. <br>
**Step-4:** Correct the code and make it look exactly the reference same as picture. <br>
**Step-5:** After you complete your task and then you have to publish it on "GitHub Pages". <br>

![](https://storage.googleapis.com/incind/idtc-day2-task-minspNieBZ.png)
To publish it on GitHub pages follow these steps: <br>
Step-1: Go to "Settings". <br>
Step-2: Then click on "Pages" on left menu list. <br>
Step-3: Under the "Source" section select your branch (Usually it's the main branch you are working on, choose other branch if you have), and then click on "Save" button. <br>
After following the steps you will have the GitHub pages link. <br>
Note: After completing this task you will have your own Portfolio Page published on GitHub pages. <br>
<br>
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
Loading