update: Matrix contact
This commit is contained in:
parent
f2c6df52d1
commit
7c44078ecb
19
index.html
19
index.html
|
@ -11,19 +11,6 @@
|
||||||
<meta content="Personal website with information about me" property="og:description">
|
<meta content="Personal website with information about me" property="og:description">
|
||||||
<meta content="#3A3A3A" data-react-helmet="true" name="theme-color">
|
<meta content="#3A3A3A" data-react-helmet="true" name="theme-color">
|
||||||
<meta content="https://octobanon.com/fof.gif" property="og:image">
|
<meta content="https://octobanon.com/fof.gif" property="og:image">
|
||||||
<script>
|
|
||||||
window.addEventListener('load', function() {
|
|
||||||
var currentDate = new Date();
|
|
||||||
var birthDate = new Date("2006-07-07");
|
|
||||||
var age = currentDate.getFullYear() - birthDate.getFullYear();
|
|
||||||
var birthDateThisYear = new Date(currentDate.getFullYear(), birthDate.getMonth(), birthDate.getDate());
|
|
||||||
if (currentDate < birthDateThisYear) {
|
|
||||||
age--;
|
|
||||||
}
|
|
||||||
|
|
||||||
document.getElementById("age").textContent = age;
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
|
@ -34,7 +21,7 @@
|
||||||
|
|
||||||
<h4 class="about-title">About me</h4>
|
<h4 class="about-title">About me</h4>
|
||||||
<p class="about-me">
|
<p class="about-me">
|
||||||
Hello, I'm Maksim and I'm <span id="age"></span> years old, developer and system administrator from <a href="https://octobanon.com/yaycha">Russia</a>. Now I’m gradually learning three languages: TypeScript, Rust, <a href="https://octobanon.com/teapot">Java</a>.
|
Hello, I'm Maksim and I'm 18 years old, developer and system administrator from <a href="https://octobanon.com/yaycha">Russia</a>. Now I’m gradually learning three languages: TypeScript, Rust, <a href="https://octobanon.com/teapot">Java</a>.
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
@ -74,8 +61,8 @@
|
||||||
<p>Telegram - @OctoBanon</p>
|
<p>Telegram - @OctoBanon</p>
|
||||||
<img src="link.svg" alt="Link">
|
<img src="link.svg" alt="Link">
|
||||||
</a>
|
</a>
|
||||||
<a class="row" href="https://matrix.to/#/@octobanon:matrix.org">
|
<a class="row" href="https://matrix.to/#/@me:octobanon.com">
|
||||||
<p>Matrix - @octobanon:matrix.org</p>
|
<p>Matrix - @me:octobanon.com</p>
|
||||||
<img src="link.svg" alt="Link">
|
<img src="link.svg" alt="Link">
|
||||||
</a>
|
</a>
|
||||||
<a class="row" href="https://discordapp.com/users/839947810735521792">
|
<a class="row" href="https://discordapp.com/users/839947810735521792">
|
||||||
|
|
Loading…
Reference in a new issue