-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond_page.html
More file actions
129 lines (80 loc) · 4.02 KB
/
second_page.html
File metadata and controls
129 lines (80 loc) · 4.02 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html>
<head>
<title>
about_me
</title>
</head>
<style>
body{
background-color: rgb(52,73,94);
background-size: cover;
}
#header{
text-align: center; color: red;
background-color: yellow;
}
#first_image{
height: 328px;
font-size: 20px;
background-color: yellow;
text-align: center;
}
#second_image{
height: 390px;
font-size: 20px;
text-align: center;
background-color: yellow;
}
#image_3{
height: 360px;
font-size: 20px;
text-align: center;
background-color: yellow;
}
#image_4
{
height: 469px;
font-size: 20px;
text-align: center;
background-color: yellow;
}
#image_5{
height: 1000px;
font-size:20px;
text-align: center;
background-color: yellow;
}
</style>
<body>
<div id="header">
<h1>
About My Life
</h1>
</div>
<div id=first_image>
<img src="images/fabrizio motocross.png" align="left">
<p>I became a motocross rider at the age of 12. When I turned 17, and after years of intense training, I became the youngest Italian kid to qualify by Italian Motorcycle Federation to participate in a world championship representing Team Italia. I competed everywhere in Europe and met incredible people along the way. This sport taught me discipline and perseverance. It made me the man I am today.
</p>
</div>
<div id="second_image">
<img src="images/fabrizio,mattatore.png" align="left">
<p>This newspaper article is very dear to my heart because it speaks about my win at the Italian Championship Under 21 sponsored by Alitalia and Fiat. This victory proved to me that hard work and dedication pay off. After this victory I was hired by a large motorcycle factory BETA to represent their brand in racings of Class 125cc and 250cc.
</p>
</div>
<div id="image_3">
<img src="images/fabrizio.motocross_2.png" align="left">
<p>This foto is about the last Junior race I did, the Italian Junior Championship. I was running first until the very last lap, when my front brake broke and locked the front wheel, causing me to lose the championship at the last lap and sending me into coma for 5 days. This experience made me understand that life is unpredictible but I was happy to be alive. After this race, it took me few years to get back on my feet. I continued to race and did four more world championships as a professional motocross rider. In my motocross carreer I competed in over 300 racings and won 70. Those were exciting, demanding, adrenaline-filled years of my life.</p>
</div>
<div id="image_4">
<img src="images/familyfoto.png" align="left">
<p>I am truly blessed...I have the best family in the world </p>
</div>
<div id=image_5>
<img src="images/corsa.jpg">
<p>One more racing</p>
</div>
</body>
</header>
</body>
</html>