Добавлены фото профилей и изменены имена
This commit is contained in:
parent
7f920dd722
commit
822b0df255
31
base.html
31
base.html
@ -1,31 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="ru">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<script type="module" src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
|
||||||
<link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
|
|
||||||
<link href="./node_modules/bootstrap-icons/font/bootstrap-icons.min.css" rel="stylesheet" />
|
|
||||||
<link rel="stylesheet" href="./static/css/base.css">
|
|
||||||
<title>Неконтакте</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<header class="sticky-top">
|
|
||||||
<nav class="navbar">
|
|
||||||
<div class="container-fluid">
|
|
||||||
<a class="navbar-brand">неконтакте</a>
|
|
||||||
</div>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="px-4 pt-4 d-flex position-relative">
|
|
||||||
|
|
||||||
</main>
|
|
||||||
<footer class="py-2 d-flex justify-content-center">
|
|
||||||
<span>© <span id="current-year"></span> Неконтакте</span>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
<script>document.getElementById('current-year').innerHTML = new Date().getFullYear();</script>
|
|
||||||
|
|
||||||
</html>
|
|
49
friends.html
49
friends.html
@ -79,13 +79,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
<div class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
||||||
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
<img src="./static/img/valentina_lavrenteva.jpg"
|
||||||
|
class="user-avatar avatar-small img-fluid rounded-circle">
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
||||||
<div class="user-name">
|
<div class="user-name">
|
||||||
Алексей Смирнов
|
Валентина Лаврентьева
|
||||||
</div>
|
</div>
|
||||||
<div class="user-meta">
|
<div class="user-meta">
|
||||||
г. Санкт-Петербург, 25 лет
|
г. Калининград, 20 лет
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@ -93,13 +94,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
<div class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
||||||
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
<img src="./static/img/polina_krotova.jpg"
|
||||||
|
class="user-avatar avatar-small img-fluid rounded-circle">
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
||||||
<div class="user-name">
|
<div class="user-name">
|
||||||
Алексей Смирнов
|
Полина Кротова
|
||||||
</div>
|
</div>
|
||||||
<div class="user-meta">
|
<div class="user-meta">
|
||||||
г. Санкт-Петербург, 25 лет
|
г. Большой Улуй, 40 лет
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@ -107,13 +109,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
<div class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
||||||
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
<img src="./static/img/amos_artimovich.jpg"
|
||||||
|
class="user-avatar avatar-small img-fluid rounded-circle">
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
||||||
<div class="user-name">
|
<div class="user-name">
|
||||||
Алексей Смирнов
|
Амос Артимович
|
||||||
</div>
|
</div>
|
||||||
<div class="user-meta">
|
<div class="user-meta">
|
||||||
г. Санкт-Петербург, 25 лет
|
г. Нюрба, 33 года
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@ -121,27 +124,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
<div class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
||||||
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
<img src="./static/img/valeriy_nikiforov.jpg"
|
||||||
|
class="user-avatar avatar-small img-fluid rounded-circle">
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
||||||
<div class="user-name">
|
<div class="user-name">
|
||||||
Алексей Смирнов
|
Валерий Никифоров
|
||||||
</div>
|
</div>
|
||||||
<div class="user-meta">
|
<div class="user-meta">
|
||||||
г. Санкт-Петербург, 25 лет
|
г. Змиевка, 30 лет
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<button class="btn btn-close" title="Удалить из друзей"></button>
|
|
||||||
</div>
|
|
||||||
<div class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
|
||||||
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
|
||||||
<div class="user-name">
|
|
||||||
Алексей Смирнов
|
|
||||||
</div>
|
|
||||||
<div class="user-meta">
|
|
||||||
г. Санкт-Петербург, 25 лет
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
@ -149,13 +139,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="people-row p-2 d-flex justify-content-between align-items-center">
|
<div class="people-row p-2 d-flex justify-content-between align-items-center">
|
||||||
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
<a class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
<img src="./static/img/selivan_troickiy.jpg"
|
||||||
|
class="user-avatar avatar-small img-fluid rounded-circle">
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
<div class="user-info ms-2 d-flex flex-column justify-content-center">
|
||||||
<div class="user-name">
|
<div class="user-name">
|
||||||
Алексей Смирнов
|
Селиван Троицкий
|
||||||
</div>
|
</div>
|
||||||
<div class="user-meta">
|
<div class="user-meta">
|
||||||
г. Санкт-Петербург, 25 лет
|
г. Неман, 47 лет
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
@ -75,90 +75,64 @@
|
|||||||
<div class="center position-relative">
|
<div class="center position-relative">
|
||||||
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
||||||
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
<img src="./static/img/polina_krotova.jpg"
|
||||||
|
class="user-avatar avatar-small img-fluid rounded-circle">
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
||||||
<div class="user-name">
|
<div class="user-name">
|
||||||
Алексей Смирнов
|
Полина Кротова
|
||||||
</div>
|
</div>
|
||||||
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
||||||
style="background-color: #e8e8e8; font-size: smaller;">
|
style="background-color: #e8e8e8; font-size: smaller;">
|
||||||
Если бы ты знал как мне плохо от этих лабораторок, ты бы никогда не стал поступать в
|
Добрый день. Есть возможность поучаствовать в конкурсе переводчиков от УлГУ. Кто желает
|
||||||
политехнический университет города Ульяновска!
|
поучаствовать - пишите мне в личные сообщения.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
||||||
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
<img src="./static/img/selivan_troickiy.jpg"
|
||||||
|
class="user-avatar avatar-small img-fluid rounded-circle">
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
||||||
<div class="user-name">
|
<div class="user-name">
|
||||||
Алексей Смирнов
|
Селиван Троицкий
|
||||||
</div>
|
</div>
|
||||||
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
||||||
style="background-color: #e8e8e8; font-size: smaller;">
|
style="background-color: #e8e8e8; font-size: smaller;">
|
||||||
Если бы ты знал как мне плохо от этих лабораторок, ты бы никогда не стал поступать в
|
В прошлом году там был метод, а в этом он либо забыл его дописать либо специально так
|
||||||
политехнический университет города Ульяновска!
|
сделал
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
||||||
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
<img src="./static/img/valentina_lavrenteva.jpg"
|
||||||
|
class="user-avatar avatar-small img-fluid rounded-circle">
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
||||||
<div class="user-name">
|
<div class="user-name">
|
||||||
Алексей Смирнов
|
Валентина Лаврентьева
|
||||||
</div>
|
</div>
|
||||||
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
||||||
style="background-color: #e8e8e8; font-size: smaller;">
|
style="background-color: #e8e8e8; font-size: smaller;">
|
||||||
Если бы ты знал как мне плохо от этих лабораторок, ты бы никогда не стал поступать в
|
Проведение пар до первой лекции уточняйте у преподавателя, который ведёт у вас
|
||||||
политехнический университет города Ульяновска!
|
лабораторные работы по расписанию.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
||||||
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
<img src="./static/img/valeriy_nikiforov.jpg"
|
||||||
|
class="user-avatar avatar-small img-fluid rounded-circle">
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
||||||
<div class="user-name">
|
<div class="user-name">
|
||||||
Алексей Смирнов
|
Валерий Никифоров
|
||||||
</div>
|
</div>
|
||||||
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
||||||
style="background-color: #e8e8e8; font-size: smaller;">
|
style="font-size: smaller;">
|
||||||
Если бы ты знал как мне плохо от этих лабораторок, ты бы никогда не стал поступать в
|
Табличку по баллам сведу к понедельнику. Больше никакие лабы присылать нельзя, литкод
|
||||||
политехнический университет города Ульяновска!
|
можно. Плюс поверьте, что у вас 7 ответов по лекциям
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
|
||||||
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
|
||||||
<div class="user-name">
|
|
||||||
Алексей Смирнов
|
|
||||||
</div>
|
|
||||||
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
|
||||||
style="background-color: #e8e8e8; font-size: smaller;">
|
|
||||||
Если бы ты знал как мне плохо от этих лабораторок, ты бы никогда не стал поступать в
|
|
||||||
политехнический университет города Ульяновска!
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a class="people-row border-bottom border-dark p-2 d-flex justify-content-between align-items-center">
|
|
||||||
<div class="d-flex justify-content-start align-items-center" style="font-size: small;">
|
|
||||||
<img src="./static/img/gachi.jpg" class="user-avatar avatar-small img-fluid rounded-circle">
|
|
||||||
<div class="user-info ms-2 d-flex flex-column justify-content-center w-100">
|
|
||||||
<div class="user-name">
|
|
||||||
Алексей Смирнов
|
|
||||||
</div>
|
|
||||||
<div class="user-message-trucated-text px-2 py-1 rounded-3 text-truncate"
|
|
||||||
style="background-color: #e8e8e8; font-size: smaller;">
|
|
||||||
Если бы ты знал как мне плохо от этих лабораторок, ты бы никогда не стал поступать в
|
|
||||||
политехнический университет города Ульяновска!
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
BIN
static/img/amos_artimovich.jpg
Normal file
BIN
static/img/amos_artimovich.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
static/img/polina_krotova.jpg
Normal file
BIN
static/img/polina_krotova.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
static/img/selivan_troickiy.jpg
Normal file
BIN
static/img/selivan_troickiy.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
static/img/valentina_lavrenteva.jpg
Normal file
BIN
static/img/valentina_lavrenteva.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
static/img/valeriy_nikiforov.jpg
Normal file
BIN
static/img/valeriy_nikiforov.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
BIN
отчеты/~$бд-21 Потапов отчет ИП лаб2.docx
Normal file
BIN
отчеты/~$бд-21 Потапов отчет ИП лаб2.docx
Normal file
Binary file not shown.
BIN
отчеты/ПИбд-21 Потапов отчет ИП лаб2.docx
Normal file
BIN
отчеты/ПИбд-21 Потапов отчет ИП лаб2.docx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user