-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (103 loc) · 3.99 KB
/
index.html
File metadata and controls
113 lines (103 loc) · 3.99 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Cristiano Ronaldo</title>
</head>
<body>
<div style="background-color: #023e8a;">
<!--personal info-->
<h1>Cristiano Ronaldo</h1>
<h2>Personal info</h2>
<p>
<h3>Full name:Cristiano Ronaldo dos Santos Aveiro <br><br>
He was born at 5 February 1985 at the São Pedro parish of Funchal, the capital of the Portuguese island of
Madeira
</h3>
</p>
</div>
<!--club career-->
<h1>
Club career
</h1>
<div style="background-color: #0077b6;">
<!--sporting-->
<h2>
<hr>
Sporting
<hr>
</h2>
<img src="https://www.sportingsg.com/wp-content/uploads/2019/08/cristiano-ronaldo-sporting-august-2019.jpg"
alt="Cristiano Ronaldo at sporting" width="80%" height="600">
<p>
<h3>At age 16, Ronaldo was promoted from Sporting's youth team by first-team manager László Bölöni</h3>
</p>
</div>
<!--Man utd-->
<div style="background-color: #0096c7;">
<hr>
<h2>Man utd</h2>
<hr>
<img src="https://upload.wikimedia.org/wikipedia/commons/0/00/Ronaldo_-_Manchester_United_vs_Chelsea.jpg"
alt="Cristiano Ronaldo at man utd" width="80%" height="600">
<p>
<h3>Ronaldo move to Manchester United was completed on 12 August 2003</h3>
</p>
</div>
<!--Real madrid-->
<div style="background-color: #00b4d8;">
<hr>
<h2>Real Madrid</h2>
<hr>
<img src="https://upload.wikimedia.org/wikipedia/commons/0/0d/Cristiano_Ajax.jpg"
alt="Cristiano Ronaldo at Real Madrid" width="80%" height="700">
<p>
<h3>Ahead of the 2009–10 season, Ronaldo joined Real Madrid for a world record transfer fee at the time of £80
million (€94 million)</h3>
</p>
</div>
<!--Juventus-->
<div style="background-color: #48cae4;">
<hr>
<h2>Juventus</h2>
<hr>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/CR7_2_11_2019.jpg/800px-CR7_2_11_2019.jpg"
alt="Cristiano Ronaldo at Real Madrid" width="80%" height="1000">
<p>
<h3>Ronaldo moved to Juventus in season 2018-19 </h3>
</p>
</div>
<!--Return to Man utd-->
<div style="background-color: #90e0ef;">
<hr>
<h2>Return to Man utd</h2>
<hr>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Manchester_United_v_Newcastle_United%2C_11_September_2021_%2810%29.jpg/800px-Manchester_United_v_Newcastle_United%2C_11_September_2021_%2810%29.jpg"
alt="Cristiano Ronaldo at Real Madrid" width="80%" height="800">
<p>
<h3>On 27 August 2021, Manchester United announced they had reached an agreement with Juventus to re-sign
Ronaldo in
season 2021-22</h3>
</p>
</div>
<!--Al nassr-->
<div style="background-color: #ade8f4;">
<hr>
<h2>Al nassr</h2>
<hr>
<img src="https://assets.goal.com/v3/assets/bltcc7a7ffd2fbf71f5/bltea9995ed26f6bc3a/63e56cc61194533ca01eae31/Cristiano_Ronaldo_celebrate_Al-Nassr_Al-Wehda_2023.png?format=jpg"
alt="Cristiano Ronaldo at Real Madrid" width="80%" height="800">
<p>
<h3>On 30 December 2022, Saudi club Al Nassr reached an agreement for Ronaldo to join the club effective 1
January
2023
<hr>
</h3>
</p>
</div>
<h4><a href="https://en.wikipedia.org/wiki/Cristiano_Ronaldo" target="_blank">The sourse</a> of this info</h4>
</body>
</html>