Skip to content

Commit

Permalink
Merge pull request #3 from sptm7731/main
Browse files Browse the repository at this point in the history
Updated texts for all placeholders
  • Loading branch information
siMobin authored Oct 21, 2023
2 parents c901a44 + 77c2989 commit ae9bb4e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion admin/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<p>This website is designed for <strong>Desktop</strong> only and may not provide an optimal experience on mobile devices or screens with low resolutions.</p>
<p>If you are on a <strong>Mobile</strong> device, we recommend using a <strong>Desktop</strong> or larger screen for the best viewing experience.</p>
<p>
If you Lorem ipsum dolor sit amet press
If you'd like to refresh the page press the refresh button
<button>
<a href="./schedule.php"><i class="fa-solid fa-arrows-rotate"></i> Refresh</a>
</button>
Expand Down
4 changes: 2 additions & 2 deletions user/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<div id="embeddedNav"></div>

<div class="info">
<h4>Lorem ipsum dolor sit amet consectetur.</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis rerum odio illum! Vel ad quam, fugit consequatur et quibusdam nulla ex atque culpa dolores nemo incidunt labore exercitationem vero aliquid!</p>
<h4>This entire site was made as a CSE project.</h4>
<p>This project was made to incorporate and apply our knowledge for a student project. But as we went on we started to see the flaws of other services and missing features which we decided to apply to our project as well. Which resulted this website having many innovative features that other sites might lack which allows the user to have an intuitive and convenient experience using our site.</p>
</div>

<div id="pdf-container">
Expand Down
4 changes: 2 additions & 2 deletions user/feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<body>

<header>
<h1>Lorem, ipsum dolor. Feedback</h1>
<h1>Reach out to us at any time!</h1>
<div>
<a href="./">Home</a>
<span>&bull;</span>
<a href="#">lorem</a>
<a href="./ticket.php">Book a ticket</a>
</div>
</header>

Expand Down
8 changes: 4 additions & 4 deletions user/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<body>
<header>
<h1>The Airline you know, reimagined for business...</h1>
<p>A platform for managing Lorem ipsum dolor sit amet consectetur adipisicing elit. Odio, minima!</p>
<h1>The Airline you know, reimagined for business</h1>
<p>Your trusted platform for luxury flights all over the globe from the convenience of your own home!</p>
<a class=".submit" href="./ticket.php">Book Ticket</a>
</header>

Expand All @@ -47,8 +47,8 @@

<div>
<img src="./image/safety_2.jpg" alt="">
<h3>Setting <?php echo $TotalAirport; ?> airport in motion</h3>
<p>With Lorem ipsum dolor sit, amet consectetur adipisicing elit. Sed, odit? Velit sed cumque odit dolorum, quibusdam placeat debitis sint assumenda voluptas eos perferendis quos deleniti?</p>
<h3>Setting <?php echo $TotalAirport; ?> airports in motion</h3>
<p>Our services are connect all over the world in various countries which are primarily focused on tourism and luxury experiences. With conacts with nearby luxury hotels and new airports joining our network every year we hope to bring you premium expereiences at an affordable cost.</p>
</div>
</div>
<?php
Expand Down
2 changes: 1 addition & 1 deletion user/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
while ($row = sqlsrv_fetch_array($result, SQLSRV_FETCH_ASSOC)) {
$response .= "<p><strong>Nearest Airport:</strong> " . $row["destination"] . "<br>";
$response .= "<strong>Distance:</strong> " . number_format($row["distance"], 2) . " KM<br>";
$response .= "<strong>Lorem Ipsum Hotel:</strong> " . $row["hotel"] . "<br>";
$response .= "<strong>Recommended Hotel:</strong> " . $row["hotel"] . "<br>";
$response .= "<strong>Customer Support:</strong> " . $row["hotline"] . "</p>";
}
sqlsrv_close($conn);
Expand Down
2 changes: 1 addition & 1 deletion user/slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="swiper-wrapper">
<?php
// Array of image categories
$imageCategories = ["airport", "visiting place of", "beach of", "business in", "walk on"];
$imageCategories = ["Airport Terminal", "Tourist Attractions", "Famous Places", "Travel Destinations", "Scenic Views","Cultural Landmarks","Airport Control Tower","Airport Aerial View","Airport Building"];

foreach ($destinations as $destination) {
// Select a random image category from the array
Expand Down
4 changes: 2 additions & 2 deletions user/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ function calculateDistance($lat1, $lon1, $lat2, $lon2)
<body>
<header>
<div>
<h1>YOUR PRIVET AIRLINE!</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam culpa iste consectetur aliquid debitis esse asperiores inventore hic? Nam, veritatis!</p>
<h1>YOUR PRIVATE AIRLINE!</h1>
<p>Your trusted source for premium airline tickets at an affordable price! Our goal is to ensure you get the most comfortable flying expeirence all around the globe all while at the convenience of your own home devices. We also provide the service of rescheduling your flight to ensure your experience is the most optimal that we can provide.</p>
</div>
</header>
<form method="post">
Expand Down

0 comments on commit ae9bb4e

Please sign in to comment.