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

Feedback #1

Open
wants to merge 34 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
fda192b
Setting up GitHub Classroom Feedback
github-classroom[bot] Sep 23, 2022
9ab8572
Add files via upload
abdul96523 Sep 29, 2022
6a2b3b1
Delete styles directory
abdul96523 Sep 29, 2022
4f98cca
Delete index.html
abdul96523 Sep 29, 2022
2ba08f0
Delete index.js
abdul96523 Sep 29, 2022
fdfd04f
Delete script.js
abdul96523 Sep 29, 2022
1e212ac
Create Styles
abdul96523 Sep 29, 2022
d7cf89a
Delete Styles
abdul96523 Sep 29, 2022
3665552
Add files via upload
abdul96523 Sep 29, 2022
7e47e00
Add files via upload
abdul96523 Sep 29, 2022
3dfef09
Delete index.css
abdul96523 Sep 29, 2022
40c42d6
Add files via upload
abdul96523 Sep 29, 2022
e14cf4f
Add files via upload
abdul96523 Sep 29, 2022
62fa0ab
Delete index2.js
abdul96523 Sep 30, 2022
9232221
Create Scripts
abdul96523 Sep 30, 2022
bf3fc98
Delete Scripts
abdul96523 Sep 30, 2022
2a6c61a
Add files via upload
abdul96523 Sep 30, 2022
c8d734a
Add files via upload
abdul96523 Sep 30, 2022
fa716a6
Delete index2.html
abdul96523 Sep 30, 2022
419b4c2
Add files via upload
abdul96523 Sep 30, 2022
a33c641
Delete index2.html
abdul96523 Oct 13, 2022
7a7869b
Add files via upload
abdul96523 Oct 13, 2022
22e6be4
Delete Scripts directory
abdul96523 Oct 13, 2022
6a9d191
Add files via upload
abdul96523 Oct 13, 2022
5ef0e5c
Add files via upload
abdul96523 Oct 13, 2022
343321b
Add files via upload
abdul96523 Oct 13, 2022
f2d9960
Add files via upload
abdul96523 Oct 18, 2022
49c82dc
Add files via upload
abdul96523 Oct 18, 2022
934dc07
Add files via upload
abdul96523 Oct 18, 2022
d5c7f79
Final Changes
abdul96523 Oct 20, 2022
7bf0b1c
images folder rename
abdul96523 Oct 20, 2022
daa588a
images change 2
abdul96523 Oct 20, 2022
1431bac
Final commit
abdul96523 Oct 20, 2022
b882775
Update index.js
abdul96523 Oct 20, 2022
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
633 changes: 633 additions & 0 deletions Script/index.js

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions Styles/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,321 @@
/* .container
{
border: 1px solid red;
} */
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css");
#color
{
color:rgb(20,180,249);
white-space: nowrap;
}

.buton
{
background-color: rgb(75, 201, 75);
border: rgb(75, 201, 75);
color: aliceblue;
margin-left: 2rem;
padding-left:1em;
padding-right: 1em;
}
#button2
{
border: 1px solid black;
background-color: white;
margin-left: 1rem;
}
#select_option
{
border: 1px solid black;
border-radius: 0;
max-width: 12rem;
}
#search
{
height: 2rem;
margin-top: auto;
width: 10rem;
}
#clear
{
height: 2rem;
margin-left: 1rem;
margin-top: auto;
}

#filter_by
{
margin-top: auto;
}

#add_employee
{
border-radius: 0;
background-color: rgb(20,180,249);
color: white;
height: 1cm;
}
#alphabet
{
width: 1.9rem;
background-color: rgb(20,180,249);
color: white;
font-size: 1.5rem;
margin:3px;
border: none;
}
#display_res
{
border: 1px solid rgb(206, 190, 190);
min-height: 400px;
margin-bottom: 2rem;
}
.card
{
border-radius: 0;
background-color: rgb(234,233,233);
border: none;
font-size: 12px;
width: 100%;
}
#col_card
{
width: 25%;
}
.filters_button
{
margin-bottom: 4px;
background-color: white;
display: block;
border:none;
}

#display_none
{
display: none;
}
.val_error
{
color:red;
}



