-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 2.33 KB
/
index.html
File metadata and controls
34 lines (32 loc) · 2.33 KB
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
<!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">
<title>Member Invitation</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="assets/GDSC.jpg">
</head>
<body>
<div class="container" id="content">
<div id="img" class="col-lg-4 col-md-4 col-sm-12 col-xs-12" align="center">
<img id="bg-img" src="assets/home.svg">
</div>
<div id="text">
<h1><b>Member <span id="blue">Invitations</span></b>.</h1>
<h4>Your decision to invite a new member to the GDSC RCCIIT Community is amazing and greatly appreaciated. <br><br>Thank you for being a valuable member of the GDSC RCCIIT Community.
Your contribution helps the club grow to new heights, impact more people and bring bigger and engaging events for everyone! <br><br>
<b>Fill the form below</b> so that the organizing members can view the great work you're doing. Thank you again, and see you in the Club's Hall of Fame.
<br><br>Invite Link: <b><a href="https://discord.gg/bZr46dZA">discord.gg/bZr46dZA</a></b>
</h4><br><br>
</div>
<!-- <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeu6jbYtoTphWIe_agkzMh2BFzFhXz8o4EK2ehwF2dioY0ZRg/viewform?embedded=true" width="640" height="1359" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> -->
<div id="ff-compose"></div>
<script async defer src="https://formfacade.com/include/103899651235382102588/form/1FAIpQLSeu6jbYtoTphWIe_agkzMh2BFzFhXz8o4EK2ehwF2dioY0ZRg/classic.js?div=ff-compose"></script>
</div>
</body>
</html>