-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 2.41 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
<!DOCTYPE html>
<html>
<head>
<title>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/home-page.css">
</head>
<body>
<div class="heading">
<img src="./images/svgification-attempt-of-logo.svg" alt="Ronnie Li" class="logo">
<div class="social-icons">
<a href="https://www.facebook.com/ronniesli"><img src="./icons/facebook.svg" alt="FB"></a>
<a href="https://instagram.com/ronnie__li"><img src="./icons/instagram.svg" alt="IG"></a>
<a href="https://www.linkedin.com/in/ronnie-li-8161bb162"><img src="./icons/linkedin.svg" alt="IN"></a>
<a href="https://github.com/Objay1003"><img src="./icons/github.svg" alt="GH"></a>
<a href="mailto:[email protected]"><img src="./icons/gmail.svg" alt="@"></a>
</div>
<span class="phone-number">Phone: (858) 761-8970</span>
<div class="links">
<a href="./biking"><img src="./images/bikes.png" alt="Bike"><span>Biking</span></a>
<a href="./hockey"><img src="./images/bing-bing-li.jpg" alt="Bike"><span>Hockey</span></a>
<a href="./swimming"><img src="./images/swimmingPool.jpg" alt="Bike"><span>Swimming</span></a>
<a href="./photos"><img src="./images/photography.jpg" alt="Bike"><span>Photography</span></a>
<a href="./food"><img src="./images/food.jpeg" alt="Bike"><span>Food</span></a>
</div>
</div>
<div class="content about-content">
<h1>Hi I'm Ronnie!</h1>
<p>I am a sophomore at Henry M. Gunn High School as of May 14, 2019. I like math and chemistry.</p>
<h2>A little bit about me</h2>
<p>Some of my hobbies unrelated to academics are ice hockey, running, swimming, road biking, and photography. The links to your right are a bit more descriptive.</p>
<p>At school, I am a debater for the Gunn Parliamentary Debate team, a varsity sprinter on the track and field team, and a member of the Physics Club, Math Circle, United Computations, RSI, and Science Olympiad.</p>
<p>This website will probably be a portfolio for schoolwork and my hobbies.</p>.
</div>
</body>
</html>