Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

intec-task1

<title>Personal Info Page</title> <style> body { font-family: Arial, sans-serif; margin: 20px; } .header { display: flex; align-items: center; gap: 20px; } .header img { width: 300px; height: 300px; border-radius: 10%; object-fit: cover; } .header h1 { font-size: 2rem; margin: 0; } .info { margin-top: 20px; } .info p { margin: 5px 0; } table { width: 100%; border-collapse: collapse; margin-top: 20px; } table, th, td { border: 1px solid black; } th, td { padding: 10px; text-align: center; width: 16.66%; } .input-section { margin-top: 40px; display: flex; justify-content: start; align-items: center; gap: 20px; } .input-row { display: flex; flex-direction: column; align-items: flex-start; } .input-row label { margin-bottom: 5px; font-size: 14px; } .input-row input { padding: 10px; width: 400px; box-sizing: border-box; } .toggle-info-container { text-align: center; margin-top: 20px; } .toggle-info { text-align: center; cursor: pointer; color: black; } .extra-info { display: none; margin-top: 10px; text-align: center; } </style>
Profile Photo

Дидык Анна

Адрес: Челябинск

Опыт работы: Нет

Телефон: +7 (982) 100-58-22

О себе: 19-летняя студентка ЮУрГУ кафедры ИЕТН

Знание языков:

HTML JavaScript C++ C# Python
Отличное владение Нет Нет Нет Нет Да
Хорошие владение Нет Нет Да Да Да
Среднее владение Да Да Да Да Да
Плохое владение Да Да Да Да Да
Телефон:
Имя:

Кликните сюда, чтобы узнать меня подробнее

Интересы: Программирование, видеоигры, путешествия.

Образование: 2 курс ЮУрГУ кафедры ИЕТН, направление - "Прикладная математика и информатика".

Интересный факт: Подрабатывала в онлайн-школе программирования itgen.io составителем обучающего курса Python базового уровня.

<script> const toggleButton = document.querySelector('.toggle-info'); const extraInfo = document.querySelector('.extra-info');
    toggleButton.addEventListener('click', () => {
        extraInfo.style.display = extraInfo.style.display === 'none' || extraInfo.style.display === '' 
            ? 'block' 
            : 'none';
    });
</script>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages