Skip to content

Commit

Permalink
tutti recap
Browse files Browse the repository at this point in the history
  • Loading branch information
federicopozzi committed Feb 8, 2021
1 parent e4287ca commit ea9d29b
Show file tree
Hide file tree
Showing 11 changed files with 371 additions and 5 deletions.
Binary file added assets/img/makeup.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/img/pc.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/img/skin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/svg/makeupinfo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<div class="pt-4 col-lg-6 d-flex justify-content-center">
<div class="row">
<div class="col-lg-12">
<a href="./pages/makeup.html"> <img src="./assets/svg/skincarecard.svg" class="img-fluid" alt="Responsive image"></a>
<a href="./pages/skincare.html"> <img src="./assets/svg/skincarecard.svg" class="img-fluid" alt="Responsive image"></a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/makeup.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div class="container-fluid">
<div class="row pt-5">
<div class="col-lg-12 d-flex align-items-center">
<img src="../assets/svg/makeupinfo.svg" class="img-fluid" alt="Responsive image">
<a href="recapMakeup.html"> <img src="../assets/svg/makeupinfo.svg" class="img-fluid" alt="Responsive image"></a>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/pc.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div class="container-fluid">
<div class="row pt-5">
<div class="col-lg-12 d-flex align-items-center">
<img src="../assets/svg/pcinfo.svg" class="img-fluid" alt="Responsive image">
<a href="recapPc.html"> <img src="../assets/svg/pcinfo.svg" class="img-fluid" alt="Responsive image"></a>

</div>
</div>
Expand Down
122 changes: 122 additions & 0 deletions pages/recapMakeup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<html lang=eng>

<head>
<!-- metatag -->
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Federico Pozzi">

<title>BuyMeAir</title>

<!-- responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="all">
<!-- favicon -->
<link rel="icon" sizes="192x192" href="">
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<!-- UIkit CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" />
<!-- style -->
<link rel="stylesheet" href="../assets/css/main.css">

</head>

<body>

<section class="header">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 d-flex justify-content-between">
<a href="../index.html"><span>Home</span></a>
<a href=""><span>About</span></a>
</div>
</div>
</div>
</section>

<section>
<div class="firstTextContainerCountry d-flex justify-content-center">
<div class="marquee">
<div class="marquee__inner country" aria-hidden="true">
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
</div>
</div>
</div>
</section>

<section class="websiteMargin">
<div class="container-fluid pt-5">
<div class="row pt-5">
<div class="col-lg-12" style="background-color: white; border-radius: 40px;">
<div class="row pt-5" style="padding-left: 30px; padding-right: 30px;">
<div class="col-lg-6" >
<p class="titolo">Recap</p>
<div class="row pt-3">
<div class="col-lg-3"><img src="../assets/img/makeup.png" class="img-fluid" alt="Responsive image" width="100"></div>
<div class="col-lg-9"><p>This is the Latest and Best Makeup product money can buy!<br>
Choose the fastest shipping available in order to obtain it as soon as possible!</p> <p class="price"> 29,99 €</p> </div>
</div>
</div>
<div class="col-lg-6">
<p class="titolo">Shipping address</p>
<form>
<div class="form-group">
<label>City</label>
<input class="form-control" aria-describedby="emailHelp" placeholder="Enter City">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Address</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Address">
</div>
</form>
</div>
</div>
<div class="row pt-5 pb-4" style="padding-left: 30px; padding-right: 30px;">
<div class="col-lg-12">
<p class="titolo">Shipping methods</p>
<p class="d-flex justify-content-between"><span class="metodo" ><a href="./bad.html" style="color:white">DELIVERY TOMORROW</span></a><span class="metodo"><a href="./good.html" style="color:white">DELIVERY IN 5 DAYS</span></a></p>
</div>
</div>
</div>
</div>
</div>
</section>


<footer id="footer" class="fixed-bottom"></footer>
<!-- JavaScript-->
<!-- UIkit JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

<script src="../assets/js/main.js"></script>
<script src="../assets/js/footer.js"></script>

</body>


</html>
122 changes: 122 additions & 0 deletions pages/recapPc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<html lang=eng>

<head>
<!-- metatag -->
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Federico Pozzi">

<title>BuyMeAir</title>

<!-- responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="all">
<!-- favicon -->
<link rel="icon" sizes="192x192" href="">
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<!-- UIkit CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" />
<!-- style -->
<link rel="stylesheet" href="../assets/css/main.css">

</head>

<body>

<section class="header">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 d-flex justify-content-between">
<a href="../index.html"><span>Home</span></a>
<a href=""><span>About</span></a>
</div>
</div>
</div>
</section>

