-
Notifications
You must be signed in to change notification settings - Fork 0
/
address-book.html
231 lines (217 loc) · 12.8 KB
/
address-book.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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html" />
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Sandeep</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="Sandeep Kumar" />
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" type="image/x-icon" href="images/logo/favicon.ico" />
</head>
<body class="lightgraybg">
<div class="mainwrapper">
<header class="block lightgraybg mainheader">
<div class="container">
<div class="row flex justifycontent">
<div class="col-lg-9 col-md-9 col-sm-12 col-xs-12">
<div class="flex">
<div class="logodiv active hidden-md hidden-lg hidden-sm">
<a href="#0" class="logo transition"><img src="images/logo/Logo.svg" class="img-responsive" alt=""/></a>
</div>
<a class="mobilemenu_js cursorpointer hidden-md hidden-lg hidden-sm"><i class="fa fa-bars" aria-hidden="true"></i></a>
<div class="logoandmenudiv">
<ul class="flex">
<li class="transition active hidden-xs">
<div class="logodiv ">
<a href="#0" class="logo transition"><img src="images/logo/Logo.svg" class="img-responsive" alt=""/></a>
</div>
</li>
<li class="transition inactive"><a href="#0" class="transition">Services</a></li>
<li class="transition inactive"><a href="#0" class="transition">How it works</a></li>
<li class="transition inactive"><a href="#0" class="transition">Stories</a></li>
<li class="transition inactive"><a href="#0" class="transition">Contact</a></li>
<li class="transition hidden-lg hidden-md hidden-sm"><a class="transition cursorpointer">Sign in </a></li>
<li class="transition hidden-lg hidden-md hidden-sm"><a class="transition cursorpointer">Register</a></li>
<span class="hoveroverline transitionforappearing"></span>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 hidden-xs">
<div class="afterloginheader transition pull-right">
<div class="flex">
<img src="images/profile/profile.png" class="img-responsive" alt="" />Hello Kewal
</div>
</div>
</div>
</div>
</div>
</header>
<section class="bodycontainer block">
<section class="block displayflex profilewrapper">
<div class="profilemenuwrapper block whitecolor text-center">
<img src="images/profile/profile.png" class="img-responsive displayinline marginbottom40" alt="" />
<h3>Hi <span>Kewal</span></h3>
<ul class="block sectionpadding50 text-left">
<li><a href="profile.html">Profile</a></li>
<li><a href="orders-listing.html">Orders</a></li>
<li><a href="#0">Payment Methods</a></li>
<li><a href="address-book.html" class="active">Address Book</a></li>
</ul>
<button type="button" class="btn block themebg">Logout</button>
</div>
<div class="profilecontentswrapper block whitebg">
<div class="block">
<h3 class="marginbottom40 displayinlineblock">ADDRESS BOOK</h3>
</div>
<div class="col-lg-5 col-md-5 col-sm-6 col-xs-12">
<div class="added-addresses block scrollbars">
<div class="addresseswrapper block marginbottom30">
<h6 class="marginbottom20">Fracktal Works Pvt Ltd</h6>
<div class="block marginbottom20">
<p>40, Primrose Rd,</p>
<p>Sivanchetti Gardens,</p>
<p>Bengaluru</p>
<p>Karnataka</p>
<p>560025</p>
</div>
<a href="#0">Edit</a> <a href="#0">Remove</a>
</div>
<div class="addresseswrapper block marginbottom30">
<h6 class="marginbottom20">Fracktal Works Pvt Ltd</h6>
<div class="block marginbottom20">
<p>40, Primrose Rd,</p>
<p>Sivanchetti Gardens,</p>
<p>Bengaluru</p>
<p>Karnataka</p>
<p>560025</p>
</div>
<a href="#0">Edit</a> <a href="#0">Remove</a> <a href="#0">Make Primary</a>
</div>
</div>
</div>
<div class="col-lg-6 col-lg-offset-1 col-md-5 col-md-offset-2 col-sm-6 col-xs-12">
<div class="profiledetails block editaddress">
<ul class="">
<li class=" blackcolor text-center boldfont">
Edit Address
</li>
</ul>
<ul class="flex">
<li class="flex1 text-right lightcolorfont">
Name
</li>
<li class="flex2">
<input type="text" value="" class=" block">
</li>
</ul>
<ul class="flex">
<li class="flex1 text-right lightcolorfont">
Line 1
</li>
<li class="flex2">
<input type="text" value="" class=" block">
</li>
</ul>
<ul class="flex">
<li class="flex1 text-right lightcolorfont">
Line 2
</li>
<li class="flex2">
<input type="text" value="" class=" block">
</li>
</ul>
<ul class="flex">
<li class="flex1 text-right lightcolorfont">
City
</li>
<li class="flex2">
<input type="text" value="" class=" block">
</li>
</ul>
<ul class="flex phoneinputtype">
<li class="flex1 text-right lightcolorfont">
State
</li>
<li class="flex2 flex justifycontent">
<input type="text" value="" class=" block">
</li>
</ul>
<ul class="flex">
<li class="flex1 text-right lightcolorfont">
Zip Code
</li>
<li class="flex2">
<input type="text" value="" class=" block">
</li>
</ul>
<ul class="block text-center">
<li class="block text-center"><button type="button" class="btn btnwidth greenbg whitecolor ">Save</button></li>
</ul>
</div>
</div>
<div class="backandsavebuttons block">
<button type="button" class="btn btnwidth themebg whitecolor block pull-right savedetails_js">Close</button>
</div>
</div>
</section>
<footer class="block sectionpadding50 footer-wrapper ">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-7 col-sm-7 col-xs-12">
<div class="footerlinks block">
<h5 class="whitecolor marginbottom25">Company</h5>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<ul>
<li><a href="#0">About Us</a></li>
<li><a href="#0">Downloads</a></li>
<li><a href="#0">Blog</a></li>
<li><a href="#0">Press Room</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<ul>
<li><a href="#0">Support</a></li>
<li><a href="#0">Legal</a></li>
<li><a href="#0">Partners</a></li>
<li><a href="#0">Careers</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12">
<div class="footerlinks block">
<h5 class="whitecolor marginbottom25">Company</h5>
<div class="socialmediafooter block">
<ul>
<li><a href="https://www.facebook.com/" class="transition"><i class="fa fa-facebook" aria-hidden="true"></i> </a>
</li>
<li><a href="#0" class="transition"><i class="fa fa-twitter" aria-hidden="true"></i> </a></li>
<li><a href="#0" class="transition"><i class="fa fa-linkedin" aria-hidden="true"></i> </a></li>
<li><a href="#0" class="transition"><i class="fa fa-youtube" aria-hidden="true"></i> </a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</section>
</div>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<script src="resources/bootstrap/jquery-3.1.1.min.js"></script>
<script src="resources/bootstrap/bootstrap.min.js"></script>
<script src="resources/bootstrap/jquery.min.js"></script>
<link rel="stylesheet" href="resources/textrotator/css/jquery.animatedheadline.css" />
<script src="resources/textrotator/js/jquery.animatedheadline.min.js"></script>
<link rel="stylesheet" href="resources/scroll/css/jquery.classyscroll.css" />
<script src="resources/scroll/js/jquery.mousewheel.js"></script>
<script src="resources/scroll/js/jquery.classyscroll.js"></script>
<script src="script/scripts.js"></script>
</body>
</html>