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

Crud php #8

Open
wants to merge 67 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
d79ffdf
new commit
Jun 6, 2021
f312c6f
9.6
Jun 9, 2021
785be6f
9.6 new
Jun 9, 2021
2596869
9.6 end
Jun 9, 2021
50445e6
9.6 end1
Jun 9, 2021
1073ffa
10.6
Jun 10, 2021
d103059
17.6
Jun 17, 2021
ff76a84
17.6 2
Jun 17, 2021
1f18393
18.6
Jun 18, 2021
94a4b33
18.6 2
Jun 18, 2021
68d56db
19.6
Jun 19, 2021
11bd21c
20.6
Jun 20, 2021
311589b
23.7
Jun 23, 2021
aa7910f
23.7
Jun 23, 2021
2669c27
24.7
Jun 24, 2021
4d0e18e
25.6
Jun 25, 2021
4d22950
25.6 2
Jun 25, 2021
c2cfe37
26.7
Jun 26, 2021
a08b52a
26.7 2
Jun 26, 2021
673bff2
27.6
Jun 27, 2021
88c4222
27.6 2
Jun 27, 2021
21aa6c3
29.6
Jun 29, 2021
18def4b
29.6 2
Jun 29, 2021
f902f80
29.6 3
Jun 29, 2021
8e6bf42
30.6
Jun 30, 2021
d40e6f0
1.7
Jul 1, 2021
2a42873
1.7 2
Jul 1, 2021
c80a627
1.7 3
Jul 1, 2021
2ed0a84
1.7 4
Jul 1, 2021
3039ad5
Merge pull request #1 from NetaCarmiel/register-login
NetaCarmiel Jul 1, 2021
87e2d52
4.7
Jul 4, 2021
bc4e6f5
5.6
Jul 5, 2021
1ec3fdb
6.6
Jul 6, 2021
77b3296
7.6
Jul 7, 2021
77b6ec5
8.7
Jul 8, 2021
c3ca647
8.7 2
Jul 8, 2021
ca59484
8.7 3
Jul 8, 2021
b5d3ca5
8.7 4
Jul 9, 2021
d7a52b5
11.7
Jul 11, 2021
897896e
12.7
Jul 12, 2021
e0d0994
12.7 2
Jul 12, 2021
c539442
12.7 3
Jul 12, 2021
d17b250
12.7 4
Jul 12, 2021
db14962
13.7
Jul 13, 2021
3b68d4e
13.7 2
Jul 13, 2021
08cfecf
13.7 3
Jul 13, 2021
ae199a4
14.7 4
Jul 14, 2021
bcc7f55
14.7 5
Jul 14, 2021
1d5fcc1
14.7 6
Jul 14, 2021
bd23765
15.7
Jul 15, 2021
9940cbb
15.7
Jul 15, 2021
21bf1ab
17.7
Jul 17, 2021
a17dc0d
19.7
Jul 19, 2021
4dda8fd
19.7 2
Jul 19, 2021
7b84943
19.7 3
Jul 19, 2021
d55a9a5
19.7 4
Jul 19, 2021
648480e
20.7
Jul 20, 2021
f924309
22.7
Jul 22, 2021
f378bf6
25.7
Jul 25, 2021
1e585ea
26.7
Jul 26, 2021
12200c7
27.7
Jul 27, 2021
9797acc
27.7 2
Jul 27, 2021
ff5aeeb
27.7 3
Jul 27, 2021
5faf5a7
28.7
Jul 28, 2021
8ff993e
28.7 2
Jul 28, 2021
e3b0977
29.7
Jul 29, 2021
17b01f5
29.7 2
Jul 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
Binary file added 2.landing-page-vanila/Images/background .jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions 2.landing-page-vanila/css/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

.footer {
background-color: #e8e8e4;
display: flex;
flex-direction: row;
justify-content: center;
padding: 15px;
flex: 1;
}

.footer-text {
display: flex;
flex-direction: column;
font-size: smaller;
justify-content: right;
}

#footer-phone {
margin-top:-0.0008px;
}

