Skip to content

Commit b15a62e

Browse files
authored
Merge pull request #322 from ayushseth07/patch
added images in readme
2 parents adc4fb4 + 8a9be53 commit b15a62e

File tree

17 files changed

+48
-48
lines changed

17 files changed

+48
-48
lines changed

BMI Calculator (JS)/readme.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,5 @@ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
2727
- Run the index.html file
2828
- Start Calculatings!
2929

30-
<h3> Video Demo </h3>
31-
32-
<video controls width="960" alt="bmicalc">
33-
<source src="https://user-images.githubusercontent.com/78655439/126800926-9544c5b5-5167-4419-a921-512225191a67.mp4">
34-
</video>
35-
36-
<br>
37-
38-
30+
<h3> Demo </h3>
31+
<img src="https://github.com/ayushseth07/Web-dev-mini-projects/blob/patch/BMI%20Calculator%20(JS)/snap.PNG"/>

BMI Calculator (JS)/snap.PNG

47.9 KB
Loading

Countdown_Timer/readme.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<h1>COUNTDOWN TIMER</h1>
2+
3+
<p>Simple Web App which help to mark some Important Occassion</p>
4+
5+
6+
<h3>Used Technologies</h3>
7+
<ul>
8+
<li>HTML5</li>
9+
<li>CSS3</li>
10+
<li>JavaScript</li>
11+
</ul>
12+
13+
#### Steps to Use:
14+
15+
---
16+
17+
- Download or clone the repository
18+
19+
```
20+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
21+
```
22+
23+
- Go to the directory
24+
- Run the index.html file
25+
26+
27+
<h3> Demo </h3>
28+
<img src="https://github.com/ayushseth07/Web-dev-mini-projects/blob/patch/Countdown_Timer/snap.PNG"/>

Countdown_Timer/snap.PNG

999 KB
Loading

FAQ Application/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FAQ Accordion
22

33
## Description
4-
A accordion is a useful way to squeeze lots of page content into a small space.
4+
A accordion is a useful way to squeeze lots of page content into a small space.
55

66
## Use of this Project
77
Generally, Frequently Asked Questions (FAQs) section is made with the help of accordion.
@@ -12,6 +12,6 @@ Generally, Frequently Asked Questions (FAQs) section is made with the help of ac
1212

1313
## ScreenShot
1414

15-
<img src="https://github.com/khushi-purwar/Web-dev-mini-projects/blob/khushiP/FAQ%20Application/ScreenShots/ss1.png" />
15+
<img src="https://github.com/ayushseth07/Web-dev-mini-projects/blob/patch/FAQ%20Application/ScreenShots/ss1.png" />
1616

17-
<img src="https://github.com/khushi-purwar/Web-dev-mini-projects/blob/khushiP/FAQ%20Application/ScreenShots/ss2.png" />
17+
<img src="https://github.com/ayushseth07/Web-dev-mini-projects/blob/patch/FAQ%20Application/ScreenShots/ss2.png" />

GitHub Profile Finder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ By clicking on the username, it will redirect to user github profile.
1313
https://api.github.com/user/user_name
1414

1515
## ScreenShot
16-
<img src="https://github.com/khushi-purwar/Web-dev-mini-projects/blob/dev-khushi/GitHub%20Profile%20Finder/ss.png" />
16+
<img src="https://github.com/ayushseth07/Web-dev-mini-projects/blob/patch/GitHub%20Profile%20Finder/ss.png" />

Quote Generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ The Random Quote Generator randomly displays a quote when a button is clicked by
1111
https://type.fit/api/quotes
1212

1313
## ScreenShot
14-
<img src="https://github.com/khushi-purwar/Web-dev-mini-projects/blob/dev-khushi/Quote%20Generator/ss.png" />
14+
<img src="https://github.com/ayushseth07/Web-dev-mini-projects/blob/patch/Quote%20Generator/ss.png" />

Random Password Generator/readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,5 @@ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
2929

3030
<h3> Video Demo </h3>
3131

32-
<video controls width="960" alt="pw">
33-
<source src="https://user-images.githubusercontent.com/78655439/126331921-05967108-6108-492f-b018-63dd4d355da1.mp4">
34-
</video>
35-
32+
<img src="https://github.com/ayushseth07/Web-dev-mini-projects/blob/patch/Random%20Password%20Generator/snap.PNG">
3633
<br>
37-

Random Password Generator/snap.PNG

21.2 KB
Loading

String Palindrome Checker/readme.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
2727
- Run the index.html file
2828
- Start Checking!
2929

30-
<h3> Video Demo </h3>
31-
32-
<video controls width="960" alt="palindrome">
33-
<source src="https://user-images.githubusercontent.com/78655439/127328702-50b0e983-cd63-4dd9-94d8-513bc7b8d467.mp4">
34-
</video>
35-
30+
<h3> Demo </h3>
31+
<img src = "https://github.com/ayushseth07/Web-dev-mini-projects/blob/patch/String%20Palindrome%20Checker/snap.PNG" />
3632
<br>
37-
38-

0 commit comments

Comments
 (0)