Skip to content

Commit

Permalink
contact forme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
geekcrea committed Aug 27, 2024
1 parent 39fd4fc commit 3cc1d10
Show file tree
Hide file tree
Showing 1,266 changed files with 246,078 additions and 52 deletions.
Binary file added acheck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added achecker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/.DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion css/photographer.css
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ form textarea {
font-family: inherit;
}



#submit_button {
margin-bottom: 80px;
border: 1px solid transparent;
Expand All @@ -398,7 +400,7 @@ form textarea {

#submit_button:hover,
#submit_button:focus-visible {
border: 1px solid #000000;
border: 1px solid #050505;
}

.lightBoxModalClose {
Expand Down
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ a {

.photographer_section {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr;
margin-top: 100px;
}

Expand Down
6 changes: 3 additions & 3 deletions data/photographers.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"id": 930,
"city": "Paris",
"country": "France",
"tagline": "Capturer des compositions complexes",
"tagline": "Travaille sur des compositions complexes",
"price": 250,
"portrait": "EllieRoseWilkens.jpg"
},
Expand All @@ -32,7 +32,7 @@
"id": 527,
"city": "Mexico City",
"country": "Mexico",
"tagline": "Toujours aller de l'avant",
"tagline": "Je vais toujours de lavant",
"price": 350,
"portrait": "NabeelBradford.jpg"
},
Expand All @@ -41,7 +41,7 @@
"id": 925,
"city": "Barcelona",
"country": "Spain",
"tagline": "Je crée des souvenirs",
"tagline": "Créatrice de souvenirs",
"price": 375,
"portrait": "RhodeDubois.jpg"
},
Expand Down
8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import globals from "globals";
import pluginJs from "@eslint/js";


export default [
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,
];
Binary file added html w3c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 2 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,13 @@
<link href="css/style.css" rel="stylesheet" type="text/css" />
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="./assets/favicon.png" />
<link
href="https://fonts.googleapis.com/css?family=DM+Sans&display=swap"
rel="stylesheet"
/>
<link href="https://fonts.googleapis.com/css?family=DM+Sans&display=swap" rel="stylesheet" />
<title>Fisheye</title>
</head>
<body>
<header>
<a href="./photographer.html">
<img
src="assets/images/logo.png"
class="logo"
alt="Logo du site Fisheye"
role="link"
aria-label="Fisheye homepage"
/>
<img src="assets/images/logo.png" class="logo" alt="Logo du site Fisheye" role="link" aria-label="Fisheye homepage" >
</a>
<h1>Nos photographes</h1>
</header>
Expand Down
16 changes: 16 additions & 0 deletions node_modules/.bin/acorn

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/acorn.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/.bin/acorn.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions node_modules/.bin/eslint

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/eslint.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/.bin/eslint.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions node_modules/.bin/js-yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/js-yaml.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/.bin/js-yaml.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions node_modules/.bin/node-which

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/node-which.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/.bin/node-which.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3cc1d10

Please sign in to comment.