├── Akash-Nath
├── Week_1
│ ├── Day_1
│ │ ├── dev.png
│ │ └── q1.html
│ ├── Day_2
│ │ ├── q1.html
│ │ └── q2.html
│ ├── Day_3
│ │ ├── brocolli.webp
│ │ ├── cabbage.webp
│ │ ├── potato.jpg
│ │ ├── q1.html
│ │ └── q2.html
│ ├── Day_4
│ │ ├── q1.html
│ │ └── q2.html
│ ├── Day_5
│ │ ├── dev.png
│ │ ├── q1.html
│ │ └── q2.html
│ ├── Day_6
│ │ ├── dev.png
│ │ ├── q1.html
│ │ └── q2.html
│ └── Day_7
│ │ ├── q1.html
│ │ └── q2.html
└── Week_2
│ ├── Day_10
│ └── q1.html
│ ├── Day_11
│ └── q1.html
│ ├── Day_12
│ └── q1.html
│ ├── Day_13
│ └── q1.html
│ ├── Day_14
│ └── q1.html
│ ├── Day_8
│ ├── dev.png
│ ├── q1.html
│ └── q2.html
│ └── Day_9
│ └── q1.html
├── Baivab-Mukhopadhyay
└── Week1
│ ├── Day 1
│ ├── 1.png
│ └── Index.html
│ ├── Day 2
│ └── index.html
│ └── Day 3
│ ├── Screenshot 2023-09-03 200808.png
│ ├── Screenshot 2023-09-21 190923.png
│ ├── Screenshot 2023-09-29 210209.png
│ └── index.html
├── Debjit_Adhikari
├── Week_1
│ ├── Day_1
│ │ ├── images.jpg
│ │ └── index.html
│ ├── Day_2
│ │ └── index.html
│ ├── Day_3
│ │ ├── Oppo-K10-5G-scaled-1-768x768.jpg
│ │ └── index.html
│ ├── Day_4
│ │ └── index.html
│ ├── Day_5
│ ├── Day_5_
│ │ ├── index.html
│ │ └── style.css
│ ├── Day_6
│ │ ├── chris.jpg
│ │ ├── christian_bale.jpg
│ │ ├── cillian.jpg
│ │ ├── images.jpg
│ │ ├── index.html
│ │ ├── robert.webp
│ │ ├── style.css
│ │ └── walter.webp
│ └── Day_7
│ │ ├── breakingBad.jpg
│ │ ├── got.jpg
│ │ ├── index.html
│ │ ├── lcdp.jpg
│ │ ├── style.css
│ │ ├── tvd.jpg
│ │ └── viking.jpg
└── Week_2
│ ├── Day_1
│ ├── images.jpg
│ ├── index.html
│ └── script.js
│ ├── Day_2
│ ├── index.html
│ ├── script.js
│ └── style.css
│ ├── Day_3
│ ├── index.html
│ ├── script.js
│ └── style.css
│ ├── Day_4
│ ├── cat.jpg
│ ├── default.jpg
│ ├── dog.jpg
│ ├── index.html
│ ├── script.js
│ └── style.css
│ ├── Day_5
│ ├── index.html
│ └── style.css
│ ├── Day_6
│ ├── index.html
│ └── script.js
│ └── Day_7
│ ├── index.html
│ ├── script.js
│ └── style.css
├── Ekram zafar
└── week1
├── LICENSE
├── Piyush
└── Week_1
│ ├── Day_1
│ └── q1.html
│ ├── Day_2
│ ├── q1.html
│ └── q2.html
│ ├── Day_3
│ └── q1.html
│ └── Day_4
│ └── q1.html
├── Questions
├── Week1.md
└── Week2.md
├── README.md
├── Rupam
└── Week1
│ ├── Day1
│ └── qs1.html
│ ├── Day2
│ ├── q1.html
│ └── q2.html
│ ├── Day3
│ ├── q1.html
│ └── q2.html
│ ├── Day4
│ ├── q1
│ │ ├── about.html
│ │ ├── contact.html
│ │ ├── education.html
│ │ ├── index.html
│ │ └── q1.html
│ └── q2
│ │ └── q2.html
│ ├── Day5
│ ├── q1
│ │ ├── day1qs1.html
│ │ └── qs1.css
│ └── q2
│ │ ├── day5q2.css
│ │ └── day5q2.html
│ └── Day6
│ ├── q1
│ ├── day6qs1.css
│ └── day6qs1.html
│ └── q2
│ ├── day6qs2.css
│ └── day6qs2.html
└── Tuhin_Poddar
├── .vscode
└── settings.json
├── Week_1
├── .vscode
│ └── settings.json
├── Day_1
│ ├── q1.html
│ └── q1_image.png
├── Day_2
│ ├── q1.html
│ ├── q2.css
│ └── q2.html
├── Day_3
│ ├── Product_Images
│ │ ├── Product_1.jpg
│ │ ├── Product_2.jpg
│ │ └── Product_3.jpg
│ ├── q1.css
│ └── q1.html
├── Day_4
│ ├── q1.css
│ └── q1.html
├── Day_5
│ ├── q1.css
│ ├── q1.html
│ └── q1_image.png
├── Day_6
│ ├── q1.css
│ ├── q1.html
│ ├── q2.css
│ └── q2.html
└── Day_7
│ ├── q1.css
│ └── q1.html
└── Week_2
├── Day_10
├── .hintrc
├── q1.css
├── q1.html
└── q1.js
├── Day_11
├── img1.jfif
├── img2.jfif
├── q1.html
└── q1.js
├── Day_12
├── q1.css
└── q1.html
├── Day_8
├── q1.html
├── q1.js
└── q1_image.png
└── Day_9
└── q1.html
/Akash-Nath/Week_1/Day_1/dev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Akash-Nath/Week_1/Day_1/dev.png
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_1/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | Simple page
9 |
10 |
11 | Heading 1
12 | I don't know what should I write, but still...
13 |
14 |
15 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_2/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
9 |
10 | Top 5 movies/series
11 |
12 | Interstellar
13 | Loki
14 | Avengers Endgame
15 | Avengers Infinity War
16 | Avengers (2012)
17 |
18 | Top 5 books
19 |
20 | Rich Dad Poor Dad
21 | Think And Grow Rich
22 | Ikigai
23 | Main books nhi padhta :)
24 | Kuchh nhi pata kya likhna hai mujhe :')
25 |
26 |
27 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_2/q2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
9 |
10 | Registration of Agreement of Slavery :)
11 |
16 | I know it's a bit odd to place an email field for Registration of Agreement of Slavery, but ultimately we do work for others, in other word we do slavery. :)
17 |
18 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_3/brocolli.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Akash-Nath/Week_1/Day_3/brocolli.webp
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_3/cabbage.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Akash-Nath/Week_1/Day_3/cabbage.webp
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_3/potato.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Akash-Nath/Week_1/Day_3/potato.jpg
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_3/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | Simple Page
9 |
15 |
16 |
17 |
18 |
19 | Product Name
20 | Product Price
21 | Product Description
22 |
23 |
24 | DeadBody No.1
25 | $ 150 million
26 | Just dead, heart is still pumping blood, you have to buy head seperately.
27 |
28 |
29 | DeadBody No.2
30 | $ 50 million
31 | Preserved Body for 5 days, heart is still in good condition,liver is completely damaged by alcoholic infections, Lung damaged due to lack of oxygen.
32 |
33 |
34 | DeadBody No.3
35 | $ 200 million
36 | 5 years old body, everything is in perfect condition, bullet wond in intestines.
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_3/q2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
14 |
15 |
16 | Now I can't do the same stuffs here in order to add images. So here's a vegitable lists. I gurantee you won't enjoy as much as before
17 |
18 |
19 | Product Name
20 | Product Price
21 | Product Image
22 |
23 |
24 | Brocolli
25 | ₹41.16
26 |
27 |
28 |
29 | Cabbage
30 | ₹18.00
31 |
32 |
33 |
34 | Potato
35 | ₹28.00
36 |
37 |
38 |
39 |
40 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_4/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
36 |
37 |
38 |
39 | Nav Icon
40 |
41 | Home
42 | About
43 | Projects
44 | Contact
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_4/q2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | simple page
8 |
96 |
97 |
98 |
99 | Akash Nath
100 |
106 |
107 |
108 |
109 |
Hii, welcome to page
110 |
111 |
112 |
I am supposed to write about, but company didn't pay me well, so I'm not gonna write any :)
113 |
114 |
125 |
132 |
133 |
134 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_5/dev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Akash-Nath/Week_1/Day_5/dev.png
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_5/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple page
8 |
15 |
16 |
17 | Heading 1
18 | I don't know what should I write, but still...
19 |
20 |
21 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_5/q2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple page
8 |
24 |
25 |
26 | Heading 1
27 | I don't know what should I write, but still...
28 |
29 | Coffee
30 | Cold Coffee
31 | More Cold Coffee
32 | Frozen Coffee
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_6/dev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Akash-Nath/Week_1/Day_6/dev.png
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_6/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple page
8 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_6/q2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
27 |
28 |
29 | Registration of Agreement of Slavery :)
30 |
35 | I know it's a bit odd to place an email field for Registration of Agreement of Slavery, but ultimately we do work for others, in other word we do slavery. :)
36 |
37 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_7/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
29 |
30 |
31 | I'm a button, and I'm happy about it :)
32 |
33 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_1/Day_7/q2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
40 |
41 |
42 |
43 | Nav Icon
44 |
45 | Home
46 | About
47 | Projects
48 | Contact
49 |
50 |
51 |
52 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_2/Day_10/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
9 |
10 | Registration of Agreement of Slavery :)
11 |
16 | I know it's a bit odd to place an email field for Registration of Agreement of Slavery, but ultimately we do work for others, in other word we do slavery. :)
17 |
18 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_2/Day_11/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
9 |
10 |
11 |
12 | Hello
13 |
20 |
21 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_2/Day_12/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Responsive
8 |
42 |
43 |
44 |
45 |
46 |
Responsive
47 |
48 |
49 |
50 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_2/Day_13/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
9 |
10 | Registration of Agreement of Slavery :)
11 |
16 |
29 |
30 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_2/Day_14/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
44 | Simple Page
45 |
46 |
47 | Click the ball
48 |
51 | Score: 0
52 | Time: 5 seconds
53 |
54 |
118 |
119 |
120 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_2/Day_8/dev.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Akash-Nath/Week_2/Day_8/dev.png
--------------------------------------------------------------------------------
/Akash-Nath/Week_2/Day_8/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | Simple page
9 |
10 |
11 | Heading 1
12 | I don't know what should I write, but still...
13 |
14 | Click me and Check Console
15 |
16 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_2/Day_8/q2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Simple Page
8 |
36 |
37 |
38 |
39 |
40 |
41 |
Click
42 |
43 |
44 |
45 |
52 |
53 |
--------------------------------------------------------------------------------
/Akash-Nath/Week_2/Day_9/q1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
30 | Simple Page
31 |
32 |
33 |
34 |
48 |
69 |
70 |
71 |
--------------------------------------------------------------------------------
/Baivab-Mukhopadhyay/Week1/Day 1/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Baivab-Mukhopadhyay/Week1/Day 1/1.png
--------------------------------------------------------------------------------
/Baivab-Mukhopadhyay/Week1/Day 1/Index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | My Simple HTML Page
7 |
8 |
9 | My Heading
10 | This is a paragraph of text.
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/Baivab-Mukhopadhyay/Week1/Day 2/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | The Lord of the Rings
4 | The Shawshank Redemption
5 | The Godfather
6 | The Dark Knight
7 | The Matrix
8 |
9 |
10 |
11 |
18 |
--------------------------------------------------------------------------------
/Baivab-Mukhopadhyay/Week1/Day 3/Screenshot 2023-09-03 200808.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Baivab-Mukhopadhyay/Week1/Day 3/Screenshot 2023-09-03 200808.png
--------------------------------------------------------------------------------
/Baivab-Mukhopadhyay/Week1/Day 3/Screenshot 2023-09-21 190923.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Baivab-Mukhopadhyay/Week1/Day 3/Screenshot 2023-09-21 190923.png
--------------------------------------------------------------------------------
/Baivab-Mukhopadhyay/Week1/Day 3/Screenshot 2023-09-29 210209.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Baivab-Mukhopadhyay/Week1/Day 3/Screenshot 2023-09-29 210209.png
--------------------------------------------------------------------------------
/Baivab-Mukhopadhyay/Week1/Day 3/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Product Name
6 | Price
7 | Description
8 | Image
9 |
10 |
11 |
12 |
13 | Product 1
14 | $10.00
15 | Description of product 1
16 |
17 |
18 |
19 | Product 2
20 | $20.00
21 | Description of product 2
22 |
23 |
24 |
25 | Product 3
26 | $30.00
27 | Description of product 3
28 |
29 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_1/images.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_1/images.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_1/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 | My webpage
10 | Hello, everyone welcome to my simple webpage.
11 | By creating this simple webpage I've finished my Day 1 challenge.
12 |
13 |
14 | Here is Mr. Walter White.
15 |
16 |
17 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_2/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 | My favourite books & movies.
10 |
11 | Books:
12 | I like to read books. Here are some of my favourite books.
13 |
14 | Harry Potter and the Philosopher's Stone Novel by J. K. Rowling
15 | Harry Potter and the Order of the Phoenix Novel by J. K. Rowling
16 | Harry Potter and the Half-Blood Prince Novel by J. K. Rowling
17 | Harry Potter and the Deathly Hallows Novel by J. K. Rowling
18 | Macbeth book by William Shakespeare
19 |
20 | Movies & series:
21 | I like to watch movies & webseries on my leisure time. Here are some of my favourites.
22 |
23 | Game Of Thrones
24 | Breaking Bad
25 | Vampire Diaries
26 | Money Heist
27 | Stranger Things
28 |
29 |
30 |
41 |
42 |
43 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_3/Oppo-K10-5G-scaled-1-768x768.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_3/Oppo-K10-5G-scaled-1-768x768.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_3/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 |
10 |
11 | Product name
12 | Price
13 | Description
14 |
15 |
16 | Oppo
17 | $34
18 | It has 8GB ram with 5000mAh battery
19 |
20 |
21 |
22 |
23 | Redmi 8
24 | $16
25 | Comes with 4GB ram and 64GB storage
26 |
27 |
28 | Realme 9
29 | $20
30 | It comes with 64mp dual camera
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_4/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 | My favourite TV series:
10 | Here are some of my favourites. Click any of these for more information
11 |
18 |
19 |
20 | Game Of Thrones:-
21 | Nine noble families wage war against each other in order to gain control over the mythical land of Westeros. Meanwhile, a force is rising after millenniums and threatens the existence of living men.
22 |
23 | The Vampire Diaries:-
24 | On her first day at high school, Elena meets Stefan and immediately feels a connection with him. However, what she does not know is that Stefan and his brother, Damon, are in fact vampires.
25 | Breaking Bad:-
26 | Walter White, a chemistry teacher, discovers that he has cancer and decides to get into the meth-making business to repay his medical debts. His priorities begin to change when he partners with Jesse.
27 | Money Heist:-
28 | When the national mint and a touring school group are held hostage by robbers, police believe that the thieves have no way out. Little do they know that the thieves have a bigger plan in store.
29 | Vikings:-
30 | As Ragnar Lodbrok, a Norse farmer, carries out triumphant raids into English territory with the help of his fellow warriors, he ends up holding sway over the Vikings and becoming a Scandinavian king.
31 |
32 |
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_5:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_5_/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 |
10 | Vitamins for Health
11 | Vitamins help your body grow and work the way it should. There are 13 essential vitamins — vitamins A, C, D, E, K, and the B vitamins (thiamine, riboflavin, niacin, pantothenic acid, biotin, B6, B12, and folate).
12 | Here are some helpful source to get Vitamins and minerals :
13 |
14 | Vitamin A
15 |
16 | Tomatoes
17 | Red bell pepper
18 | Milk
19 | Eggs
20 |
21 |
22 | Vitamin B
23 |
24 | Peas
25 | Nuts
26 | Wholegrain breads
27 | Liver
28 |
29 |
30 | Vitamin C
31 |
32 | Kiwifruit
33 | Oranges
34 | Papaya
35 | Strawberry
36 |
37 |
38 |
39 | Vitamin D
40 |
41 | Egg Yolks
42 | Tuna
43 | Milk
44 | Salmon
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_5_/style.css:
--------------------------------------------------------------------------------
1 | body{
2 | background-image: linear-gradient(45deg,rgb(167, 245, 167),rgb(164, 226, 250));
3 | }
4 | h1{
5 | color: red;
6 | text-shadow: 0 0 20px blue,0 0 20px violet;
7 |
8 | }
9 | p{
10 | font-size: 15px;
11 | font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
12 | font-style: italic;
13 | text-shadow: 0 0 20px red;
14 | }
15 | .vitamin{
16 | color:blue;
17 | font-weight: bold;
18 | margin-bottom: 20px;
19 | }
20 | ol{
21 | color: red;
22 | font-style: italic;
23 | }
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_6/chris.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_6/chris.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_6/christian_bale.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_6/christian_bale.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_6/cillian.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_6/cillian.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_6/images.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_6/images.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_6/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 |
10 |
11 |
12 |
13 | Famous celebrities
14 | Hello, welcome to my simple webpage.
15 | Here I'm gonna show you some of my famous celebrities.
16 |
17 |
18 |
19 |
Christian Bale
20 |
Christian Charles Philip Bale is an English actor. Known for his versatility and physical transformations for his roles, he has been a leading man in films of several genres. He has received various accolades, including an Academy Award and two Golden Globe Awards.
21 |
22 |
23 |
24 |
Bryan Cranston
25 |
Aka Mr. Walter White. He never stays in danger, cause he is the danger :)
26 |
27 |
28 |
29 |
30 |
Robert Pattinson
31 |
Robert Douglas Thomas Pattinson is an English actor. Known for starring in both big-budget and independent films, Pattinson has ranked among the world's highest-paid actors. In 2010, Time magazine named him one of the 100 most influential people in the world, and he was featured in the Forbes Celebrity 100 list.
32 |
33 |
34 |
35 |
36 |
Cillian Murphy
37 |
Cillian Murphy is an Irish actor. He made his professional debut in Enda Walsh's 1996 play Disco Pigs, a role he later reprised in the 2001 screen adaptation.
38 |
39 |
40 |
41 |
42 |
Chris Evans
43 |
Christopher Robert Evans is an American actor. He began his career with roles in television series such as Opposite Sex in 2000.
44 |
45 |
46 |
47 |
48 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_6/robert.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_6/robert.webp
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_6/style.css:
--------------------------------------------------------------------------------
1 | h1{
2 | color:rgb(31, 21, 6);
3 | font-family: "Play";
4 | font-weight: 400px;
5 |
6 | }
7 | body{
8 | background-image:linear-gradient(20deg, white,rgba(135, 207, 235, 0.628),rgba(255, 255, 0, 0.45),white);
9 | }
10 | p{
11 | color:rgb(7, 40, 63);
12 | font-size: 20px;
13 | font-family:Arial, Helvetica, sans-serif;
14 |
15 | }
16 | img{
17 | border: 1px solid black;
18 | display: block;
19 | margin-left: auto;
20 | margin-right: auto;
21 | height: 200px;
22 | margin-top: 20px;
23 |
24 | }
25 | div{
26 | margin-bottom: 200px;
27 | display: flex;
28 | flex-direction: column;
29 | border-top: 1px solid rgb(104, 64, 5);
30 |
31 | }
32 | #name{
33 | color: black;
34 | font-weight: bold;
35 | text-align: center;
36 | }
37 | body{
38 | margin-right: 0px;
39 | }
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_6/walter.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_6/walter.webp
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_7/breakingBad.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_7/breakingBad.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_7/got.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_7/got.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_7/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 |
10 |
11 | My favourite TV series:
12 | Here are some of my favourites. Navigate through any of these for more information
13 |
20 |
21 |
22 | Game Of Thrones:-
23 |
24 |
25 | Nine noble families wage war against each other in order to gain control over the mythical land of Westeros. Meanwhile, a force is rising after millenniums and threatens the existence of living men.
26 |
27 |
28 | The Vampire Diaries:-
29 |
30 | On her first day at high school, Elena meets Stefan and immediately feels a connection with him. However, what she does not know is that Stefan and his brother, Damon, are in fact vampires.
31 | Breaking Bad:-
32 |
33 | Walter White, a chemistry teacher, discovers that he has cancer and decides to get into the meth-making business to repay his medical debts. His priorities begin to change when he partners with Jesse.
34 | Money Heist:-
35 |
36 | When the national mint and a touring school group are held hostage by robbers, police believe that the thieves have no way out. Little do they know that the thieves have a bigger plan in store.
37 | Vikings:-
38 |
39 | As Ragnar Lodbrok, a Norse farmer, carries out triumphant raids into English territory with the help of his fellow warriors, he ends up holding sway over the Vikings and becoming a Scandinavian king.
40 |
41 |
42 | If you've already watched these series then I'm happy that we have same taste in movies & series :) If you want to get updates from me, then fill the forms. I'll see you there ;-)
43 |
53 |
54 |
55 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_7/lcdp.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_7/lcdp.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_7/style.css:
--------------------------------------------------------------------------------
1 | body{
2 | background-image: linear-gradient(45deg,grey,rgba(240, 240, 121, 0.637),pink,darkgray,pink,rgba(230, 230, 110, 0.763));
3 | }
4 | h1{
5 | font-weight: bold;
6 |
7 | }
8 | img{
9 | height: 300px;
10 | width: 250px;
11 | margin-left: 25%;
12 | border: 2px solid goldenrod;
13 | }
14 | h2{
15 | font-weight: 200px;
16 | color: brown;
17 | font-family: "Playfair Display";
18 | }
19 | p{
20 | font-size: 15px;
21 | font-family: sans-serif;
22 | font-style:italic;
23 | }
24 | a{
25 | font-size: 25px;
26 | text-decoration: none;
27 | }
28 | form{
29 | margin-left: 20px;
30 |
31 | }
32 | #name{
33 | margin-bottom:5px;
34 |
35 | }
36 | label{
37 | font-size: 20px;
38 |
39 | }
40 | button{
41 | font-size: 15px;
42 | margin-top: 20px;
43 | margin-bottom: 20px;
44 | border-radius: 10px;
45 | height: 30px;
46 | width: 70px;
47 | border:1px solid;
48 | }
49 |
50 | a:hover{
51 | color:white;
52 | font-size: 23px;
53 | background-color:grey;
54 | text-decoration: none;
55 | }
56 | button:hover{
57 | background-color:gray;
58 | height:25px;
59 | width: 67px;
60 | color:aliceblue;
61 | border: 1px solid black
62 | }
63 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_7/tvd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_7/tvd.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_1/Day_7/viking.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_1/Day_7/viking.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_1/images.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_2/Day_1/images.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_1/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 | My webpage
10 | Hello, everyone welcome to my simple webpage.
11 |
12 |
13 | Here is Mr. Walter White.
14 |
15 |
16 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_1/script.js:
--------------------------------------------------------------------------------
1 | alert("Allright, Let's get started");
2 | let name1=prompt("What's your name?");
3 | let age=prompt("How old are you?");
4 | let dob=2023-Number(age);
5 | console.log(`Hey there ${name1} you are ${age} years old, that means you born in ${dob}`);
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_2/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 |
10 | Area of a rectangle
11 | Enter the details:
12 |
13 |
Enter the length
14 |
15 |
16 |
17 |
Enter the width
18 |
19 |
20 | Check
21 |
22 |
Result: 0 cm
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_2/script.js:
--------------------------------------------------------------------------------
1 | document.querySelector("button").addEventListener("click",pressed);
2 | function pressed(){
3 | let ans=document.querySelector("#length").value*document.querySelector("#width").value;
4 | document.querySelector("span").textContent=ans;
5 | }
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_2/style.css:
--------------------------------------------------------------------------------
1 | body{
2 | background-color:blanchedalmond;
3 | }
4 | input{
5 | margin-bottom: 5px;
6 | }
7 | .dimension p{
8 | margin-bottom: 0px;
9 | }
10 |
11 | button:hover{
12 | background-color: rgba(222, 184, 135, 0.589);
13 |
14 | border: 1px solid;
15 | }
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_3/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 |
10 | Click the button to get alert👇👇
11 | Click me
12 |
13 |
14 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_3/script.js:
--------------------------------------------------------------------------------
1 | document.querySelector("button").addEventListener("click",function(){
2 | alert("You clicked the button");
3 | })
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_3/style.css:
--------------------------------------------------------------------------------
1 | body{
2 | background-color:rgba(178, 237, 61, 0.539)
3 | }
4 | button{
5 | margin-top: 10px;
6 | margin-left: 220px;
7 | border-radius: 20px;
8 | border:1px solid;
9 | height: 25px;
10 | box-shadow: 4px 3px 5px rgb(255, 132, 0) ;
11 | }
12 | button:hover{
13 | height: 24px;
14 | background-color: rgb(45, 45, 25);
15 | color: whitesmoke;
16 | }
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_4/cat.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_2/Day_4/cat.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_4/default.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_2/Day_4/default.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_4/dog.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/DevDotCommunity/WebCraftersCorner/f7050b6a729e3e849ae71730ab03c06838071c64/Debjit_Adhikari/Week_2/Day_4/dog.jpg
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_4/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 |
10 | Paragraph of animals
11 | Click on any of these button
12 |
13 | Cat
14 | Dog
15 |
16 |
17 |
18 |
19 |
Default
20 |
21 |
Nothing to show here. You haven't clicked any buttons :( cause if you have then this text wouldn't been shown here.
22 |
23 |
24 |
25 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_4/script.js:
--------------------------------------------------------------------------------
1 | let c=0;
2 | let d=0;
3 | let img=document.querySelector("img");
4 | let imgName=document.querySelector("#image > p");
5 | let imgAbout=document.querySelector(".details > p");
6 |
7 |
8 | document.querySelector("#cat").addEventListener("click",function(){
9 |
10 | setAllDetails("cat.jpg","Cat",
11 | "The cat (Felis catus), commonly referred to as the domestic cat or house cat, is the only domesticated species in the family Felidae. Recent advances in archaeology and genetics have shown that the domestication of the cat occurred in the Near East around 7500 BC. It is commonly kept as a house pet and farm cat, but also ranges freely as a feral cat avoiding human contact."
12 | );
13 |
14 |
15 | });
16 |
17 | document.querySelector("#dog").addEventListener("click",function(){
18 |
19 | setAllDetails("dog.jpg","Dog",
20 | "Dog, (Canis lupus familiaris), domestic mammal of the family Canidae (order Carnivora). It is a subspecies of the gray wolf (Canis lupus) and is related to foxes and jackals. The dog is one of the two most ubiquitous and most popular domestic animals in the world (the cat is the other). For more than 12,000 years it has lived with humans as a hunting companion, protector, object of scorn or adoration, and friend."
21 | );
22 |
23 | });
24 |
25 | function setAllDetails(imgContent,imgTitle,imgDetails){
26 | img.src=imgContent;
27 | imgName.textContent=imgTitle;
28 | imgAbout.textContent=imgDetails;
29 | }
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_4/style.css:
--------------------------------------------------------------------------------
1 | body{
2 | background-color: rgb(224, 123, 157);
3 | }
4 | h1{
5 | color: rgb(240, 233, 225);
6 | font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
7 | font-style: italic;
8 | }
9 | img{
10 | width: 250px;
11 | height: 200px;
12 | }
13 | p{
14 | color: white;
15 | font-style: italic;
16 |
17 | }
18 | .details{
19 | margin-top: 60px;
20 | display: flex;
21 | flex-direction: column;
22 | justify-content: center;
23 | align-items: center;
24 | }
25 | #image>p{
26 | text-align: center;
27 | font-style: normal;
28 | }
29 | button{
30 | margin-right: 30px;
31 | border-radius: 20px;
32 | height: 30px;
33 | width: 60px;
34 | color:white;
35 | background-color: rgb(0, 140, 255);
36 | border:1px solid rgb(0, 187, 255);
37 | font-weight: bold;
38 | }
39 |
40 | button:hover{
41 | width: 58px;
42 | height: 29px;
43 | background-color: white;
44 | color: rgb(22, 150, 230);
45 | border: 0px;
46 | }
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_5/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 |
10 | Flowers
11 | A flower, also known as a bloom or blossom, is the reproductive structure found in flowering plants (plants of the division Angiospermae). Flowers consist of a combination of vegetative organs – sepals that enclose and protect the developing flower, petals that attract pollinators, and reproductive organs that produce gametophytes, which in flowering plants produce gametes. The male gametophytes, which produce sperm, are enclosed within pollen grains produced in the anthers. The female gametophytes are contained within the ovules produced in the carpels.
12 |
13 |
14 |
Rose
15 |
Like the flower itself, the history of the rose is very colorful. Roses have been naturally growing for over 35 million years! However, they were not known to be cultivated until about 5,000 years ago. Their usage began not just as a decorative touch to one’s home, but they were also used for medicinal purposes and to make perfumes, and their petals were even used as confetti for festive occasions. Getting your roses into water quickly is the first step in caring for them. Fill a vase three-fourths full of fresh, cool tap water. The roses will absorb the water, soaking up the nutrients that will travel up to the bloom and create a lively flower. Check the water level in your rose’s vase every day and add more water as needed. Shop these classic flowers for Valentine’s Day!
16 |
17 |
18 |
Sunflowers
19 |
Sunflowers are one of the most popular flower types and are best known for their dazzling yellow color and large size. They generally symbolize adoration, loyalty, and longevity in the language of flowers. Native Americans view sunflowers as a symbol of harvest and bounty since the flower provides seeds and pigments, in addition to being visually beautiful. Sunflowers need direct sunlight for six to eight hours per day and require hot conditions to flower well. Sunflowers also have long roots that require plenty of room to spread out, so soil should be well dug and not too dense for growth. Avoid over-fertilization or risk your stems breaking in the fall. In addition to being great in a garden, sunflowers make great gifts and look wonderful in bouquets.
20 |
21 |
22 |
Hydrangea
23 |
You know summer is here when big, showy hydrangea bushes begin gracing gardens across the country. This perennial, a native of East Asia and the Americas, comprises more than 75 species and 600 cultivated varieties, of which mophead, lacecap, oakleaf, and peegee are the most common. Some hydrangea flowers can turn a pretty pink or blue depending on the acidity or alkalinity of the soil, while others will remain white. Mopheads, lacecaps, and oakleafs bloom on the previous year’s wood and can be pruned in the summer after flowering; peegees bloom on this year’s wood and can be pruned in the late winter, before the new spring growth.
24 |
25 |
26 |
Lavander
27 |
Spanish, French, or English lavender are sweet herb garden favorites that provide soothing fragrances, flavorings, and beauty all together in little floral packages. More than 40 species are native to areas surrounding the Mediterranean and are semi-evergreen perennials or sub-shrubs with gray-green, hairy, linear leaves and purple, violet, lavender, or pinkish-white flowers. Tiny glands on the flowers, leaves, and stems of the plant produce the scented oil that is used in perfumes, bath preparations, lavender water, and in aromatherapy to relieve stress and anxiety and bring about sleep. Lavender is also prized as a flavoring in cooking, as an ingredient in teas, and for a monofloral honey.
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_5/style.css:
--------------------------------------------------------------------------------
1 | body{
2 | background-color: rgb(232, 158, 105);
3 | }
4 | .typeFlower div{
5 | width: 500px;
6 | display: inline-block;
7 | margin-right: 40px;
8 | }
9 | @media(max-width:550px){
10 | .typeFlower div{
11 | width:150px;
12 | }
13 | }
14 | @media(min-width:551px) and (max-width:749px){
15 | .typeFlower div{
16 | width: 200px;
17 |
18 | }
19 | }
20 | @media(min-width:750px) and (max-width:1100px){
21 | .typeFlower div{
22 | width: 300px;
23 | }
24 | }
25 |
26 | @media(min-width:1101px) and (max-width: 1300px){
27 | .typeFlower div{
28 | width:700px;
29 | }
30 | }
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_6/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Document
7 |
8 |
9 |
10 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_6/script.js:
--------------------------------------------------------------------------------
1 | let emailLast="@gmail.com";
2 |
3 | document.querySelector("button").addEventListener("click",function(){
4 | let name1=document.querySelector("#name").value;
5 | let email=document.querySelector("#email").value;
6 | if(name1===""){
7 | alert("Name is empty.");
8 | }
9 | let emailSlice=email.slice(email.length-10,email.length+2);
10 | if(emailSlice!=emailLast){
11 | alert("Email not valid");
12 | }
13 | });
14 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_7/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Guess the number
7 |
8 |
9 |
10 |
14 |
15 |
16 |
17 |
Guess the number
18 |
(between 1-20)
19 |
?
20 |
21 |
22 |
23 |
24 | Check
25 |
26 |
27 |
Start guessing...
28 | 💯Score: 20
29 | 🏆Highscore: 0
30 |
31 |
32 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/Debjit_Adhikari/Week_2/Day_7/script.js:
--------------------------------------------------------------------------------
1 | 'use strict';
2 | let computer = getRandom();
3 | let score = 20;
4 | let highscore = 0;
5 | let end = false;
6 | let value;
7 |
8 | document.querySelector(".restart").addEventListener("click",function(){
9 | computer=getRandom();
10 | score=20;
11 | document.querySelector("body").classList.remove("correct");
12 | document.querySelector(".box").textContent="?";
13 | document.querySelector("h3").textContent="Start guessing...";
14 | document.querySelector(".score").textContent=""+score;
15 | document.querySelector("input").value="";
16 | document.querySelector(".check").addEventListener("click",theListner);
17 | });
18 |
19 |
20 | document.querySelector(".check").addEventListener("click",theListner);
21 |
22 |
23 | function theListner( ) {
24 | value = Number(document.querySelector("input").value);
25 | check();
26 | document.querySelector(".score").textContent=""+score;
27 | }
28 | function getRandom() {
29 | return Math.floor(Math.random() * 20) + 1;
30 | }
31 |
32 | function check() {
33 | if (!value) {
34 | document.querySelector("h3").textContent = "No number";
35 | } else if (value < computer) {
36 | document.querySelector("h3").textContent = "Too low📉";
37 | score--;
38 | } else if (value > computer) {
39 | document.querySelector("h3").textContent = "Too high📈";
40 | score--;
41 | } else {
42 | document.querySelector("h3").textContent = "Correct!!!☑️";
43 | document.querySelector(".box").textContent=""+computer;
44 | document.querySelector(".check").removeEventListener("click",theListner);
45 | setHigh();
46 | document.querySelector("body").classList.add("correct");
47 | }
48 | if(score===0){
49 | document.querySelector("h3").textContent="You lost the game ❌";
50 | document.querySelector(".check").removeEventListener("click",theListner);
51 |
52 | }
53 | }
54 |
55 | function setHigh(){
56 | if(highscore
4 |
5 | my simple HTML page
6 |
7 |
8 | welcome to my simple HTML page
9 | This is a paragraph of text that explains what this page is about. I am using HTML tags to create different elements on
10 | the page, such as headings, paragraphs, and
11 | images.
12 |
13 |
14 |
15 |