Skip to content
Snippets Groups Projects
Commit 47d7a482 authored by totoW's avatar totoW
Browse files
parents 41fef79c fd1033f4
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
<!-- Login Form -->
<p><h3><strong> Sign in </strong></h3></p>
<p><h3><strong> Log in </strong></h3></p>
<p> Find the best offers made just for you</p>
<input type="text" id="login" class="fadeIn second" name="login" placeholder="Email" required>
<input type="password" id="password" class="fadeIn third" name="password" placeholder="Password" required>
......@@ -39,8 +39,6 @@
<div id="formFooter">
<a class="underlineHover" href="#">Forgot Password?</a><br>
New to the WebShop? <a class="underlineHover" href="register.php">Join Now!</a>
<br>Or<br>
<a class="underlineHover" href="#">Check for offers, without login.</a>
</div>
</div>
......
......@@ -100,18 +100,18 @@ echo "Hello Mr./Ms. ".explode('@',$_SESSION["username"])[0].", you were last onl
<div class="mySlides fade">
<img src="/startbootstrap-agency-gh-pages/assets/img/team/1.jpg" style="width:50%">
<img src="assets/img/laptops/1.jpg" style="width:50%">
ASUS ROG Strix G15 - $1,100
</div>
<div class="mySlides fade">
<img src="/startbootstrap-agency-gh-pages/assets/img/team/2.jpg" style="width:50%">
<img src="assets/img/laptops/2.jpg" style="width:50%">
HP OMEN 16 - $950
</div>
<div class="mySlides fade">
<img src="/startbootstrap-agency-gh-pages/assets/img/team/3.jpg" style="width:50%">
<img src="assets/img/laptops/3.jpg" style="width:50%">
Acer Nitro 5 - $1,150
</div>
......@@ -352,17 +352,24 @@ echo "Hello Mr./Ms. ".explode('@',$_SESSION["username"])[0].", you were last onl
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<ul class="list-inline">
<li>
<strong>Client:</strong>
Threads
<strong>Processor:</strong>
Intel Core i9-9700H
</li>
<li>
<strong>Category:</strong>
Illustration
<strong>Graphic Card:</strong>
NVIDIA GTX 3060
</li>
<li>
<strong>Storage:</strong>
512 GB SSD
</li>
<li>
<strong>Memory:</strong>
8 GB
</li>
</ul>
<button class="btn btn-primary btn-xl text-uppercase" data-bs-dismiss="modal" type="button">
<i class="fas fa-xmark me-1"></i>
Close Project
Add to shopping cart
</button>
</div>
</div>
......@@ -555,6 +562,6 @@ echo "Hello Mr./Ms. ".explode('@',$_SESSION["username"])[0].", you were last onl
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
<script src="slideBox.js"></script>
<script src="js/slideBox.js"></script>
</body>
</html>
......@@ -61,18 +61,18 @@ if(isset($_SESSION["username"])){
<div class="mySlides fade">
<img src="/startbootstrap-agency-gh-pages/assets/img/team/1.jpg" style="width:50%">
<img src="assets/img/laptops/1.jpg" style="width:50%">
ASUS ROG Strix G15 - $1,100
</div>
<div class="mySlides fade">
<img src="/startbootstrap-agency-gh-pages/assets/img/team/2.jpg" style="width:50%">
<img src="assets/img/laptops/2.jpg" style="width:50%">
HP OMEN 16 - $950
</div>
<div class="mySlides fade">
<img src="/startbootstrap-agency-gh-pages/assets/img/team/3.jpg" style="width:50%">
<img src="assets/img/laptops/3.jpg" style="width:50%">
Acer Nitro 5 - $1,150
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment