-
Notifications
You must be signed in to change notification settings - Fork 1
/
testimonials.html
92 lines (88 loc) · 4.97 KB
/
testimonials.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-wdith initial-scale=1">
<title>Testimonials- Lives Changed with Prashank's Guidance</title>
<meta name="description" content="Want proof? This is what I have done for fitness comuinty. Read more">
<link rel="shortcut icon" type="image/jpg" href="Favicon-broad dreams.jpg">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="testimonials.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<!--Nav Bar-->
<nav class="nav-class" id="sticky">
<h3 class="logo-txt">Prashank Tiwaree</h3>
<a href="#" class="toggle-btn">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="nav-links">
<ul class="nav-list">
<li class="nav-item"><a id="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a id="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a id="nav-link" href="services.html">Services</a></li>
<li class="nav-item"><a id="nav-link" href="testimonials.html">Testimonials</a></li>
<li class="nav-item"><a id="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!--Background-->
<div class="wall">
<img class="wall-pic" src="Wide Gym Wallpaper.jpg" alt="A wide picture of a gym focused on weight rack and in distance a girl doing dumbell rows">
</div>
<section class="results-main">
<div class="testi-card" id="card">
<img id="trans-pic" src="Transformation 01.jpg" alt="Before and after results of my clients. Copyright of Prashank Tiwaree Fitness">
<!--<i><p class="test-txt">"During my plan with Prashank, I exceeded even my own expectations by losing 13lb and dropping 2 dress sizes from a size 12 to a size 8!"</p></i>
<h4 class="testi-name">Mary Jane</h4>-->
</div>
<div class="testi-card" id="card">
<img id="trans-pic" src="Transformation 02.jpg" alt="Before and after results of my clients. Copyright of Prashank Tiwaree Fitness">
<!--<i><p class="test-txt">"During my plan with Prashank, I exceeded even my own expectations by losing 13lb and dropping 2 dress sizes from a size 12 to a size 8!"</p></i>
<h4 class="testi-name">Mary Jane</h4>-->
</div>
<div class="testi-card" id="card">
<img id="trans-pic" src="Transformation 03.jpg" alt="Before and after results of my clients. Copyright of Prashank Tiwaree Fitness">
<!--<i><p class="test-txt">"During my plan with Prashank, I exceeded even my own expectations by losing 13lb and dropping 2 dress sizes from a size 12 to a size 8!"</p></i>
<h4 class="testi-name">Mary Jane</h4>-->
</div>
<div class="testi-card" id="card">
<img id="trans-pic" src="Transformation 04.jpg" alt="Before and after results of my clients. Copyright of Prashank Tiwaree Fitness">
<!--<i><p class="test-txt">"During my plan with Prashank, I exceeded even my own expectations by losing 13lb and dropping 2 dress sizes from a size 12 to a size 8!"</p></i>
<h4 class="testi-name">Mary Jane</h4>-->
</div>
<div class="testi-card" id="card">
<img id="trans-pic" src="Transformation 05.jpg" alt="Before and after results of my clients. Copyright of Prashank Tiwaree Fitness">
<!--<i><p class="test-txt">"During my plan with Prashank, I exceeded even my own expectations by losing 13lb and dropping 2 dress sizes from a size 12 to a size 8!"</p></i>
<h4 class="testi-name">Mary Jane</h4>-->
</div>
<div class="testi-card" id="card">
<img id="trans-pic" src="Transformation 06.jpg" alt="Before and after results of my clients. Copyright of Prashank Tiwaree Fitness">
<!--<i><p class="test-txt">"During my plan with Prashank, I exceeded even my own expectations by losing 13lb and dropping 2 dress sizes from a size 12 to a size 8!"</p></i>
<h4 class="testi-name">Mary Jane</h4>-->
</div>
<div class="testi-card" id="card">
<img id="trans-pic" src="Transformation 07.jpg" alt="Before and after results of my clients. Copyright of Prashank Tiwaree Fitness">
<!--<i><p class="test-txt">"During my plan with Prashank, I exceeded even my own expectations by losing 13lb and dropping 2 dress sizes from a size 12 to a size 8!"</p></i>
<h4 class="testi-name">Mary Jane</h4>-->
</div>
</section>
<footer>
<ul class="footer-list">
<li class="footer-item"><a id="footer-link" href="index.html">Home</a></li>
<li class="footer-item"><a id="footer-link" href="about.html">About</a></li>
<li class="footer-item"><a id="footer-link" href="services.html">Services</a></li>
<li class="footer-item"><a id="footer-link" href="contact.html">Contact</a></li>
</ul>
<div class="sponser">
<a href="https://github.com/kisaraF" target="_blank">Web Design By kisaraF</a>
<p>© All Rights Reserved</p>
</div>
</footer>
<script type="text/javascript" src="script.js"></script>
</body>
</html>