-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (82 loc) · 3.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.134.2">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preload" type="text/css" href="https://mredigonda.github.io/css/main.css" as="style" />
<link rel="stylesheet" type="text/css" href="https://mredigonda.github.io/css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="https://mredigonda.github.io/img/favicon.png">
<link rel="preload" href="https://mredigonda.github.io/fonts/OpenSansCondensed-Bold.woff2" type="font/woff2" crossorigin="anonymous" as="font">
<link rel="preload" href="https://mredigonda.github.io/fonts/Lora-Regular.woff2" type="font/woff2" crossorigin="anonymous" as="font">
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/themes/prism.min.css" rel="stylesheet" />
<title>
Maxi Redigonda's Blog
</title>
</head>
<body>
<script>
document.getElementsByTagName('body')[0].hidden = true;
window.addEventListener('load', (event) => {
document.getElementsByTagName('body')[0].hidden = false;
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
<style type="text/css">
@font-face {
font-family: "Open Sans Condensed";
src: url(https://mredigonda.github.io/fonts/OpenSansCondensed-Bold.woff2) format("truetype");
}
@font-face {
font-family: "Lora";
src: url(https://mredigonda.github.io/fonts/Lora-Regular.woff2) format("truetype");
}
img[src$='#center'] {
text-align: center;
display: block;
margin: 1.0rem auto;
max-width: 100%;
height: auto;
}
</style>
<nav>
<ul class="main-menu">
<li style="float:left;"><a href="/">mredigonda</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/toolbelt/">Toolbelt</a></li>
</ul>
</nav>
<main class="main-content">
<article>
<h1 style="text-align: center; margin: 14px;">Welcome!</h1>
<hr>
<style type="text/css">
p {
text-align: left;
}
</style>
<img class="profile-picture"
width="400px"
src="img/profile.jpg"
alt="Maxi Redigonda's profile picture, he looks handsome.">
<h2 id="about-me">About me</h2>
<p>My name is Maxi Redigonda, I study Computer Science in 🇦🇷 Argentina.</p>
<p>I used to participate in programming competitions like the <a href="https://stats.ioinformatics.org/people/5519">IOI</a>, and the <a href="https://icpc.baylor.edu/ICPCID/IAAD4CXB8F3G">ICPC</a>.</p>
<p>I’ve worked at Ergeon building beautiful <a href="https://fencequoting.com/fence3d?address=null&camera=-179.43,92.01,294.23&code=F6,PF,SL6,BB,FT,PK8,RC,POS,PT4,PPT,PD2,PH6,PR4W,KPT,1K14,R3,LS,L1,RW0,CHS,RC,R24,RCZ,SLSS&length=18&mode=3d&options=true&property_code=DY,DRY&property_schema=1,2&schema=3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,20,21,22,32,47,48,49,130&zipcode=94016">customizable 3D fences</a>.</p>
<p>I also volunteered at <a href="https://www.opensupports.com">OpenSupports</a>, and worked as a Software Engineer Intern at <a href="https://vtex.com">VTEX</a>.</p>
<h2 id="contacts">Contacts</h2>
<p>Check out my <a href="https://github.com/mredigonda">Github</a> and <a href="https://www.linkedin.com/in/maximiliano-redigonda/">Linkedin</a>, and well, now also <a href="https://twitter.com/mredigondadev">Twitter</a>, and feel free to reach out to me at <a href="mailto:[email protected]">[email protected]</a>.</p>
</article>
<hr>
</main>
<script type="text/javascript">
let links = document.links;
for (let i = 0, linksLength = links.length; i < linksLength; i++) {
if (links[i].hostname != window.location.hostname) {
links[i].target = '_blank';
}
}
</script>
</body>
</html>