-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.html
52 lines (49 loc) · 2.09 KB
/
thanks.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
<!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" />
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="bg.css" />
<link rel="stylesheet" href="bounce.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</body>
<title>Thank you</title>
<body>
<div class="nav-wrapper" >
<div>
<a href=""><img class="logo" src="srmLogoCircle.png"></a>
</div>
<h1 class="headText">DIRECTORATE OF ALUMNI AFFAIRS </h1>
<div class="logo-container">
<img class="logo" src="navLogoCircle.png" alt="Logo">
</div>
</div>
<div class="row">
<section class="section" style="height: 100vh;">
<header style="text-align: center;">
<h3 style="text-align: center;">Thank You for Submitting</h3>
<h4>Till tonight you will getting confirmation mail<h4>
<img style="height: 340px;" src="./download (1).png" alt="" >
</header>
<footer>
<p>Connect with us </p>
<a href="https://www.instagram.com/srmuaa/?hl=en"><i class="fa fa-instagram" style="font-size:24px"></i></a>
<a href="https://www.linkedin.com/school/srmuaa/"><i class="fa fa-linkedin-square" style="font-size:24px"></i></a>
<a href="https://www.facebook.com/srmuaa"><i class="fa fa-facebook-square" style="font-size:24px"></i></a>
<a href="https://twitter.com/srmuaa"><i class="fa fa-twitter" style="font-size:24px"></i></a>
<a href="https://youtube.com/channel/UCt3U8LCUn6BA6E3ksv1wlcg"><i class="fa fa-youtube" style="font-size:24px"></i></a>
<p>Made by JATIN KUMAR GUPTA </p>
</footer>
</section>
</div>
</body>
</html>