Репозиторий с шуточным резюме на питоне.
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.
 
 
 

45 lines
1.7 KiB

<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: #212529">
<div class="nes-container with-title" style="background-color: #212529">
<div class="nes-balloon from-right is-dark"
<h1 style="color: #00aa00 ;">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=ElpinOfficial" class="nes-btn is-primary">Мой Телеграм: @ElpinOfficial </a>
</div>  
<table class="is-centered" style="width:100%">
<tr>
<div class="nes-text is-success">cv.py
<a href="http://ielpin.ru/git/ElpinPublic/cv_4_lulz" class="nes-text is-success is-small">Knock-knock,Neo...</a>
</div>
</tr>
<tr>
<td style="vertical-align: top;padding: 5px;width:50%">
<pre style="font-size: 15px">
<code class="language-python">
{{cv}}
</code>
</pre>
</td>
<td style="vertical-align: top;padding: 5px;width:50%">
<pre style="font-size: 15px">
<code class="language-python">
{{code_result}}
</code>
</pre>
</td>
</tr>
</tr>
</table>
</div>
</body>
</html>