Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

offers-pages-done #8

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
260 changes: 113 additions & 147 deletions .idea/dataSources/bc566672-f9ce-454f-a9c0-fc9d538fce31.xml

Large diffs are not rendered by default.

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

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

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

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

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

19 changes: 8 additions & 11 deletions .idea/workspace.xml

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

8 changes: 8 additions & 0 deletions NeirAutoRental/.idea/.gitignore

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

8 changes: 8 additions & 0 deletions NeirAutoRental/.idea/NeirAutoRental.iml

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

12 changes: 12 additions & 0 deletions NeirAutoRental/.idea/dataSources.xml

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

8 changes: 8 additions & 0 deletions NeirAutoRental/.idea/modules.xml

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

8 changes: 8 additions & 0 deletions NeirAutoRental/.idea/sqldialects.xml

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

6 changes: 6 additions & 0 deletions NeirAutoRental/.idea/vcs.xml

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

Binary file added NeirAutoRental/2019-chevrolet-corvette.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions NeirAutoRental/About.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<?php
if (!isset($_SESSION)) {
session_start();
} ?>

<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta name="description" content="">


<title>Home</title>
<link rel="stylesheet" href="assets2/tether/tether.min.css">
<link rel="stylesheet" href="assets2/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets2/bootstrap/css/bootstrap-grid.min.css">
<link rel="stylesheet" href="assets2/bootstrap/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="assets2/socicon/css/styles.css">
<link rel="stylesheet" href="assets2/theme/css/style.css">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,700;1,400;1,700&display=swap&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,700;1,400;1,700&display=swap&display=swap"></noscript>
<link rel="preload" as="style" href="assets2/mobirise/css/mbr-additional.css"><link rel="stylesheet" href="assets2/mobirise/css/mbr-additional.css" type="text/css">




</head>
<body>
<?php
if (!isset($_SESSION["ID_User"])) include_once "nav_Disconnected.php";
else include_once "nav_Connected.php" ?>

<section style="height: 350px !important;" class="header1 cid-szHz3KqmX9 mbr-fullscreen" id="header1-0">



<div class="mbr-overlay" style="opacity: 0.1; background-color: rgb(250, 250, 250);"></div>

<div class="container">
<div class="row">
<div class="col-12 col-lg-5">
<h1 class="mbr-section-title mbr-fonts-style mb-3 display-1"><strong>RENTAL-X</strong></h1>

<p class="mbr-text mbr-fonts-style display-7">
With RENTAL-X, you can rent the car of your&nbsp;<br>dreams with only one click .</p>
<div class="mbr-section-btn mt-3"><a class="btn btn-success display-4" href="./Home.php">Explore our offers</a></div>
</div>
</div>
</div>
</section>
<?php include 'footer.php';?>



</body>
</html>
133 changes: 0 additions & 133 deletions NeirAutoRental/Add_offer.html

This file was deleted.

Loading