Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Go Game Streaming WebApp
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
go-project
Go Game Streaming WebApp
Commits
e641fb0f
Commit
e641fb0f
authored
1 year ago
by
CARRE Antoine
Browse files
Options
Downloads
Patches
Plain Diff
Fin modifs Sommaire
parent
cd9b8f3e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/styles.css
+1
-12
1 addition, 12 deletions
static/styles.css
templates/Sommaire.html
+10
-8
10 additions, 8 deletions
templates/Sommaire.html
with
11 additions
and
20 deletions
static/styles.css
+
1
−
12
View file @
e641fb0f
...
...
@@ -29,20 +29,9 @@ body {
}
.logo
{
width
:
15
%
;
width
:
80
%
;
}
background
{
margin
:
0
;
padding
:
0
;
height
:
100vh
;
background-image
:
url('jeu-de-go.jpeg')
;
/* Image en fond */
background-size
:
cover
;
background-position
:
center
;
}
.custom-fond
{
background-color
:
rgb
(
132
,
206
,
234
);
}
.custom-button
{
background-color
:
rgb
(
202
,
202
,
202
);
}
...
...
This diff is collapsed.
Click to expand it.
templates/Sommaire.html
+
10
−
8
View file @
e641fb0f
<!DOCTYPE html>
<html
lang=
"fr"
>
<body>
<head>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='bootstrap/css/bootstrap.css') }}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ url_for('static',filename = 'styles.css') }}"
>
...
...
@@ -10,13 +11,13 @@
<div
class=
"container-fluid text-center bg custom-color"
>
<div
class=
"container-fluid text-center"
>
<div
class=
"row"
>
<div
class=
"col
-5
custom-color"
>
<div
class=
"col custom-color"
>
<a
href=
"{{ url_for('credit') }}"
><button
class =
"btn bg custom-button btn-grand"
>
Credits
</button></a>
</div>
<div
class=
"container
-2
text-center col
custom-color
"
>
<div
class=
"container text-center col
text-light
"
>
<h1>
Sommaire
</h1>
</div>
<div
class=
"col
-5
custom-color"
>
<div
class=
"col custom-color"
>
<img
src=
"{{ url_for('static', filename='Logo-Tanuki_bleu_ciel.png') }}"
class=
"logo logo-Tenuki"
alt=
"Logo de l'association"
id=
"logo"
>
</div>
</div>
...
...
@@ -24,21 +25,22 @@
</br>
</br>
</br>
<body>
<div
class=
"container-fluid text-center"
>
<div
class=
"row"
>
<div
class=
"col
-6
"
><a
href =
{{
url_for
('
index
')
}}
><button
class=
"col-12 btn bg custom-button"
>
<div
class=
"col"
><a
href =
{{
url_for
('
index
')
}}
><button
class=
"col-12 btn bg custom-button"
>
</br></br></br><h1>
PARTIES EN COURS
</h1></br></br></br>
</button></a></div>
<div
class=
"col
-6
"
><a
href =
{{
url_for
('
historique
')
}}
><button
class=
"col-12 btn bg custom-button"
>
<div
class=
"col"
><a
href =
{{
url_for
('
historique
')
}}
><button
class=
"col-12 btn bg custom-button"
>
</br></br></br><h1>
HISTORIQUE
</h1></br></br></br>
</button></a></div>
</div>
</div>
</br>
</br>
<img
class=
"centered-image"
src=
"jeu-de-go.jpeg"
alt=
"Image centrée"
></img>
</div>
</body>
</div>
</html>
\ 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