diff --git a/client/src/landing/ResourcesSupport/ResourcesAndSupport.tsx b/client/src/landing/ResourcesSupport/ResourcesAndSupport.tsx index aad5c8eef..1a4ab5280 100644 --- a/client/src/landing/ResourcesSupport/ResourcesAndSupport.tsx +++ b/client/src/landing/ResourcesSupport/ResourcesAndSupport.tsx @@ -44,7 +44,7 @@ export function ResourcesAndSupport() { diff --git a/client/src/landing/WhatIsRenku/WhatIsRenku.tsx b/client/src/landing/WhatIsRenku/WhatIsRenku.tsx index 1324ed207..bcec0a9c0 100644 --- a/client/src/landing/WhatIsRenku/WhatIsRenku.tsx +++ b/client/src/landing/WhatIsRenku/WhatIsRenku.tsx @@ -17,45 +17,15 @@ */ import cx from "classnames"; -import { Link } from "react-router-dom"; -import { useLoginUrl } from "../../authentication/useLoginUrl.hook"; - +import { Col, Row } from "reactstrap"; import { ExternalLink } from "../../components/ExternalLinks"; import { RenkuContactEmail } from "../../utils/constants/Docs"; import collaborationGraphic from "../Graphics/boxes.svg"; import computingGraphic from "../Graphics/computing.svg"; import connectionGraphic from "../Graphics/network.svg"; import researchGraphic from "../Graphics/research.svg"; -import { useCustomHomePageProjectUrl } from "../hooks/useCustomHomePageProjectUrl.hook"; import TemplateSlider from "../TemplateSlider/TemplateSlider"; -import { Col, Row } from "reactstrap"; - -function FeatureButtons() { - const loginUrl = useLoginUrl(); - const projectUrl = useCustomHomePageProjectUrl(); - return ( -
- - Explore a project - - - Create an account - -
- ); -} - function ResearchFeatSection() { return ( - ); @@ -116,7 +85,6 @@ function ResearcherFeatSection() { Launch browser-based sessions with zero setup. Customize your development environment for advanced needs.

-
@@ -152,7 +120,6 @@ function CollaborationFeatSection() { Share your Renku project with anyone, and never worry about “it doesn’t work on my machine” again.

- ); @@ -180,15 +147,7 @@ function ComputingFeatSection() { Scaling up your project is as simple as switching your resource class. Do data exploration and model training all in one place!

-
-
- - Try it out a session - -
+
- ); diff --git a/client/src/landing/anonymousHomeNav.tsx b/client/src/landing/anonymousHomeNav.tsx index c92fa5dea..aa378afb7 100644 --- a/client/src/landing/anonymousHomeNav.tsx +++ b/client/src/landing/anonymousHomeNav.tsx @@ -25,7 +25,7 @@ import { Button, Col, Collapse, Nav, Navbar, NavItem, Row } from "reactstrap"; import { useLoginUrl } from "../authentication/useLoginUrl.hook"; import { ExternalLink } from "../components/ExternalLinks"; -import { Docs, Links } from "../utils/constants/Docs"; +import { Links } from "../utils/constants/Docs"; import { Url } from "../utils/helpers/url"; const logo = "/static/public/img/logo.svg"; @@ -125,7 +125,7 @@ function BottomNav() { />