-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·775 lines (714 loc) · 31.8 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
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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UWW</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="og:title" content="" />
<meta name="og:type" content="website" />
<meta name="og:description" content="" />
<meta name="og:url" content="" />
<meta name="og:image" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" href="build/css/uww.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- Favicons -->
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
</head>
<body>
<div id="container">
<header class="fancyBG">
<div id="topNav">
<div class="wrapper clearfix">
<a href="/" title="United World Wrestling" class="icn icn-logo">
<span>United World Wrestling</span>
</a>
<nav class="hidden-tb">
<ul class="listReset clearfix">
<li class="hasSubnav"><a href="#">Organisation</a>
<ul class="subnav listReset">
<li><a href="#">News</a></li>
<li><a href="#">History of UWW</a></li>
<li><a href="#">Wrestling History</a></li>
<li><a href="#">President</a></li>
<li><a href="#">Bureau Members</a></li>
<li><a href="#">Organisation Chart</a></li>
<li><a href="#">Constitution</a></li>
<li><a href="#">Councils</a></li>
<li><a href="#">Committees</a></li>
<li><a href="#">Commissions</a></li>
<li><a href="#">National Federations</a></li>
</ul>
</li>
<li><a href="#">Development</a></li>
<li><a href="#">Governance</a></li>
</ul>
</nav>
<ul class="hidden-tb social listReset clearfix">
<li><a href="#" class="icn icn-facebook"><span>Facbeook</span></a></li>
<li><a href="#" class="icn icn-google"><span>Google</span></a></li>
<li><a href="#" class="icn icn-twitter"><span>Twitter</span></a></li>
<li><a href="#" class="icn icn-youtube"><span>YouTube</span></a></li>
</ul>
<div class="hidden-tb rightBox">
<form class="search left" action="#" method="post">
<div class="field">
<label for="searchInput" class="infield">Search</label>
<input id="searchInput" name="Search" type="text" />
</div>
<button type="submit" class="icn icn-search"><span>Search</span></button>
</form>
<a href="#" class="left signin">Sign In</a>
<ul class="languageSelect listReset left clearfix">
<li class="active"><span class="icn icn-flag-eng"></span>EN</li>
<li><span class="icn icn-flag-eng"></span>GR</li>
<li><span class="icn icn-flag-eng"></span>FR</li>
<li><span class="icn icn-flag-eng"></span>IT</li>
<li><span class="icn icn-flag-eng"></span>AU</li>
<li><span class="icn icn-flag-eng"></span>GR</li>
<li><span class="icn icn-flag-eng"></span>FR</li>
<li><span class="icn icn-flag-eng"></span>IT</li>
<li><span class="icn icn-flag-eng"></span>AU</li>
<li><span class="icn icn-flag-eng"></span>GR</li>
<li><span class="icn icn-flag-eng"></span>FR</li>
<li><span class="icn icn-flag-eng"></span>IT</li>
<li><span class="icn icn-flag-eng"></span>AU</li>
</ul><!-- .languageSelect -->
</div><!-- .right -->
</div><!-- .wrapper -->
</div><!-- #topNav -->
<div id="mainNav" class="hidden-tb">
<div class="wrapper">
<a href="#" class="title">2014 Greco Roman World Cup
<span class="date">May 15 – 16 2014 Tehran, iran</span>
</a>
<nav>
<ul class="listReset clearfix">
<li><a href="#">Events</a></li>
<li><a href="#">Sports</a></li>
<li><a href="#">Media</a></li>
<li><a href="#">Stats</a></li>
</ul>
</nav>
</div><!-- .wrapper -->
</div><!-- #mainNav -->
<div id="hamburger" class="visible-tb">
<span class="divider"></span>
<span class="divider"></span>
<span class="divider"></span>
<span>Menu</span>
</div><!-- #hamburger -->
</header>
<a href="#" class="breakingNews">
<div class="wrapper">
<p class="title"><strong>Breaking News</strong></p>
<p class="text">India, Canada Dominant on Final Day of Wrestling at Commonwealth Games</p>
<span class="btn">Read more</span>
</div>
</a>
<section class="hero" style="background-image: url(uploads/bg-hero.jpg);">
<div class="wrapper-grid">
<article class="col-md-7">
<span class="visible-tb"><strong>Featured post</strong></span>
<h1><a href="#">Nigeria Impresses on Second Day of Wrestling at Commonwealth Games</a></h1>
<p>Nigeria's Amas DANIEL faces off against Indian wrestler Bajrang BAJRANG during the 61kg semifinals in men's freestyle.</p>
<a href="#" class="btn orange">Read more</a>
</article>
</div>
<span class="overlay"></span>
</section><!-- #hero -->
<section id="featuredNews" class="grid-no-padding">
<div class="wrapper clearfix">
<div class="col col-md-6 left">
<article class="type-big shadowBox clearfix">
<a href="#"><img src="uploads/news-big-2.jpg" alt="Japanese Women Win Seven Medals, Two Gold, at Golden Grand Prix Final" /></a>
<div class="outer">
<div class="whiteBox">
<div class="tags clearfix">
<span class="tag orange hidden-tb">featured</span>
<span class="tag navy">Most commented</span>
</div>
<h2 class="heading"><a href="#">Japanese Women Win Seven Medals, Two Gold, at Golden Grand Prix Final</a></h2>
<p class="meta hidden-tb">Friday 1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></p>
<p><span class="hidden-tb">As the wrestling portion of the Commonwealth Games closed on Thursday night in Glasgow, more than 2000 fans streamed out of the... </span><a href="#" class="readmore">Read more <i class="icn icn-readmore visible-tb"></i></a></p>
</div><!-- .whiteBox -->
</div><!-- .outer -->
</article>
</div>
<div class="col col-md-6 right">
<article class="type-big shadowBox clearfix">
<a href="#"><img src="uploads/news-big-1.jpg" alt="Nigeria impresses on Second Day of Wrestling at Commonwelath Games" /></a>
<div class="outer">
<div class="whiteBox">
<div class="tags clearfix">
<span class="tag orange hidden-tb">featured</span>
<span class="tag navy">Most commented</span>
</div>
<h2 class="heading"><a href="#">Nigeria impresses on Second Day of Wrestling at Commonwelath Games</a></h2>
<p class="meta hidden-tb">Friday 1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></p>
<p><span class="hidden-tb">Nigerian wrestlers took home their first gold medals of the Commonwealth Games Wednesday as Odunayo ADEKUOROYE (53kg)...</span><a href="#" class="readmore">Read more <i class="icn icn-readmore visible-tb"></i></a></p>
</div><!-- .whiteBox -->
</div><!-- .outer -->
</article>
</div>
</div>
</section><!-- #featuredNews -->
<section id="eventsBar" class="fancyBG">
<div class="fancy titleBar">
<div class="wrapper clearfix">
<h3 class="title left">Events</h3>
<a href="#" class="right">See all events</a>
</div>
</div>
<div class="events wrapper-grid clearfix">
<div class="col-md-4">
<div class="event">
<a href="#" class="title">
<i class="icn icn-globe"></i> Los Angeles, USA <span class="date">12 June - 13 July</span>
</a>
<div class="content">
<h4 class="title event-title"><a href="#">2014 Men’s Freestyle World Cup</a></h4>
<a href="#" class="event-image"><img src="uploads/event-1.jpg" alt="event: 2014 Men’s Freestyle World Cup" /></a>
<div class="tags clearfix">
<a href="#" class="tag orange">Tickets</a>
<a href="#" class="tag pearl">Registration</a>
</div>
</div><!-- .content -->
</div>
</div>
<div class="col-md-4">
<div class="event">
<a href="#" class="title">
<i class="icn icn-globe"></i> Vantaa, fin <span class="date">20 September - 22 September</span>
</a>
<div class="content">
<h4 class="event-title"><a href="#">2014 European Championship</a></h4>
<a href="#" class="event-image"><img src="uploads/event-2.jpg" alt="event: 2014 European Championship" /></a>
<div class="tags clearfix">
<a href="#" class="tag orange">Tickets</a>
<a href="#" class="tag pearl">Registration</a>
</div>
</div><!-- .content -->
</div>
</div>
<div class="col-md-4">
<div class="event">
<a href="#" class="title">
<i class="icn icn-globe"></i> Tashkent, uzb <span class="date">01 December - 05 December</span>
</a>
<div class="content">
<h4 class="event-title"><a href="#">2014 World Championship</a></h4>
<a href="#" class="event-image"><img src="uploads/event-3.jpg" alt="event: 2014 World Championship" /></a>
<div class="tags clearfix">
<a href="#" class="tag orange">Tickets</a>
<a href="#" class="tag pearl">Registration</a>
</div>
</div><!-- .content -->
</div>
</div>
<a href="#" class="btn block visible-tb">See all events <i class="icn icn-arrow-right-white"></i></a>
</div><!-- .events -->
<div class="monthPager border-bottom hidden-tb">
<ul class="wrapper listReset clearfix">
<li class="active">Aug</li>
<li class="dot">Sep</li>
<li>Oct</li>
<li>Nov</li>
<li class="dot">Dec</li>
<li class="dot"><span class="year">2015</span>Jan</li>
<li class="dot">Feb</li>
<li>Mar</li>
<li>Apr</li>
<li>May</li>
<li>Jun</li>
<li>Jul</li>
</ul>
<span class="background-left"><span></span></span>
<span class="background-right"><span></span></span>
</div><!-- .monthPager -->
</section><!-- #eventsBar -->
<section id="storyBar" class="grid-no-padding">
<div class="titleBar">
<div class="wrapper clearfix">
<h3 class="title left">Latest from the 2014 Greco Roman World Cup</h3>
<a href="#" class="right">More stories</a>
</div>
</div><!-- .titleBar -->
<div class="wrapper-grid clearfix">
<div class="col-md-3">
<article class="type-img" style="background-image: url(uploads/news-story-1.jpg);">
<h2 class="heading">
Gazumov Upends Olympic Rivals for Crown at Golden Grand Prix Final
<a href="#" class="readmore">
Read more <i class="icn icn-readmore"></i>
</a>
</h2>
<span class="gradient"></span>
</article>
</div>
<div class="col-md-3">
<article class="type-vid" style="background-image: url(uploads/news-story-2.jpg);">
<h2 class="heading">
Manville, Lee Win Two for US in Cadet Wrestling World Championships
<a href="#" class="readmore">
Read more
<i class="icn icn-readmore"></i>
</a>
</h2>
<i class="icn icn-play"></i>
<span class="gradient"></span>
</article>
</div>
<div class="col-md-3">
<article class="type-img" style="background-image: url(uploads/news-story-3.jpg);">
<h2 class="heading">
Japanese Women Win Seven Medals, Two Gold, at Golden Grand Prix Final
<a href="#" class="readmore">
Read more
<i class="icn icn-readmore"></i>
</a>
</h2>
<span class="gradient"></span>
</article>
</div>
<div class="col-md-3">
<article class="type-img" style="background-image: url(uploads/news-story-3.jpg);">
<h2 class="heading">
Japanese Women Win Seven Medals, Two Gold, at Golden Grand Prix Final
<a href="#" class="readmore">
Read more
<i class="icn icn-readmore"></i>
</a>
</h2>
<span class="gradient"></span>
</article>
</div>
<a href="#" class="btn block visible-tb">See all the highlights <i class="icn icn-arrow-right-white"></i></a>
</div><!-- .wrapper-grid -->
</section><!-- #storyBar -->
<section id="stories" class="">
<div class="storyList wrapper-grid clearfix">
<div class="margin col-md-8">
<div class="titleBar">
<div class="wrapper-grid clearfix">
<h3 class="title left">Latest United World Wrestling stories</h3>
<a href="#" class="right">See all stories</a>
</div>
</div><!-- .titleBar -->
<ul class="listReset shadowBox clearfix">
<li class="featured">
<article class="type-horz clearfix">
<img src="uploads/news-big-2.jpg" alt="Japanese Women Win Seven Medals, Two Gold, at Golden Grand Prix Final" />
<div class="padding">
<h2 class="heading"><a href="#">Japanese Women Win Seven Medals, Two Gold, at Golden Grand Prix Final</a></h2>
<small class="meta hidden-tb">1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></small>
<p>
<span class="hidden-tb">As the wrestling portion of the Commonwealth Games closed on Thursday night in Glasgow, more than 2000 fans streamed out of the Wrestling Hall...</span>
<a href="#" class="readmore">Read more</a>
</p>
</div>
</article>
</li>
<li>
<article class="type-horz whiteBox clearfix">
<small class="meta hidden-tb">Friday 1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></small>
<h2 class="heading"><a href="#">This is a short headline, ideal for this area</a></h2>
<p>
<span class="hidden-tb">Junior wrestlers from six continents have travelled to the Croatian capital of Zagreb for the 2014 Junior...</span>
</p>
</article>
</li>
<li>
<article class="type-horz whiteBox clearfix">
<small class="meta hidden-tb">Friday 1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></small>
<h2 class="heading">
<a href="#">This is a short headline, ideal for this area</a>
</h2>
<p>
<span class="hidden-tb">England's CHINU accepts the cheers of a packed house after earning his Commonwealth Games bronze medal...</span>
</p>
</article>
</li>
<li>
<article class="type-horz whiteBox clearfix">
<small class="meta hidden-tb">Friday 1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></small>
<h2 class="heading">
<a href="#">This is a short headline, ideal for this area</a>
</h2>
<p>
<span class="hidden-tb">Yogeshwar DUTT continued his winning ways Thursday night, taking home the Commonwealth Games gold...</span>
</p>
</article>
</li>
<li>
<article class="type-horz whiteBox clearfix">
<small class="meta hidden-tb">Friday 1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></small>
<h2 class="heading"><a href="#">This is a short headline, ideal for this area</a></h2>
<p>
<span class="hidden-tb">Nigeria's Amas DANIEL faces off against Indian wrestler Bajrang BAJRANG during the 61kg semifinals...</span>
</p>
</article>
</li>
</ul>
</div>
<a href="#" class="btn block visible-tb">See all the latest stories <i class="icn icn-arrow-right-white"></i></a>
<div class="ads margin col-md-4">
<div class="ad"><a href="#"><img src="uploads/ad.jpg" alt="Ad 1" /></a></div>
<p class="clear">Advertising</p>
</div><!-- .ads -->
</div><!-- .storyList -->
</section><!-- #stories -->
<section id="newsWall">
<div class="wrapper-grid clearfix">
<div class="col-md-8">
<article class="type-horz clearfix">
<img src="uploads/news-horz-1.jpg" alt="Gazumov Upends Olympic Rivals for Crown at Volden Grand Prix Final" />
<div class="whiteBox">
<div class="tags clearfix">
<span class="tag orange hidden-tb">featured</span>
<span class="tag navy hidden-tb">Tag Name</span>
</div>
<h2 class="heading"><a href="#">Gazumov Upends Olympic Rivals for Crown at Volden Grand Prix Final</a></h2>
<p class="meta hidden-tb">Friday 1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></p>
<p>
<span class="hidden-tb">BAKU (July 25) – In pellentesque faucibus vestibulum. Nulla at nulla justo, eget luctus tortor. Nulla facilisi. Duis aliquet egestas purus in blandit...</span>
<a href="#" class="readmore">
Read more
<i class="icn icn-readmore visible-tb"></i>
</a>
</p>
</div><!-- .whiteBox -->
</article>
<article class="type-horz clearfix">
<img src="uploads/news-horz-1.jpg" alt="Gazumov Upends Olympic Rivals for Crown at Volden Grand Prix Final" />
<div class="whiteBox">
<div class="tags clearfix">
<span class="tag orange hidden-tb">featured</span>
<span class="tag navy hidden-tb">Tag Name</span>
</div>
<h2 class="heading">
<a href="#">Gazumov Upends Olympic Rivals for Crown at Volden Grand Prix Final</a>
</h2>
<p class="meta hidden-tb">Friday 1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></p>
<p>
<span class="hidden-tb">BAKU (July 25) – In pellentesque faucibus vestibulum. Nulla at nulla justo, eget luctus tortor. Nulla facilisi. Duis aliquet egestas purus in blandit...</span>
<a href="#" class="readmore">
Read more
<i class="icn icn-readmore visible-tb"></i>
</a>
</p>
</div><!-- .whiteBox -->
</article>
<article class="type-horz clearfix">
<img src="uploads/news-horz-1.jpg" alt="Gazumov Upends Olympic Rivals for Crown at Volden Grand Prix Final" />
<div class="whiteBox">
<div class="tags clearfix">
<span class="tag orange hidden-tb">featured</span>
<span class="tag navy hidden-tb">Tag Name</span>
</div>
<h2 class="heading">
<a href="#">Gazumov Upends Olympic Rivals for Crown at Volden Grand Prix Final</a>
</h2>
<p class="meta hidden-tb">Friday 1 August 2014 <span class="divider-dot">•</span> 1AM <span class="divider-dot">•</span> <a href="#">43 comments</a></p>
<p>
<span class="hidden-tb">BAKU (July 25) – In pellentesque faucibus vestibulum. Nulla at nulla justo, eget luctus tortor. Nulla facilisi. Duis aliquet egestas purus in blandit...</span>
<a href="#" class="readmore">
Read more
<i class="icn icn-readmore visible-tb"></i>
</a>
</p>
</div><!-- .whiteBox -->
</article>
<a href="#" class="btn block visible-tb">See all the latest stories <i class="icn icn-arrow-right-white"></i></a>
</div>
<div class="divider visible-tb"></div>
<div class="col-md-4">
<div class="featuredPhoto navy">
<p class="title">Photo of the Day</p>
<img src="uploads/photooftheday.jpg" alt="Photo of the day: sofia MATTSSON
" />
<div class="caption">
<p><strong>sofia MATTSSON</strong></p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugiat, quos in animi</p>
<a href="#"><i class="icn icn-caption"><span>Open caption</span></i></a>
</div>
</div>
</div>
</div><!-- .wrapper-grid -->
<div class="titleBar">
<div class="wrapper clearfix">
<h3 class="title left">Video Highlights</h3>
</div>
</div><!-- .titleBar -->
<div class="wrapper-grid grid-no-padding clearfix">
<div class="col-md-4">
<article class="type-vid" style="background-image: url(uploads/news-story-wide-1.jpg);">
<h2>
Manville, Lee Win Two for US in Cadet Wrestling World Championships
<a href="#" class="btn readmore">
View Video
<i class="icn icn-readmore"></i>
</a>
</h2>
<i class="icn icn-play"></i>
<span class="gradient"></span>
</article>
</div>
<div class="col-md-4">
<article class="type-vid" style="background-image: url(uploads/news-story-wide-1.jpg);">
<h2>
Manville, Lee Win Two for US in Cadet Wrestling World Championships
<a href="#" class="btn readmore">
View Video
<i class="icn icn-readmore"></i>
</a>
</h2>
<i class="icn icn-play"></i>
<span class="gradient"></span>
</article>
</div>
<div class="col-md-4">
<article class="type-vid" style="background-image: url(uploads/news-story-wide-1.jpg);">
<h2>
Manville, Lee Win Two for US in Cadet Wrestling World Championships
<a href="#" class="btn readmore">
View Video
<i class="icn icn-readmore"></i>
</a>
</h2>
<i class="icn icn-play"></i>
<span class="gradient"></span>
</article>
</div>
</div>
<div class="divider"></div>
<div class="titleBar">
<div class="wrapper clearfix">
<h3 class="title left">UWW Expert</h3>
</div>
</div><!-- .titleBar -->
<div id="expertBar" class="wrapper-grid clearfix">
<div class="margin col-md-4">
<div class="bio clearfix">
<div class="col-md-7">
<h3>Tim Foley</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a href="#" class="btn readmore">View Bio</a>
</div>
<div class="col-md-5">
<img src="uploads/bio-tim.jpg" alt="mugshot: Tim Foley" class="img-circle">
</div>
</div>
</div>
<div class="margin col-md-4">
<div class="featuredPhoto shadowBox">
<p class="title">Champion of the week</p>
<img src="uploads/championoftheweek.jpg" alt="Champion of the week: John Jameson" />
<div class="caption">
<p><strong>John Jameson</strong></p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugiat, quos in animi impedit consequuntur sunt quaerat est nobis accusamus atque.</p>
<a href="#"><i class="icn icn-caption"><span>Open caption</span></i></a>
</div>
</div>
</div>
<div class="col-md-4 grid-no-padding-single">
<div class="leaderboard">
<div class="title">
<i class="icn icn-logo-emblem"></i>
<strong>UWW Global Team Ranking</strong>
<span class="meta">Last updated 21st May 2014</span>
</div>
<div class="list">
<ul class="listReset clearfix shadowBox">
<li class="up">Iran<i class="icn"></i></li>
<li class="up">Russia<i class="icn"></i></li>
<li class="down">Ukraine<i class="icn"></i></li>
<li class="up">USA<i class="icn"></i></li>
<li class="down">Turkey<i class="icn"></i></li>
</ul>
</div>
<a href="#" class="clear btn readmore right">View full leaderboard <i class="icn icn-arrow-right"></i></a>
</div><!-- leaderboard -->
</div>
</div><!-- .wrapper -->
</section><!-- #newsWall -->
<section id="twitterWall" class="fancyBG hidden-tb">
<div class="fancy titleBar">
<div class="wrapper clearfix">
<h3 class="left">Connect with UWW</h3>
<ul class="social right listReset">
<li><a href="#" class="icn icn-facebook"><span>Facbeook</span></a></li>
<li><a href="#" class="icn icn-google"><span>Google</span></a></li>
<li><a href="#" class="icn icn-twitter"><span>Twitter</span></a></li>
<li><a href="#" class="icn icn-youtube"><span>YouTube</span></a></li>
</ul>
</div>
</div><!-- .titleBar -->
<div class="wrapper-grid clearfix">
<div class="col-md-4 margin">
<blockquote class="twitter-tweet" lang="en"><p>RT <a href="https://twitter.com/insidethegames">@insidethegames</a>: The 112 wrestlers at next month's Youth Olympic Games in <a href="https://twitter.com/hashtag/Nanjing?src=hash">#Nanjing</a> have been named: <a href="http://t.co/Y50iBefng1">http://t.co/Y50iBefng1</a> <a href="https://twitter.com/hashtag/wrestling?src=hash">#wrestling</a></p>— Olympic Wrestling (@fila_official) <a href="https://twitter.com/fila_official/statuses/499819200559329280">August 14, 2014</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="col-md-4 margin">
<blockquote class="twitter-tweet" lang="en"><p>RT <a href="https://twitter.com/iocmedia">@iocmedia</a>: IOC President Thomas Bach meets volunteers <a href="https://twitter.com/hashtag/yogselfie?src=hash">#yogselfie</a> <a href="https://twitter.com/hashtag/nanjing2014?src=hash">#nanjing2014</a> <a href="https://twitter.com/hashtag/youtholympics?src=hash">#youtholympics</a> <a href="http://t.co/2zUEpGaanJ">pic.twitter.com/2zUEpGaanJ</a></p>— Olympic Wrestling (@fila_official) <a href="https://twitter.com/fila_official/statuses/499504583148699649">August 13, 2014</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="col-md-4 margin">
<blockquote class="twitter-tweet" lang="en"><p>Our friends at <a href="https://twitter.com/ESPNMag">@ESPNMag</a> want to know which sport to ft. in an upcoming issue. Vote + keep wrestling in the lead! <a href="http://t.co/FmnFgJGdrt">http://t.co/FmnFgJGdrt</a></p>— Olympic Wrestling (@fila_official) <a href="https://twitter.com/fila_official/statuses/499471650916548608">August 13, 2014</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div><!-- .wrapper-grid -->
</section>
<section id="newsFooter">
<div class="colCount2 wrapper clearfix">
<div class="col1 clearfix">
<div class="titleBar">
<div class="wrapper clearfix">
<h3 class="left">Classic Stories</h3>
<a href="#" class="right">More Classic Stories</a>
</div><!-- .titleBar -->
</div><!-- .titleBar -->
<div class="col-md-6 margin">
<article>
<a href="#">
<img src="uploads/news-classic-1.jpg" alt="Article: Classic story title 1" />
<span class="title"><strong>Story Title</strong></span>
<span>Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. <strong class="readmore">Read more</strong></span>
</a>
</article>
</div>
<div class="col-md-6 margin">
<article>
<a href="#">
<img src="uploads/news-classic-2.jpg" alt="Article: Classic story title 2" />
<span class="title"><strong>Story Title</strong></span>
<span>Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. <strong class="readmore">Read more</strong></span>
</a>
</article>
</div>
</div><!-- .left -->
<div class="col2 clearfix">
<div class="titleBar">
<div class="wrapper clearfix">
<h3 class="title left">About UWW</h3>
<a href="#" class="right">Learn More</a>
</div><!-- .titleBar -->
</div><!-- .titleBar -->
<div class="col-md-6 margin">
<article>
<a href="#">
<img src="uploads/news-about-1.jpg" alt="Article: About title 1" />
<span class="title"><strong>Story Title</strong></span>
<span>Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. <strong class="readmore">Read more</strong></span>
</a>
</article>
</div>
<div class="col-md-6 margin">
<article>
<a href="#">
<img src="uploads/news-about-2.jpg" alt="Article: About title 1" />
<span class="title"><strong>Story Title</strong></span>
<span>Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. <strong class="readmore">Read more</strong></span>
</a>
</article>
</div>
</div><!-- .right -->
</div><!-- .wrapper-grid -->
</section><!-- #newsFooter -->
<footer class="fancyBG">
<div class="wrapper">
<div class="col1">
<a href="#" class="icn icn-logo"><span>United World Wrestling</a>
<p class="fineprint">© <a href="#">UWW</a> 2014 - All rights reserved</p>
</div><!-- .col1 -->
<ul class="social col2 listReset">
<li class="title">Connect with us</li>
<li><a href="#" class="icn icn-facebook"><span>Facbeook</span></a></li>
<li><a href="#" class="icn icn-google"><span>Google</span></a></li>
<li><a href="#" class="icn icn-twitter"><span>Twitter</span></a></li>
<li><a href="#" class="icn icn-youtube"><span>YouTube</span></a></li>
</ul>
<p class="col3">
<span class="title">Contact</span>
Rue du Château<br/>
6 - 1804 Corsier-sur-Vevey<br/>
Switzerland<br/>
<a href="tel:+41 21 312 84 26">Tel. +41 21 312 84 26</a>
</p><!-- .col3 -->
<ul class="col4 listReset bigList">
<li><a href="#">Press</a></li>
<li><a href="#">Advertising</a></li>
<li><a herf="#">Sponsorship</a></li>
<li><a href="#">Legal</a></li>
<li><a href="#">Contact</a></li>
</ul><!-- .col4 -->
<ul class="col5 listReset values">
<li class="icn icn-value1"><span>Value 1</span></li>
<li class="icn icn-value2"><span>Value 2</span></li>
<li class="icn icn-value3"><span>Value 3</span></li>
</ul>
</div><!-- .wrapper -->
</footer>
</div><!-- #container -->
<div id="mobSidebar">
<form class="search left" action="#" method="post">
<div class="field">
<label for="searchInputMob" class="infield">Search</label>
<input id="searchInputMob" name="Search" type="text" />
</div>
<button type="submit" class="icn icn-search"><span>Search</span></button>
</form><!-- .search -->
<div class="linkBar">
<a href="#">Home</a>
<a href="#">Sign in</a>
<ul class="languageSelect listReset clearfix">
<li class="active"><span class="icn icn-flag-eng"></span>EN</li>
<li><span class="icn icn-flag-eng"></span>GR</li>
<li><span class="icn icn-flag-eng"></span>FR</li>
<li><span class="icn icn-flag-eng"></span>IT</li>
<li><span class="icn icn-flag-eng"></span>AU</li>
<li><span class="icn icn-flag-eng"></span>GR</li>
<li><span class="icn icn-flag-eng"></span>FR</li>
<li><span class="icn icn-flag-eng"></span>IT</li>
<li><span class="icn icn-flag-eng"></span>AU</li>
<li><span class="icn icn-flag-eng"></span>GR</li>
<li><span class="icn icn-flag-eng"></span>FR</li>
<li><span class="icn icn-flag-eng"></span>IT</li>
<li><span class="icn icn-flag-eng"></span>AU</li>
</ul><!-- .languageSelect -->
</div>
<ul class="listReset mainLinks">
<li><a href="#">Events</a></li>
<li><a href="#">Sports</a></li>
<li><a href="#">Media</a></li>
<li><a href="#">Stats</a></li>
</ul>
<ul class="listReset subLinks">
<li><a href="#">Organisation</a></li>
<li><a href="#">Development</a></li>
<li><a href="#">Governance</a></li>
</ul>
<ul class="social listReset">
<li><a href="#" class="icn icn-facebook"><span>Facbeook</span></a></li>
<li><a href="#" class="icn icn-google"><span>Google</span></a></li>
<li><a href="#" class="icn icn-twitter"><span>Twitter</span></a></li>
<li><a href="#" class="icn icn-youtube"><span>YouTube</span></a></li>
</ul>
</div><!-- #mobSidebar -->
<!-- JavaScript : Include and embedded version -->
<script src="assets/js/jquery-1.11.1.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.cycle2.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.cycle2.carousel.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.infieldlabel.min.js" type="text/javascript"></script>
<script src="assets/js/functions.js" type="text/javascript"></script>
</body>
</html>