-
Notifications
You must be signed in to change notification settings - Fork 0
/
craftsmen.html
84 lines (75 loc) · 1.94 KB
/
craftsmen.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Our Team</title>
<style type="text/css">
body {
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-size: 100%;
}
nav {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-style: normal;
cursor: default;
margin-top: 10px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
overflow: visible;
right: 50%;
}
a {
background-color: #6B7E84;
text-decoration: none;
color: #F5A532;
text-transform: none;
word-spacing: normal;
letter-spacing: normal;
text-align: center;
padding: 5px;
height: auto;
width: auto;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #936C44;
border-right-color: #936C44;
border-bottom-color: #936C44;
border-left-color: #936C44;
float: none;
clear: both;
cursor: pointer;
filter: Gray;
}
a:hover {
color: #6B7E84;
background-color: #F5A148;
}
</style>
</head>
<body>
<nav align="center">
<img src="images/logo.png" width="178" height="81" />
<a id="cb" href="index.html">Create Your Bike</a>
<a href="gallery.html" gallery="">MotorCraft Gallery</a>
<a href="events.html">Events</a>
<a href="#">Meet Our CraftsMen</a>
<a href="contect.jsp">Contect us</a>
</nav>
<br/>
<center>
<table border="5" cellpaddind="10" style="margin: 40px">
<tr>
<th>Photo</th><th>Name</th><th>Phone No.</th>
</tr>
<tr>
<td><img src="images/shubham.png" hight="200" width= "100"/></td><td><strong>Shubham Kalsi</strong></td><td><i>8585979254</i></td>
</tr>
</table>
</center>
</body>
</html>