-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (83 loc) · 3.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Garand.dev - home</title>
<link rel="stylesheet" href="https://cdn.rawgit.com/kimeiga/bahunya/css/bahunya-0.1.3.css" />
<style>
main {
border-top: none;
}
</style>
</head>
<body>
<main>
<article>
<section id="intro">
<h1>Hey!</h1>
Welcome to my site! You'll find information about me, my projects, and other things in here.<br />
<noscript> Note that most other pages of my site will require JavaScript, so you might want to keep that
in mind
when navigating through the website.<br /></noscript>
</section>
<section id="about">
<h1>About me</h1>
I'm Antony Garand, a full stack dev working on solving interesting problems. <br />
Here are some of the interesting things I did:
<ul>
<li><a href="https://osrs.cloud" target="_blank">Osrs.cloud - Market tools for the OldSchool Runescape game</a>
</li>
<li><a href="https://brawldb.com" target="_blank">BrawlDB - Player stats for the Brawlhalla game</a>
</li>
</ul>
And some experiments:
<ul>
<li>
<a href="/projects/pattern-brush/index.html" target="_blank">Pattern brush in pure JS / SVG</a>
</li>
<li>
<a href="/projects/metaballs" target="_blank">Metaballs using SVG filters</a>, and <a href="/projects/metaballs/gallery.html">a gallery based off these!</a>
</li>
<li>
<a href="https://antonygarand.github.io/fabricjs-metaballs/" target="_blank">Metaballs attempt
in fabric.js
using pure geometry</a>
</li>
</ul>
If you like what I'm working on, you might like my posts on various medias!
<ul>
<li>
<a href="https://dev.to/antogarand" target="_blank">Dev.to profile - Posts about various
subjects</a>
</li>
<li>
<a href="https://blog.sucuri.net/author/antony-garand" target="_blank">Sucuri blog - Posts about
security,
mostly WordPress stuff</a>
</li>
</ul>
I also do things not quite related to computer, like building my own keyboard, playing the piano and
going to the dog park.
</section>
<section id="contact">
<h1>Profiles</h1>
<ul>
<li>
<a href="https://twitter.com/AntoGarand" target="_blank">Twitter</a>
</li>
<li>
<a href="https://github.com/AntonyGarand" target="_blank">Github</a>
</li>
<li>
<a href="https://gitlab.com/users/AntonyGarand/" target="_blank">Gitlab</a>
</li>
<li>
<a href="https://www.linkedin.com/in/antonygarand/" target="_blank">LinkedIn</a>
</li>
<li>
<a>Email</a>: hey at this domain
</li>
</ul>
</section>
</article>
</main>