diff --git a/JavaScript Function/index.html b/JavaScript Function/index.html new file mode 100644 index 0000000..fcc3f19 --- /dev/null +++ b/JavaScript Function/index.html @@ -0,0 +1,28 @@ + + + + + + Document + + + +
+ this is root +
+ + + + \ No newline at end of file diff --git a/Slider/README.md b/Slider/README.md new file mode 100644 index 0000000..8beb238 --- /dev/null +++ b/Slider/README.md @@ -0,0 +1 @@ +#This is Class Task \ No newline at end of file diff --git a/Slider/image1.jpg b/Slider/image1.jpg new file mode 100644 index 0000000..4382c49 Binary files /dev/null and b/Slider/image1.jpg differ diff --git a/Slider/image2.png b/Slider/image2.png new file mode 100644 index 0000000..9f6f8bc Binary files /dev/null and b/Slider/image2.png differ diff --git a/Slider/image3.svg b/Slider/image3.svg new file mode 100644 index 0000000..95df399 --- /dev/null +++ b/Slider/image3.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Slider/image4.svg b/Slider/image4.svg new file mode 100644 index 0000000..7dbc61f --- /dev/null +++ b/Slider/image4.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Slider/index.html b/Slider/index.html new file mode 100644 index 0000000..0dea8c4 --- /dev/null +++ b/Slider/index.html @@ -0,0 +1,22 @@ + + + + + + Document + + + +
+ + + +
+ + + + + \ No newline at end of file diff --git a/Slider/slider.js b/Slider/slider.js new file mode 100644 index 0000000..40528ca --- /dev/null +++ b/Slider/slider.js @@ -0,0 +1,22 @@ +var imgs = document.querySelectorAll('.slider img'); +var dots = document.querySelectorAll('.dot'); + +var current = 0; +const interval = 3000; + + +function changeSlider(n){ + for(var i =0;i{ + changeSlider(current); + current = (current+1)% imgs.length; +},interval) \ No newline at end of file diff --git a/Slider/style1.css b/Slider/style1.css new file mode 100644 index 0000000..39e8aba --- /dev/null +++ b/Slider/style1.css @@ -0,0 +1,50 @@ +*{ + padding:0px; + margin: 0px; +} +.slider{ + width: 50vw; + height:100vh; + position: relative; +} + +.slider img{ + width:100%; + height:100%; + position: absolute; + top:0; + left:0; + object-fit: fill; +} + +.slider img:first-child{ + z-index:1; +} +.slider img:nth-child(2){ + z-index:0; +} +.slider .navigation-dot{ + z-index: 2; +} + +.navigation-dot{ + position: absolute; + right:2px; + top:5px; + text-align: center; +} + +.dot{ + cursor:pointer; + height:15px; + width:15px; + margin: 0 2px; + background-color: #bbb; + border-radius: 50%; + display: inline-block; +} + + +.active, .dot:hover{ + background-color: #717171; +} \ No newline at end of file diff --git a/TO DOlist/index.html b/TO DOlist/index.html new file mode 100644 index 0000000..8f115fa --- /dev/null +++ b/TO DOlist/index.html @@ -0,0 +1,26 @@ + + + + + + Document + + + +

Creation TO-DO List View

+ +
    + //Data wil represent Here +
+ + + + + + + \ No newline at end of file diff --git a/TO DOlist/script.js b/TO DOlist/script.js new file mode 100644 index 0000000..028f9d4 --- /dev/null +++ b/TO DOlist/script.js @@ -0,0 +1,19 @@ +const items = document.getElementById('todo') +const addBtn = document.getElementById('addBtn') +const delBtn = document.getElementById('delBtn') +const taskAdd = document.getElementById('task') + +addBtn.addEventListener('click',function(){ + if(taskAdd.value!=''){ + const list = document.createElement('li'); + list.innerText = task.value; + list.classList.add('list'); + items.appendChild(list); + taskAdd.value = ''; + } +}) + +delBtn.addEventListener('click',function(){ + const li = document.getElementsByClassName('list')[0]; + items.removeChild(li); +}) diff --git a/Time Table/BCSC0011.html b/Time Table/BCSC0011.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/BCSC0011.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/BCSC0022.html b/Time Table/BCSC0022.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/BCSC0022.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/BCSC0812.html b/Time Table/BCSC0812.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/BCSC0812.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/BCSE0053.html b/Time Table/BCSE0053.html new file mode 100644 index 0000000..baf84b8 --- /dev/null +++ b/Time Table/BCSE0053.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name: Neetu Faujdar

+
+

Subject: Automata

+
+

Occupation: XYZ

+
+

Email: XYZ@gmail.com

+
+

Contact: 484848484

+
+

Subject Code: BCSE0053

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/BCSE0105.html b/Time Table/BCSE0105.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/BCSE0105.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/BCSE0281.html b/Time Table/BCSE0281.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/BCSE0281.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/BCSE1050.html b/Time Table/BCSE1050.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/BCSE1050.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/BCSE1251.html b/Time Table/BCSE1251.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/BCSE1251.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/PCPH0002.html b/Time Table/PCPH0002.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/PCPH0002.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/PGDH0001.html b/Time Table/PGDH0001.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/PGDH0001.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/PQRH0001.html b/Time Table/PQRH0001.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/PQRH0001.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/PQRH0002.html b/Time Table/PQRH0002.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/PQRH0002.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/PVRH0001.html b/Time Table/PVRH0001.html new file mode 100644 index 0000000..8832515 --- /dev/null +++ b/Time Table/PVRH0001.html @@ -0,0 +1,30 @@ + + + + + + Document + + + +
+
+
+
+

Name:

+
+

Subject:

+
+

Occupation:

+
+

Email:

+
+

Contact:

+
+

Subject Code:

+
+
Photo
+
+
+ + \ No newline at end of file diff --git a/Time Table/README.md b/Time Table/README.md new file mode 100644 index 0000000..131e34a --- /dev/null +++ b/Time Table/README.md @@ -0,0 +1,3 @@ +# This is the time table page with contact page for every teacher +# It has index file which is a home page +# It has two CSS file one for teacher contact page and one for index page \ No newline at end of file diff --git a/Time Table/index.html b/Time Table/index.html new file mode 100644 index 0000000..fd086ba --- /dev/null +++ b/Time Table/index.html @@ -0,0 +1,105 @@ + + + + + + Time Table + + + +

COLLEGE TIME TABLE

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DAYS\HOURS8:00-9:009:00-10:0010:00-11:0011:00-12:0012:00-1:001:00-2:002:00-3:003:00-4:00
MONDAYPCPH0002
ABI-413
BCSE1251
ABIX-9
PVRH0001
ABIX-9
PQRH0002
ABIX-9
+

L

+
+

U

+
+

N

+
+

C

+
+

H

+
BCSC0011/3D1
ABIX-412
BCSE0053
ABIX-412
---
TUESDAYBCSE0281
ABIX-9
BCSC0812
ABIX-412
BCSE0105
ABIX-412
BCSE0053
ABIX-412
---
WEDNESDAYPCPH0002
AB-413
BCSE0053
ABIX-9
BCSE0053
ABIX-9
BCSE0053
ABIX-9
BCSE0011/3D1
ABIX-412
BCSE1251
ABIX-6
BCSE0011/3D1
ABIX-12
THRUSDAYPQRH0001
ABX-425
BCSE0053
ABIX-412
BCSC0011
ABIX-9

BCSC0011
ABIX-11

BCSC0022
ABIX-12
+ + + + + + + + + + +
3D1/BCSE0133/ABI-223A
3D2/BCSE0133/ABI-223B
3D3/BCSE0133/ABI-328
+
FRIDAYPQRH0001
ABIX-409
BCSE0105
ABIX-409
BCSC0011
ABIX-409
---
------
+ + \ No newline at end of file diff --git a/Time Table/style.css b/Time Table/style.css new file mode 100644 index 0000000..471e38d --- /dev/null +++ b/Time Table/style.css @@ -0,0 +1,46 @@ +*{ + padding: 0; +} + +th{ + height:30px; + width: 150px; +} + +td { + height:80px; + width: 150px; +} + +/* TABLE INSIDE CELL */ +.child{ + width:100%; + padding: 0; + border-collapse: collapse; +} + +.child td{ + font-size: 0.8rem; + width: 100%; + height:25px; +} + +/* ANCHOR TAGS */ +a{ + text-decoration: none; + color: black; +} + +a:hover{ + color:red; + text-decoration: underline; +} + +a:visited{ + color: none; + +} + +span{ + font-size: 80px; +} \ No newline at end of file diff --git a/Time Table/teacher.css b/Time Table/teacher.css new file mode 100644 index 0000000..0a2ae8a --- /dev/null +++ b/Time Table/teacher.css @@ -0,0 +1,37 @@ +*{ + margin: 0; + box-sizing: border-box; +} + +.container{ + width: 100vw; + height: 100vh; + display: flex; + justify-content: center; + align-items: center; + background: linear-gradient(45deg, rgba(22, 21, 21), rgb(56, 55, 55)); +} + +.box{ + width:500px; + height: 500px; + border: 2px solid black; + display: flex; + background-color: rgb(240, 236, 236); + justify-content: space-between; + padding: 10px; + border-radius: 10px; +} + +.info{ + font-size : 20px; +} +.photo{ + width: 150px; + height: 150px; + border: 1px solid black; + margin-left:0 ; + display: flex; + justify-content: center; + align-items: center; +} \ No newline at end of file