-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f1d020
commit 3ad11b8
Showing
4 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import Link from "next/link"; | ||
|
||
export default function Page() { | ||
return ( | ||
<div className="flex flex-col justify-center items-center gap-5"> | ||
<Link href="" className="underline text-sm md:text-xl text-center"> | ||
Get the Notebook | ||
</Link> | ||
<Link | ||
href="/presentations/Logistic_Regression_Workshop_Presentation.pdf" | ||
className="underline text-sm md:text-xl text-center" | ||
target="_blank" | ||
> | ||
Download the Presentation | ||
</Link> | ||
<Link href="" className="underline text-sm md:text-xl text-center"> | ||
Post Workshop Content | ||
</Link> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import Link from "next/link"; | ||
export default function Workshop() { | ||
return ( | ||
<div className="flex flex-col justify-center items-center gap-5"> | ||
<Link | ||
href="/workshops/linear_regression" | ||
className="underline text-sm md:text-xl text-center" | ||
> | ||
Linear Regression | ||
</Link> | ||
<Link | ||
href="/workshops/logistic_regression" | ||
className="underline text-sm md:text-xl text-center" | ||
> | ||
Logistic Regression | ||
</Link> | ||
</div> | ||
); | ||
} |
3ad11b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
leap-ai-plaksha – ./
leap-ai-plaksha-nine.vercel.app
leap-ai-plaksha-leaps-projects.vercel.app
leap-ai-plaksha-git-main-leaps-projects.vercel.app