Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cristo
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sofiane Lasri
Cristo
Commits
5f51ac94
Commit
5f51ac94
authored
Apr 12, 2023
by
v4nkor
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
https://git.iut-orsay.fr/mathieu.morgat/Cristo
parents
b6672708
4b39e61d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
index.php
+23
-1
23 additions, 1 deletion
index.php
pages/accueil.php
+23
-0
23 additions, 0 deletions
pages/accueil.php
pages/header.php
+23
-0
23 additions, 0 deletions
pages/header.php
pages/navbar.php
+30
-0
30 additions, 0 deletions
pages/navbar.php
with
99 additions
and
1 deletion
index.php
+
23
−
1
View file @
5f51ac94
<!DOCTYPE html>
<html
lang=
"fr"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Cristo
</title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<main>
</main>
<footer>
© Cristo 2023
</footer>
</body>
</html>
<?php
require_once
(
'core/_inc.php'
);
...
...
This diff is collapsed.
Click to expand it.
pages/accueil.php
+
23
−
0
View file @
5f51ac94
<!DOCTYPE html>
<html
lang=
"fr"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Cristo
</title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<main>
</main>
<footer>
© Cristo 2023
</footer>
</body>
</html>
<?php
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pages/header.php
+
23
−
0
View file @
5f51ac94
<link
rel=
"stylesheet"
href=
"styles/css/style.css"
>
<!DOCTYPE html>
<html
lang=
"fr"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Cristo
</title>
</head>
<body>
<header>
<nav>
</nav>
</header>
<main>
</main>
<footer>
© Cristo 2023
</footer>
</body>
</html>
<?php
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pages/navbar.php
+
30
−
0
View file @
5f51ac94
<!DOCTYPE html>
<html
lang=
"fr"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Cristo
</title>
</head>
<body>
<header>
<nav
class=
"topnav"
>
<div>
<a
class=
"active"
href=
"#Acceuil"
>
Acceuil
</a>
<a
href=
"#recette"
>
Recettes de cuisine
</a>
<a
href=
"#special"
>
Spéciales pâques
</a>
</div>
<!-- barre de recherche -->
<div
class=
"search-container"
>
<form
action=
"/action_page.php"
>
<input
type=
"text"
placeholder=
"Rechercher.."
name=
"search"
>
<button
type=
"submit"
><i
class=
"fa fa-search"
></i></button>
</form>
</div>
<div>
<a
href=
"#connexion"
>
Connexion
</a>
<a
href=
"#inscription"
>
Inscription
</a>
</div>
</nav>
</body>
</html>
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
sign in
to comment