-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact_old.php
57 lines (42 loc) · 930 Bytes
/
contact_old.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>12th Alumni Meet</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php include("mainStyle.php"); ?>
<style type="text/css">
.pic_left{
position: absolute;
left: 65px;
}
.pic_right{
position: absolute;
right: 65px;
}
.name_left{
position: absolute;
left: 185px;
}
.name_right{
position: absolute;
right: 185px;
}
</style>
</head>
<body class="container">
<div class="container">
<?php include("top_home.php"); ?>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8">
<div id="p1" style="color:white; ;" >
<?php include("contactText.php"); ?>
</div>
</div>
<div class="col-md-2" style="background:; text-align:center; ">
<?php include("socialIcons.php");?>
</div>
</div>
</div>
</body>
</html>