-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.html
96 lines (91 loc) · 2.94 KB
/
other.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
92
93
94
95
96
<!DOCTYPE html>
<html lang="en" class="light-mode">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>m5b6 - other</title>
<meta property="og:title" content="Matias Berrios (m5b6) - other" />
<meta
property="og:description"
content="Discover the innovative projects and experiments by Matias Berrios (m5b6), engineer from Chile."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.matiasberrios.com/projects" />
<meta
property="og:image"
content="https://www.matiasberrios.com/og-image-projects.jpg"
/>
<link rel="canonical" href="https://www.matiasberrios.com/projects" />
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="/styles.css" />
<script src="./scripts/widgets.js" defer></script>
</head>
<body>
<div class="widget">
<label for="time-date" class="visually-hidden"
>Current time and date</label
>
<p
id="time-date"
class="time-date"
aria-live="polite"
aria-atomic="true"
></p>
<label for="visitor-count" class="visually-hidden">Visitor count</label>
<p
id="visitor-count"
class="visitor-count"
aria-live="polite"
aria-atomic="true"
></p>
</div>
<button id="mode-switch" aria-label="Toggle dark mode">
<span aria-hidden="true">☽</span>
</button>
<main>
<div class="column">
<h1><a href="/">m5b6</a> ☞ other</h1>
<table class="project-table" aria-label="Project showcase">
<thead>
<tr>
<th scope="col">Year</th>
<th scope="col">Project</th>
<th scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>2024</td>
<td>
<a
href="experiment.html"
class="project-link"
aria-label="View Enigma project"
>experiment</a
>
</td>
<td>A work in progress</td>
</tr>
<tr>
<td>2024</td>
<td>
<a
href="#"
class="project-link"
aria-label="View Enigma project"
>WIP</a
>
</td>
<td>A work in progress</td>
</tr>
</tbody>
</table>
</div>
</main>
</body>
</html>