<section>
<div class="firstTextContainerCountry d-flex justify-content-center">
<div class="marquee">
<div class="marquee__inner country" aria-hidden="true">
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
</div>
</div>
</div>
</section>

<section class="websiteMargin">
<div class="container-fluid pt-5">
<div class="row pt-5">
<div class="col-lg-12" style="background-color: white; border-radius: 40px;">
<div class="row pt-5" style="padding-left: 30px; padding-right: 30px;">
<div class="col-lg-6" >
<p class="titolo">Recap</p>
<div class="row pt-3">
<div class="col-lg-3"><img src="../assets/img/pc.png" class="img-fluid" alt="Responsive image" width="100"></div>
<div class="col-lg-9"><p>This is the Latest and Best Pc money can buy!<br>
Choose the fastest shipping available in order to obtain it as soon as possible!</p> <p class="price"> 1599,00 €</p> </div>
</div>
</div>
<div class="col-lg-6">
<p class="titolo">Shipping address</p>
<form>
<div class="form-group">
<label>City</label>
<input class="form-control" aria-describedby="emailHelp" placeholder="Enter City">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Address</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Address">
</div>
</form>
</div>
</div>
<div class="row pt-5 pb-4" style="padding-left: 30px; padding-right: 30px;">
<div class="col-lg-12">
<p class="titolo">Shipping methods</p>
<p class="d-flex justify-content-between"><span class="metodo" ><a href="./bad.html" style="color:white">DELIVERY TOMORROW</span></a><span class="metodo"><a href="./good.html" style="color:white">DELIVERY IN 5 DAYS</span></a></p>
</div>
</div>
</div>
</div>
</div>
</section>


<footer id="footer" class="fixed-bottom"></footer>
<!-- JavaScript-->
<!-- UIkit JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

<script src="../assets/js/main.js"></script>
<script src="../assets/js/footer.js"></script>

</body>


</html>
122 changes: 122 additions & 0 deletions pages/recapSkin.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<html lang=eng>

<head>
<!-- metatag -->
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Federico Pozzi">

<title>BuyMeAir</title>

<!-- responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="all">
<!-- favicon -->
<link rel="icon" sizes="192x192" href="">
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<!-- UIkit CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css" />
<!-- style -->
<link rel="stylesheet" href="../assets/css/main.css">

</head>

<body>

<section class="header">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 d-flex justify-content-between">
<a href="../index.html"><span>Home</span></a>
<a href=""><span>About</span></a>
</div>
</div>
</div>
</section>

<section>
<div class="firstTextContainerCountry d-flex justify-content-center">
<div class="marquee">
<div class="marquee__inner country" aria-hidden="true">
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
<span>Phone</span>
</div>
</div>
</div>
</section>

<section class="websiteMargin">
<div class="container-fluid pt-5">
<div class="row pt-5">
<div class="col-lg-12" style="background-color: white; border-radius: 40px;">
<div class="row pt-5" style="padding-left: 30px; padding-right: 30px;">
<div class="col-lg-6" >
<p class="titolo">Recap</p>
<div class="row pt-3">
<div class="col-lg-3"><img src="../assets/img/skin.png" class="img-fluid" alt="Responsive image" width="100"></div>
<div class="col-lg-9"><p>This is the Latest and Best Skin care product money can buy!<br>
Choose the fastest shipping available in order to obtain it as soon as possible!</p> <p class="price"> 49,99 €</p> </div>
</div>
</div>
<div class="col-lg-6">
<p class="titolo">Shipping address</p>
<form>
<div class="form-group">
<label>City</label>
<input class="form-control" aria-describedby="emailHelp" placeholder="Enter City">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Address</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Address">
</div>
</form>
</div>
</div>
<div class="row pt-5 pb-4" style="padding-left: 30px; padding-right: 30px;">
<div class="col-lg-12">
<p class="titolo">Shipping methods</p>
<p class="d-flex justify-content-between"><span class="metodo" ><a href="./bad.html" style="color:white">DELIVERY TOMORROW</span></a><span class="metodo"><a href="./good.html" style="color:white">DELIVERY IN 5 DAYS</span></a></p>
</div>
</div>
</div>
</div>
</div>
</section>


<footer id="footer" class="fixed-bottom"></footer>
<!-- JavaScript-->
<!-- UIkit JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/uikit-icons.min.js"></script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>

<script src="../assets/js/main.js"></script>
<script src="../assets/js/footer.js"></script>

</body>


</html>
Loading

0 comments on commit ea9d29b

Please sign in to comment.