-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-me.html
91 lines (58 loc) · 3.85 KB
/
about-me.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
<!DOCTYPE html>
<html>
<head>
<title>Christina F</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- link the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- link the webpage's JavaScript file -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@500&family=Tangerine:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<h1 class="begin"> </h1>
<nav>
<ul>
<li> <a href="index.html">Home </a> </li>
<li> <a href="portfolio.html"> Portfolio</a></li>
<li> <a href="about-me.html">About Me</a></li>
</ul>
</nav>
<main>
<img id = "circle" src="images/Christina Cady.jpg" style= "float:right; margin-right: 7%" width = "400" height = "500" alt= "Christina smiling in black top and with a blue background.">
<h2>About Me</h2>
<h3> Coding </h3>
<p class = "hobby">I've learned Java and HTML through school, am profficient in CSS and Javascript, and currently working on python in school. I also am practicing to competete in the <a href="https://nationalcyberleague.org/">National Cyber League</a>'s Spring Season.</p>
<h3> Volleyball </h3>
<h4> Club </h4>
<p class = "hobby"> I have played club volleyball for about 6 years. I've played almost every position in competition and the last 4 years I have played Right-side Hitter.</p>
<h4> School </h4>
<p class = "hobby"> I have played on my school's varsity team now 2 years, and was co-captain my senior year. I also won the GRIT Award senior year for outstanding growth, resilience, innovation, and transition. </p>
<h3> Reading </h3>
<p class = "hobby">I enjoy a lot of different genres, but mainly I read fantasy. My favorite 2 books currently are <i>The Dream Thieves</i> and <i> The Raven King</i>, which luckily have 2 great fandoms.</i></p>
<h3> Gaming </h3>
<p class = "hobby"> I've been playng alot of Valorant, Stardew Valley, and Minecraft recently. As well as a fun open source game called, <a href="https://crawl.develz.org/">Dungeon Crawl Stone Soup</a>.</p>
<br>
<!--
<div class="flex-container" style="margin-top: 0px;" >
<div class="flex-item">
<h1 id = "aboutMe" >About Me</h1>
<h4 style = "margin-top: 0px"> Coding </h4>
<p class = "hobby">I learned Java and HTML through school, am profficient in CSS and Javascript, and am starting Python in the next month. </p>
<h4> Community </h4>
<p class = "hobby">I have done alot of work with the local Meals on Wheels, and am an active member of St. Mary Magdeline Catholic Church.</p>
<h4> Volleyball </h4>
<p class = "hobby"> I have played on my school's varsity team now 2 years, and I have played club volleyball for about 6 years. I play right-side hitter! </p>
<h4> Reading </h4>
<p class = "hobby">I enjoy a lot of different genres, but mainly I read fantasy. My favorite 2 books currently are <i>The Dream Thieves</i> and <i> The Raven King</i>, which luckily have 2 great fandoms.</i></p>
<h4> Gaming </h4>
<p class = "hobby"> I've been playng alot of Valorant, Stardew Valley, and Minecraft recently. As well as a fun open source game called, <a href="https://crawl.develz.org/">Dungeon Crawl Stone Soup</a>.</p>
</div>
-->
<footer><small> Copyright © 2024 Christina Foley </small></footer>
</main>
</body>
</html>