-
Notifications
You must be signed in to change notification settings - Fork 0
/
newenqtext.php
41 lines (39 loc) · 1.58 KB
/
newenqtext.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Explora Academy of Design</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/newreg.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="icon" href="media/logo.png">
<style>
a{
color: white;
background-color:black;
}
</style>
</head>
<body>
<div class="container shail">
<div class="row">
<div class="col s12 m12 l12 center">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title"><h4 class="center">Thank you</h4></span>
<p>Thank you for showing your interest in our institute.
Your enquiry is submitted to us and our representative will reach you very soon.
</p>
<p>For any other queries,feel free to reach us at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="card-action">
<a href="index.php"><i class="material-icons prefix" style="margin-bottom: 1%">H</i>ome</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>