Репозиторий с шуточным резюме на питоне.
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.
|
|
<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"> |
|
|
<header class> |
|
|
<div class="container" > |
|
|
<div class="nav-brand"> |
|
|
<h2 style="color: #00aa00 ;">Логово Игоря</h2> |
|
|
<div class="nes-balloon from-right is-dark"> |
|
|
<div class="name"> |
|
|
Привет! Я Игорь. |
|
|
</div> |
|
|
<p>Прогаю,ковыряю DevOps-пайплайны,малинки и прочие SBC...</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</header> |
|
|
<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> |
|
|
<a href="https://github.com/teleigran" class="nes-btn is-warning "><i class="nes-icon github is-medium"></i> GitHub</a> |
|
|
<i>Rendered by <b>FastApi</b></i> |
|
|
</div> |
|
|
|
|
|
<pre title="projects.py"> |
|
|
<code class="language-python"> |
|
|
def show_my_projects(): |
|
|
return [project for project in projects if project.sense is not None] |
|
|
</code> |
|
|
|
|
|
<a href="/resume" class="nes-btn is-primary"><i class="nes-icon github is-small"></i><b> `>>> class project <span style="color:#ac0909 ;">Resume</span>`</span>`</b></a> |
|
|
<a href="/pycoral" class="nes-btn is-primary"><i class="nes-icon github is-small"></i><b> `>>> class project<span style="color:#ac0909 ;"> PYCORAL_CCTV</span>`</b></a> |
|
|
</pre> |
|
|
</div> |
|
|
</body> |
|
|
</html> |