-
Notifications
You must be signed in to change notification settings - Fork 0
/
swimming.html
24 lines (24 loc) · 1.12 KB
/
swimming.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
<!DOCTYPE html>
<html>
<head>
<title>Swimming | 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/swimmingPool.jpg" alt="Swimming pool">
<h1>Swimming</h1>
</div>
<!-- i hope this comment is hidden enough -->
<!-- also le objay needs to use codecademy -->
<div class="content">
<p>I swam with the Palo Alto Swim Association, training with the SCRA division. I qualified for Junior National Championships in 2013 and 2014 during the short course season, while qualifying for Far Western Championships in 2013.</p>
</div>
</body>
</html>