-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactus.aspx
79 lines (69 loc) · 2.25 KB
/
Contactus.aspx
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
<%@ Page Title="" Language="C#" MasterPageFile="~/HomeMaster.master" AutoEventWireup="true" CodeFile="Contactus.aspx.cs" Inherits="Contactus" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.img-circle
{
z-index: 1;
left: 3px;
top: 85px;
position: relative;
}
.style5
{
width: 94%;
z-index: 1;
left: 272px;
top: 227px;
position: absolute;
height: 360px;
}
.style6
{
width: 332px;
}
.style8
{
width: 286px;
}
.style9
{
width: 288px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table class="style5">
<tr>
<td class="style8">
<img src="ProjectImage/Ajeet.jpg" alt="image" width="200" height="200" /> </td>
<td class="style9">
<img src="ProjectImage/IMG_80641.jpg"
alt="image" width="200" height="200" /> </td>
<td class="style6">
<img src="ProjectImage/Shikhar.jpg" alt="image" width="200" height="200" /> </td></td>
</tr>
<tr>
<td class="style8">
<h1>Ajeet Singh</h1>
<h3>Back End Developer & DBA</h3>
<p> Mobile No.::9598629840<br />
Email::[email protected]<br />
</p>
</td>
<td class="style9">
<h1>Shivam Tiwari</h1>
<h3>Front End Developer & Tester</h3>
<p>Mobile No.::9919994630<br />
Email::[email protected]<br />
</p>
</td>
<td>
<h1>Shikhar Rapariya</h1>
<h3>Online Test Manager</h3>
<p>Mobile no.::8171845944<br />
Email::[email protected]<br />
</p>
</td>
</tr>
</table>
</asp:Content>