#footer-adress {
margin-top: -2mm;
}
90 changes: 90 additions & 0 deletions 2.landing-page-vanila/css/gallery.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
.mySlides img{
border-radius: 20px;
margin-bottom: 10px;
}

.column1 img {
border-radius: 20px;
width: 80%;

}
li::before {
margin-left: 0.3cm;
position: absolute;
left: 5px;
content: "\2713";
color: #666;
}

#pict {
margin-left: 5px;
}

.image-gallery{
display: flex;
flex-direction: row;
margin-left: 4%;
}

.img1 {
width: 40px;
height: 40px;
margin-left: 0.3cm;
margin-right: 0.3cm;
flex-direction: row;

}

img{
max-width: 100%;
max-height: 100%;
vertical-align: middle;

}

.upper-img{
flex: 4;
}

.lower-img{
flex: 1;

}

@media (max-width: 600px) {
.row {
-webkit-flex-direction: column;
flex-direction: column;
}
}

.middle-container {
position: relative;
}

/* Hide the images by default */
.mySlides {
display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
cursor: pointer;
}


/* Six columns side by side */
.column1 {
display: flex;
flex:1;
}

/* Add a transparency effect for thumnbail images */
.demo {
opacity: 0.6;
}

.active,
.demo:hover {
opacity: 1;
}
53 changes: 53 additions & 0 deletions 2.landing-page-vanila/css/header.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@

body {
font-family: Arial;
padding: 0cm;
height: 100%;
background-color: #e8e8e4;
display: flex;
margin:0;
min-height: 100vh;
flex-direction: column;
}

main {
flex-grow: 1;
display: flex;
flex-direction: column;

}

html {
font-family: 'Open Sans', sans-serif;
}

.header {
background-color: #fcd5ce;
padding: 10px;
text-align: center;
font-size: 20px;
flex: 0.5;
font-family: 'Lora', serif;
font-weight: 100 ;

}

h1 {
font-family: 'Acme', sans-serif;
font-size: 12mm;
letter-spacing: 2mm;
}

h2 {
font-family: 'Acme', sans-serif;
margin-left: -10px;
}









124 changes: 124 additions & 0 deletions 2.landing-page-vanila/css/middle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
.body-file {
background-color: #fdf1ee;
display: flex;
flex: 3;

}

.column {
padding: 10px;
}

.column.side {
flex: 1;

}

.column.middle {
flex: 3;
flex-direction: column;
}

#para {
/* align-items: center; */
font-size: xx-large;
font-family: 'Marcellus', serif;
/* margin: auto; */
/* margin-top:1%; */
}

.column-side li {
margin: 14vh 0;
margin-left: 1px;
}

.check-list {
list-style-type: none;
font-family: 'Acme', sans-serif;
}


/* form */

.form {
background-color: #ffd7ba;
border-radius: 20px;
box-sizing: border-box;
padding: 20px;
margin-right: 1mm;
height: 70vh;
margin-top: 4vh;
}


.title {
color: #da6a6a;
font-family: 'Acme', sans-serif;
font-size: 36px;
font-weight: 600;
margin-top: 30px;
}

.input-container {
height: 50px;
position: relative;
width: 100%;
}

.ic1 {
margin-top: 40px;
}

.ic2 {
margin-top: 30px;
}

.input {
background-color: #f8edeb;
border-radius: 12px;
border: 0;
box-sizing: border-box;
color: #000000;
font-size: 18px;
height: 100%;
outline: 0;
padding: 4px 20px 0;
width: 100%;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
transform: translateY(-30px) translateX(10px) scale(0.75);
}

.placeholder {
color: #000000;
font-family: sans-serif;
left: 20px;
line-height: 14px;
pointer-events: none;
position: absolute;
transform-origin: 0 50%;
transition: transform 200ms, color 200ms;
top: 20px;
}

.submit {
background-color: #da6a6a;
border-radius: 12px;
border: 0;
box-sizing: border-box;
color: #eee;
cursor: pointer;
font-size: 18px;
height: 50px;
margin-top: 38px;

text-align: center;
width: 100%;
}

.submit:active {
background-color: #ca4a4a;
}

1 change: 0 additions & 1 deletion 2.landing-page-vanila/css/style.css

This file was deleted.

Loading