.bg-modal
{
width: 100%;
height:100%;
position: absolute;
top: 0;
left: 0;
background-color:rgba(0, 0, 0, 0.094);
justify-content: center;
align-items: center;
display: none;
overflow-y: hidden;
overflow-x: hidden;
}
#card_display
{
width: 100%;
height: 100%;
position:absolute;
top: 0;
left: 0;
justify-content: center;
background-color:rgba(79, 78, 78, 0.589);
align-items: center;
display: none;
overflow-y: hidden;
overflow-x: hidden;
}
#card_display2
{
width: 100%;
height: 100%;
position:fixed;
top: 0;
left: 0;
justify-content: center;
background-color:rgba(79, 78, 78, 0.589);
align-items: center;
display: none;
overflow-y: hidden;
overflow-x: hidden;
}

#card_pop
{
background-color: white;
padding: 2rem;
padding-top:1rem;
padding-bottom:1rem;
border-radius:3%;
border: 2px black solid;
margin-top: 4rem;
margin-bottom: 4rem;
max-height:15cm;
}
#edit_pop
{
background-color: white;
padding-top:1rem;
padding-bottom:1rem;
border-radius:3%;
border: 2px black solid;
margin-top: 4rem;
margin-bottom: 4rem;
/* overflow-y: scroll;
overflow-x: hidden; */
max-height:15cm;
}


.model-content
{
padding-bottom: 20px;
background-color: white;
width: 30%;
height: auto;
}
.form-control
{
margin: 1rem;
}
.input_modify
{
width: 100%;
display: block;
margin: auto;
height:35px;

}
.input_modify1
{
height: 40px;
}
.input_modify:hover,.input_modify1:hover
{
box-shadow: 6px 6px 10px rgba(172, 169, 169, 0.562);
}
.header
{
display: flex;
justify-content:space-around;
align-items: center;
}
#close_button
{
width: 40px;
height: 40px;
font-size: 25px;
background-color: rgb(255, 255, 255);
border: 2px solid red;
display: flex;
justify-content: center;
align-items: center;
color: red;
border-radius: 50%;
}
#close_button:hover
{
box-shadow: 5px 5px 10px rgba(218, 128, 128, 0.719);
}
#image
{
display: block;
margin: auto;
height: 110px;
width: 110px;
box-shadow: 3px 3px 3px black;
}
#image:hover
{
transform: scale(1.2);
}
#emp_name
{
display: flex;
justify-content: center;
color: brown;
}
#loc
{
display: flex;
justify-content: center;
color: rgba(240, 76, 117, 0.954);
margin-bottom: 0;
}
.details
{
line-height: 1rem;
color: rgb(74, 74, 214);
}
#button1
{
background-color: rgb(245, 63, 63);
border: 1px solid white;
color: aliceblue;
font-size: auto;
white-space: nowrap;
}
#button2
{
background-color:rgb(84, 84, 225);
border: 1px solid white;
color: aliceblue;
font-size: auto;
white-space: nowrap;
}
#button2:hover,#button1:hover
{
box-shadow: 10px 10px 10px rgba(64, 61, 61, 0.719);
}
.buttons
{
display: flex;
justify-content: space-around;
}
#loc:hover
{
transform:scale(1.5);
}
.card:hover
{
transform: scale(1.05);
box-shadow: 3px 3px 3px black;
}
#button3
{
background-color: rgb(87, 225, 83);
border: 1px solid white;
color: aliceblue;
font-size: auto;
white-space: nowrap;
}
.tabled
{
margin: auto;
display: flex;
justify-content: center;
}
#input_edit1,#input_edit2,#input_edit3,#input_edit4,#input_edit5,#input_edit6,#input_edit7,#input_edit8
{
border: none;
color: rgb(16, 16, 248);
display:inline-flexbox;
}
#input_edit1:hover,#input_edit2:hover,#input_edit3:hover,#input_edit4:hover,#input_edit5:hover,#input_edit6:hover,#input_edit7:hover,#input_edit8:hover
{
transform: scale(1.05);
}
#popup_close
{
font-size: 2rem;
position:absolute;
right:0px;
}
.popup_close_div
{
position: relative;
}
1 change: 0 additions & 1 deletion assets/imagefiles.txt

This file was deleted.

Binary file added images/angila.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/anton1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/face.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/franklin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/helen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jonathon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/oliva.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/robort.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/saketa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tami.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading