Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sae-site-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JANUZI Rinor
sae-site-web
Commits
4dc77c60
Commit
4dc77c60
authored
1 year ago
by
LANTZ Nathan
Browse files
Options
Downloads
Patches
Plain Diff
css de l'envoie mit à part dans le bon fichier + modification du footer
parent
300d725c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
footer.php
+4
-4
4 additions, 4 deletions
footer.php
footerCSS.css
+5
-4
5 additions, 4 deletions
footerCSS.css
membre.php
+2
-60
2 additions, 60 deletions
membre.php
membreCSS.css
+53
-0
53 additions, 0 deletions
membreCSS.css
with
64 additions
and
68 deletions
footer.php
+
4
−
4
View file @
4dc77c60
<head>
<head>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Footer
</title>
<title>
Footer
</title>
<link
rel=
"stylesheet"
href=
"footerCSS.css"
>
<link
rel=
"stylesheet"
href=
"footerCSS.css"
>
</head>
</head>
<footer>
<footer>
...
...
This diff is collapsed.
Click to expand it.
footerCSS.css
+
5
−
4
View file @
4dc77c60
...
@@ -34,6 +34,7 @@ footer a:hover {
...
@@ -34,6 +34,7 @@ footer a:hover {
.icon
{
.icon
{
height
:
40px
;
height
:
40px
;
padding
:
7px
;
width
:
auto
;
width
:
auto
;
transition
:
.4s
ease
;
transition
:
.4s
ease
;
}
}
...
@@ -50,8 +51,8 @@ footer a:hover {
...
@@ -50,8 +51,8 @@ footer a:hover {
.espbtn
{
.espbtn
{
position
:
absolute
;
position
:
absolute
;
bottom
:
75
;
bottom
:
100px
;
left
:
50
;
left
:
50
px
;
margin
:
0px
;
margin
:
0px
;
color
:
#fff
;
color
:
#fff
;
font-family
:
'Kufam'
;
font-family
:
'Kufam'
;
...
@@ -61,8 +62,8 @@ footer a:hover {
...
@@ -61,8 +62,8 @@ footer a:hover {
.date
{
.date
{
position
:
absolute
;
position
:
absolute
;
bottom
:
0
;
bottom
:
0
px
;
right
:
25
;
right
:
25
px
;
margin
:
5px
;
margin
:
5px
;
color
:
#fff
;
color
:
#fff
;
font-family
:
'Kufam'
;
font-family
:
'Kufam'
;
...
...
This diff is collapsed.
Click to expand it.
membre.php
+
2
−
60
View file @
4dc77c60
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<label
for=
"documentFile"
>
Sélectionnez le Document :
</label>
<label
for=
"documentFile"
>
Sélectionnez le Document :
</label>
<input
type=
"file"
id=
"documentFile"
name=
"documentFile"
accept=
".jpg, .jpeg, .png, .pdf"
>
<input
type=
"file"
id=
"documentFile"
name=
"documentFile"
accept=
".jpg, .jpeg, .png, .pdf"
>
<br>
<br>
<button
type=
"button"
onclick=
"submitDocument()"
>
Envoyer
</button>
<button
type=
"button"
class=
"buttonUpload"
onclick=
"submitDocument()"
>
Envoyer
</button>
</form>
</form>
</div>
</div>
...
@@ -76,62 +76,4 @@
...
@@ -76,62 +76,4 @@
<?php
require
(
'footer.php'
);
?>
<?php
require
(
'footer.php'
);
?>
<script
src=
"scriptenvoie.js"
></script>
<script
src=
"scriptenvoie.js"
></script>
\ No newline at end of file
<style>
.document-upload
{
max-width
:
1000px
;
margin-top
:
20px
;
margin-left
:
23%
;
padding
:
20px
;
border
:
2px
solid
#3C893B
;
border-radius
:
10px
;
background-color
:
#ecf0f1
;
box-shadow
:
0
4px
8px
rgba
(
0
,
0
,
0
,
0.1
);
}
.document-upload
h2
{
font-size
:
1.8em
;
margin-bottom
:
20px
;
color
:
#3C893B
;
}
#documentForm
{
max-width
:
400px
;
margin
:
0
auto
;
}
#documentForm
label
{
display
:
block
;
margin-bottom
:
10px
;
font-weight
:
bold
;
color
:
#2c3e50
;
}
#documentType
,
#documentFile
{
width
:
100%
;
padding
:
12px
;
margin-bottom
:
20px
;
border
:
2px
solid
#bdc3c7
;
border-radius
:
8px
;
box-sizing
:
border-box
;
}
button
{
background-color
:
#3C893B
;
color
:
white
;
padding
:
12px
20px
;
border
:
none
;
border-radius
:
8px
;
cursor
:
pointer
;
transition
:
background-color
0.3s
ease
;
}
button
:hover
{
background-color
:
#27ae60
;
}
</style>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
membreCSS.css
+
53
−
0
View file @
4dc77c60
...
@@ -39,4 +39,57 @@
...
@@ -39,4 +39,57 @@
.telechargeable-item
h3
{
.telechargeable-item
h3
{
letter-spacing
:
3
;
letter-spacing
:
3
;
}
.document-upload
{
max-width
:
1000px
;
margin-top
:
20px
;
margin-left
:
23%
;
padding
:
20px
;
border
:
2px
solid
#3C893B
;
border-radius
:
10px
;
background-color
:
#ecf0f1
;
box-shadow
:
0
4px
8px
rgba
(
0
,
0
,
0
,
0.1
);
}
.document-upload
h2
{
font-size
:
1.8em
;
margin-bottom
:
20px
;
color
:
#3C893B
;
}
#documentForm
{
max-width
:
400px
;
margin
:
0
auto
;
}
#documentForm
label
{
display
:
block
;
margin-bottom
:
10px
;
font-weight
:
bold
;
color
:
#2c3e50
;
}
#documentType
,
#documentFile
{
width
:
100%
;
padding
:
12px
;
margin-bottom
:
20px
;
border
:
2px
solid
#bdc3c7
;
border-radius
:
8px
;
box-sizing
:
border-box
;
}
.buttonUpload
{
background-color
:
#3C893B
;
color
:
white
;
padding
:
12px
20px
;
border
:
none
;
border-radius
:
8px
;
cursor
:
pointer
;
transition
:
background-color
0.3s
ease
;
}
.buttonUpload
:hover
{
background-color
:
#27ae60
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment