Каркас проекта: ТЗ, nginx+gameserver(uWebSockets) в Docker, /ws echo
Frontend — чистый HTML/CSS/JS без сборки (резюме, проекты, игра-заглушки). Gameserver — C++ на uWebSockets (CMake FetchContent), протокол hello/lobby.list_rooms/error проверен end-to-end.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>cacto — Гаммель Дмитрий</title>
|
||||
<link rel="stylesheet" href="/css/theme.css" />
|
||||
<link rel="stylesheet" href="/css/resume.css" />
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="matrix-rain"></canvas>
|
||||
<main id="resume">
|
||||
<!-- TODO: вёрстка резюме, ASCII-арт кактуса — этап 2 -->
|
||||
<h1 class="prompt">whoami</h1>
|
||||
<p>Гаммель Дмитрий Викторович — PHP/Go backend, опыт КИПиА/АСУТП</p>
|
||||
<nav>
|
||||
<a href="/projects.html">ls projects/</a>
|
||||
<a href="/game.html">./battlecity</a>
|
||||
</nav>
|
||||
</main>
|
||||
<script type="module" src="/js/matrix-rain.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user