-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
92 lines (61 loc) · 2.89 KB
/
contact.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
<html>
<head>
<title>contactuspaylee</title>
<link rel="stylesheet" href="hr.css">
</head>
<body style="background-color: rgba(87, 133, 152, 0.85); ">
<div class="box12" style="position: absolute;
width: 600px;
height: 600px;
left: 358px;
top: 39px;
background: rgba(8, 40, 78, 1);">
<p style="
width: 632px;
height: 77px;
text-align: center;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 56px;
line-height: 77px;
color: #FFFFFF;">Get in <span style="color:134EA6">Touch </span></p>
<div>
<form action="insertcontact.php" method="POST" style="position:relative ;left:139;width: 75px;
height: 44px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 24px;
/* identical to box height, or 100% */
letter-spacing: 0.01em;
color: #FFFFFF;
">
<input type="text"id="fulname" placeholder="Name" name="fulname" style="width: 300px;height: 35px;">
<br><br>
<input type="text" id="employee_id" placeholder="Employee Id"name="employee_id"style="width: 300px;height: 35px">
<br><br>
<input type="text" id="department_id" placeholder="Department Id"name="department_id"style="width: 300px;height: 35px">
<br><br>
<input type="email" id="email" placeholder="Email"name="email" style="width: 300px;height: 35px">
<br><br>
<textarea name="message" placeholder="write a message" style="position:absolute; width: 400%; height:50px;"></textarea>
<br><br><br>
<input type="submit" value="Send" rows="5" cols="60" style=" display: flex;
justify-content: center;
padding: 12px;
width: 320px;
font-size: large;
background-color:#96d3ff;"></p>
</form>
<img src="call.jpeg" alt="vector" style="height: 20; width: 21;position: absolute; top:550px; left:155px;"/>
<p style="font-size: x-small; color:white; position:absolute; left:185px; top:540px">PHONE </p>
<p style="font-size: x-small; color:134EA; position:absolute; left:185px; top:550px">0754321234</p>
<img src="black.jpeg" alt="vector" style="height: 20; width: 21; position: absolute; top:550; left:304px;"/>
<p style="font-size: x-small; color:white; position:absolute; left:340px; top:540px">EMAIL </p>
<p style="font-size: x-small; color:134EA; position:absolute; left:340px; top:550px">[email protected]</p>
</p>
</div>
</body>
</html>