Репозиторий с шуточным резюме на питоне.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

3 years ago
<html>
<head>
<title>Логово Игоря</title>
<link rel="stylesheet" href="{{ url_for('static', path='/prism.css') }}" rel="stylesheet">
<script src="{{ url_for('static', path='/prism.js')}}"></script>
<link href="https://unpkg.com/nes.css@2.3.0/css/nes.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
</head>
<body style="background-color: #000000">
<div class="nes-container with-title" style="background-color: #000000">
<div class="nes-balloon from-right is-dark"
<h1 style="color: #00ff00 ;">Wake up,HR... Follow the white rabbit... </h1>
</div>
<div class="about">
<img src="/static/rabbit.png">
<a href="/" class="nes-btn is-success ">Другие поделки</a>
<a href="tg://resolve?domain=@iElpin" class="nes-btn is-primary">Мой Телеграм: @iElpin </a>
</div>  
<pre title="cv.py" style="font-size: 20px">
<code class="language-python">
{{cv}}
</code>
</pre>
</div>
</body>
</html>