-
-
-
- U
-
-
Username
- {/* Bio */}
+
+
+
+
+
+
+
+
+
+ {!editMode && }
+
+
+
+
+ 50
+ Posts
+
+
+ 100
+ Followers
+
+
+ 50
+ Following
+
+
+
+
- 50 Posts
-
-
-
-
-
+
+
);
}
diff --git a/code/frontend/src/QuiltedImageList.tsx b/code/frontend/src/QuiltedImageList.tsx
index 3d774ce..49785fd 100644
--- a/code/frontend/src/QuiltedImageList.tsx
+++ b/code/frontend/src/QuiltedImageList.tsx
@@ -2,25 +2,34 @@ import * as React from "react";
import ImageList from "@mui/material/ImageList";
import ImageListItem from "@mui/material/ImageListItem";
import useMediaQuery from "@mui/material/useMediaQuery";
-import { createTheme, ThemeProvider } from "@mui/material/styles";
+import {
+ createTheme,
+ StyledEngineProvider,
+ ThemeProvider,
+} from "@mui/material/styles";
+import './quiltedImageList.css';
export default function StandardImageList() {
- const matchDownMd = useMediaQuery(theme.breakpoints.down("sm"));
+ const isSmallScreen = useMediaQuery(theme.breakpoints.down("sm"));
+ const isLargeScreen = useMediaQuery(theme.breakpoints.down("xl"));
+
return (
-
-
- {itemData.map((item) => (
-
-
-
- ))}
-
-
+
+
+
+ {itemData.map((item) => (
+
+
+
+ ))}
+
+
+
);
}
@@ -28,7 +37,7 @@ const theme = createTheme({
breakpoints: {
values: {
xs: 0,
- sm: 768,
+ sm: 1000,
md: 650,
lg: 768,
xl: 1200,
@@ -45,339 +54,339 @@ const itemData = [
{ img: "/assets/images/SummerOwlSignup.jpg", title: "Summer Owl" },
{
- img: 'https://images.unsplash.com/photo-1551963831-b3b1ca40c98e',
- title: 'Breakfast',
+ img: "https://images.unsplash.com/photo-1551963831-b3b1ca40c98e",
+ title: "Breakfast",
},
{
- img: 'https://images.unsplash.com/photo-1551782450-a2132b4ba21d',
- title: 'Burger',
+ img: "https://images.unsplash.com/photo-1551782450-a2132b4ba21d",
+ title: "Burger",
},
{
- img: 'https://images.unsplash.com/photo-1522770179533-24471fcdba45',
- title: 'Camera',
+ img: "https://images.unsplash.com/photo-1522770179533-24471fcdba45",
+ title: "Camera",
},
{
- img: 'https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c',
- title: 'Coffee',
+ img: "https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c",
+ title: "Coffee",
},
{
- img: 'https://images.unsplash.com/photo-1533827432537-70133748f5c8',
- title: 'Hats',
+ img: "https://images.unsplash.com/photo-1533827432537-70133748f5c8",
+ title: "Hats",
},
{
- img: 'https://images.unsplash.com/photo-1558642452-9d2a7deb7f62',
- title: 'Honey',
+ img: "https://images.unsplash.com/photo-1558642452-9d2a7deb7f62",
+ title: "Honey",
},
{
- img: 'https://images.unsplash.com/photo-1516802273409-68526ee1bdd6',
- title: 'Basketball',
+ img: "https://images.unsplash.com/photo-1516802273409-68526ee1bdd6",
+ title: "Basketball",
},
{
- img: 'https://images.unsplash.com/photo-1518756131217-31eb79b20e8f',
- title: 'Fern',
+ img: "https://images.unsplash.com/photo-1518756131217-31eb79b20e8f",
+ title: "Fern",
},
{
- img: 'https://images.unsplash.com/photo-1597645587822-e99fa5d45d25',
- title: 'Mushrooms',
+ img: "https://images.unsplash.com/photo-1597645587822-e99fa5d45d25",
+ title: "Mushrooms",
},
{
- img: 'https://images.unsplash.com/photo-1567306301408-9b74779a11af',
- title: 'Tomato basil',
+ img: "https://images.unsplash.com/photo-1567306301408-9b74779a11af",
+ title: "Tomato basil",
},
{
- img: 'https://images.unsplash.com/photo-1471357674240-e1a485acb3e1',
- title: 'Sea star',
+ img: "https://images.unsplash.com/photo-1471357674240-e1a485acb3e1",
+ title: "Sea star",
},
{
- img: 'https://images.unsplash.com/photo-1589118949245-7d38baf380d6',
- title: 'Bike',
+ img: "https://images.unsplash.com/photo-1589118949245-7d38baf380d6",
+ title: "Bike",
},
{
- img: 'https://images.unsplash.com/photo-1551963831-b3b1ca40c98e',
- title: 'Breakfast',
+ img: "https://images.unsplash.com/photo-1551963831-b3b1ca40c98e",
+ title: "Breakfast",
},
{
- img: 'https://images.unsplash.com/photo-1551782450-a2132b4ba21d',
- title: 'Burger',
+ img: "https://images.unsplash.com/photo-1551782450-a2132b4ba21d",
+ title: "Burger",
},
{
- img: 'https://images.unsplash.com/photo-1522770179533-24471fcdba45',
- title: 'Camera',
+ img: "https://images.unsplash.com/photo-1522770179533-24471fcdba45",
+ title: "Camera",
},
{
- img: 'https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c',
- title: 'Coffee',
+ img: "https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c",
+ title: "Coffee",
},
{
- img: 'https://images.unsplash.com/photo-1533827432537-70133748f5c8',
- title: 'Hats',
+ img: "https://images.unsplash.com/photo-1533827432537-70133748f5c8",
+ title: "Hats",
},
{
- img: 'https://images.unsplash.com/photo-1558642452-9d2a7deb7f62',
- title: 'Honey',
+ img: "https://images.unsplash.com/photo-1558642452-9d2a7deb7f62",
+ title: "Honey",
},
{
- img: 'https://images.unsplash.com/photo-1516802273409-68526ee1bdd6',
- title: 'Basketball',
+ img: "https://images.unsplash.com/photo-1516802273409-68526ee1bdd6",
+ title: "Basketball",
},
{
- img: 'https://images.unsplash.com/photo-1518756131217-31eb79b20e8f',
- title: 'Fern',
+ img: "https://images.unsplash.com/photo-1518756131217-31eb79b20e8f",
+ title: "Fern",
},
{
- img: 'https://images.unsplash.com/photo-1597645587822-e99fa5d45d25',
- title: 'Mushrooms',
+ img: "https://images.unsplash.com/photo-1597645587822-e99fa5d45d25",
+ title: "Mushrooms",
},
{
- img: 'https://images.unsplash.com/photo-1567306301408-9b74779a11af',
- title: 'Tomato basil',
+ img: "https://images.unsplash.com/photo-1567306301408-9b74779a11af",
+ title: "Tomato basil",
},
{
- img: 'https://images.unsplash.com/photo-1471357674240-e1a485acb3e1',
- title: 'Sea star',
+ img: "https://images.unsplash.com/photo-1471357674240-e1a485acb3e1",
+ title: "Sea star",
},
{
- img: 'https://images.unsplash.com/photo-1589118949245-7d38baf380d6',
- title: 'Bike',
+ img: "https://images.unsplash.com/photo-1589118949245-7d38baf380d6",
+ title: "Bike",
},
{
- img: 'https://images.unsplash.com/photo-1551963831-b3b1ca40c98e',
- title: 'Breakfast',
+ img: "https://images.unsplash.com/photo-1551963831-b3b1ca40c98e",
+ title: "Breakfast",
},
{
- img: 'https://images.unsplash.com/photo-1551782450-a2132b4ba21d',
- title: 'Burger',
+ img: "https://images.unsplash.com/photo-1551782450-a2132b4ba21d",
+ title: "Burger",
},
{
- img: 'https://images.unsplash.com/photo-1522770179533-24471fcdba45',
- title: 'Camera',
+ img: "https://images.unsplash.com/photo-1522770179533-24471fcdba45",
+ title: "Camera",
},
{
- img: 'https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c',
- title: 'Coffee',
+ img: "https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c",
+ title: "Coffee",
},
{
- img: 'https://images.unsplash.com/photo-1533827432537-70133748f5c8',
- title: 'Hats',
+ img: "https://images.unsplash.com/photo-1533827432537-70133748f5c8",
+ title: "Hats",
},
{
- img: 'https://images.unsplash.com/photo-1558642452-9d2a7deb7f62',
- title: 'Honey',
+ img: "https://images.unsplash.com/photo-1558642452-9d2a7deb7f62",
+ title: "Honey",
},
{
- img: 'https://images.unsplash.com/photo-1516802273409-68526ee1bdd6',
- title: 'Basketball',
+ img: "https://images.unsplash.com/photo-1516802273409-68526ee1bdd6",
+ title: "Basketball",
},
{
- img: 'https://images.unsplash.com/photo-1518756131217-31eb79b20e8f',
- title: 'Fern',
+ img: "https://images.unsplash.com/photo-1518756131217-31eb79b20e8f",
+ title: "Fern",
},
{
- img: 'https://images.unsplash.com/photo-1597645587822-e99fa5d45d25',
- title: 'Mushrooms',
+ img: "https://images.unsplash.com/photo-1597645587822-e99fa5d45d25",
+ title: "Mushrooms",
},
{
- img: 'https://images.unsplash.com/photo-1567306301408-9b74779a11af',
- title: 'Tomato basil',
+ img: "https://images.unsplash.com/photo-1567306301408-9b74779a11af",
+ title: "Tomato basil",
},
{
- img: 'https://images.unsplash.com/photo-1471357674240-e1a485acb3e1',
- title: 'Sea star',
+ img: "https://images.unsplash.com/photo-1471357674240-e1a485acb3e1",
+ title: "Sea star",
},
{
- img: 'https://images.unsplash.com/photo-1589118949245-7d38baf380d6',
- title: 'Bike',
+ img: "https://images.unsplash.com/photo-1589118949245-7d38baf380d6",
+ title: "Bike",
},
{
- img: 'https://images.unsplash.com/photo-1551963831-b3b1ca40c98e',
- title: 'Breakfast',
+ img: "https://images.unsplash.com/photo-1551963831-b3b1ca40c98e",
+ title: "Breakfast",
},
{
- img: 'https://images.unsplash.com/photo-1551782450-a2132b4ba21d',
- title: 'Burger',
+ img: "https://images.unsplash.com/photo-1551782450-a2132b4ba21d",
+ title: "Burger",
},
{
- img: 'https://images.unsplash.com/photo-1522770179533-24471fcdba45',
- title: 'Camera',
+ img: "https://images.unsplash.com/photo-1522770179533-24471fcdba45",
+ title: "Camera",
},
{
- img: 'https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c',
- title: 'Coffee',
+ img: "https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c",
+ title: "Coffee",
},
{
- img: 'https://images.unsplash.com/photo-1533827432537-70133748f5c8',
- title: 'Hats',
+ img: "https://images.unsplash.com/photo-1533827432537-70133748f5c8",
+ title: "Hats",
},
{
- img: 'https://images.unsplash.com/photo-1558642452-9d2a7deb7f62',
- title: 'Honey',
+ img: "https://images.unsplash.com/photo-1558642452-9d2a7deb7f62",
+ title: "Honey",
},
{
- img: 'https://images.unsplash.com/photo-1516802273409-68526ee1bdd6',
- title: 'Basketball',
+ img: "https://images.unsplash.com/photo-1516802273409-68526ee1bdd6",
+ title: "Basketball",
},
{
- img: 'https://images.unsplash.com/photo-1518756131217-31eb79b20e8f',
- title: 'Fern',
+ img: "https://images.unsplash.com/photo-1518756131217-31eb79b20e8f",
+ title: "Fern",
},
{
- img: 'https://images.unsplash.com/photo-1597645587822-e99fa5d45d25',
- title: 'Mushrooms',
+ img: "https://images.unsplash.com/photo-1597645587822-e99fa5d45d25",
+ title: "Mushrooms",
},
{
- img: 'https://images.unsplash.com/photo-1567306301408-9b74779a11af',
- title: 'Tomato basil',
+ img: "https://images.unsplash.com/photo-1567306301408-9b74779a11af",
+ title: "Tomato basil",
},
{
- img: 'https://images.unsplash.com/photo-1471357674240-e1a485acb3e1',
- title: 'Sea star',
+ img: "https://images.unsplash.com/photo-1471357674240-e1a485acb3e1",
+ title: "Sea star",
},
{
- img: 'https://images.unsplash.com/photo-1589118949245-7d38baf380d6',
- title: 'Bike',
+ img: "https://images.unsplash.com/photo-1589118949245-7d38baf380d6",
+ title: "Bike",
},
{
- img: 'https://images.unsplash.com/photo-1551963831-b3b1ca40c98e',
- title: 'Breakfast',
+ img: "https://images.unsplash.com/photo-1551963831-b3b1ca40c98e",
+ title: "Breakfast",
},
{
- img: 'https://images.unsplash.com/photo-1551782450-a2132b4ba21d',
- title: 'Burger',
+ img: "https://images.unsplash.com/photo-1551782450-a2132b4ba21d",
+ title: "Burger",
},
{
- img: 'https://images.unsplash.com/photo-1522770179533-24471fcdba45',
- title: 'Camera',
+ img: "https://images.unsplash.com/photo-1522770179533-24471fcdba45",
+ title: "Camera",
},
{
- img: 'https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c',
- title: 'Coffee',
+ img: "https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c",
+ title: "Coffee",
},
{
- img: 'https://images.unsplash.com/photo-1533827432537-70133748f5c8',
- title: 'Hats',
+ img: "https://images.unsplash.com/photo-1533827432537-70133748f5c8",
+ title: "Hats",
},
{
- img: 'https://images.unsplash.com/photo-1558642452-9d2a7deb7f62',
- title: 'Honey',
+ img: "https://images.unsplash.com/photo-1558642452-9d2a7deb7f62",
+ title: "Honey",
},
{
- img: 'https://images.unsplash.com/photo-1516802273409-68526ee1bdd6',
- title: 'Basketball',
+ img: "https://images.unsplash.com/photo-1516802273409-68526ee1bdd6",
+ title: "Basketball",
},
{
- img: 'https://images.unsplash.com/photo-1518756131217-31eb79b20e8f',
- title: 'Fern',
+ img: "https://images.unsplash.com/photo-1518756131217-31eb79b20e8f",
+ title: "Fern",
},
{
- img: 'https://images.unsplash.com/photo-1597645587822-e99fa5d45d25',
- title: 'Mushrooms',
+ img: "https://images.unsplash.com/photo-1597645587822-e99fa5d45d25",
+ title: "Mushrooms",
},
{
- img: 'https://images.unsplash.com/photo-1567306301408-9b74779a11af',
- title: 'Tomato basil',
+ img: "https://images.unsplash.com/photo-1567306301408-9b74779a11af",
+ title: "Tomato basil",
},
{
- img: 'https://images.unsplash.com/photo-1471357674240-e1a485acb3e1',
- title: 'Sea star',
+ img: "https://images.unsplash.com/photo-1471357674240-e1a485acb3e1",
+ title: "Sea star",
},
{
- img: 'https://images.unsplash.com/photo-1589118949245-7d38baf380d6',
- title: 'Bike',
+ img: "https://images.unsplash.com/photo-1589118949245-7d38baf380d6",
+ title: "Bike",
},
{
- img: 'https://images.unsplash.com/photo-1551963831-b3b1ca40c98e',
- title: 'Breakfast',
+ img: "https://images.unsplash.com/photo-1551963831-b3b1ca40c98e",
+ title: "Breakfast",
},
{
- img: 'https://images.unsplash.com/photo-1551782450-a2132b4ba21d',
- title: 'Burger',
+ img: "https://images.unsplash.com/photo-1551782450-a2132b4ba21d",
+ title: "Burger",
},
{
- img: 'https://images.unsplash.com/photo-1522770179533-24471fcdba45',
- title: 'Camera',
+ img: "https://images.unsplash.com/photo-1522770179533-24471fcdba45",
+ title: "Camera",
},
{
- img: 'https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c',
- title: 'Coffee',
+ img: "https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c",
+ title: "Coffee",
},
{
- img: 'https://images.unsplash.com/photo-1533827432537-70133748f5c8',
- title: 'Hats',
+ img: "https://images.unsplash.com/photo-1533827432537-70133748f5c8",
+ title: "Hats",
},
{
- img: 'https://images.unsplash.com/photo-1558642452-9d2a7deb7f62',
- title: 'Honey',
+ img: "https://images.unsplash.com/photo-1558642452-9d2a7deb7f62",
+ title: "Honey",
},
{
- img: 'https://images.unsplash.com/photo-1516802273409-68526ee1bdd6',
- title: 'Basketball',
+ img: "https://images.unsplash.com/photo-1516802273409-68526ee1bdd6",
+ title: "Basketball",
},
{
- img: 'https://images.unsplash.com/photo-1518756131217-31eb79b20e8f',
- title: 'Fern',
+ img: "https://images.unsplash.com/photo-1518756131217-31eb79b20e8f",
+ title: "Fern",
},
{
- img: 'https://images.unsplash.com/photo-1597645587822-e99fa5d45d25',
- title: 'Mushrooms',
+ img: "https://images.unsplash.com/photo-1597645587822-e99fa5d45d25",
+ title: "Mushrooms",
},
{
- img: 'https://images.unsplash.com/photo-1567306301408-9b74779a11af',
- title: 'Tomato basil',
+ img: "https://images.unsplash.com/photo-1567306301408-9b74779a11af",
+ title: "Tomato basil",
},
{
- img: 'https://images.unsplash.com/photo-1471357674240-e1a485acb3e1',
- title: 'Sea star',
+ img: "https://images.unsplash.com/photo-1471357674240-e1a485acb3e1",
+ title: "Sea star",
},
{
- img: 'https://images.unsplash.com/photo-1589118949245-7d38baf380d6',
- title: 'Bike',
+ img: "https://images.unsplash.com/photo-1589118949245-7d38baf380d6",
+ title: "Bike",
},
{
- img: 'https://images.unsplash.com/photo-1551963831-b3b1ca40c98e',
- title: 'Breakfast',
+ img: "https://images.unsplash.com/photo-1551963831-b3b1ca40c98e",
+ title: "Breakfast",
},
{
- img: 'https://images.unsplash.com/photo-1551782450-a2132b4ba21d',
- title: 'Burger',
+ img: "https://images.unsplash.com/photo-1551782450-a2132b4ba21d",
+ title: "Burger",
},
{
- img: 'https://images.unsplash.com/photo-1522770179533-24471fcdba45',
- title: 'Camera',
+ img: "https://images.unsplash.com/photo-1522770179533-24471fcdba45",
+ title: "Camera",
},
{
- img: 'https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c',
- title: 'Coffee',
+ img: "https://images.unsplash.com/photo-1444418776041-9c7e33cc5a9c",
+ title: "Coffee",
},
{
- img: 'https://images.unsplash.com/photo-1533827432537-70133748f5c8',
- title: 'Hats',
+ img: "https://images.unsplash.com/photo-1533827432537-70133748f5c8",
+ title: "Hats",
},
{
- img: 'https://images.unsplash.com/photo-1558642452-9d2a7deb7f62',
- title: 'Honey',
+ img: "https://images.unsplash.com/photo-1558642452-9d2a7deb7f62",
+ title: "Honey",
},
{
- img: 'https://images.unsplash.com/photo-1516802273409-68526ee1bdd6',
- title: 'Basketball',
+ img: "https://images.unsplash.com/photo-1516802273409-68526ee1bdd6",
+ title: "Basketball",
},
{
- img: 'https://images.unsplash.com/photo-1518756131217-31eb79b20e8f',
- title: 'Fern',
+ img: "https://images.unsplash.com/photo-1518756131217-31eb79b20e8f",
+ title: "Fern",
},
{
- img: 'https://images.unsplash.com/photo-1597645587822-e99fa5d45d25',
- title: 'Mushrooms',
+ img: "https://images.unsplash.com/photo-1597645587822-e99fa5d45d25",
+ title: "Mushrooms",
},
{
- img: 'https://images.unsplash.com/photo-1567306301408-9b74779a11af',
- title: 'Tomato basil',
+ img: "https://images.unsplash.com/photo-1567306301408-9b74779a11af",
+ title: "Tomato basil",
},
{
- img: 'https://images.unsplash.com/photo-1471357674240-e1a485acb3e1',
- title: 'Sea star',
+ img: "https://images.unsplash.com/photo-1471357674240-e1a485acb3e1",
+ title: "Sea star",
},
{
- img: 'https://images.unsplash.com/photo-1589118949245-7d38baf380d6',
- title: 'Bike',
+ img: "https://images.unsplash.com/photo-1589118949245-7d38baf380d6",
+ title: "Bike",
},
];
diff --git a/code/frontend/src/bio.css b/code/frontend/src/bio.css
new file mode 100644
index 0000000..8a6afb3
--- /dev/null
+++ b/code/frontend/src/bio.css
@@ -0,0 +1,44 @@
+.bio-input {
+ margin: 0.5rem;
+}
+
+/* Root class for the input field */
+.bio-input .MuiOutlinedInput-root {
+ color: var(--Rotkehlchen-gray-default);
+}
+/* Class for the border around the input field */
+.bio-input .MuiOutlinedInput-notchedOutline {
+ border-color: var(--Rotkehlchen-brown-light);
+}
+/* Class for the label of the input field */
+.bio-input .MuiInputLabel-outlined {
+ color: var(--Rotkehlchen-brown-light);
+}
+/* Class for the border in focused state */
+.bio-input .Mui-focused .MuiOutlinedInput-notchedOutline {
+ border-color: var(--Rotkehlchen-yellow-default);
+}
+/* Disabled input field text and border color */
+.bio-input .css-w4nesw-MuiInputBase-input-MuiOutlinedInput-input.Mui-disabled {
+ -webkit-text-fill-color: var(--Rotkehlchen-gray-default);
+}
+.bio-input
+ .MuiInputBase-root.MuiOutlinedInput-root.Mui-disabled
+ .MuiOutlinedInput-notchedOutline {
+ border-color: transparent;
+}
+
+@media screen and (min-width: 768px) {
+ .bio-input {
+ width: 100%;
+ margin: 1rem;
+ }
+ .bio-input .MuiInputLabel-outlined {
+ font-size: 18px;
+ }
+ .bio-input .MuiOutlinedInput-input {
+ font-size: 18px;
+ padding: 10px;
+ }
+
+}
\ No newline at end of file
diff --git a/code/frontend/src/components/header.css b/code/frontend/src/components/header.css
index 3131275..c7484ca 100644
--- a/code/frontend/src/components/header.css
+++ b/code/frontend/src/components/header.css
@@ -1,3 +1,9 @@
+:root {
+ --Rotkehlchen-gray: #e7ecf2;
+ --Rotkehlchen-brown1: #a28d7a;
+ --Rotkehlchen-orange-default: #e79a0e;
+}
+
.base-header {
width: 100vw;
display: flex;
diff --git a/code/frontend/src/profile.css b/code/frontend/src/profile.css
index 1137587..81e6de9 100644
--- a/code/frontend/src/profile.css
+++ b/code/frontend/src/profile.css
@@ -18,63 +18,129 @@
);
align-items: center;
background-attachment: fixed;
+ padding-top: var(--Header-hight);
z-index: -1;
}
+.user-info {
+ display: flex;
+ flex-direction: column;
+ border-radius: 1rem;
+ background-color: hsla(244, 70%, 13%, 0.71);
+ backdrop-filter: blur(8px);
+ margin-top: 1rem;
+ }
+
.user {
display: flex;
width: fit-content;
align-items: center;
gap: 20px;
- padding: 2rem;
+ margin: 2rem;
+ border-radius: 1rem;
}
- .post-number {
- font-size: 20px;
- font-weight: 500;
- color: var(--Rotkehlchen-brown-dark);
+ .numeral-data {
+ display: flex;
+ flex-direction: row;
+ font-size: 18px;
+ font-weight: 500;
+ color: var(--Rotkehlchen-gray-default);
+ border-radius: 1rem;
+ }
+
+ .data {
+ display: flex;
+ flex-direction: column;
+ margin: 1rem;
+ }
+
+ .profile-avatar {
+ width: 40px;
+ height: 40px;
+ background-color: aqua;
}
.profile-username {
font-size: 24px;
font-weight: 700;
- color: var(--Rotkehlchen-brown-dark);
+ color: var(--Rotkehlchen-orange-default);
}
- .image-list {
- width: fit-content;
- margin-left: 0.5rem;
- margin-right: 0.5rem;
+ .edit-profile {
+ color: var(--Rotkehlchen-orange-default);
+ font-size: 25px;
+ }
+
+ .bio {
+ display: flex;
+ align-content: start;
+ padding: 2px;
+ border: 1px solid var(--Rotkehlchen-brown-light);
+ color: aliceblue;
+ }
+
+ .divider {
+ border-color: var(--Rotkehlchen-brown-light);
}
@media screen and (min-width: 768px) {
- .user-info {
+.profile-display {
display: flex;
flex-direction: row;
- margin-top: 2rem;
justify-content: space-around;
- align-items: center;
+ align-items: baseline;
+}
+
+ .user-info {
+ display: flex;
+ flex-direction: column;
+ margin-left: 2rem;
+ border-radius: 1rem;
+ background-color: hsla(244, 70%, 13%, 0.71);
+ align-self: top;
+ }
+
+ .button {
+ margin-bottom: 0.5rem;
}
.user {
- width: 553px;
+ width: fit-content;
+ padding-left: 1rem;
+ padding-right: 3rem;
}
- .post-number {
- font-size: 20px;
+ .numeral-data {
+ display: flex;
+ flex-direction: column;
+ margin-top: 2rem;
+ font-size: 26px;
+ font-weight: 750;
+ }
+
+ .data-label {
font-weight: 500;
}
+ .data {
+ display: flex;
+ flex-direction: column;
+ margin: 1rem;
+ }
+
.profile-username {
font-size: 24px;
font-weight: 700;
}
- .image-list {
- width: fit-content;
- /* TODO: Fix size of shown list (crop images on bottom of screen */
- max-height: 600px;
- margin-left: 1rem;
- margin-right: 1rem;
+ .profile-avatar {
+ width: 5rem;
+ height: 5rem;
+ background-color: aqua;
+ }
+
+ .edit-profile {
+ font-size: 35px;
}
}
diff --git a/code/frontend/src/quiltedImageList.css b/code/frontend/src/quiltedImageList.css
index a105dd9..7ddc536 100644
--- a/code/frontend/src/quiltedImageList.css
+++ b/code/frontend/src/quiltedImageList.css
@@ -1,22 +1,16 @@
-
-.quilted-image-list {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- gap: 10px;
- width: fit-content;
- margin: auto;
+.imageList {
+ height: 100vh;
+ width: fit-content;
+ margin-left: 1rem;
+ margin-right: 1rem;
}
-
-
@media only screen and (min-width: 768px) {
- .quilted-image-list {
- display: flex;
- gap: 10px;
+ .image-list {
+ height: 90vh;
+ position: relative;
width: fit-content;
- justify-content: center;
- align-self: center;
+ margin-left: 1rem;
+ margin-right: 10ch;
}
}