forked from FloatingMilkshake/floatingmilkshake.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (58 loc) · 3.11 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>FloatingMilkshake!</title>
<meta content="FloatingMilkshake!" property="og:title">
<meta content="I'm FloatingMilkshake! Welcome to my corner of the internet." property="og:description">
<meta content="https://floatingmilkshake.com/index.html" property="og:url">
<meta content="https://cdn.floatingmilkshake.com/avatar.png" property="og:image">
<meta content="#43B581" data-react-helmet="true" name="theme-color">
<meta content="Hi! I'm FloatingMilkshake. This is my website!" name="description">
<link href="https://cdn.floatingmilkshake.com/avatar.png" rel="icon">
<link href="styles.css" rel="stylesheet" type="text/css">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap" rel="stylesheet">
<script defer data-domain="floatingmilkshake.com" src="https://plausible.floatingmilkshake.com/js/plausible.js"></script>
</head>
<body>
<h1>Hi!</h1>
<p>
I'm FloatingMilkshake! I'm a student on the east coast of the US with a passion for technology.
<br><br>
I like to think that I'm fairly experienced with C#, Java, Python and JavaScript. And regular expressions. I love regex.
<br><br>
I also have an interest in cybersecurity and networking, and I like to play around with Discord bots too; I made
<a href="https://github.com/FloatingMilkshake/MechanicalMilkshake">MechanicalMilkshake</a>, and I like to help with
Erisa's <a href="https://github.com/Erisa/Cliptok">Cliptok</a> (go check her out <a href="https://erisa.uk">here</a>!).
<br><br>
</p>
<!--sse-->
<p>
If you'd like to get in touch with me, pick your favorite from the list below:
<ul>
<li>Discord: <a href="https://dsc.bio/floatingmilkshake">@floatingmilkshake</a></li>
<li>Matrix: <a href="https://matrix.to/#/@floatingmilkshake:awau.uk">@floatingmilkshake:awau.uk</a></li>
<li>Mastodon: <a rel="me" href="https://awau.social/@floatingmilkshake">@[email protected]</a></li>
<li>Twitter: <a href="https://twitter.com/FloatyMilkshake">@FloatyMilkshake</a></li>
<li>Email: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
I also hang out in the <a href="https://discord.gg/microsoft">Microsoft Community Discord server</a> often!
</p>
<!--/sse-->
<!-- footer -->
<br>
<hr>
<p>
<a href="https://floatingmilkshake.com" title="You are here!">Home</a> |
<a href="https://github.com/FloatingMilkshake/floatingmilkshake.com" title="The source code for this site!">Source</a> |
<a href="https://floatingmilkshake.com/privacy" title="My Privacy Policy">Privacy Policy</a> |
<a href="https://floatingmilkshake.com/terms" title="My Terms of Service">Terms of Service</a> |
<a href="https://haste.floatingmilkshake.com" title="Need to throw some code somewhere?">Hastebin</a> |
<a href="https://floatingmilkshake.com/time" title="What time is it for me?">Time</a> |
<span title="Hmm...">More coming soon...?</span>
</p>
</body>
</html>