Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Marmiuton
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
Container 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
Sofiane Lasri
Marmiuton
Commits
d49f0cf0
Commit
d49f0cf0
authored
3 years ago
by
suprasanity
Browse files
Options
Downloads
Patches
Plain Diff
pas tapper yann
parent
07f28000
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pages/assets/css/connexion.css
+69
-8
69 additions, 8 deletions
pages/assets/css/connexion.css
pages/client/Connexion.php
+57
-33
57 additions, 33 deletions
pages/client/Connexion.php
with
126 additions
and
41 deletions
pages/assets/css/connexion.css
+
69
−
8
View file @
d49f0cf0
body
{
background-color
:
white
;
/* Coded with love by Mutiullah Samim */
body
,
html
{
margin
:
0
;
padding
:
0
;
height
:
100%
;
background
:
#60a3bc
!important
;
}
.user_card
{
height
:
400px
;
width
:
350px
;
margin-top
:
auto
;
margin-bottom
:
auto
;
background
:
#f39c12
;
position
:
relative
;
display
:
flex
;
justify-content
:
center
;
flex-direction
:
column
;
padding
:
10px
;
box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
6px
20px
0
rgba
(
0
,
0
,
0
,
0.19
);
-webkit-box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
6px
20px
0
rgba
(
0
,
0
,
0
,
0.19
);
-moz-box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
6px
20px
0
rgba
(
0
,
0
,
0
,
0.19
);
border-radius
:
5px
;
.flex-column
{
height
:
100rem
;
width
:
auto
;
margin-right
:
15rem
;
}
.brand_logo_container
{
position
:
absolute
;
height
:
170px
;
width
:
170px
;
top
:
-75px
;
border-radius
:
50%
;
background
:
#60a3bc
;
padding
:
10px
;
text-align
:
center
;
}
.brand_logo
{
height
:
150px
;
width
:
150px
;
border-radius
:
50%
;
border
:
2px
solid
white
;
}
.form_container
{
margin-top
:
100px
;
}
.login_btn
{
width
:
100%
;
background
:
#c0392b
!important
;
color
:
white
!important
;
}
.login_btn
:focus
{
box-shadow
:
none
!important
;
outline
:
0px
!important
;
}
.login_container
{
padding
:
0
2rem
;
}
.input-group-text
{
background
:
#c0392b
!important
;
color
:
white
!important
;
border
:
0
!important
;
border-radius
:
0.25rem
0
0
0.25rem
!important
;
}
.input_user
,
.input_pass
:focus
{
box-shadow
:
none
!important
;
outline
:
0px
!important
;
}
.custom-checkbox
.custom-control-input
:checked
~
.custom-control-label
::before
{
background-color
:
#c0392b
!important
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pages/client/Connexion.php
+
57
−
33
View file @
d49f0cf0
<link
href=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
rel=
"stylesheet"
id=
"bootstrap-css"
>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html
lang=
"fr"
>
<html>
<head>
<meta
charset=
"UTF-8"
>
<!-- Dépendances -->
<?=
getDepedencies
()
?>
<link
rel=
"stylesheet"
href=
"pages/assets/css/connexion.css"
>
<title>
Marmiuton
</title>
<title>
My Awesome Login Page
</title>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
integrity=
"sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin=
"anonymous"
>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"
></script>
<link
rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.6.1/css/all.css"
integrity=
"sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP"
crossorigin=
"anonymous"
>
</head>
<body>
<div
class=
"d-flex p-2"
>
<div
class=
"d-flex flex-column justify-content-center"
>
<div
class=
"d-flex flex-column justify-content-center"
style=
"width=500 "
>
<form
action=
"routeur.php"
method=
"get"
>
<input
type=
"hidden"
name=
"action"
value=
"created"
>
<label>
Nom d'utilisateur :
</label>
<p>
<input
type=
"text"
name=
"nomUser"
required
>
</p>
<label>
Mot de passe :
</label>
<p>
<input
type=
"text"
name=
"mdp"
required
>
</p>
<p>
<input
type=
"submit"
name=
"creer un compte"
value=
"créer un compte"
>
<input
type=
"submit"
name=
"connexion"
value=
"se connecter"
>
</p>
<body>
<div
class=
"container h-100"
>
<div
class=
"d-flex justify-content-center h-100"
>
<div
class=
"user_card"
>
<div
class=
"d-flex justify-content-center"
>
<div
class=
"brand_logo_container"
>
<img
src=
"https://cdn.freebiesupply.com/logos/large/2x/pinterest-circle-logo-png-transparent.png"
class=
"brand_logo"
alt=
"Logo"
>
</div>
</div>
<div
class=
"d-flex justify-content-center form_container"
>
<form>
<div
class=
"input-group mb-3"
>
<div
class=
"input-group-append"
>
<span
class=
"input-group-text"
><i
class=
"fas fa-user"
></i></span>
</div>
<input
type=
"text"
name=
""
class=
"form-control input_user"
value=
""
placeholder=
"username"
>
</div>
<div
class=
"input-group mb-2"
>
<div
class=
"input-group-append"
>
<span
class=
"input-group-text"
><i
class=
"fas fa-key"
></i></span>
</div>
<input
type=
"password"
name=
""
class=
"form-control input_pass"
value=
""
placeholder=
"password"
>
</div>
<div
class=
"form-group"
>
<div
class=
"custom-control custom-checkbox"
>
<input
type=
"checkbox"
class=
"custom-control-input"
id=
"customControlInline"
>
<label
class=
"custom-control-label"
for=
"customControlInline"
>
Remember me
</label>
</div>
</div>
<div
class=
"d-flex justify-content-center mt-3 login_container"
>
<button
type=
"button"
name=
"button"
class=
"btn login_btn"
>
Login
</button>
</div>
</form>
</div>
<div
class=
"mt-4"
>
<div
class=
"d-flex justify-content-center links"
>
Don't have an account?
<a
href=
"#"
class=
"ml-2"
>
Sign Up
</a>
</div>
<div
class=
"d-flex justify-content-center links"
>
<a
href=
"#"
>
Forgot your password?
</a>
</div>
</div>
</div>
<div
class=
"flex-grow-1"
style=
background-image:url('https://media.istockphoto.com/photos/bowl-dish-with-brown-rice-cucumber-tomato-green-peas-red-cabbage-picture-id1047798504?k=20&m=1047798504&s=612x612&w=0&h=sXUN01Y_SuuTnHlgtAhnZEJmb_4blMk7bYWhyhNCNPI=');background-size:cover;background-position:;
>
</div>
</div>
</body>
...
...
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