-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
90 lines (54 loc) · 1.72 KB
/
home.html
File metadata and controls
90 lines (54 loc) · 1.72 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
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
<html>
<head>
<meta name="theme-color" content="#05668D">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>IIIT DM Application Form</title>
<link rel="stylesheet" href="resources/bootstrap/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="resources/sheet.css">
<link rel="icon" href="resources/logo.png">
</head>
<body>
<div class="row">
<div class="col-md-12">
<div id="header_block">
<div id="header">Indian Institute of Information Technology <br>
Design and Maunfacturing , Kancheepuram.
</div>
<div class="subsubheader">Chennai, 600127</div>
<br><br>
<div class="subheader">Welcome to IIIT D&M Admissions Page</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-offset-4 col-sm-4 col-xs-offset-2 col-xs-8" id="link1">
<a href="/firstyear">
<button class="btn btn-success btn-block">
New Admission
</button>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-offset-4 col-sm-4 col-xs-offset-2 col-xs-8" id="link2">
<a href="oddsem.html">
<button class="btn btn-success btn-block">
2nd / 3rd / 4th Year Student
</button>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-offset-4 col-sm-4 col-xs-offset-2 col-xs-8" id="link3">
<a href="mdes.html">
<button class="btn btn-success btn-block">
M Des Student
</button>
</a>
</div>
</div>
</div>
<script src="resources/jquery/jquery.min.js"></script>
<script src="resources/bootstrap/bootstrap.min.js"></script>
</body>
</html>