-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1d5754d
Showing
15 changed files
with
11,840 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
$animal=$_GET["id"]; | ||
if($animal=="Toronto"){ | ||
$img="img/hero-toronto.jpg"; | ||
$title="DÉCOUVREZ LE CÔTÉ LOCAL DE <span class=\"text-primary\">TORONTO</span><br>REJOIGNEZ-NOUS POUR UNE VISITE GUIDÉE PAR DES EXPERTS"; | ||
$paragraph="L'équipe YahyaniTour Toronto propose des visites régulières tout au long de l'année (y compris nos célèbres visites à pied) et est le fournisseur officiel des aventures urbaines à Toronto. Nos guides sont également disponibles pour animer des visites pour des voyages scolaires, des événements spéciaux, des familles, des individus et des groupes de toutes sortes. Les guides qui dirigent nos visites de la ville sont engageants, divertissants et experts dans tout ce qui concerne Toronto !."; | ||
$Duration="60 minutes"; | ||
$Price="$ 279 "; | ||
}elseif($animal=="Vancouver"){ | ||
$img="img/hero-Vancouver.jpg"; | ||
$title="VOIR <span class=\"text-primary\">VANCOUVER</span> SOUS UNE LUMIÈRE DIFFÉRENTE <br>EXPÉRIMENTER CETTE VILLE DIVERSÉE À LA MANIÈRE LOCALE"; | ||
$paragraph="Bénéficiant d'une vue imprenable sur les montagnes et les criques, une histoire riche mais tumultueuse et une culture diversifiée et progressive, Vancouver est une métropole comme peu d'autres. Nos guides locaux sont idéalement placés pour partager les hauts et déballer les bas dans cette ville de contrastes, et illustreront les histoires du passé fascinant de Vancouver avec des arrêts dans les attractions importantes de Vancouver ainsi que dans certains de leurs sites moins connus préférés."; | ||
$Duration="120 minutes"; | ||
$Price="$159"; | ||
}else{ | ||
header("Location: page-not-found.php"); | ||
} | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
<!DOCTYPE html> | ||
<html lang="fr"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<link rel="icon" href="image/icon.png"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> | ||
|
||
<title>Adpot me</title> | ||
</head> | ||
|
||
<body> | ||
<div class="info"> | ||
Appelez-nous au : +1 (514) 863-2918 📞| De 7h à 17h | 5j / 7j | ||
</div> | ||
<div class="nav"> | ||
<ul> | ||
<li> | ||
<a href="contact.html">Contactez-nous</a> | ||
</li> | ||
<li> | ||
<a href="info.html">Informations</a> | ||
</li> | ||
<li> | ||
<a href="mise-en-adoption.html">Mise en adoption</a> | ||
</li> | ||
<li> | ||
<a href="index.php">Acceuil</a> | ||
</li> | ||
<li class="logo"> | ||
<a href="index.php">Adoptez<span class="text-primary"> moi</span></a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="section-1 section-1-marg"> | ||
<div class="section-4"> | ||
<div> | ||
<p> | ||
<strong>Adresse postale :</strong> 120 Rue Sainte-Catherine Sud, Montréal, QC H2L 2C4 | ||
</p> | ||
<p> | ||
<strong>Numéro de téléphone :</strong> +1 (514) 863-2918 | ||
</p> | ||
<p> | ||
<strong>Adresse messagerie :</strong> | ||
<a id="mailtext" href="mailto:Adoptcompagnon@gmail.com">Adoptcompagnon@gmail.com</a> | ||
</p> | ||
</div> | ||
<div class="inline"> | ||
<div class="input-group1"> | ||
<label for="Nom">Nom*</label><br> | ||
<input class="input-text1" id="Nom" name="Nom" type="text" pattern="[A-Za-z' ']+" required> | ||
</div> | ||
<div class="input-group1"> | ||
<label for="Prenom">Prénom*</label><br> | ||
<input class="input-text1" id="Prenom" name="Prenom" type="text" pattern="[A-Za-z' ']+" required> | ||
</div> | ||
</div> | ||
|
||
<div class="inline"> | ||
<div class="input-group1"> | ||
<label for="email">Adresse messagerie*</label><br> | ||
<input class="input-text1" id="email" name="email" type="text" pattern="[A-Za-z' ']+" required> | ||
</div> | ||
<div class="input-group1"> | ||
<label for="ntele">Numéro de téléphone*</label><br> | ||
<input class="input-text1" id="ntele" name="ntele" type="tel" required> | ||
</div> | ||
</div> | ||
<label for="quescomm">Votre question ou commentaire*</label><br> | ||
<textarea class="input-text justify-content-center" name="quescomm" id="quescomm" cols="165" rows="10" required></textarea> | ||
<div class="wid-alite"> | ||
<input type="submit" class="btn btn-primary btn-lg" value="Envoyer"> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
<!-- FOOTER START --> | ||
|
||
<div class="footer"> | ||
<div class="inner-footer"> | ||
<div> | ||
<h2>Lunch<span class="text-primary"> écolier</span></h2> | ||
<p>Plats pour vos enfants <br>à l'école.</p> | ||
</div> | ||
<div> | ||
<h3>Liens rapides</h3> | ||
<ul class="menufo"> | ||
<li><a href="accueil.html">Accueil</a></li> | ||
<li><a href="info.html">Informations</a></li> | ||
<li><a href="contact.html">Contactez-nous</a></li> | ||
</ul> | ||
</div> | ||
<div> | ||
<h3>Contactez-nous</h3> | ||
<ul class="menufo"> | ||
<li>120 Rue Sainte-Catherine Sud, Montréal, QC H2L 2C4</li> | ||
<li>Lunchecolier@gmail.com</li> | ||
<li>+1 (514) 863-2918</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,221 @@ | ||
body, | ||
html { | ||
height: 100%; | ||
margin: 0; | ||
} | ||
|
||
html { | ||
scroll-behavior: smooth; | ||
} | ||
|
||
.text-primary { | ||
color: teal; | ||
} | ||
|
||
.logo { | ||
float: left !important; | ||
} | ||
|
||
|
||
/* info */ | ||
|
||
.info { | ||
z-index: 1; | ||
width: 100%; | ||
background-color: white; | ||
text-align: center; | ||
padding: 10px 0px; | ||
position: fixed; | ||
top: 0; | ||
} | ||
|
||
|
||
/* navigation */ | ||
|
||
ul { | ||
list-style-type: none; | ||
overflow: hidden; | ||
background-color: #333; | ||
z-index: 1; | ||
padding: 0; | ||
} | ||
|
||
a { | ||
color: white; | ||
text-decoration: none; | ||
font-size: 20px; | ||
} | ||
|
||
.nav { | ||
position: fixed; | ||
width: 100%; | ||
z-index: 1; | ||
top: 40px; | ||
} | ||
|
||
.nav ul { | ||
margin: 0; | ||
padding: 0; | ||
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); | ||
width: 100%; | ||
} | ||
|
||
.nav a { | ||
text-align: center; | ||
display: block; | ||
padding: 16px 18px; | ||
color: white; | ||
} | ||
|
||
.nav ul li { | ||
float: right; | ||
} | ||
|
||
.nav ul li a:hover:not(.active) { | ||
color: tomato; | ||
background-color: rgba(255, 255, 255, .3); | ||
text-decoration: 0; | ||
box-decoration-break: clone; | ||
} | ||
|
||
|
||
/* landing */ | ||
|
||
.bagr-pg { | ||
background-image: url("../IMAGE/img1.jpg"); | ||
height: 100%; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
background-size: cover; | ||
position: relative; | ||
} | ||
|
||
.display { | ||
font-size: 2rem; | ||
line-height: 1; | ||
color: gold; | ||
margin-bottom: 30px; | ||
margin-top: -100px; | ||
} | ||
|
||
.bg { | ||
background-image: url("../image/img1.jpg"); | ||
height: 100%; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
background-size: cover; | ||
position: relative; | ||
} | ||
|
||
.header { | ||
margin: 0; | ||
position: absolute; | ||
top: 40%; | ||
left: 5%; | ||
color: white; | ||
text-transform: uppercase; | ||
} | ||
|
||
.footer { | ||
background-color: #333; | ||
padding: 15px; | ||
color: white; | ||
margin-top: 15px; | ||
} | ||
|
||
.inner-footer { | ||
display: flex; | ||
justify-content: space-around; | ||
width: 100%; | ||
} | ||
|
||
.menufo a { | ||
font-size: medium; | ||
padding: 0px; | ||
color: white; | ||
list-style-type: circle; | ||
} | ||
|
||
.section-0 { | ||
background-color: #fff; | ||
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); | ||
padding: 20px; | ||
border-radius: 15px; | ||
height: calc(100% - 175px); | ||
} | ||
|
||
.section-1 { | ||
background-color: #fff; | ||
box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); | ||
padding: 20px; | ||
border-radius: 15px; | ||
position: relative; | ||
} | ||
|
||
.section-0-marg { | ||
margin: -15px 15px 15px 15px; | ||
} | ||
|
||
.section-1-marg { | ||
margin: 120px 15px 15px 15px; | ||
} | ||
|
||
#texteenreg { | ||
text-align: center; | ||
} | ||
|
||
.section-4 { | ||
margin: 4%; | ||
text-align: left; | ||
text-align: justify; | ||
} | ||
|
||
.display1 { | ||
font-size: 2.5rem; | ||
line-height: 1.2; | ||
color: white; | ||
} | ||
|
||
.header { | ||
margin: 0; | ||
position: absolute; | ||
top: 40%; | ||
left: 5%; | ||
color: #fff; | ||
text-align: left; | ||
text-transform: uppercase; | ||
} | ||
|
||
#mailtext { | ||
color: blue; | ||
} | ||
|
||
.input-group1 { | ||
width: 150%; | ||
} | ||
|
||
.input-text1 { | ||
display: block; | ||
width: 90%; | ||
font-size: 1rem; | ||
font-weight: 100; | ||
line-height: 1.5; | ||
color: #495057; | ||
background-color: #fff; | ||
border: 1px solid #ced4da; | ||
border-radius: .25rem; | ||
margin-top: 5px; | ||
margin-bottom: 15px; | ||
margin-right: 120px; | ||
} | ||
|
||
.inline { | ||
display: flex; | ||
justify-content: space-around; | ||
margin-top: 15px; | ||
} | ||
|
||
.wid-alite { | ||
width: 98%; | ||
text-align: center; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
id,nom,type,race,age,desc,courriel,adresse,ville,cp | ||
X1,Fluffy,Mouton,Dorper,2,Mouton Dorpor plutôt jeune. Parfait pour l'élevage.,mouton@eleveur.ca,47 rang du Nord,Victoriaville,H3E 3K4 | ||
X2,Dragon,Chien,Chihuahua,5,Petit chien docile.,steve@hotmail.com,255 chemin du Loup,Drummondville,J3R 4I3 | ||
X3,Perdita,Chien,Dalmatien,12,Mère de plusieurs portées. Recherche une famille calme pour sa retraite.,cruella@disney.com,34 rue de LaSalle,Montréal,H3E 4R5 | ||
X4,Skippy,Kangourou,Inconnu,7,Ancien acteur d'une série télé.,kangourou@animalcrossing.com,4848 de la chance,St-Hilaire,J4P 9U4 | ||
X5,Madame Long Cou,Escargot,Inconnu,1,Escargot de jardin ayant eu une belle vie.,snail@snailmail.com,33 de la Noix,Montréal,H3R 3J4 | ||
X6,Serpent Haut,Serpent,Boa,3,Serpent boa retrouvé au pavillon SH de l'UQAM.,serpent@uqam.ca,CP8888 Succ Centre-ville,Montréal,H3B 3C3 | ||
X7,Mojo,Chien,Pug,8,Vieux chien bien calme qui aime les promenades au parc.,cedric@hotmail.com,4744 Marquette,Contrecoeur,J0L 1C0 | ||
X8,Aji,Chat,Lhbil,3,Tgolih Aji yji 3endek kayjri.,yahyanimohamed92@gmail.com,4050 Rue Emery,Montreal-nord,H1H 2N1 | ||
X9,Aji,Chat,Lhbil,3,Tgolih Aji yji 3endek kayjri.,yahyanimohamed92@gmail.com,4050 Rue Emery,Montréal-nord,H1H 2N1 | ||
X10,Aji,Chat,Lkhbil,3,Tgolih Aji, yji 3endek kayjri.,yahyanimohamed92@gmail.com,4050 Rue Emery,Montréal-nord,H1H 2N1 |
Oops, something went wrong.