-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (126 loc) · 3.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kobe Bryant | Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="main-header-1">
<nav class="nav-1 main-nav-1">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="photos.html">PHOTOS</a></li>
<li><a href="stats.html">STATS</a></li>
<li><a href="about.html">ABOUT</a></li>
</ul>
</nav>
<h1 class="kobe kobe-large">In Remembrance of Kobe Bryant</h1>
</header>
<section class="content-section container home">
<h2><strong>Dear</strong> Basketball,</h2>
<div>
<hr>
<div>
From the moment<br>
I started rolling my dad's tube socks<br>
And shooting imaginary<br>
Game-winning shots<br>
In the Great Western Forum<br>
I knew one thing was real:
</div>
<br>
<hr>
<div>
I fell in love with you.
<hr>
<p>
A love so deep I gave you my all −<br>
From my mind & body<br>
To my spirit & soul.
</p>
</div>
<hr>
<div>
As a six-year-old boy<br>
Deeply in love with you<br>
I never saw the end of the tunnel.<br>
I only saw myself<br>
Running out of one.<br>
</div>
<br>
<hr>
<div>
And so I ran.<br>
I ran up and down every court<br>
After every loose ball for you.<br>
You asked for my hustle<br>
I gave you my heart<br>
Because it came with so much more.<br>
</div>
<br>
<hr>
<div>
I played through the sweat and hurt<br>
Not because challenge called me<br>
But because YOU called me.<br>
I did everything for YOU<br>
Because that's what you do<br>
When someone makes you feel as<br>
Alive as you've made me feel.<br>
</div>
<br>
<hr>
<div>
You gave a six-year-old boy his Laker dream<br>
And I'll always love you for it.<br>
But I can't love you obsessively for much longer.<br>
This season is all I have left to give.<br>
My heart can take the pounding<br>
My mind can handle the grind<br>
But my body knows it's time to say goodbye.<br>
</div>
<br>
<hr>
<div>
And that's OK.<br>
I'm ready to let you go.<br>
I want you to know now<br>
So we both can savor every moment we have left<br>together.<br>
The good and the bad.<br>
We have given each other<br>
All that we have.<br>
</div>
<br>
<hr>
<div>
And we both know, no matter what I do next<br>
I'll always be that kid<br>
With the rolled up socks<br>
Garbage can in the corner<br>
:05 seconds on the clock<br>
Ball in my hands.<br>
5 ... 4 ... 3 ... 2 ... 1<br>
</div>
<br>
<hr>
<div>
Love you always,<br>
Kobe<br>
</div>
</div>
</section>
<footer class="main-footer-1">
<div class="container main-footer-container">
<h3 class="kobe">Kobe Bryant 24</h3>
<ul class="nav-1 footer-nav-1">
<li><img src="img/kobe-nba.png" alt="kobe-nba logo"></li>
<li><img src="img/logo.png" alt="basketball"></li>
<li><a href="https://www.nba.com" target="_blank"><img src="img/nbalogo.png" alt="nba.logo"></a></li>
</ul>
</div>
</footer>
</body>
</html>