From 30758f65f91d069d2ad8dc345c8bde019a297be6 Mon Sep 17 00:00:00 2001 From: irchen4 <81490453+irchen4@users.noreply.github.com> Date: Mon, 22 May 2023 21:33:45 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=BA=D0=B0=D0=BA=D0=BE=D0=B9=20=D1=82?= =?UTF-8?q?=D0=BE=20=D0=B4=D0=B5=D0=B7=D0=B8=D0=B3=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LandingPages/Profile/AdmireProfile.vue | 38 ++++++++----- .../LandingPages/Profile/AllProfiles.vue | 38 +++++++++++-- src/views/LandingPages/Profile/Profile.vue | 54 +++++++++++++++---- .../LandingPages/Project/AllProjects.vue | 36 +++++++++++-- .../Sections/PresentationSearch.vue | 6 +++ 5 files changed, 140 insertions(+), 32 deletions(-) diff --git a/src/views/LandingPages/Profile/AdmireProfile.vue b/src/views/LandingPages/Profile/AdmireProfile.vue index cf90d1c..c28a1d8 100644 --- a/src/views/LandingPages/Profile/AdmireProfile.vue +++ b/src/views/LandingPages/Profile/AdmireProfile.vue @@ -36,19 +36,13 @@ onMounted(async() => { }); - - - @@ -66,7 +76,22 @@ const getProject = async () => { padding: 20px; border: 1px solid #ddd; border-radius: 5px; - background-color: #f9f9f9; + background-color: #3d913257; + border-radius: 10px; +} +.feedback { + margin: 10px 0; + padding: 10px 0; + flex-direction: column +} +input, textarea, select, option{ + border: 1px solid #3d913257; + border-radius: 5px; + border-radius: 10px; + width: 60%; + margin-bottom: 1%; + padding: 1%; + background-color: #3d91322d; } .project-title { @@ -120,5 +145,27 @@ const getProject = async () => { padding: 2px 5px; margin: 2px; } + +h1,h2{ + /*font-family: 'PressStart2P';*/ + color:rgb(70, 104, 105); +} +p{ + font-family: 'SpaceMono' monospace; +} +button{ + background-color: #3d9132; + border-radius: 10px; + text-align: center; + color: rgb(255, 255, 255); + font-weight: 500; + width: 60%; + margin-bottom: 10px; + padding: 5px; +} +button:hover{ + background-color: #6ac55e; + color: rgb(61, 61, 61); +} \ No newline at end of file