-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGreat.html
125 lines (121 loc) · 5.38 KB
/
Great.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="https://cdn.tailwindcss.com"></script>
<link href="./output.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pet Training</title>
<link rel="stylesheet" href="notsure.css">
</head>
<body>
<header>
<h1>Pet Training Programs</h1>
</header>
<main>
<nav>
<a href="main_page.html">Home</a>
<a href="joinus.html">About Us</a>
<a href="adopt.html">Adopt a Pet</a>
<a href="UID_Proj_GiveUpPet_2.html">Give Up a Pet</a>
<a href="Great.html">Training Programs</a>
<a href="Peteventandactivities.html">Events & Activities</a>
<a href="UID_Proj_Pet_Food_2.html">Buy Food</a>
<a href="UID_Proj_Pet_Accessories_2.html">Buy Accessories</a>
<a href="vet-entry.html">Call a Vet</a>
<a href="signin.html">Sign In</a>
<a href="signup.html">Sign Up</a>
</nav>
<section id="obedience">
<h2>Obedience Training</h2>
<p>This program helps strengthen the bond with your furry companion and unlock their full potential! It includes:</p>
<ul>
<li>Name Recognition & Come Command</li>
<li>Leash training and Heel walking</li>
<li>Basic command training - Sit, Stay, Roll, Hi five/shake hand</li>
<li>Behavioural training - separation anxiety, food aggression, house manners, etc.</li>
<li>Rest and Sleep Training</li>
<li>Additional monitoring sessions</li>
</ul>
<img src="P.jpg" alt="Image of Obedience Training Session">
<br>
<br>
<br>
<p>
phno:1234567890
<br>
email:[email protected]
</p>
</section>
<section id="leash">
<h2>Leash Training</h2>
<p>eash training is a vital skill for any dog owner aiming to ensure their pet's safety and obedience during walks. The process involves gradually introducing the leash to the dog, starting indoors in a calm environment, and using positive reinforcement techniques like treats and praise to associate the leash with positive experiences. Slowly progressing to outdoor environments, owners can teach their dogs to walk calmly beside them without pulling or resisting. </p>
<img src="4.jpeg" alt="Image of Leash Training">
<br>
<p>
phno:1234567890
<br>
email:[email protected]
</p>
</section>
<section id="puppy-board">
<h2>Puppy Board Training</h2>
<p>Give your puppy the best start in life by shaping them into a well-behaved and confident companion. Ideal for puppies older than 2 months, this program includes:</p>
<ul>
<li>Poop and pee training</li>
<li>Resolving biting issues</li>
<li>Name recognition</li>
<li>Leash and heel walking</li>
<li>Basic commands training - Sit, Stay, Roll, Hi five/Shake hand</li>
<li>Behavioural training - separation anxiety, food aggression, house manners, etc.</li>
<li>Rest & sleep training</li>
<li>Additional monitoring sessions</li>
</ul>
<img src="I.webp" alt="Image of Puppy Board Training">
<br>
<p>
phno:1234567890
<br>
email:[email protected]
</p>
</section>
<section id="customized">
<h2>Customized Training</h2>
<p>Address your dog's specific training needs head-on with our customized training plan!.Customized pet training involves tailoring training programs to meet the specific needs and behaviors of individual pets. By recognizing the unique personality, breed traits, and learning style of each animal, trainers can develop targeted techniques to address obedience, socialization, and behavior modification.</p>
<img src="5.webp" alt="Image of Customized Training">
<br>
<p>
phno:1234567890
<br>
email:[email protected]
</p>
</section>
</main>
<center><h1 id="text"><u>More About Training</u></h1></center>
<p id="dogtraining"><centre>
Our dog training service in Bengaluru specializes in tackling challenges faced by pet parents, such as addressing concerns like how to stop puppy biting and guiding them effectively through successful toilet training for developing good habits. Our experienced and certified dog trainers undergo a comprehensive onboarding procedure as part of our canine dog training program. They skillfully address intricate issues by curbing dog biting tendencies, implementing effective training techniques, and ensuring a stress-free environment for both pets and owners.
</centre>
</p>
<!-- Include contact information or a call-to-action here -->
<section id="contact">
<div class="container">
<h2>Contact Us</h2>
<form id="contact-form">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Send Message</button>
</form>
<div id="form-message"></div>
</div>
</section>
<footer>
<div class="container">
<p style="width: fit-content; margin:10px auto;">© 2024 Your Pet Store. All rights reserved.</p>
</div>
</footer>
</body>
</html>