forked from Kiki-Raine/Kiki-Raine.Github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
activities.html
44 lines (44 loc) · 1.75 KB
/
activities.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Carly Jackson | Personal Life</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>Carly Jackson</h1>
<h2>Personal Life<h2>
</a>
<nav>
<ul id="gallery">
<li><a href="index.html">Main</li>
<li><a href="places.html">Places</li>
<li><a href="activities.html">Activites</li>
<li><a href="family.html">Family</li>
</ul>
</nav>
</header>
<section class="boxed">
<h1>Activites</h1>
<p>Some activities I do in my spare time would be drawing, animating, and sometimes playing Ukulele. I also like go online and chat with some of my online-friends, and watch cartoons.</p>
</section>
<section class="boxed">
<h1>Favorite Activites</h1>
<p>My favorite one of all of those activites is rather hard to choose. I like a lot of the activities I do, but as of now I'd choose chatting with my friends, playing Ukulele, and watching cartoons.</p>
</section>
<section class="boxed">
<h1>Activities I Take Interest In</h1>
<p>If I were to choose a new activity, I think I might want to learn another instrument like violine or piano becaus they are very beautiful instruments and I love the way they sound.</P>
</section>
<section>
<div align="center">
<iframe width="854" height="480" src="https://www.youtube.com/embed/hAzPhbUs2Xs" frameborder="0" allowfullscreen></iframe>
<iframe width="854" height="480" src="https://www.youtube.com/embed/b3KUyPKbR7Q" frameborder="0" allowfullscreen></iframe>
</div>
</section>
</body>
</html>