/
OtherName
/
Projects
Обзор
Документация
Войти
/
OtherName
/
Projects
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
ProgramLearn/templates/pascal_course.html
96 строк
3 KB
NikitaChernomor
upload files
09 фев 2026, 00:29
Верифицирован
09 фев 2026, 00:29
bdab9b5
Код
Авторство
О чём код?
{% extends 'base.html' %} {% block title%}Program Learn{% endblock %} {% block body %} <style> body{ display: block; } .sup_course{ position: absolute; width: 200px; height: 200px; border-radius: 100px; background: #228B22; left:45%; top:30%; } .sup_course_text{ font-weight: bolder; position: absolute; top: 63px; color: white; } #with{ } #page{ position: relative; left: 524px } #planet{ position: relative; left: 520px; bottom: 0px; border:5px solid white; border-radius:50% } polygon{ cursor: pointer; } circle{ cursor: pointer; } </style> <h1 style="color: white; font-weight: bolder; font-family: sans-serif;" align="center">Курс Паскаля</h1> <div id="with"> <div> <svg weight="50%" height="50%" style="position: absolute; left: 550px; z-index:10"> <circle cx="30" cy="80" r="15" fill="white" stroke="green" stroke-width="5"> </svg> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <polygon points="15,90 30,110 45,90 30,95" fill="green"> </svg> </div> <a href="course/with"><p style="font-family: sans-serif; position: absolute; left: 570px; top: 173px; z-index: 11; font-weight: bold; font-size: 30px; color: black;">o</p></a> </div> <div class="if_for"> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <circle cx="100" cy="150" r="15" fill="white" stroke="green" stroke-width="5"> </svg> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <polygon points="85,160 100,180 115,160 100,165" fill="green"> </svg> </div> <div class="function"> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <circle cx="100" cy="270" r="15" fill="white" stroke="green" stroke-width="5"> </svg> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <polygon points="85,280 100,300 115,280 100,285" fill="green"> </svg> </div> <div class="algoritms"> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <circle cx="170" cy="100" r="15" fill="white" stroke="green" stroke-width="5"> </svg> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <polygon points="155,110 170,130 185,110 170,115" fill="green"> </svg> </div> <div class="class"> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <circle cx="170" cy="40" r="15" fill="white" stroke="green" stroke-width="5"> </svg> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <polygon points="155,50 170,70 185,50 170,55" fill="green"> </svg> </div> <div class="project_of_euler"> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <circle cx="260" cy="190" r="15" fill="white" stroke="green" stroke-width="5"> </svg> <svg weight="100%" height="50%" style="position: absolute; left: 550px; z-index:10"> <polygon points="245,200 260,205 275,200 260,220" fill="green"> </svg> </div> <img src="{{ url_for('static', filename='img/Earth-6 (1).png')}}" id="planet" width="300px"> {% endblock %}