VI областной математический конкурс Фрактал-2025/Страница команды Шарики разума: различия между версиями

Материал из wiki Владимир
Перейти к навигации Перейти к поиску
(Отмена правки 67927, сделанной Senpelmen (обсуждение))
Метки: замена отмена
Строка 1: Строка 1:
{{Страница конкурса Фрактал 2025}}
{{Страница конкурса Фрактал 2025}}
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Шарики разума - Гимназия №3</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
        }
       
        body {
            background: #f0f8f0;
            color: #333;
            line-height: 1.6;
        }
       
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 20px;
        }
       
        header {
            background: #2E7D32;
            color: white;
            padding: 30px 20px;
            text-align: center;
            border-radius: 0 0 15px 15px;
            margin-bottom: 20px;
        }
       
        .logo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin: 0 auto 15px;
            border: 3px solid white;
        }
       
        .logo img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }
       
        h1 {
            font-size: 2.2rem;
            margin-bottom: 10px;
        }
       
        .subtitle {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }
       
        .motto {
            background: #4CAF50;
            color: white;
            padding: 20px;
            text-align: center;
            border-radius: 10px;
            margin: 20px 0;
            font-style: italic;
            font-size: 1.3rem;
        }
       
        .section {
            background: white;
            padding: 20px;
            margin: 20px 0;
            border-radius: 10px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
       
        .section-title {
            color: #2E7D32;
            margin-bottom: 15px;
            text-align: center;
            font-size: 1.4rem;
        }
       
        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            margin-top: 15px;
        }
       
        .member {
            text-align: center;
            padding: 15px;
            background: #f9f9f9;
            border-radius: 8px;
        }
       
        .avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #4CAF50;
            margin: 0 auto 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 1.2rem;
        }
       
        .teacher .avatar {
            background: #FF9800;
        }
       
        .name {
            font-weight: bold;
            color: #2E7D32;
            margin-bottom: 5px;
        }
       
        .teacher .name {
            color: #FF9800;
        }
       
        .stages {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
        }
       
        .stages th {
            background: #4CAF50;
            color: white;
            padding: 10px;
            text-align: left;
        }
       
        .stages td {
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }
       
        .completed {
            color: #2E7D32;
            font-weight: bold;
        }
       
        .in-progress {
            color: #FF9800;
            font-weight: bold;
        }
       
        .school-photo {
            width: 100%;
            margin: 15px 0;
            border-radius: 8px;
            overflow: hidden;
        }
       
        .school-photo img {
            width: 100%;
            height: auto;
        }
       
        .links {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 15px;
        }
       
        .link {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px;
            background: #f9f9f9;
            border-radius: 8px;
            text-decoration: none;
            color: #333;
        }
       
        .link:hover {
            background: #e9e9e9;
        }
       
        .link-icon {
            width: 30px;
            height: 30px;
            background: #4CAF50;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1rem;
        }
       
        footer {
            background: #2E7D32;
            color: white;
            text-align: center;
            padding: 20px;
            margin-top: 30px;
            border-radius: 15px 15px 0 0;
        }
       
        @media (max-width: 600px) {
            .team-grid {
                grid-template-columns: 1fr;
            }
           
            h1 {
                font-size: 1.8rem;
            }
        }
    </style>
