Skip to content

Commit

Permalink
commit1
Browse files Browse the repository at this point in the history
  • Loading branch information
devakisj1 authored Apr 10, 2019
1 parent bdeb462 commit cd985ac
Show file tree
Hide file tree
Showing 69 changed files with 3,429 additions and 0 deletions.
Binary file added 18910401.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 95 additions & 0 deletions 4health.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<!DOCTYPE html>
<html>
<head>
<title>4health</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</head>
<body class="bgaccount">
<div>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark ">

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="Navbar.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="signup.html">Sign-Up</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="login1.html">Login</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="product.html">Product Catalogue</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="healthtips.html">Health Tips</a>
</li>

</ul>
</div>
<a href="#" >
<img src="Screenshot (9).png" width="50" height="50" alt="" align="left" HSPACE="25" class="img1" >
</a>
<h1 style="padding-right: 500px;color: white;color: lightblue;font-family: 'Abril Fatface', cursive;"> Woof Love</h1>


</nav>
</div>

<div style="padding-top: 100px;padding-bottom: 50px;" align="center">

<div class="card " style="width: 50%;" align="left">
<div class="card-body">
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="5138515.jpg" style="width: 300px;height: 300px;">

</div>
<div class="col-md-6" style="padding-left: 100px;">
<h4 class="card-title" style="padding-top: 30px;padding-bottom: 50px;">4Health</h4>
<h6 style="color:red;">Price:Rs 300</h6>

<a href=""><button type="button" class="btn btn-primary btn-lg" style="width:200px;height:40px;" onclick="myFunction()">Add to cart</button></a>
<p class><small class="text-muted">Cash on delivary only</small></p>
</div>
</div>
</div>

<h5 class="card-title" style="padding-top: 30px;">Ingrediants and Details</h5>

<p class="card-text">4Health is a premium dog food brand that offers quality wet and dry food that is full of beneficial ingredients that will keep your pet strong, healthy and happy.<br>
here is salmon in this fish meal for your dog, which provides 25 percent protein for sustaining muscle and providing energy throughout the day. Since it contains fish, this also makes a great choice if your pet has an allergy to other types of meat, such as chicken or beef.</p>

</div>
</div>
</div>




<nav class="navbar-bottom navbar-dark bg-dark footer">
<div align="center" class="div2">
<p >Contact us at [email protected]</p>
</div>

</nav>

<script>
function myFunction() {
alert("Please login to add to cart");
}
</script>

</body>
</html>
Binary file added 5138515.jpg
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 Certificate-of-Approval_kicsi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions Navbar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home-</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="Screenshot (9).png" type="image/gif" sizes="16x16">

<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</head>
<body>

<div>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark ">

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">

<li class="nav-item active">
<a class="nav-link" href="Navbar.html">Home</a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Sign-up
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="signup.html">Sign-up as dog owner</a>
<a class="dropdown-item" href="vetsignup1.html">Sign-up as vet</a>

</div>
</li>
<li class="nav-item active">
<a class="nav-link " href="login1.html">Login</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="product.html">Product Catalogue</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="healthtips.html">Health Tips</a>
</li>


</ul>
</div>
<a href="#" >
<img src="Screenshot (9).png" width="50" height="50" alt="" align="left" HSPACE="25" class="img1" >
</a>
<h1 style="padding-right: 500px;color: white;color: lightblue;font-family: 'Abril Fatface', cursive;"> Woof Love</h1>




</nav>
</div>

<div class="content" style="max-width:100%;padding-bottom:30px;">
<img class="mySlides" src="boys-brother-childhood.jpg" style="width:100%">
<img class="mySlides" src="adult-animal.jpg" style="width:100%">
<img class="mySlides" src="pexels-photo.jpg" style="width:100%">
<div class="container">
<h1>About Us</h1>
<h5>Wolf Love is the complete stop for all your dogs needs.</h5>
<h5>Come explore the different varieties of food,grooming products and much more......</h5>
</div>

</div>

<script>
var myIndex = 0;
carousel();

function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 2000); // Change image every 2 seconds
}
</script>
<nav class="navbar-bottom navbar-dark bg-dark footer" >
<div align="center" class="div2">
<p >Contact us at [email protected]</p>
</div>

</nav>


</body>
</html>

Binary file added Recycle Bin - Shortcut.lnk
Binary file not shown.
Binary file added Screenshot (9).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 VetHeader.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions account.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<!DOCTYPE html>
<html>
<head>
<title>my account</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>






</head>
<body class="bgaccount">
<div>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark ">

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="Navbar.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="product.html">Product Catalogue</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="healthtips.html">Health Tips</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="vetlist.html">Find a vet</a>
</li>


</ul>
</div>
<a href="#" >
<img src="Screenshot (9).png" width="50" height="50" alt="" align="left" HSPACE="25" class="img1" >
</a>
<h1 style="padding-right: 300px;color: white;color: lightblue;font-family: 'Abril Fatface', cursive;"> Woof Love</h1>
<ul class="navbar-nav">
<li class="nav-item active">
<a href="cart.html" >
<img src="cart.png" width="50" height="50" alt="" align="left" HSPACE="20" class="img1" >
</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="account.html" style="padding-top: 14px;">account</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="login1.html"><button type="button" class="btn btn-primary">log out</button></a>
</li>

</ul>


</nav>
</div>

<div style="padding-top: 100px;padding-bottom: 50px;" align="center">

<div class="card " style="width: 50%;">
<div class="card-body">
<img src="images.png" style="border-radius: 50%;width: 80px;height: 80px;">
<h4 class="card-title">Account Details</h5>
<p class="card-text">Name : Devaki S Jeevan</p>
<p class="card-text">Email : [email protected]</p>

<h4 class="card-title">Pet Details</h5>
<img src="park-icons-20.png" style="border-radius: 50%;width: 80px;height: 80px;">
<p class="card-text">Dog's Name : Bruce</p>
<p class="card-text">Dogs's Breed : Pug</p>
<p class="card-text">Dog's Height : 25 cm</p>
<p class="card-text">Dogs's Weight : 7 kg</p>
<a href="bmi.html"><button type="button" class="btn btn-dark btn-lg" >Check BMI</button></a>
<a href="vcc.html"><button type="button" class="btn btn-dark btn-lg" >Vaccination Dates</button></a>
<br>
<br>
<img src="park-icons-20.png" style="border-radius: 50%;width: 80px;height: 80px;">
<p class="card-text">Dog's Name : Mickey</p>
<p class="card-text">Dogs's Breed : Pug</p>
<p class="card-text">Dog's Height : 30 cm</p>
<p class="card-text">Dogs's Weight : 8 kg</p>
<a href="bmi.html"><button type="button" class="btn btn-dark btn-lg" >Check BMI</button></a>
<a href="vcc.html"><button type="button" class="btn btn-dark btn-lg" >Vaccination Dates</button></a>










</div>
</div>
</div>

</div>





<nav class="navbar-bottom navbar-dark bg-dark footer">
<div align="center" class="div2">
<p >Contact us at [email protected]</p>
</div>

</nav>


</body>
</html>
Loading

0 comments on commit cd985ac

Please sign in to comment.