forked from bdjunayed/worldcup2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (56 loc) · 2.65 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
---
layout: default
title: World Cup 2024 | Home
---
<section class="wrapper">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="contentLeft">
<h1><a href="#">Dirty Tackle</a></h1>
<div class="LefttLogo">
<img src="./assets/images/rl.jpg" alt="">
<p><a href="#">Brooks peck</a> in <a href="#">Howler Magazine</a><br>
<a href="#">Feb 16</a>.1 min read</p>
</div>
<div class="LeftImage">
<img src="./assets/images/b1.jpg" alt="">
</div>
<div class="LeftContent">
<h2>When France ruled the world</h2>
<p>French stars talk about their historic 1998 run to a first-ever
FIFA World Cup crown and the 'near-perfect match' in the Final against
Brazil.I really thought the adventure would end with Croatia
in the semi final; these guys had a great team (Suker was #1 scorer in the
WC that year i think)But Thuram suddenly transformed into Trezeguet to help us pass.PS:
Laurent Blanc' red card was
one of these referring scandals you always have in the WC
</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="contentRight">
<h1><a href="#">About</a></h1>
<div class="LefttLogo RightLogo">
<img src="./assets/images/rl2.png" alt="">
<h4>Howler Magazine</h4>
</div>
<div class="UsefullLinks">
<a href="index.html">When France ruled world cup</a><br>
<a href="mobileapp.html">Official fifa mobile app</a><br>
<a href="confederations.html">Six confederations</a><br>
<a href="#">Cricket BD</a><br>
<a href="#">Soceer</a>
</div>
<div class="socialIcon">
<a href="#" class="fa fa-envelope-o"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-facebook-square"></a>
<a href="#" class="fa fa-google-plus"></a>
</div>
</div>
</div>
</div>
</div>
</section>