iiiypuk
/
mySite
Archived
1
0
Fork 0
This repository has been archived on 2022-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
mySite/index.html

189 lines
7.9 KiB
HTML
Raw Permalink Normal View History

2021-10-19 21:07:00 +03:00
<!DOCTYPE html>
2022-05-10 16:18:22 +03:00
<html lang="en">
2021-10-19 21:07:00 +03:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>~/</title>
2022-05-09 00:35:28 +03:00
<link type="text/plain" rel="author" href="humans.txt">
<link rel="stylesheet" type="text/css" href="assets/Bootstrap-5.1.3/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="styles.css">
2022-05-09 00:42:47 +03:00
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
2021-10-19 21:07:00 +03:00
</head>
2022-05-09 00:35:28 +03:00
<body class="bg-light">
2022-05-10 16:18:22 +03:00
<header class="bg-dark shadow-sm sticky-top py-3 mb-3">
2022-05-10 12:07:31 +03:00
<div class="container">
2022-05-09 00:35:28 +03:00
<div class="row flex-nowrap justify-content-between align-items-center">
2022-05-24 20:28:37 +03:00
<div class="col-4 fs-3">
2022-05-09 00:35:28 +03:00
🏴‍☠️
</div>
2022-05-10 12:07:31 +03:00
<div class="col-4 text-center fw-bold fs-3 text-white">
2022-05-09 00:35:28 +03:00
Сашка ☕
</div>
<div class="col-4 d-flex justify-content-end align-items-center">
2022-07-01 03:10:19 +03:00
<a class="btn btn-sm btn-outline-light" href="https://blog.iiiypuk.me/" target="_blank">Blog</a>&nbsp;
2022-05-09 00:35:28 +03:00
💀 🔵 🔴
</div>
</div>
2022-05-10 12:07:31 +03:00
</div>
</header>
2021-10-19 21:07:00 +03:00
2022-05-10 12:07:31 +03:00
<div class="container">
2022-05-09 00:35:28 +03:00
<main>
2022-05-10 16:18:22 +03:00
<section>
<p class="bg-white border rounded shadow-sm p-3 text-center">
Hey, I'm Alexander Popov.
I'm Full Stack Developer
</p>
</section>
2022-05-10 16:47:59 +03:00
<section class="bg-white border rounded shadow-sm p-3 mb-3">
<h2>🔌 What I use</h2>
2022-05-10 16:37:45 +03:00
<p class="fw-bold mb-1">📕 Languages & frameworks</p>
<div class="lh-lg mb-3">
2022-07-01 03:14:36 +03:00
<span class="rounded px-2 py-1 bg-primary text-white">Pure C</span>
2022-05-10 16:57:40 +03:00
<span class="rounded px-2 py-1 bg-primary text-white">Python</span>
<span class="rounded px-2 py-1 bg-primary text-white">Crystal</span>
<span class="rounded px-2 py-1 bg-primary text-white">JavaScript</span>
<span class="rounded px-2 py-1 bg-primary text-white">PHP</span>
2022-05-24 20:43:23 +03:00
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Bootstrap 5</span>
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">CSS 3</span>
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">HTML 5</span>
2022-05-10 16:37:45 +03:00
</div>
<p class="fw-bold mb-1">📢 Services</p>
<div class="lh-lg mb-3">
2022-05-10 16:57:40 +03:00
<span class="rounded px-2 py-1 bg-primary text-white">FastMail</span>
<span class="rounded px-2 py-1 bg-primary text-white">Last.fm</span>
2022-05-10 16:37:45 +03:00
</div>
<p class="fw-bold mb-1">🧰 Tools</p>
<div class="lh-lg mb-3">
2022-05-24 20:43:23 +03:00
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Arch Linux</span>
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Windows 11</span>
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Sublime Text 4</span>
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Windows Terminal</span>
2022-05-10 16:57:40 +03:00
<span class="rounded px-2 py-1 bg-primary text-white">EditorConfig</span>
<span class="rounded px-2 py-1 bg-primary text-white">Git</span>
<span class="rounded px-2 py-1 bg-primary text-white">Gitea</span>
<span class="rounded px-2 py-1 bg-primary text-white">Tmux</span>
2022-05-10 16:37:45 +03:00
</div>
</section>
2022-05-10 16:47:59 +03:00
<section class="bg-white border rounded shadow-sm p-3 mb-3">
<h2>🗂️ My projects</h2>
2022-05-09 01:39:01 +03:00
<div class="row row-cols-1 row-cols-md-2 row-cols-xl-3 g-3 justify-content-start align-items-start">
2022-05-09 00:35:28 +03:00
<div>
2022-05-10 16:57:40 +03:00
<div class="bg-white border rounded">
2022-05-10 16:18:22 +03:00
<div class="d-flex flex-column p-3">
<h2 class="fs-6 fw-bold">⛏️ Minecraft JE Batch Launcher</h2>
<p>Simple script for launch Minecraft without official launcher. Any OS</p>
2022-05-16 23:18:03 +03:00
<a class="btn btn-sm btn-outline-primary" href="https://me.a2s.su/minecraft-launcher/" target="_blank">Get</a>
2022-05-09 00:35:28 +03:00
</div>
</div>
</div>
<div>
2022-05-10 16:57:40 +03:00
<div class="bg-white border rounded">
2022-05-09 01:39:01 +03:00
<div class="d-flex flex-column p-3">
2022-05-10 16:18:22 +03:00
<h2 class="fs-6 fw-bold">🔡 е с точками</h2>
<p>Сайт для тех, что ценит красивое написание текста</p>
<a class="btn btn-sm btn-outline-primary" href="https://xn--61a.a2s.su" target="_blank">Перейти</a>
2022-05-09 00:35:28 +03:00
</div>
</div>
</div>
<div>
2022-05-10 16:57:40 +03:00
<div class="bg-white border rounded">
2022-05-09 01:39:01 +03:00
<div class="d-flex flex-column p-3">
<h2 class="fs-6 fw-bold">🎞️ Get YouTube video cover</h2>
2022-05-10 16:18:22 +03:00
<p>Service for download video cover from YouTube</p>
<a class="btn btn-sm btn-outline-primary" href="https://me.a2s.su/ytcg/" target="_blank">Get</a>
2022-05-09 00:35:28 +03:00
</div>
</div>
</div>
<div>
2022-05-10 16:57:40 +03:00
<div class="bg-white border rounded">
2022-05-09 01:39:01 +03:00
<div class="d-flex flex-column p-3">
<h2 class="fs-6 fw-bold">⌨️ CHange Of LAyout</h2>
<p>Меняем написанный текст буржуйской раскладки на нашинскую</p>
<a class="btn btn-sm btn-outline-primary" href="https://me.a2s.su/chola/" target="_blank">Перейти</a>
2022-05-09 00:35:28 +03:00
</div>
</div>
</div>
<div>
2022-05-10 16:57:40 +03:00
<div class="bg-white border rounded">
2022-05-09 01:39:01 +03:00
<div class="d-flex flex-column p-3">
<h2 class="fs-6 fw-bold">🟢 vk0nline</h2>
2022-05-10 16:18:22 +03:00
<p>systemd service and utility for set
<span class="rounded p-1 bg-success text-white">online</span> status on Vk.com</p>
<a class="btn btn-sm btn-outline-primary" href="https://git.a2s.su/iiiypuk/vk0nline" target="_blank">Get</a>
2022-05-09 00:35:28 +03:00
</div>
</div>
</div>
</div>
2022-05-10 16:37:45 +03:00
</section>
2022-05-09 01:39:01 +03:00
2022-05-10 16:47:59 +03:00
<section class="bg-white border rounded shadow-sm p-3 mb-3">
<h2>💼 My little projects</h2>
2022-05-09 01:39:01 +03:00
2022-05-10 16:47:59 +03:00
<p>
<a class="btn btn-sm btn-outline-primary" href="https://git.a2s.su/mirror" target="_blank">🔗</a>
<span class="align-end lh-lg mx-2">Git mirrors of some repos</span>
</p>
2022-05-09 01:39:01 +03:00
2022-05-10 16:47:59 +03:00
<p>
<a class="btn btn-sm btn-outline-primary" href="https://git.a2s.su/iiiypuk/lpp-linux-builder" target="_blank">🔗</a>
<span class="align-end lh-lg mx-2">Script for build
<a href="http://rinnegatamante.github.io/lpp-vita/" target="_blank">Lua Player Plus</a>
apps for PSVITA (PSP2)</span>
</p>
2022-05-09 01:39:01 +03:00
2022-05-10 16:47:59 +03:00
<p>
<a class="btn btn-sm btn-outline-primary" href="https://git.a2s.su/iiiypuk/lastfm-backup" target="_blank">🔗</a>
<span class="align-end lh-lg mx-2">Script for download music scrobbles from Last.fm</span>
</p>
2022-05-09 01:39:01 +03:00
2022-05-10 16:47:59 +03:00
<p>
<a class="btn btn-sm btn-outline-primary" href="https://git.a2s.su/iiiypuk/olr_steam" target="_blank">🔗</a>
<span class="align-end lh-lg mx-2">Инструкция по запуску Oblivion Lost Remake в Steam
(до ухода из GH было почти 1к скачиваний)</span>
</p>
2022-05-09 01:39:01 +03:00
2022-05-10 16:47:59 +03:00
<p>
<a class="btn btn-sm btn-outline-primary" href="https://git.a2s.su/iiiypuk/ogsr_steam" target="_blank">🔗</a>
<span class="align-end lh-lg mx-2">Инструкция по запуску OGSR Mod в Steam</span>
</p>
2022-05-09 01:39:01 +03:00
2022-05-10 16:47:59 +03:00
<p>
<a class="btn btn-sm btn-outline-primary" href="https://git.a2s.su/iiiypuk/minecraft-libs-parser" target="_blank">🔗</a>
<span class="align-end lh-lg mx-2">Library parser from <span class="font-monospace rounded p-1 bg-dark text-white">version.json</span> on Minecraft JE</span>
</p>
2022-05-09 01:39:01 +03:00
2022-05-10 16:47:59 +03:00
<p>
<a class="btn btn-sm btn-outline-primary" href="https://git.a2s.su/iiiypuk/cuboid" target="_blank">🔗</a>
<span class="align-end lh-lg mx-2">Stuff
<span class="font-monospace rounded p-1 bg-dark text-white">JoyeTech Cuboid TC 150W</span></span>
</p>
</section>
<section class="bg-white border rounded shadow-sm p-3 mb-3">
<h2>📫 How to reach me</h2>
2022-05-10 16:57:40 +03:00
<div class="lh-lg">
2022-05-16 23:18:03 +03:00
<a class="text-decoration-none rounded px-2 py-1 bg-primary text-white" target="_blank" href="https://twitter.com/_iiiypuk">Twitter</a>
<a class="text-decoration-none rounded px-2 py-1 bg-primary text-white" target="_blank" href="mailto:iiiypuk@fastmail.fm">EMail</a>
2022-05-10 16:57:40 +03:00
</div>
2022-05-10 16:37:45 +03:00
</section>
2022-05-09 00:35:28 +03:00
</main>
</div> <!-- end container -->
2021-10-31 15:50:09 +03:00
<footer class="shadow-lg p-md-5 p-3 text-center border-top">
2022-05-10 16:18:22 +03:00
<div class="container">
<p class="m-0">Made with 🤍</p>
</div>
</footer>
2022-05-09 00:35:28 +03:00
<script src="assets/Bootstrap-5.1.3/js/bootstrap.min.js"></script>
2021-10-19 21:07:00 +03:00
</body>
</html>