-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclients.html
144 lines (120 loc) · 5.06 KB
/
clients.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wizstone - Clients</title>
<meta property="og:title" content="Wizstone - Clients" />
<meta name="twitter:title" content="Wizstone - Clients" />
<meta name="description" content="The World of Learning For the Learning World">
<meta property="og:description" content="The World of Learning For the Learning World">
<meta name="twitter:description" content="The World of Learning For the Learning World">
<meta property="og:url" content="https://wizstone.in" />
<meta property="og:image" content="">
<meta property="twitter:image" content="">
<meta name="twitter:image:alt" content="">
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary"></meta>
<meta name="keywords" content="corporate, training, digital and online, Content development"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="theme-color" content="#08120c">
<link rel="shortcut icon" href="/assets/favicon.png"/>
<link rel="stylesheet" type="text/css" href="/css/roadrunner.css">
</head>
<body>
<svg viewBox="0 0 100 100" class="icon-defs">
<symbol id="menu">
<path style="fill: none; stroke:var(--darker); stroke-width: 5;stroke-linejoin: round; stroke-linecap: round;" d="M10 20 L50 30 L90 20"></path>
<path style="fill: none; stroke:var(--theme); stroke-width: 5;stroke-linejoin: round; stroke-linecap: round;" d="M10 45 L50 55 L90 45"></path>
<path style="fill: none; stroke:var(--darker); stroke-width: 5;stroke-linejoin: round; stroke-linecap: round;" d="M10 70 L50 80 L90 70"></path>
</symbol>
</svg>
<header>
<a href="/index.html" class="header-home-link">
<img class="header-icon" src="/assets/wizstone logo.png">
</a>
<input type="checkbox" id="menutoggle">
<label for="menutoggle">
<svg viewBox="0 0 100 100" class="fg-lighter">
<use xlink:href="#menu"></use>
</svg>
</label>
<nav>
<a href="/index.html">Home</a>
<a href="/about.html">About Us</a>
<a href="/solutions.html">Solutions</a>
<a href="/clients.html">Clients</a>
<a href="/team.html">Team</a>
<a href="/contact.html">Contact Us</a>
</nav>
</header>
<section class="grid1 a-center bg-theme">
<div class="col1 page-title">
<h1>Our Clients</h1>
</div>
</section>
<br class="large-only"><br class="large-only"><br><br>
<section class="grid10 a-center">
<div class="col1"></div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>Bajaj Finanace</p>
</div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>NIIT</p>
</div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>APL Apollo</p>
</div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>Back office Associates</p>
</div>
<div class="col1"></div>
</section>
<section class="grid10 a-center">
<div class="col1"></div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>Finserv</p>
</div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>Gravita India</p>
</div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>Vivo</p>
</div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>Kotak Life Insurance</p>
</div>
<div class="col1"></div>
</section>
<section class="grid10 a-center">
<div class="col1"></div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>Tata Motors</p>
</div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>Unitech</p>
</div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>Airtel</p>
</div>
<div class="col2 a-center" style="margin:2%">
<img style="width:100%; border-radius:100%" src="/assets/placeholder.png">
<p>HDFC Bank</p>
</div>
<div class="col1"></div>
</section>
<footer class="grid1 bg-darker a-center">
<div class="col1">© 2020 Wizstone Learning Solutions Private Limited. All rights reserved.</div>
</footer>
</body>
</html>