feat: update site
This commit is contained in:
@@ -11,5 +11,8 @@
|
||||
{{ template "content" .}}
|
||||
<div id="grid"></div>
|
||||
</body>
|
||||
<footer>
|
||||
Website design inspired by and shamelessly stolen from <a href="https://owickstrom.github.io/the-monospace-web/">The monospace web </a>
|
||||
</footer>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
||||
@@ -1,12 +1,36 @@
|
||||
{{ define "content" }}
|
||||
<h1>Yadunand's Site WIP 🚧</h1>
|
||||
<p>Body</p>
|
||||
<h2>Header 2</h2>
|
||||
<p>Body</p>
|
||||
<h3>Header 3</h3>
|
||||
<p>Body</p>
|
||||
<h4>Header 4</h4>
|
||||
<p>Body</p>
|
||||
<h5>Header 5</h5>
|
||||
<p></p>
|
||||
<p>Hi, I'm Yadunand, a software engineer currently based in 🇨🇦, previously in 🇭🇰,🇦🇺,🇸🇬. I'm interested in how
|
||||
companies build things that scale, and how infrastructure works in general. This site is built on the exploration of
|
||||
that. Most of my work (including <a href="https://git.yadunut.dev/yadunut/yadunut.dev">this site</a>, and the <a
|
||||
href="https://git.yadunut.dev/yadunut/homelab">infrastructure</a>) can be found on my <a
|
||||
href="https://git.yadunut.dev/yadunut">gitea</a></p>
|
||||
<h2>Currently</h2>
|
||||
<ul>
|
||||
<li>Software Engineer at <a href="https://endorhealth.com/">Endor Health</a>
|
||||
<ul>
|
||||
<li>React Native, Typescript</li>
|
||||
<li>Python, flask</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Year 3 student at <a href="https://www.nus.edu.sg/">National University of Singapore</a></li>
|
||||
<li>Exchange Student at <a href="https://www.utoronto.ca/">University of Toronto</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>Previously</h2>
|
||||
<ul>
|
||||
<li>Technology Intern at <a href="https://www.mwam.com/">Marshall Wace</a>
|
||||
<ul>
|
||||
<li>Python, FastAPI</li>
|
||||
<li>React, Typescript</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Software Engineer at <a href="https://www.undertide.co/">Undertide</a></li>
|
||||
<ul>
|
||||
<li>React Native, Graphql, Typescript</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<h2>Contact Me</h2>
|
||||
<p>I'm always happy to chat, feel free to reach out to me a @yadunut on (Twitter, Instagram, Telegram) or on <a href="mailto:me@yadunut.com">email</a></p>
|
||||
|
||||
{{ end }}
|
||||
|
||||
3
site/templates/something.html
Normal file
3
site/templates/something.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{{ define "content" }}
|
||||
<h1>Something goes here</h1>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user