-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (115 loc) · 5.54 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html class="no-js" lang="en">
<!-- from http://ricostacruz.com/til/relative-paths-in-jekyll.html -->
<!-- end of include -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ray ZZ</title>
<meta name="description" content="Software developer, mathematician, minimalist. Featuring articles on hypercubing and microtonality.
" />
<meta property="og:title" content="Ray ZZ" />
<meta property="og:site_name" content="Ray ZZ" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.rayzz.me/" />
<meta property="og:image" content="https://rzhao271.github.io/img/intersection.jpg" />
<meta property="og:image:secure_url" content="https://rzhao271.github.io/img/intersection.jpg" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="431" />
<meta property="og:image:height" content="408" />
<meta property="og:description" content="Software developer, mathematician, minimalist. Featuring articles on hypercubing and microtonality.
" />
<meta name="theme-color" content="#283593">
<link rel="canonical" href="https://www.rayzz.me/">
<!-- Font -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@400&display=swap');
</style>
<!-- Import the CSS from here now since we want legacy flex support... -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/foundation-float.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="./css/syntax.css">
<link rel="stylesheet" href="./css/rayzz-site.css">
</head>
<body>
<div class="site-entire-body">
<aside id="offCanvas" class="off-canvas position-right"
data-off-canvas data-transition="overlay">
<span id="focus-trap-begin" tabIndex="0"></span>
<button id="off-canvas-close-button" class="close-button" type="button"
aria-label="Close menu" data-close>
<span aria-hidden="true">×</span>
</button>
<ul class="off-canvas-list">
<li><a href="./index.html">Home</a></li>
<li><a href="./articles.html">Articles</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
<span id="focus-trap-end" tabIndex="0"></span>
</aside>
<div class="off-canvas-content" data-off-canvas-content>
<div class="site-pre-footer">
<div>
<header class="top-bar">
<h1 class="site-title">
<a href="./index.html">Raymond Zhao</a>
</h1>
<div class="topnav-wrapper">
<nav class="topnav" data-topbar role="navigation">
<div class="nav-option">
<a href="./index.html">Home</a>
</div>
<div class="nav-option">
<a href="./articles.html">Articles</a>
</div>
<div class="nav-option">
<a href="./contact.html">Contact</a>
</div>
</nav>
</div>
<button type="button" class="menu-icon topnav-burger"
data-toggle="offCanvas"></button>
</header>
</div>
<div class="expanded row">
<div class="columns small-12">
<main class="main-content main-section">
<h2 id="about-me">About Me</h2>
<p>I have been solving twisty puzzles such as the Rubik’s cube and the <a href="https://www.speedsolving.com/wiki/index.php/Megaminx">Megaminx</a> since grade school, and my site is partially named after the <a href="https://www.speedsolving.com/wiki/index.php/ZZ_Method">ZZ method</a>, a 3x3x3 speedsolving method.</p>
<p>These days, I love <a href="https://hypercubing.xyz">hypercubing</a>, a niche branch of cubing where one solves higher-dimensional twisty puzzles such as the five-dimensional <a href="https://hypercubing.xyz/puzzles/3x3x3x3x3">3x3x3x3x3</a>.
I also enjoy using <a href="https://www.youtube.com/watch?v=rZiDvDGHfe8">commutators</a> to figure out solutions to other unusual twisty puzzles such as the <a href="https://twistypuzzles.com/app/museum/museum_showitem.php?pkey=1684">Rua</a> or the <a href="https://superliminal.com/andrey/mht633/">8-coloured {6,3,3}</a>.</p>
<p>Some of my other interests include playing the recorder and contributing to open-source projects.</p>
</main>
</div>
</div>
</div>
<footer class="site-footer">
<div class="expanded row" style="padding-top: 7px;">
<div class="column small-4 medium-5" style="text-align: left; margin-top: 5px;">
<a href="https://github.com/rzhao271" class="square-link"><img src="./img/GitHub-Mark-64px.png" alt="My GitHub: rzhao271" width="36px" height="36px"/></a>
<span style="margin-right: .3em;"></span>
<span class="show-for-medium" style="margin-right: .7em;"></span>
<a href="https://ca.linkedin.com/in/rzhao271" class="square-link"><img src="./img/square-linkedin-512.png" alt="My LinkedIn: Raymond Zhao" width="36px" height="36px" /></a>
</div>
<div class="column small-8 medium-7" style="text-align: right;">
© 2015–2024, Raymond Zhao
<br />
Under the <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
</div>
</div>
</footer>
</div>
</div>
<script src="./js/jquery.js"></script>
<script src="./js/what-input.js"></script>
<script src="./js/foundation.min.js"></script>
<script src="./js/offCanvasFocusTrap.js"></script>
<script>
$(document).foundation();
$(document).ready(function() {
addOffCanvasFocusTrap();
addLinkSpaceHandlers();
});
</script>
</body>
</html>