-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (27 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="style.css">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<main>
<article>
<h1>Timmy Clarke</h1>
<p>
Timmy Clarke, a 23-year-old man, boasts a thriving YouTube channel with over 1,000 loyal subscribers. His passion for filmmaking shines through his engaging content, capturing the essence of storytelling. Beyond the lens, Timmy finds solace in the pages of books, indulging his curious mind with diverse narratives. He's also an avid collector of CDs, cherishing the tangible essence of music. When not immersed in his creative pursuits, Timmy ventures into the great outdoors, enjoying the thrill of geocaching and discovering hidden treasures.</p>
<nav>
<a href="https://www.youtube.com/channel/UCHQLtSUs2nsBKEz3yuX7HKA">Youtube</a>
<a href="https://www.instagram.com/timmyclarkee/">Instagram</a>
</nav>
</article>
<aside>
<img src="IMG_6811.jpg"
</aside>
</main>