|
@@ -7,22 +7,19 @@
|
|
|
<script src="assets/json/Account.js"></script>
|
|
|
<title>Личный кабинет</title>
|
|
|
|
|
|
+
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="big_con" style="height: 100vh; display: flex; justify-content: center; align-items: center;">
|
|
|
<div class="block_auth">
|
|
|
<h2 style="color: black; padding: 0;">ЛИЧНЫЙ КАБИНЕТ</h2>
|
|
|
- <div class="profile-picture" onclick="addPhoto()">
|
|
|
- <span class="plus">+</span>
|
|
|
- </div>
|
|
|
|
|
|
<form>
|
|
|
<input type="text" id="name" placeholder="Имя" class="enter"> <br><br>
|
|
|
<input type="text" id="lastName" placeholder="Фамилия" class="enter"> <br><br>
|
|
|
<input type="text" id="phone" placeholder="Номер телефона" class="enter">
|
|
|
-
|
|
|
-
|
|
|
</form>
|
|
|
+
|
|
|
<button class="orange"><a href="izmpassword.html" class="p14">Изменить пароль</a></button>
|
|
|
<span class="close" onclick="window.location.href='mainPage.html'">×</span>
|
|
|
<div class="button-container">
|