+
+
+
+
+
+
+
+
+
+ | # |
+ EmpID |
+ Username |
+ FirstName |
+ LastName |
+ Designation |
+ Project |
+ Manager |
+ Remove |
+
+
+
+
+ | 1 |
+ 104 |
+ faizan.akhtar |
+ Faizan |
+ Akhtar |
+ Intern |
+ Bootcamp |
+ Vishal |
+
+
+ |
+
+
+ | 2 |
+ 104 |
+ faizan.akhtar |
+ Faizan |
+ Akhtar |
+ Intern |
+ Bootcamp |
+ Vishal |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Faizan_Akhtar/employeeManagement/signup.html b/Faizan_Akhtar/employeeManagement/signup.html
new file mode 100644
index 0000000..e391146
--- /dev/null
+++ b/Faizan_Akhtar/employeeManagement/signup.html
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
Signup Web App
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Faizan_Akhtar/profile-page/assets/styles/profile-page.css b/Faizan_Akhtar/profile-page/assets/styles/profile-page.css
index 16d5425..07f3eeb 100644
--- a/Faizan_Akhtar/profile-page/assets/styles/profile-page.css
+++ b/Faizan_Akhtar/profile-page/assets/styles/profile-page.css
@@ -1,9 +1,40 @@
.jumbotron{
background-image: linear-gradient(to right, #fe5858, #ee9617);
+
}
-#nameTitle{
- color:white;
+h1{
+ color:white !important;
}
p{
color: white;
}
+.overlay {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ height: 100%;
+ width: 100%;
+ opacity: 0;
+ transition: 2s ease;
+ border-radius: 1rem;
+ background-image: linear-gradient(to right, #fe5858, #ee9617);
+ }
+
+ .thumbnail:hover .overlay {
+ opacity: 1;
+ }
+
+ .text {
+ color: white;
+ font-size: 20px;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ -webkit-transform: translate(-50%, -50%);
+ -ms-transform: translate(-50%, -50%);
+ transform: translate(-50%, -50%);
+ text-align: center;
+ }
+
diff --git a/Faizan_Akhtar/profile-page/profile-page.html b/Faizan_Akhtar/profile-page/index.html
similarity index 60%
rename from Faizan_Akhtar/profile-page/profile-page.html
rename to Faizan_Akhtar/profile-page/index.html
index 027cca8..c8c28d2 100644
--- a/Faizan_Akhtar/profile-page/profile-page.html
+++ b/Faizan_Akhtar/profile-page/index.html
@@ -12,38 +12,59 @@
-
Faizan Akhtar
+
Faizan Akhtar
Undergrad from Sharda University

+
+
Hey! I am Faizan Akhtar. Undergrad from Sharda University
+

+
+
+ Technology that I have worked on are: Android Application Development, Java, Flutter
+
+

+
+
Contact Me: 9910980327, 38faizan@gmail.com
+

+
+
Gaming and Gardening are my favourite past time. Road Rash, IGI, NFS, PUBG are ❤
+

+
+
Intrested in : JavaScript, C# .Net, Angular, AWS
+
+

+
+
Projects: AQI Monitoring, Smart Policing App, School ERP System
+
diff --git a/Faizan_Akhtar/project1-tic-tac-toe/assets/scripts/tic-tac-toe.js b/Faizan_Akhtar/project1-tic-tac-toe/assets/scripts/tic-tac-toe.js
index 6d64cf0..ae72261 100644
--- a/Faizan_Akhtar/project1-tic-tac-toe/assets/scripts/tic-tac-toe.js
+++ b/Faizan_Akhtar/project1-tic-tac-toe/assets/scripts/tic-tac-toe.js
@@ -16,9 +16,9 @@ function btnDisable(){
}
}
function setButton(button, gameSymbol){
- var btn = document.getElementById("btn"+button);
- btn.innerHTML = gameSymbol;
- btn.disabled = true;
+ var btn = document.getElementById("btn"+button);
+ btn.innerHTML = gameSymbol;
+ btn.disabled = true;
checker();
}
function gameFinished(box1, box2, box3){
diff --git a/Faizan_Akhtar/project1-tic-tac-toe/tic-tac-toe.html b/Faizan_Akhtar/project1-tic-tac-toe/index.html
similarity index 100%
rename from Faizan_Akhtar/project1-tic-tac-toe/tic-tac-toe.html
rename to Faizan_Akhtar/project1-tic-tac-toe/index.html