Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Projet ISIS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MARQUE Pierre
Projet ISIS
Commits
b6947caa
Commit
b6947caa
authored
3 years ago
by
Okthane
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gvipers.imt-nord-europe.fr/pierre.marque/projet-isis
into master
parents
19d886ce
1d7c84b0
master
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
7 deletions
+21
-7
index.php
index.php
+8
-5
script.js
script.js
+1
-1
style.css
style.css
+12
-1
No files found.
index.php
View file @
b6947caa
...
@@ -29,14 +29,17 @@
...
@@ -29,14 +29,17 @@
<div
class=
"d-none d-sm-none d-md-none d-lg-block"
>
<div
class=
"d-none d-sm-none d-md-none d-lg-block"
>
<div
id=
"header-large"
class=
"row d-flex justify-content-between"
>
<div
id=
"header-large"
class=
"row d-flex justify-content-between"
>
<!-- Bandeau -->
<!-- Bandeau -->
<div
id=
"logo-header"
class=
"logo-l col-md-1"
></div>
<div
id=
"logo-header"
class=
"logo-l col-md-1
logo-header
"
></div>
<div
class=
"site-branding col-md-4 align-self-center"
>
Compléments Inscription
</div>
<div
class=
"site-branding col-md-4 align-self-center"
>
Compléments Inscription
</div>
<div
id=
"couleurs-droite"
class=
" col-md-1"
></div>
<div
id=
"couleurs-droite"
class=
" col-md-1"
></div>
</div>
</div>
</div
>
<div
class=
"row d-flex justify-content-center d-lg-none d-xl-none d-xxl-none text-center "
>
<div
id=
"logo-header"
class=
"small-logo bg-white ps-5"
></div>
</div>
</div>
<div
class=
"row d-flex justify-content-between d-lg-none d-xl-none d-xxl-none text-center"
>
<div
class=
"row d-flex justify-content-between d-lg-none d-xl-none d-xxl-none text-center"
>
<div
class=
"
col-md-12
header-small"
>
Compléments Inscription
<br>
IMT Nord Europe
</div>
<div
class=
"header-small"
>
Compléments Inscription
<br>
IMT Nord Europe
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -118,7 +121,7 @@
...
@@ -118,7 +121,7 @@
</div>
</div>
</div>
</div>
<div
id=
"div"
>
<div
id=
"div"
class=
"mt-5"
>
</div>
</div>
</div>
</div>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
script.js
View file @
b6947caa
...
@@ -119,7 +119,7 @@ $(document).ready(function(){
...
@@ -119,7 +119,7 @@ $(document).ready(function(){
if
(
mailsPossibles
.
length
!=
0
){
if
(
mailsPossibles
.
length
!=
0
){
$
(
"body"
).
append
(
$
(
"body"
).
append
(
`<div class = "container grayarea">
`<div class = "container grayarea">
<h2>Choix de l'adresse électronique</h2>
<h2
class="text-center"
>Choix de l'adresse électronique</h2>
<div class = "form-container div-form" id="email-container" >
<div class = "form-container div-form" id="email-container" >
<div class="title-container"><h3>Veuillez choisir votre prochaine adresse électronique</h3></div>
<div class="title-container"><h3>Veuillez choisir votre prochaine adresse électronique</h3></div>
<form id ="choix-email" name="mail" class="div-form form-emails" action="" method="" onsubmit="event.preventDefault();sendMail()">
<form id ="choix-email" name="mail" class="div-form form-emails" action="" method="" onsubmit="event.preventDefault();sendMail()">
...
...
This diff is collapsed.
Click to expand it.
style.css
View file @
b6947caa
...
@@ -21,6 +21,10 @@ html,body{
...
@@ -21,6 +21,10 @@ html,body{
.grayarea
{
.grayarea
{
max-width
:
700px
!important
;
/*Set your own width %; */
max-width
:
700px
!important
;
/*Set your own width %; */
}
}
.grayareasmall
{
max-width
:
250px
!important
;
}
.div-photo
{
.div-photo
{
background-color
:
whitesmoke
;
background-color
:
whitesmoke
;
border
:
solid
;
border
:
solid
;
...
@@ -57,8 +61,15 @@ html,body{
...
@@ -57,8 +61,15 @@ html,body{
font-weight
:
bold
;
font-weight
:
bold
;
font-size
:
200%
;
font-size
:
200%
;
}
}
.small-logo
{
background-color
:
white
!important
;
}
#logo-header
{
#logo-header
{
background-image
:
url('img/logo-header.png')
;
/* background-image: url('https://myservices.imt-lille-douai.fr/portail/wp-content/themes/MyServices/img/logo-header.png'); */
}
.logo-header
{
height
:
150px
;
height
:
150px
;
width
:
300px
;
width
:
300px
;
background-image
:
url('img/logo-header.png')
;
background-image
:
url('img/logo-header.png')
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment