-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
165 lines (148 loc) · 5.41 KB
/
index.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!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="https://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="https://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="https://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><a href="contactus.html">Contact Us</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="about.html">About</a></li>
<li><a href="login.html">Log In</a></li>
</ul>
</div>
<div class="container">
<br>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/batman_tshirt.jpg" alt="Chania" width="460" height="345">
</div>
<div class="item">
<img src="images/school tshirts.jpg" alt="Chania" width="460" height="345">
</div>
<div class="item">
<img src="images/plain tshirts.jpg" alt="Flower" width="460" height="345">
</div>
<div class="item">
<img src="images/softball tshirt.jpg" alt="Flower" width="460" height="345">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div>
<hr>
From Funny t-shirts to Geek t-shirts, and everything in between, we have the perfect personalized top just for you! Browse our amazing selection of custom t-shirts designs, or create your new favorite t-shirt from scratch. No minimums, order produced in 24 hours, and 100% satisfaction guaranteed.
<hr>
</div>
</div>
<div class="comfort">
<div class="comfort1"><img src="images/comforttshirt001.jpg">
<button type="button" class="btn">Get Started</button>
Starting at <span class="strike">$16.00</span> $11.99
<br>
Details and Pricing
<br>
Scoop up our softest tee. Customize it with your design and get superior print quality. 4.5-ounce, 100% ringspun cotton.
</div>
<div class="comfort1"><img src="images/comforttshirt002.jpg">
<button type="button" class="btn">Get Started</button>
Starting at <span class="strike">$16.00</span> $11.99
<br>
Details and Pricing
<br>
This easy-to-customize classic offers a comfortable loose fit. 5.3 ounce, 100% cotton. Available in 3 colors.
</div>
<div class="comfort1"><img src="images/comforttshirt003.jpg">
<button type="button" class="btn">Get Started</button>
Starting at <span class="strike">$16.00</span> $11.99
<br>
Details and Pricing
<br>
This comfy go-to is the right choice as temperatures start to fall. Available in 2 colors.
</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>