</head>
<body>
    <header>
        <div class="container">
            <a href="http://t73134f.sch.obrazovanie33.ru/" target="_blank" class="logo">
                <img src="https://iimg.su/i/Ntc9P0" alt="Эмблема школы">
            </a>
            <h1>ШАРИКИ РАЗУМА</h1>
            <div class="subtitle">Команда Гимназии №3 города Владимира</div>
            <p>Участники математического конкурса "Фрактал-2025"</p>
        </div>
    </header>
   
    <div class="container">
        <div class="motto">
            "Решаем нестандартные задачи нестандартными методами!"
        </div>
       
        <div class="section">
            <h2 class="section-title">Наша команда</h2>
            <p>Мы - команда учеников 7-8 классов, которые любят математику и участвуют в конкурсе "Фрактал-2025".</p>
           
            <div class="team-grid">
                <div class="member">
                    <div class="avatar">СИ</div>
                    <div class="name">Синицын Иван</div>
                    <div>7Г класс</div>
                </div>
               
                <div class="member">
                    <div class="avatar">ЗИ</div>
                    <div class="name">Зубарев Илья</div>
                    <div>7Г класс</div>
                </div>
               
                <div class="member">
                    <div class="avatar">ГЯ</div>
                    <div class="name">Гридин Ярослав</div>
                    <div>7А класс</div>
                </div>
               
                <div class="member">
                    <div class="avatar">ЗС</div>
                    <div class="name">Захаров Семен</div>
                    <div>8В класс</div>
                </div>
               
                <div class="member">
                    <div class="avatar">РГ</div>
                    <div class="name">Ремизов Глеб</div>
                    <div>8В класс</div>
                </div>
            </div>
        </div>
       
        <div class="section">
            <h2 class="section-title">Руководитель</h2>
            <div class="team-grid">
                <div class="member teacher">
                    <div class="avatar">МЕ</div>
                    <div class="name">Малышева Елена Владимировна</div>
                    <div>Учитель математики</div>
                </div>
            </div>
        </div>
       
        <div class="section">
            <h2 class="section-title">Этапы конкурса</h2>
            <table class="stages">
                <tr>
                    <th>Этап</th>
                    <th>Название</th>
                    <th>Статус</th>
                </tr>
                <tr>
                    <td>1</td>
                    <td>Встреча единомышленников</td>
                    <td class="completed">Завершен</td>
                </tr>
                <tr>
                    <td>2</td>
                    <td>В саду геометрии</td>
                    <td class="in-progress">В процессе</td>
                </tr>
                <tr>
                    <td>3</td>
                    <td>Идти по следу</td>
                    <td class="in-progress">В процессе</td>
                </tr>
                <tr>
                    <td>4</td>
                    <td>Задачная мозаика</td>
                    <td class="in-progress">В процессе</td>
                </tr>
            </table>
        </div>
       
        <div class="section">
            <h2 class="section-title">О школе</h2>
            <div class="school-photo">
                <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Vladimir_Gymnasium_3.jpg/800px-Vladimir_Gymnasium_3.jpg" alt="Гимназия №3">
            </div>
            <p>Гимназия №3 города Владимира - школа с сильными математическими традициями.</p>
           
            <div class="links">
                <a href="http://t73134f.sch.obrazovanie33.ru/" class="link" target="_blank">
                    <div class="link-icon">🏫</div>
                    <div>
                        <div style="font-weight: bold;">Сайт школы</div>
                        <div style="font-size: 0.9rem; color: #666;">Официальный сайт Гимназии №3</div>
                    </div>
                </a>
               
                <a href="#" class="link">
                    <div class="link-icon">🎬</div>
                    <div>
                        <div style="font-weight: bold;">Видео-визитка</div>
                        <div style="font-size: 0.9rem; color: #666;">Скоро будет доступно</div>
                    </div>
                </a>
            </div>
        </div>
    </div>
   
    <footer>
        <div class="container">
            <p>Команда "Шарики разума" • Гимназия №3 города Владимира</p>
            <p>Математический конкурс "Фрактал-2025"</p>
        </div>
    </footer>
</body>
</html>

Версия 14:07, 10 октября 2025


Областной математический конкурс

"ФРАКТАЛ" - 2025

