-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestimonial.html
239 lines (203 loc) · 12.6 KB
/
testimonial.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Spotknack Talent Community">
<meta name="description" content="A community of like-minded, passionate, and motivated students formed by mentoring with the help of a working professional.">
<meta name="keywords" content="community, mentoring,spotknack ,passionate">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<meta name="author" content="spotknack">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/bootstrap.css">
<title> Spotknack Talent Community | developer team</title>
<link rel="icon" type="image/ico" href="img/talent green.png">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C1GBP2C40P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-C1GBP2C40P');
</script>
<style>
.Rectangle {
width: 450px;
height: 290px;
margin: 20px 63px 50px 90px;
padding: 20px 20px 62px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
background-color: #fff;
}
@media screen and (max-width: 579px) {
.Rectangle {
margin: 10px 103px 50px 0px;
width:400px;
}
.utube{
margin-left: -5px;
width:330px !important;
margin-right: 40px;
}
}
</style>
</head>
<body id="about">
<!--=====Navbar=====-->
<nav class="navbar fixed-top navbar-light bg-white navbar-expand-md bg-light">
<a href="https://community.spotknack.com/" class="navbar-brand"><img src="img/Black Logo.svg" class="talent-logo" alt=""></a>
<button class=" nt navbar-toggler position-absolute " data-toggle="collapse" data-target="#navMenu">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse" id="navMenu">
<ul class="navbar-nav ml-auto text-nowrap">
<li class="nav-item"><a class="nav-link text-dark font-weight-bold" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link text-dark" href="about.html">About us</a></li>
<li class="nav-item"><a class="nav-link text-dark" href="https://impact.spotknack.com">Impacts</a></li>
<li class="nav-item"><a class="nav-link text-dark mr-2" href="index.html#how-it-works">How it works</a></li>
<li class="nav-item">
<a href='https://forms.zohopublic.com/spotknack/form/Mission2021Registration/formperma/6HLkFAHXn-sAPii62-6vLCNSmx8Ys47CrrpEVJzgLSQ' title="Student Registration" target='_blank' onclick="zforms_open_window(this.href, 648, 700); return false"><button class="st-btn btn btns mr-3">Students</button></li>
</a>
<div class="dropdown">
<button class="btn dropdown-toggle nav-item st-btn btn btns mr-3" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false">
Join us
</button>
<ul class="dropdown-menu mt-2" aria-labelledby="dropdownMenuButton1">
<li><a class="dropdown-item" href="https://chat.whatsapp.com/IicUtDV6cNYJX1yYcYgAzT">WhatsApp</a></li>
<li><a class="dropdown-item" href="https://t.me/joinchat/3nqPv5jlBaQ1MzJl">Telegram</a></li>
</ul>
</div>
</ul>
</div>
</nav>
<div class="our">
<p class="text-center text1">How our students feel to be part of the
spotknack community</p>
</div>
<div>
<div class="mar-top-88 d-flex flex-row flex-wrap">
<div class="flex-column padding Rectangle">
<iframe width="400" height="200" class="utube" src="https://www.youtube.com/embed/iXClPj055io" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="member pt-2"><b> Renu Konda- Machine Learning, Mentee</b>
<a href="https://www.linkedin.com/in/renu-konda/"><i class="fa-brands fa-linkedin fa-lg"></i></a></p>
</div>
<div class="flex-column padding Rectangle">
<iframe width="400" height="200" class="utube" src="https://www.youtube.com/embed/8lhALT2d0sA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="member pt-2"> <b>Tharun Adhithya- Android App developer, Mentee</b>
<a href="https://www.linkedin.com/in/tharun-adhithya-209363201/"><i class="fa-brands fa-linkedin fa-lg"></i></a></p>
</p>
</div>
<div class="flex-column padding Rectangle">
<iframe width="400" height="200" class="utube" src="https://www.youtube.com/embed/Oa_BCGN0niM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="member pt-2"><b> Lakshanaa- Machine Learning, Mentee</b>
<a href="https://www.linkedin.com/in/lakshanaa-g-s-481ba8214"><i class="fa-brands fa-linkedin fa-lg"></i></a></p>
</div>
<div class="flex-column padding Rectangle">
<iframe width="400" height="200" class="utube" src="https://www.youtube.com/embed/QnDjBS_spsQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="member pt-2"> <b>KrishnaPriya-Android developer,Mentee</b>
<a href="https://www.linkedin.com/in/krishna-priya-2-2-2003"><i class="fa-brands fa-linkedin fa-lg"></i></a></p>
</div>
<div class="flex-column padding Rectangle">
<iframe width="400" height="200" class="utube" src="https://www.youtube.com/embed/hd5OICw4xHw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="member pt-2"><b>Shyam- Machine Learning, Mentee</b>
<a href="https://www.linkedin.com/in/shyam-k-636203200/"><i class="fa-brands fa-linkedin fa-lg"></i></a></p>
</div>
<div class="flex-column padding Rectangle">
<iframe width="400" height="200" class="utube" src="https://www.youtube.com/embed/MuLi3vpFAbw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p class="member pt-2"><b>Maheswari- Frontend developer, Mentee</b>
<a href="https://www.linkedin.com/in/maheswari-s-8107761b0/"><i class="fa-brands fa-linkedin fa-lg"></i></a></p>
</div>
</div>
</div>
<div>
<p class="text-center"><i class="fa-solid fa-arrow-down"></i><a href="#" class="p-2 text-decoration-none text-black">See more</a></p>
</div>
<!--=====footer=====-->
<footer>
<div class="footer w-100">
<div class="logo"><img src="/img/White Logo.svg" width="20%" alt=""></div>
<div class="row foot text-nowrap justify-content-evenly">
<div class="col addrs">
<p class="pb-1">Address</p>
<h6>Coimbatore,<br>Tamil Nadu 641035</h6>
<p class="pb-1">Contact</p>
<h6>[email protected]</h6>
<p class="pb-1">Follow Us On</p>
<div class="social-networks">
<a href="https://www.facebook.com/spotknack" target="_blank"><img src="img/facebook.png" alt="logos"></a>
<a href="https://www.linkedin.com/showcase/spotknack-talent-community" target="_blank"><img src="img/linkedin.png" alt="logo-linkedin"></a>
<a href=" https://www.instagram.com/invites/contact/?i=1pkyhbjq91ypy&utm_content=ml5wc0h" target="_blank"><img src="img/instagram-logo.png" alt=""></a>
<a href="https://twitter.com/spotknack" target="_blank"><img src="img/twitter.png" alt=""></a>
</div>
</div>
<div class="col orgn">
<p class="pb-1">Organization</p>
<h6><a href="about.html">About</a></h6>
<h6><a href="https://impact.spotknack.com">Impacts</a></h6>
<h6><a href="Website-team.html">Website Team</a></h6>
<h6><a href="https://forms.gle/aTU8YwFE4TCAXbxn6">Become a Volunteer</a></h6>
<h6><a href="time-line.html">Time Line</a></h6>
<h6><a href="code.html">Code of Conduct</a></h6>
<h6><a href="terms.html">Terms and Condition</a></h6>
<!----<h6><a href="#">Privacy Policy</a></h6> -->
</div>
<!--- <div class="col partner orgn">
<p class="pb-1">Our Partners</p>
<h6><a href="https://aicraise.com/">Spotknack</a></h6>
</div> -->
<div class="col res">
<p class="pb-1">Story Board</p>
<h6><a href="story_page1.html">Imapact Stories</a></h6>
<h6><a href="testimonial.html">Testimonials</a></h6>
<h6><a href="interview.html">Our Impactors</a></h6>
</div>
<div class="col res">
<p class="pb-1">Programs</p>
<h6><a href="cloud-team.html">Year of Cloud Computing</a></h6>
</div>
</div>
</footer>
<div class="build">Build with <img src="img/heart.png"> By <a href="https://spotknack.com/" target="_blank">SpotKnack Talent Community</a></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="js/bootstrap.js"></script>
<script src="js/app.js"></script>
<script type="text/javascript">
function zforms_open_window(url, height, width) {
var leftPos = 0;
var topPos = 0;
if (screen) {
leftPos = (screen.width - width) / 2;
topPos = (screen.height - height) / 2;
window.open(url, null, 'width=' + width + ',height=' + height + ',left=' + leftPos + ',top=' + topPos + ', toolbar=0, location=0, status=1, scrollbars=1, resizable=1');
}
}
</script>
<script type="text/javascript">
var $zoho = $zoho || {};
$zoho.salesiq = $zoho.salesiq || {
widgetcode: "68d14420a8b23c3d7966c8637be17415ee75cdd5a02af41d55e343270b69fc44",
values: {},
ready: function() {}
};
var d = document;
s = d.createElement("script");
s.type = "text/javascript";
s.id = "zsiqscript";
s.defer = true;
s.src = "https://salesiq.zoho.com/widget";
t = d.getElementsByTagName("script")[0];
t.parentNode.insertBefore(s, t);
d.write("<div id='zsiqwidget'></div>");
</script>
</body>
</html>