-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesignplace.html
110 lines (96 loc) · 2.8 KB
/
designplace.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE HTML>
<HTML>
<head>
<title> NYCDA T's</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<style>
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 70%;
margin: auto;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script src="shirts.css"></script>
</head>
<link rel='stylesheet' type='text/css'
href="shirts.css">
<body class="body">
<div class= 'main-content'>
<h1 class="header"></h1>
<ul class="menu1">
<li class="menu2"><a href="index.html">Home</a></li>
<li class="menu2"><a href="designplace.html">Design Place</a></li>
<li class="menu2"><a href="products.html">Products</a></li>
<li class="menu2"><a href="track your order.html">Track Your Order</a></li>
<li class="menu2"><a href="your account.html">Your Account</a></li>
</ul>
<div class="headermenu">
<ul>
<li>Contact Us</li>
<li>Pricing</li>
<li>About</li>
<li>Log In</li>
</ul>
</div>
<div>
<img class="shirt1" src="images/frank2t.jpg">
<div class="label" id='tag1'>
<a class='link' href="images/frank2t03.jpg">6.1oz, 100% preshrunk cotton jersey knit t-shirt</a>
</div>
<div class="label" id='tag2'>
<a class='link' href="images/frank2t02.jpg">Seamless coverseam stitched collar</a>
</div>
<div class="label" id='tag3'>
<a class='link' href="images/frank2t04.jpg">Double needle-stitched sleeve and bottom hem</a>
</div>
<div class="label" id='tag4'>
<a class='link' href="images/frank2t05.jpg">Your LOGO Here</a>
</div>
</div>
<div class="footer">
<div class="footertext">
Philadelphia, PA
<br>
<br>
Federal Reserve Bank Building
100 N. 6th Street
Philadelphia, PA 19106-1590
<br>
<br>
P: 215.923.2020
F: 215.574.9163
</div>
<div class="footertext">
Irvine, CA
<br>
<br>
Discovery Business Center
15231 Laguna Canyon Road, Suite 200
Irvine, CA 92618
<br>
<br>
P: 949.417.7550
F: 949.585.9391
</div>
<div class="footertext">
New York, NY
<br>
<br>
14th Floor
14 Penn Plaza
New York, NY 10122
<br>
<br>
P: 212.897.4033
F: 212.967.1470
</div>
</div>
</div>
</body>
</HTML>