From e21dd5ac136df2c29cbb341927d3dbb8ab0a74aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?=
<63847832+Gaigerov@users.noreply.github.com>
Date: Thu, 6 Aug 2020 00:35:23 +0300
Subject: [PATCH] =?UTF-8?q?HM-81.=D0=A1=D1=82=D1=80=D0=B0=D0=BD=D0=B8?=
=?UTF-8?q?=D1=86=D0=B0=20=D0=BB=D0=B8=D1=87=D0=BD=D0=BE=D0=B3=D0=BE=20?=
=?UTF-8?q?=D0=BA=D0=B0=D0=B1=D0=B8=D0=BD=D0=B5=D1=82=D0=B0=20(#51)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app.html | 19 ++++++-
src/app.js | 2 +
.../profile-content/ProfileContent.js | 52 ++++++++++++++++++
src/components/profile-content/index.js | 3 +
src/components/profile-page/ProfilePage.css | 10 ++++
src/components/profile-page/ProfilePage.js | 13 +++++
src/components/profile-page/index.js | 3 +
src/img/ava.jpg | Bin 0 -> 186519 bytes
8 files changed, 100 insertions(+), 2 deletions(-)
create mode 100644 src/components/profile-content/ProfileContent.js
create mode 100644 src/components/profile-content/index.js
create mode 100644 src/components/profile-page/ProfilePage.css
create mode 100644 src/components/profile-page/ProfilePage.js
create mode 100644 src/components/profile-page/index.js
create mode 100644 src/img/ava.jpg
diff --git a/src/app.html b/src/app.html
index 09ca120..9f1a1d7 100644
--- a/src/app.html
+++ b/src/app.html
@@ -106,7 +106,22 @@
-
+
+
+
+
+
+

+
login_name
+
+
+
@@ -409,4 +424,4 @@