-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (85 loc) · 3.63 KB
/
index.html
File metadata and controls
88 lines (85 loc) · 3.63 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Timothy Levi</title>
<!-- Metadata -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Internal resources -->
<link rel="stylesheet" href="reset.css" type="text/css">
<link rel="stylesheet" href="index.css" type="text/css">
<!-- Fonts -->
<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=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=Lora:ital,wght@0,400..700;1,400..700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body class="main body-medium-width body-content-centered">
<section class="wrapper">
<details name="alias" class="details-tim details-box sour-gummy-regular">
<summary class="summary-box summary-clickable summary-no-marker">
<span class="aka-label">also known as</span>
<h1 class="header-aka">
Tim
</h1>
</summary>
<!-- <p class="p-title">Human being</p> -->
<ul class="social">
<h3>Social</h3>
<li><a href="https://open.spotify.com/user/122891958">Spotify</a></li>
<li><a href="http://instagram.com/timlevicampbell">Instagram</a></li>
</ul>
</details>
<!-- <details name="alias" class="details-timothy-levi details-box helvetica-neue-regular">
<summary class="summary-box summary-clickable summary-no-marker">
<span class="aka-label">also known as</span>
<h1 class="header-aka">
Timothy Levi
</h1>
</summary>
<p class="p-title">Creator</p>
</details>
<details name="alias" class="details-tim-campbell details-box anonymous-pro-regular">
<summary class="summary-box summary-clickable summary-no-marker">
<span class="aka-label">also known as</span>
<h2 class="header-aka">
Tim Campbell
</h2>
</summary>
<p class="p-title">Technologist</p>
<ul class="social">
<h3 style="display: none;">Social</h3>
<li><a href="https://linkedin.com/in/timothylevi">Linkedin</a></li>
<li><a href="https://github.com/timothylevi">Github</a></li>
</ul>
</details>
<details name="alias" class="details-chumpa-blivity details-box lora-regular">
<summary class="summary-box summary-clickable summary-no-marker">
<span class="aka-label">also known as</span>
<h3 class="header-aka">Chumpa Blivity</h3>
</summary>
<p class="p-title">Poet</p> <ul class="social">
<h3 style="display: none;">Social</h3>
<li><a href="https://open.spotify.com/user/31yy4ddffkbzgdoosu57aqnlbjba">Spotify</a></li>
</ul>
</details>
<details name="alias" class="details-tim-campbell details-box anonymous-pro-regular">
<summary class="summary-box summary-clickable summary-no-marker">
<span class="aka-label">also known as</span>
<h2 class="header-aka">
<div>nine</div>
<div>ttt</div>
<div>ttt</div>
<div>ttt</div>
<div>nine</div>
</h2>
</summary>
<p class="p-title">Technologist</p>
<ul class="social">
<h3 style="display: none;">Social</h3>
<li><a href="https://linkedin.com/in/timothylevi">Linkedin</a></li>
<li><a href="https://github.com/timothylevi">Github</a></li>
</ul>
</details> -->
</section>
</body>
</html>