forked from arpiitkgp/arpiitkgp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAlumni.php
130 lines (108 loc) · 4.46 KB
/
Alumni.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
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<html lang="eng">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8"/>
<meta name="description" content="The Bigest Apps Store"/>
<meta name="author" content="Mohamed hussin "/>
<!-- Nomalize Reset -->
<link rel="stylesheet" href="css/normalize.css"/>
<!-- Font File -->
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<!-- main css file -->
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Quattrocento" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="css/media.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="Alumni.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- http://ianlunn.github.io/Hover/ -->
<title> Sign Up </title>
</head>
<body>
<FORM>
<!-- Start Form -->
<section class="contact-us">
<div class="container">
<div class="row">
<div class="fields">
<form role="form">
<div class="panel-title text-center">
<h1 class="title">Contact Us</h1>
</div>
<br>
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<label> First Name </label> <br>
<div class="input-group input-group-lg">
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-user " aria-hidden="true"></i></span>
<input type="text" class="form-control" placeholder="First Name" aria-describedby="sizing-addon1">
</div>
<br>
<label>Last Name </label> <br>
<div class="input-group input-group-lg">
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-user " aria-hidden="true"></i></span>
<input type="text" class="form-control" placeholder="Last Name" aria-describedby="sizing-addon1">
</div>
<br>
<label>E-mail </label> <br>
<div class="input-group input-group-lg">
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-envelope fa" aria-hidden="true"></i></span>
<input type="text" class="form-control" placeholder="Email" aria-describedby="sizing-addon1">
</div>
<br>
<label>Contact No. </label> <br>
<div class="input-group input-group-lg">
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-phone" aria-hidden="true"></i></span>
<input type="text" class="form-control" placeholder="Contact Number" aria-describedby="sizing-addon1">
</div>
<br>
<label>Year of Graduation</label> <br>
<div class="input-group input-group-lg">
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-graduation-cap" aria-hidden="true"></i></span>
<input type="year" class="form-control" placeholder="Year of Graduation" aria-describedby="sizing-addon1">
</div>
<br>
<label> Date of Arrival </label> <br>
<div class="input-group input-group-lg">
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-calendar" aria-hidden="true"></i></span>
<input type="Date" class="form-control" placeholder="Date" aria-describedby="sizing-addon1">
</div>
<br>
<label>Reason of Arrival</label> <br>
<div class="input-group input-group-lg">
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-edit " aria-hidden="true"></i></span>
<input type="aria-describedby" class="form-control" placeholder="Reason of Arrival" aria-describedby="sizing-addon1">
</div>
<br>
<label>Accomodation Required</label> <br>
<div class="input-group input-group-lg">
<i class="fa fa-home " aria-hidden="true"></i></span>
<input type="checkbox" class="form-control" placeholder="Name" aria-describedby="sizing-addon1">
</div>
<br>
<button class="btn btn-primary btn-lg btn-block"> Register </button>
<br>
<a href="">Login</a>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- [if it ie 9] -->
<script src="js/html5shiv.min.js"></script>
<!-- [endif] -->
<!-- jquery file -->
<script src="js/jquery-3.1.1.min.js"></script>
<!-- Bootstrap file -->
<script src="js/bootstrap.min.js"></script>
<!-- main js file -->
<script src="js/main.js"> </script>
<!-- Start WOW -->
<script src="js/wow.min.js"> </script>
<script> new WOW().init(); </script>
<!-- End WOW -->
</body>
</html>