-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
105 lines (86 loc) · 3.53 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Wizstone - Contact</title>
<meta property="og:title" content="Wizstone - Contact" />
<meta name="twitter:title" content="Wizstone - Contact" />
<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/wizstonetext.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="/approach.html">Our Approach</a>
<a href="/portfolio.html">Portfolio</a>
<a href="/team.html">Team</a>
<a href="/contact.html">Contact Us</a>
</nav>
</header>
<section class="grid1 bg-theme">
<div class="col1 a-center page-title">
<h1>Contact Us</h1>
</div>
</section>
<div class="a-center">
<br class="large-only"><br class="large-only">
<h2>The World of Learning. For the Learning World.</h2>
</div>
<br class="large-only"><br class="large-only">
<section class="grid5 a-center">
<div class="col1"></div>
<div class="col1 a-center">
<img src="/assets/phone.svg">
<a href="tel:+919930311992"><h3>+919930311992</h3></a>
</div>
<div class="col1"></div>
<div class=" col1 a-center">
<img src="/assets/mail.svg">
<a href="mailto:[email protected]"><h3>[email protected]</h3></a>
</div>
<div class="col1"></div>
</section>
<br class="large-only"><br class="large-only">
<section class="grid1 a-center">
<div class="col1 a-center">
<img src="/assets/map.svg">
<h3>
Mumbai office: Wizstone Learning Solutions Pvt Ltd, Powai<br>
Registered office: Wizstone Learning Solutions Pvt Ltd, Vaishali, Ghaziabad. (NCR)
</h3>
</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>