diff --git a/FrontEnd/public/companies-images/profile-view-image.jpeg b/FrontEnd/public/companies-images/profile-view-image.jpeg new file mode 100644 index 000000000..7ca01e964 Binary files /dev/null and b/FrontEnd/public/companies-images/profile-view-image.jpeg differ diff --git a/FrontEnd/public/svg/facebook.svg b/FrontEnd/public/svg/facebook.svg new file mode 100644 index 000000000..d264339f3 --- /dev/null +++ b/FrontEnd/public/svg/facebook.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/FrontEnd/public/svg/instagram.svg b/FrontEnd/public/svg/instagram.svg new file mode 100644 index 000000000..7671d15b7 --- /dev/null +++ b/FrontEnd/public/svg/instagram.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/FrontEnd/public/svg/profile-view-image-empty.svg b/FrontEnd/public/svg/profile-view-image-empty.svg new file mode 100644 index 000000000..612cf5ee0 --- /dev/null +++ b/FrontEnd/public/svg/profile-view-image-empty.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/FrontEnd/public/svg/star-icon.svg b/FrontEnd/public/svg/star-icon.svg new file mode 100644 index 000000000..2469bd9c1 --- /dev/null +++ b/FrontEnd/public/svg/star-icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/FrontEnd/src/App.css b/FrontEnd/src/App.css index 2763fb95f..000afd8a0 100644 --- a/FrontEnd/src/App.css +++ b/FrontEnd/src/App.css @@ -1,5 +1,4 @@ .App { - text-align: center; /*for footer correct work*/ /* min-height: 100vh; flex-direction: column; diff --git a/FrontEnd/src/App.js b/FrontEnd/src/App.js index 649b86d00..5bbf39475 100644 --- a/FrontEnd/src/App.js +++ b/FrontEnd/src/App.js @@ -10,6 +10,7 @@ import ScrollToTopButton from './components/PrivacyPolicyPage/privacy/ScrollToTo import TermsAndConditions from './components/terms-and-conditions-app/terms_conditions/TermsAndConditionsComponent'; import ProfilePage from './components/ProfilePage/ProfilePage'; import MainPage from './components/landing-page/MainPage'; +import ProfileView from "./components/ProfileView/ProfileView"; function App() { @@ -24,6 +25,7 @@ function App() { } /> } /> } /> + } />