-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNoutati.html
More file actions
69 lines (64 loc) · 2.76 KB
/
Noutati.html
File metadata and controls
69 lines (64 loc) · 2.76 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Casa Fotbalului</title>
<meta name="autor" content="Sima Mihai">
<meta name="description" content="Cele mai noi stiri">
<link rel="stylesheet" href="style_noutati.css" type="text/css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<div class="meniul"><H1>CASA FOTBALULUI</H1></div>
<nav class="meniu" id="mymeniu">
<a href="Acasa.html" class="item">Acasa</a>
<a href="Noutati.html" class="item">Noutati</a>
<a href="Comunitate.html" class="item">Comunitate</a>
<a href="PlanViitor.html" class="item">PlanViitor</a>
</nav>
</header>
<main>
<div class="dropdown">
<button class="dropbtn">Spice it up!
</button>
<div class="dropdown-content">
<a href="noutati_noanim.html">Fara animatii...ugh</a>
<a href="Noutati.html">Animatii.Yay!</a>
<a href="noutati_dark_theme.html">Dark mode..cool</a>
</div>
</div>
<article>
<a href="https://www.theguardian.com/football/2025/may/03/lamine-yamal-barcelona-dopamine-hit-footballer">
<div class="articole">
<img src="lamine_yamal_future_star.jpg" alt="Lamine Yamal" id="jamal">
<h2>Lamine Yamal-Viitoarea stea a Fotbalului</h2>
</div>
<div class="Linie"></div>
</a>
<a href="https://www.espn.com/soccer/story/_/id/45727221/lionel-messi-mls-record-streak-2-goals-inter-miami-nashville">
<div class="articole">
<img src="messi_articol.jpg" alt="Messi Articol" id="artmessi">
<h2>Messi continua sa impresioneze in America</h2>
</div>
<div class="Linie"></div>
</a>
<a href="https://www.abc.net.au/news/2016-07-20/zinedine-zidane-headbutt-10-years-on-marco-materazzi/7645460">
<div class="articole">
<img src="zidane_headbutt.jpg" alt="Zidane articol" id="Zidane">
<h2>19 ani de la incidentul din finala WC 2006</h2>
</div>
</a>
<a href="https://www.rousingthekop.com/2025/08/31/arne-slot-could-break-another-jurgen-klopp-record-when-liverpool-face-arsenal/">
<div class="articole">
<img src="klopp_shocked_news.jpg" alt="KloppFace" id="klopp">
<h2>Arne Slot ii poate bate recordul lui Klopp!</h2>
</div>
<div class="Linie"></div>
</a>
</article>
</main>
<footer>
</footer>
</body>