Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PianoRoll subpage update #13

Merged
merged 25 commits into from
Oct 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
22cc755
PianoRoll subpage update [skip-ci]
Fermatka Jul 29, 2024
0abcd51
logo file name update
Fermatka Jul 29, 2024
c041251
links added and texts updated
Fermatka Jul 30, 2024
3f68227
added basic responiseveness
Fermatka Jul 31, 2024
c9d9dbe
responsiveness corrected
Fermatka Aug 7, 2024
e11dae3
images in PythonToolsSection updated
Fermatka Aug 8, 2024
f2e3bcb
image changed in OpportiunitiesIndustrySection
Fermatka Aug 12, 2024
cd11eea
image changed in Medical Industry
Fermatka Aug 12, 2024
85bc04a
corredted bad spacing in mobile- contact subpage
Fermatka Sep 3, 2024
e4552b9
added responsiveness for PianoRollImg description according to design
Fermatka Sep 3, 2024
94940a4
styles corrected for medium and small screens according to design
Fermatka Sep 4, 2024
dcc5dc7
added CustomLink in PianoRollDescription
Fermatka Sep 4, 2024
5fcbf11
updated stales
Fermatka Sep 6, 2024
f4f2e9b
logo added in Navbar
Fermatka Sep 6, 2024
52580d1
logos update
Fermatka Sep 6, 2024
58c56de
solving problems with darkTheme in progress
Fermatka Sep 8, 2024
47ce9f6
fixed problems with darkMode
Fermatka Sep 9, 2024
c5b1fcf
correct darkMode loading for logo in Navbar and Pianoroll screen
Fermatka Sep 10, 2024
00dbe2c
changes after CR
Fermatka Sep 18, 2024
e98a9c3
dark-light theme switching fixed
Fermatka Sep 18, 2024
b7a2ac7
Updated PianoRollDescription images sizes
Fermatka Sep 25, 2024
db93317
fixed problem with col-rewerse in PianoRollDescription
Fermatka Sep 25, 2024
df91651
changed URL paths for all internal links
Fermatka Sep 30, 2024
ccde51b
added pyData_screen.png
Fermatka Sep 30, 2024
eb35d6b
CustomLink changed using Link instead of a
Fermatka Sep 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
styles corrected for medium and small screens according to design
Fermatka committed Sep 4, 2024
commit 94940a4ec3acaf58610099b63ff04f30c4c3601c
12 changes: 6 additions & 6 deletions algrtm/src/components/PianoRollDescription.js
Original file line number Diff line number Diff line change
@@ -6,18 +6,18 @@ import React from "react";
const PianoRollDescription = () => {
const { darkMode } = useTheme();
return (
<section className="flex flex-col items-center justify-center w-full xl:px-[12.625rem] mt-[4rem] md:mt-[3.94rem]">
<div className="lg:flex-row flex flex-col gap-[4.5rem] items-center justify-center w-full">
<section className="flex flex-col items-center justify-center w-full xl:px-[12.625rem]">
<div className="lg:flex-row flex flex-col gap-[4rem] lg:gap-[4.5rem] items-center justify-center w-full">
<div className="flex flex-col gap-4 max-w-[24.03rem] w-full">
<h1 className="h2 leading-[4.48rem] xl:h1 text-neutralLight-neutral10 dark:text-neutralDark-neutral10 ">
<h1 className="h4 tracking-[-0.11rem] lg:h2SB lg:tracking-[-0.13rem] xl:h2 xl:tracking-[-0.16rem] text-neutralLight-neutral10 dark:text-neutralDark-neutral10 ">
PianoRoll
</h1>
<div className="h6 text-neutralLight-neutral20 dark:text-neutralDark-neutral20 flex flex-col gap-[1rem]">
<p className="h5_500">
<div className="text-neutralLight-neutral20 dark:text-neutralDark-neutral20 flex flex-col gap-[1rem]">
<p className="h5_smaller lg:5h_small xl:h5_500">
PianoRoll is a platform for tracking effort and hosting piano
competitions.
</p>
<p>
<p className="h6_small xl:h6">
PianoRoll users provide crowd-sourced, high-quality MIDI
recordings rich with performance nuances. This allows us to curate
datasets for cutting-edge machine learning research.
6 changes: 3 additions & 3 deletions algrtm/src/components/PianoRollLogoDescription.js
Original file line number Diff line number Diff line change
@@ -3,18 +3,18 @@ import React from "react";

const PianoRollLogoDescription = () => {
return (
<div className="lg:flex-row flex flex-col max-w-[64.75rem] items-center gap-[2rem] md:gap-[4.5rem] my-[7.19rem] px-4">
<div className="lg:flex-row flex flex-col max-w-[64.75rem] items-center gap-[2.75rem] lg:gap-[4.5rem] my-[4rem] md:my-[7.19rem">
<div className="bg-neutralLight-neutral90 rounded-[2rem] w-full md:w-[36.25rem] h-[29.875rem] flex flex-col md:flex-row justify-center items-center gap-[0.625rem]">
<Image width={86.965} height={94} src="/pianoRollLogo.svg" />
<Image width={218.057} height={38.198} src="/PianoRoll.svg" />
</div>
<div className="flex flex-col gap-[0.625rem] items-start w-full md:w-auto max-w-[24rem]">
<p className="h5_500 text-neutralLight-neutral10">
<p className="h5_smaller text-neutralLight-neutral10">
Audio, images and text already benefit from well-established deep
learning architectures and processing pipelines that consistently
yield amazing results.
</p>
<p className="text-neutralLight-neutral10">
<p className=" h6_small text-neutralLight-neutral10">
Recording piano performances in MIDI format introduces a new and
exciting area of research, combining challenges from text, image and
audio into a single modality. MIDI format services as a bridge,
6 changes: 4 additions & 2 deletions algrtm/src/components/PydataTalkComponent.js
Original file line number Diff line number Diff line change
@@ -6,8 +6,10 @@ const PydataTalkComponent = () => {
return (
<section className="flex flex-col items-center gap-[2.75rem] md:gap-[5.88rem] my-[4rem] md:my-[7.19rem] w-full">
<div className="flex flex-col gap-[1.5rem] text-neutralLight-neutral10 dark:text-neutralDark-neutral10 h5_small lg:h5_500 md:px-[7.75rem] xl:px-[4rem] items-center max-w-[51.875rem] w-full">
<h2 className="h2">Pydata Talk</h2>
<h6 className="h6_400">
<h2 className="h2SB tracking-[-0.13rem] xl:h2 xl:tracking-[-0.16rem]">
Pydata Talk
</h2>
<h6 className="h6 text-center">
We presented at PyData London 2024. Check out our speech on modeling
the emotional nuances of music performances.
</h6>
18 changes: 9 additions & 9 deletions algrtm/src/components/PythonToolsSection.js
Original file line number Diff line number Diff line change
@@ -4,33 +4,33 @@ import pythonToolsData from "@/data/pythonToolsData";

const PythonToolsSection = () => {
return (
<section className="w-full flex flex-col gap-[4.5rem] justify-center items-center text-center mt-[2.75rem] px-[1rem] md:px-[4.56rem] xl:px-[5.88rem] bg-neutralLight-neutral100 dark:bg-neutralDark-neutral100">
<h4 className="h4 lg:h2 text-neutralLight-neutral10 dark:text-neutralDark-neutral10 self-start md:self-center max-w-[45rem]">
<section className="w-full flex flex-col gap-[0.75rem] lg:gap-[4rem]justify-center items-center text-center mt-[4rem] lg:mt-[2.75rem] px-[0] lg:px-[1rem] md:px-[4.56rem] xl:px-[5.88rem] bg-neutralLight-neutral100 dark:bg-neutralDark-neutral100">
<h4 className="h4 tracking-[-0.11rem] lg:h2 text-neutralLight-neutral10 dark:text-neutralDark-neutral10 self-start md:self-center max-w-[45rem] w-full">
Python Tools for MIDI Processing
</h4>
<div className="flex flex-wrap justify-center items-center w-full gap-[1.5rem] md:gap-[2rem] mt-[2rem]">
<div className="flex flex-col lg:flex-row justify-center items-center w-full gap-[1.5rem] md:gap-[2rem] mt-[2rem]">
{Object.values(pythonToolsData).map((tool, index) => (
<div
key={index}
className="flex flex-col justify-start items-center w-full sm:w-full md:w-[calc(50%-1rem)] lg:w-[calc(33.333%-2rem)] h-[35rem] bg-neutralLight-neutral90 dark:bg-neutralDark-neutral90 rounded-[2rem] overflow-hidden"
className="flex flex-col lg:flex justify-start items-center w-full lg:w-[calc(50%-1rem)] xl:w-[calc(33.333%-2rem)] max-h-[26.56rem] lg:h-[28.75rem] xl:h-[34.38rem] bg-neutralLight-neutral90 dark:bg-neutralDark-neutral90 rounded-[2rem] overflow-hidden"
>
<img
src={tool.image}
alt={tool.title}
className="rounded-t-[2rem] w-full h-[15rem] object-cover"
className="rounded-t-[2rem] w-full h-[11.25rem] object-cover"
/>
<div className="flex flex-col justify-start items-start text-left w-full gap-[0.5rem] md:gap-[1.5rem] px-[1.5rem] py-[2.75rem]">
<h5 className="h5_small text-left text-neutralLight-neutral10 dark:text-neutralDark-neutral10">
<div className="flex flex-col justify-start items-start text-left w-full px-[1.5rem] xl:px-[2.75rem] py-[1.5rem]">
<h5 className="h5_small xl:h5_500 text-left text-neutralLight-neutral10 dark:text-neutralDark-neutral10">
{tool.title}
</h5>
<ul className="list-disc list-inside text-neutralLight-neutral10 dark:text-neutralDark-neutral10">
<ul className="list-disc list-inside text-neutralLight-neutral10 dark:text-neutralDark-neutral10 mt-[1rem]">
{tool.description.map((point, index) => (
<li key={index} className="p2">
{point}
</li>
))}
</ul>
<div className="flex items-start mt-auto">
<div className="flex items-start mt-[1.5rem]">
<CustomLink
variant="primary"
text="Learn more"
12 changes: 12 additions & 0 deletions algrtm/src/styles/typography.css
Original file line number Diff line number Diff line change
@@ -75,6 +75,12 @@
font-weight: 500;
line-height: 2.17rem;
}

.h5_smaller {
font-size: 1.5rem;
font-weight: 500;
line-height: 1.86rem;
}
.h6 {
font-size: 1.375rem;
font-weight: 400;
@@ -103,6 +109,12 @@
line-height: 1.8rem;
}

.h6_small {
font-size: 1.25rem;
font-weight: 400;
line-height: 1.8rem;
}

/* titles */
.t6 {
font-size: 1rem;