diff --git a/public/css/header.css b/public/css/header.css index 9811eb4..6a3ce6a 100644 --- a/public/css/header.css +++ b/public/css/header.css @@ -48,7 +48,7 @@ border-bottom: 3px solid var(--logo); } -#header .pfp, #header .pfp img { +#header .pfp { position: absolute; right: 1em; top: .5em; diff --git a/public/css/main.css b/public/css/main.css index 8ce5254..5df2642 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -202,7 +202,7 @@ input:focus { all: unset; font-family: sfpro; background-color: var(--logo); - color: var(--text); + color: white; padding: 10px; margin: 20px; border-radius: 5px; @@ -215,7 +215,7 @@ input:focus { all: unset; font-family: sfpro; background-color: var(--success); - color: var(--text); + color: white; padding: 10px; margin-left: 10px; margin-right: 10px; @@ -305,6 +305,7 @@ footer { border-radius: 3em; background-color: var(--hover); flex-shrink: 0; + image-rendering: crisp-edges; } .nb { @@ -357,9 +358,12 @@ form { } body select { - filter: invert(100%) !important; - background-color: var(--primary) I !important; - color: var(--primary) !important; - border: 1px solid var(--primary) !important; + background-color: var(--secondary) I !important; + color: var(--text) !important; + border: 1px solid var(--light) !important; + } + + input:focus { + outline: none; } } \ No newline at end of file diff --git a/public/css/profile.css b/public/css/profile.css index 3a16d56..fa3cd07 100644 --- a/public/css/profile.css +++ b/public/css/profile.css @@ -47,6 +47,12 @@ body { margin-right: 2em; } +.face img { + height: 12em; + width: 12em; + border-radius: 7em; +} + .infodata { margin-top: 2em; display: flex; diff --git a/public/img/0.png b/public/img/0.png new file mode 100644 index 0000000..19bbb12 Binary files /dev/null and b/public/img/0.png differ diff --git a/public/img/1.png b/public/img/1.png new file mode 100644 index 0000000..0466850 Binary files /dev/null and b/public/img/1.png differ diff --git a/public/img/10.png b/public/img/10.png new file mode 100644 index 0000000..e181798 Binary files /dev/null and b/public/img/10.png differ diff --git a/public/img/11.png b/public/img/11.png new file mode 100644 index 0000000..10cc420 Binary files /dev/null and b/public/img/11.png differ diff --git a/public/img/12.png b/public/img/12.png new file mode 100644 index 0000000..f62a977 Binary files /dev/null and b/public/img/12.png differ diff --git a/public/img/13.png b/public/img/13.png new file mode 100644 index 0000000..c25a5db Binary files /dev/null and b/public/img/13.png differ diff --git a/public/img/14.png b/public/img/14.png new file mode 100644 index 0000000..b4268e0 Binary files /dev/null and b/public/img/14.png differ diff --git a/public/img/15.png b/public/img/15.png new file mode 100644 index 0000000..8641079 Binary files /dev/null and b/public/img/15.png differ diff --git a/public/img/16.png b/public/img/16.png new file mode 100644 index 0000000..538b8d8 Binary files /dev/null and b/public/img/16.png differ diff --git a/public/img/17.png b/public/img/17.png new file mode 100644 index 0000000..8fbf42a Binary files /dev/null and b/public/img/17.png differ diff --git a/public/img/18.png b/public/img/18.png new file mode 100644 index 0000000..60ddadc Binary files /dev/null and b/public/img/18.png differ diff --git a/public/img/19.png b/public/img/19.png new file mode 100644 index 0000000..87e55ae Binary files /dev/null and b/public/img/19.png differ diff --git a/public/img/2.png b/public/img/2.png new file mode 100644 index 0000000..e3d3fd2 Binary files /dev/null and b/public/img/2.png differ diff --git a/public/img/20.png b/public/img/20.png new file mode 100644 index 0000000..cad21e0 Binary files /dev/null and b/public/img/20.png differ diff --git a/public/img/21.png b/public/img/21.png new file mode 100644 index 0000000..951295b Binary files /dev/null and b/public/img/21.png differ diff --git a/public/img/22.png b/public/img/22.png new file mode 100644 index 0000000..30a7517 Binary files /dev/null and b/public/img/22.png differ diff --git a/public/img/23.png b/public/img/23.png new file mode 100644 index 0000000..386d550 Binary files /dev/null and b/public/img/23.png differ diff --git a/public/img/24.png b/public/img/24.png new file mode 100644 index 0000000..fc0ce1a Binary files /dev/null and b/public/img/24.png differ diff --git a/public/img/3.png b/public/img/3.png new file mode 100644 index 0000000..aa2b68a Binary files /dev/null and b/public/img/3.png differ diff --git a/public/img/4.png b/public/img/4.png new file mode 100644 index 0000000..a9ee0d0 Binary files /dev/null and b/public/img/4.png differ diff --git a/public/img/5.png b/public/img/5.png new file mode 100644 index 0000000..63e904b Binary files /dev/null and b/public/img/5.png differ diff --git a/public/img/6.png b/public/img/6.png new file mode 100644 index 0000000..7ba485d Binary files /dev/null and b/public/img/6.png differ diff --git a/public/img/7.png b/public/img/7.png new file mode 100644 index 0000000..c861dc6 Binary files /dev/null and b/public/img/7.png differ diff --git a/public/img/8.png b/public/img/8.png new file mode 100644 index 0000000..a25833b Binary files /dev/null and b/public/img/8.png differ diff --git a/public/img/9.png b/public/img/9.png new file mode 100644 index 0000000..70b19fa Binary files /dev/null and b/public/img/9.png differ diff --git a/public/js/header.js b/public/js/header.js index 5a12408..0e251ed 100644 --- a/public/js/header.js +++ b/public/js/header.js @@ -1,4 +1,4 @@ -function header(home, people) { +function header(home, people, user_id) { const html = ` - + ${pfp(user_id)}
diff --git a/public/js/home.js b/public/js/home.js index cf56eca..0083297 100644 --- a/public/js/home.js +++ b/public/js/home.js @@ -6,7 +6,7 @@ function parseComment(comment) { const html = `
- + ${pfp(author.user_id)} ${author.firstname + ' ' + author.lastname} @@ -26,7 +26,7 @@ function parsePost(post) {
- + ${pfp(author.user_id)}
${author.firstname + ' ' + author.lastname} @@ -55,7 +55,7 @@ function parsePost(post) { ${post.comments.map(parseComment).join('')}
- + ${pfp(data.user.user_id)}
@@ -159,7 +159,7 @@ function render() {
- + ${pfp(data.user.user_id)}