diff --git a/src/routes/about/+page.server.ts b/src/routes/about/+page.server.ts deleted file mode 100644 index bbc9d809..00000000 --- a/src/routes/about/+page.server.ts +++ /dev/null @@ -1,44 +0,0 @@ -export const load = async ({setHeaders}) => { - - setHeaders({ "cache-control": "public, max-age=60*15" }); - - const getFrontendStars = async () => { - // make the POST request to the endpoint - const response = await fetch( - "https://api.github.com/repos/stocknear/frontend", - { - method: "GET", - headers: { - "Content-Type": "application/json", - }, - } - ); - - const output = (await response.json())["stargazers_count"]; - - return output; - }; - - const getBackendStars = async () => { - // make the POST request to the endpoint - const response = await fetch( - "https://api.github.com/repos/stocknear/backend", - { - method: "GET", - headers: { - "Content-Type": "application/json", - }, - } - ); - - const output = (await response.json())["stargazers_count"]; - - return output; - }; - - // Make sure to return a promise - return { - getFrontendStars: await getFrontendStars(), - getBackendStars: await getBackendStars(), - }; -}; diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 090c0fe5..16d00123 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -51,354 +51,321 @@ -
--
+ We're here to make investing simple and efficient with data that’s + always up-to-date and highly accurate. +
Open Source
+No ads
+Data accuracy
+Ease of use
+Speed
+Integrity
++ Stocknear is an open-source project solely maintained by Muslem + Rahimi. +
+Founder / Chief of Nothing
++ Muslem founded Stocknear in 2022 after leaving his role + as an insurance mathematician at Deloitte. He holds a + Bachelor's degree in Physics from the University of + Göttingen, a Master's in Particle Physics from the + Technical University of Munich (TUM), and a PhD in + Theoretical Particle Physics from the University of + Siegen. +
+