-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpress.html
415 lines (383 loc) · 12.5 KB
/
press.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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE HTML>
<html>
<head>
<title>Karthik Kumar | Press</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="author" content="Krishnakanth Alagiri">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header" class="wrapper">
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">Press and Media Information</a></h1>
<p>Follow me through my stories</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#">Explore</a>
<ul>
<li><a href="#">Lorem ipsum</a></li>
<li><a href="#">Magna veroeros</a></li>
<li><a href="#">Etiam nisl</a></li>
<li>
<a href="#">Sed consequat</a>
<ul>
<li><a href="#">Lorem dolor</a></li>
<li><a href="#">Amet consequat</a></li>
<li><a href="#">Magna phasellus</a></li>
<li><a href="#">Etiam nisl</a></li>
<li><a href="#">Sed feugiat</a></li>
</ul>
</li>
<li><a href="#">Nisl tempus</a></li>
</ul>
</li>
<li><a href="videos.html">Videos</a></li>
<li><a href="blog.html">Blogs</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li class="current"><a href="press.html">Press</a></li>
</ul>
</nav>
</section>
<!-- Main -->
<div id="main" class="wrapper style2">
<div class="container">
<!-- Content -->
<div id="content">
<article class="box post">
<header class="style1">
<h2>Updates!</h2>
<p>Tempus feugiat veroeros sed nullam dolore</p>
</header>
<a href="#" class="image featured">
<img src="images/press-banner.png" alt="" />
</a>
<style type="text/css">
table,
tr,
td {
border: 0px inset #282b34;
border-collapse: collapse;
border-spacing: 0;
}
table {
width: 100% !important;
/* margin-left: auto; */
/* margin-right: auto; */
color: #f5f5f5;
}
.tg {
border-collapse: collapse;
border-spacing: 0;
}
.tg td {
padding: 10px 5px;
color: #bfbfbf;
border-style: solid;
border-width: 1px;
overflow: hidden;
word-break: normal;
border-color: black;
}
.tg td a{
color: White;
}
.tg th {
font-weight: normal;
padding: 10px 5px;
border-style: solid;
border-width: 1px;
overflow: hidden;
word-break: normal;
border-color: black;
}
.tg .tg-xldj {
width: 100px;
border-color: inherit;
text-align: left;
}
.tg .tg-0pky {
width:100px;
border-color: inherit;
text-align: left;
vertical-align: top
}
.event_list_wrapper {
float: left;
width: 100%;
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 50px;
}
.event_list_wrapper li{
border-bottom: 1px solid #464545;
padding: 20px;
}
.event_list_wrapper li .event_list_date {
float: left;
width: 8%;
}
.event_list_wrapper li .event_list_day {
float: left;
width: 7%;
}
.event_list_location {
float: left;
width: 35%;
}
.event_list_wrapper li .event_list_title, .event_list_wrapper li .event_list_location {
float: left;
width: 30%;
}
.mybutton{
border: 1px solid #ffffff;
color: #ffffff;
background: transparent;
width: 25%;
padding: 10px;
}
.mybutton:hover{
color: #000;
background: #ffffff;
}
.one {
clear: both;
position: relative;
float: left;
width: 80%;
margin-left: 10%;
box-sizing: border-box;
}
@media only screen and (max-width: 450px){
.one{
margin-left: 5px;
width:100%;
font-size: 3vw;
}
.event_list_wrapper li .event_list_date {
float: left;
width: 15%;
padding-right: 5px;
}
.event_list_wrapper li .event_list_day {
float: left;
width: 15%;
}
.mybutton{
width: 10%;
}
.event_list_wrapper li .event_list_title {
float: left;
width: 22%;
padding:-left: 20px;
}
.event_list_wrapper li .event_list_location {
float: left;
width: 20%;
padding-right: 40px;
}
}
</style>
<div id="us-tour" class="ppb_event_list one nopadding " style="background-position: center top;"><div class="standard_wrapper">
<ul class="event_list_wrapper">
<li>
<div class="event_list_date">April 19</div>
<div class="event_list_day">Friday</div>
<div class="event_list_title"><a href="#">ABCD School</a></div>
<div class="event_list_location"><a href="#">Chennai</a></div>
<div class="event_list_rsvp"><a href="#" class="mybutton ghost white">Buy ticket</a></div>
</li>
<li>
<div class="event_list_date">April 19</div>
<div class="event_list_day">Friday</div>
<div class="event_list_title"><a href="#">ABCD School</a></div>
<div class="event_list_location"><a href="#">Chennai</a></div>
<div class="event_list_rsvp"><a href="#" class="mybutton ghost white">Buy ticket</a></div>
</li>
<li>
<div class="event_list_date">April 19</div>
<div class="event_list_day">Friday</div>
<div class="event_list_title"><a href="#">ABCD School</a></div>
<div class="event_list_location"><a href="#">Chennai</a></div>
<div class="event_list_rsvp"><a href="#" class="mybutton ghost white">Buy ticket</a></div>
</li>
<li>
<div class="event_list_date">April 19</div>
<div class="event_list_day">Friday</div>
<div class="event_list_title"><a href="#">ABCD School</a></div>
<div class="event_list_location"><a href="#">Chennai</a></div>
<div class="event_list_rsvp"><a href="#" class="mybutton ghost white">Buy ticket</a></div>
</li>
<li>
<div class="event_list_date">April 19</div>
<div class="event_list_day">Friday</div>
<div class="event_list_title"><a href="#">ABCD School</a></div>
<div class="event_list_location"><a href="#">Chennai</a></div>
<div class="event_list_rsvp"><a href="#" class="mybutton ghost white">Buy ticket</a></div>
</li>
</ul>
</div></div>
<table class="tg" style="undefined;table-layout: fixed; width: 100%">
<colgroup>
<col style="width: 80%">
<col style="width: 20%">
</colgroup>
<tr>
<th class="tg-xldj">Title</th>
<th class="tg-xldj">Date</th>
</tr>
<tr>
<td class="tg-xldj"><a href="#"><span style="font-weight:bold">Lorem Ipsum
Dimsum</span></a><br>Chennai, India - Fringilla nisl. Donec ccumsan interdum nisi, quis tincidunt felis sagittis eget. odio eleifend. Duis commodo fringilla commodo. Aliquam erat volutpat. Vestibulum facilisis leo magna. Cras
sit amet urna eros, id egestas urna. Quisque aliquam tempus euismod. Vestibulum ante ipsum primis in faucibus.<br></td>
<td class="tg-xldj">April 17, 2019</td>
</tr>
<tr>
<td class="tg-0pky"><a href="#"><span style="font-weight:bold">Lorem Ipsum
Dimsum</span></a><br>Chennai, India - Fringilla nisl. Donec ccumsan interdum nisi, quis tincidunt felis sagittis eget. odio eleifend. Duis commodo fringilla commodo. Aliquam erat volutpat. Vestibulum facilisis leo magna. Cras
sit amet urna eros, id egestas urna. Quisque aliquam tempus euismod. Vestibulum ante ipsum primis in faucibus.</td>
<td class="tg-0pky">April 17, 2019</td>
</tr>
</table>
</article>
</div>
</div>
</div>
<!-- Highlights -->
<section id="highlights" class="wrapper style3">
<div class="title">The Endorsements</div>
<div class="container">
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="#" class="image featured"><img src="images/pic02.jpg" alt="" /></a>
<h3><a href="#">Aliquam diam consequat</a></h3>
<p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p>
<ul class="actions">
<li><a href="#" class="button style1">Watch Now</a></li>
</ul>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="#" class="image featured"><img src="images/pic03.jpg" alt="" /></a>
<h3><a href="#">Nisl adipiscing sed lorem</a></h3>
<p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p>
<ul class="actions">
<li><a href="#" class="button style1">Watch Now</a></li>
</ul>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="#" class="image featured"><img src="images/pic04.jpg" alt="" /></a>
<h3><a href="#">Mattis tempus lorem</a></h3>
<p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p>
<ul class="actions">
<li><a href="#" class="button style1">Watch Now</a></li>
</ul>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer" class="wrapper">
<div class="title">The Rest Of It</div>
<div class="container">
<header class="style1">
<h2>Reach out to us</h2>
<p>
Sed turpis tortor, tincidunt sed ornare in metus porttitor mollis nunc in aliquet.<br />
Nam pharetra laoreet imperdiet volutpat etiam feugiat.
</p>
</header>
<div class="row">
<div class="col-6 col-12-medium">
<!-- Contact Form -->
<section>
<form method="post" action="#">
<div class="row gtr-50">
<div class="col-6 col-12-small">
<input type="text" name="name" id="contact-name" placeholder="Name" />
</div>
<div class="col-6 col-12-small">
<input type="text" name="email" id="contact-email" placeholder="Email" />
</div>
<div class="col-12">
<textarea name="message" id="contact-message" placeholder="Message" rows="4"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" class="style1" value="Send" /></li>
<li><input type="reset" class="style2" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
</div>
<div class="col-6 col-12-medium">
<!-- Contact -->
<section class="feature-list small">
<div class="row">
<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-home">Mailing Address</h3>
<p>
Untitled Corp<br />
1234 Somewhere Rd<br />
Nashville, TN 00000
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-comment">Social</h3>
<p>
<a href="#">@untitled-corp</a><br />
<a href="#">linkedin.com/untitled</a><br />
<a href="#">facebook.com/untitled</a>
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-envelope">Email</h3>
<p>
<a href="#">info@untitled.tld</a>
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon fa-phone">Phone</h3>
<p>
(000) 555-0000
</p>
</section>
</div>
</div>
</section>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>