<!DOCTYPE html> <html lang="ru"> <head>

   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Шарики разума - Гимназия №3</title>
   <style>
       * {
           margin: 0;
           padding: 0;
           box-sizing: border-box;
           font-family: Arial, sans-serif;
       }
       
       body {
           background: #f0f8f0;
           color: #333;
           line-height: 1.6;
       }
       
       .container {
           max-width: 1000px;
           margin: 0 auto;
           padding: 20px;
       }
       
       header {
           background: #2E7D32;
           color: white;
           padding: 30px 20px;
           text-align: center;
           border-radius: 0 0 15px 15px;
           margin-bottom: 20px;
       }
       
       .logo {
           width: 80px;
           height: 80px;
           border-radius: 50%;
           margin: 0 auto 15px;
           border: 3px solid white;
       }
       
       .logo img {
           width: 100%;
           height: 100%;
           border-radius: 50%;
       }
       
       h1 {
           font-size: 2.2rem;
           margin-bottom: 10px;
       }
       
       .subtitle {
           font-size: 1.2rem;
           margin-bottom: 10px;
       }
       
       .motto {
           background: #4CAF50;
           color: white;
           padding: 20px;
           text-align: center;
           border-radius: 10px;
           margin: 20px 0;
           font-style: italic;
           font-size: 1.3rem;
       }
       
       .section {
           background: white;
           padding: 20px;
           margin: 20px 0;
           border-radius: 10px;
           box-shadow: 0 2px 5px rgba(0,0,0,0.1);
       }
       
       .section-title {
           color: #2E7D32;
           margin-bottom: 15px;
           text-align: center;
           font-size: 1.4rem;
       }
       
       .team-grid {
           display: grid;
           grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
           gap: 15px;
           margin-top: 15px;
       }
       
       .member {
           text-align: center;
           padding: 15px;
           background: #f9f9f9;
           border-radius: 8px;
       }
       
       .avatar {
           width: 60px;
           height: 60px;
           border-radius: 50%;
           background: #4CAF50;
           margin: 0 auto 10px;
           display: flex;
           align-items: center;
           justify-content: center;
           color: white;
           font-weight: bold;
           font-size: 1.2rem;
       }
       
       .teacher .avatar {
           background: #FF9800;
       }
       
       .name {
           font-weight: bold;
           color: #2E7D32;
           margin-bottom: 5px;
       }
       
       .teacher .name {
           color: #FF9800;
       }
       
       .stages {
           width: 100%;
           border-collapse: collapse;
           margin-top: 10px;
       }
       
       .stages th {
           background: #4CAF50;
           color: white;
           padding: 10px;
           text-align: left;
       }
       
       .stages td {
           padding: 10px;
           border-bottom: 1px solid #ddd;
       }
       
       .completed {
           color: #2E7D32;
           font-weight: bold;
       }
       
       .in-progress {
           color: #FF9800;
           font-weight: bold;
       }
       
       .school-photo {
           width: 100%;
           margin: 15px 0;
           border-radius: 8px;
           overflow: hidden;
       }
       
       .school-photo img {
           width: 100%;
           height: auto;
       }
       
       .links {
           display: flex;
           flex-direction: column;
           gap: 10px;
           margin-top: 15px;
       }
       
       .link {
           display: flex;
           align-items: center;
           gap: 10px;
           padding: 10px;
           background: #f9f9f9;
           border-radius: 8px;
           text-decoration: none;
           color: #333;
       }
       
       .link:hover {
           background: #e9e9e9;
       }
       
       .link-icon {
           width: 30px;
           height: 30px;
           background: #4CAF50;
           border-radius: 50%;
           display: flex;
           align-items: center;
           justify-content: center;
           color: white;
           font-size: 1rem;
       }
       
       footer {
           background: #2E7D32;
           color: white;
           text-align: center;
           padding: 20px;
           margin-top: 30px;
           border-radius: 15px 15px 0 0;
       }
       
       @media (max-width: 600px) {
           .team-grid {
               grid-template-columns: 1fr;
           }
           
           h1 {
               font-size: 1.8rem;
           }
       }
   </style>

</head> <body>

   <header>
           <a href="http://t73134f.sch.obrazovanie33.ru/" target="_blank" class="logo">
               <img src="https://iimg.su/i/Ntc9P0" alt="Эмблема школы">
           </a>

ШАРИКИ РАЗУМА

Команда Гимназии №3 города Владимира

Участники математического конкурса "Фрактал-2025"

   </header>
   
           "Решаем нестандартные задачи нестандартными методами!"

Наша команда

Мы - команда учеников 7-8 классов, которые любят математику и участвуют в конкурсе "Фрактал-2025".

СИ
Синицын Иван
7Г класс
ЗИ
Зубарев Илья
7Г класс
ГЯ
Гридин Ярослав
7А класс
ЗС
Захаров Семен
8В класс
РГ
Ремизов Глеб
8В класс

Руководитель

МЕ
Малышева Елена Владимировна
Учитель математики

Этапы конкурса

Этап Название Статус
1 Встреча единомышленников Завершен
2 В саду геометрии В процессе
3 Идти по следу В процессе
4 Задачная мозаика В процессе

О школе

Гимназия №3 города Владимира - школа с сильными математическими традициями.

   <footer>

Команда "Шарики разума" • Гимназия №3 города Владимира

Математический конкурс "Фрактал-2025"

   </footer>

</body> </html>