-
Notifications
You must be signed in to change notification settings - Fork 0
/
hockey.html
22 lines (22 loc) · 1.13 KB
/
hockey.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Hockey | Ronnie Li</title>
<!-- the following line prevents phones from zooming the page out by default -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="./images/favouritecon.png">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<link rel="stylesheet" href="./css/content.css">
<link rel="stylesheet" href="./css/generic-page.css">
</head>
<body>
<a href="./" class="home-link"><img src="./images/svgification-attempt-of-logo.svg" alt="Go home"></a>
<div class="heading">
<img src="./images/bing-bing-li.jpg" alt="Little Ronnie playing hockey">
<h1>Hockey</h1>
</div>
<div class="content">
<p>My hockey team, the San Jose Jr. Sharks AAA, qualified for the California State Championships and was invited to participate in the Bauer World Invitational in Chicago. The previous year, I was a member of the California Cougars, where I led our team to third at the California State Championships, and was voted Most Valuable Player.</p>
</div>
</body>
</html>