-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
26 lines (26 loc) · 1.02 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>IndiQ Meetups</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./images/favicon.ico" type="image/gif">
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
</head>
<body>
<div class="main">
<div class="section d-flex justify-content-center">
<img class="indiq-logo" src="./assets/images/indiq.png">
</div>
<div class="d-flex justify-content-center shade">
<h2>Making India Quantum-ready</h2>
</div>
<div class="section d-flex justify-content-center shade">
<h1>Watch this spot for more updates!</h1>
</div>
<div class="section d-flex justify-content-center shade-w">
<h3>Follow us on twitter <a href="https://twitter.com/IndiQmeetups">@IndiQmeetups</a></h3>
</div>
</div>
</body>
</html>