Skip to content

Commit

Permalink
Fix #28 #49 - minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
nitya committed Sep 21, 2022
1 parent 6d9eff3 commit dfddbf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/blog/serverless/2022-09-01.md
Expand Up @@ -14,7 +14,7 @@ keywords: [azure, functions, serverless, concepts]
<meta name="twitter:url" content="https://azure.github.io/Cloud-Native/blog/01-kickoff" />
<meta name="twitter:title" content="#01 - It's 30DaysOfServerless!" />
<meta name="twitter:description" content="Join #ServerlessSeptember as we kickoff #30DaysOfServerless with a look at @AzureFunctions and more. Visit https://aka.ms/serverless-september" />
<meta name="twitter:image" content="https://azure.github.io/Cloud-Native/assets/images/post-kickoff-4a04995b44f0cc4a784fb4ab5e29cf7c.png" />
<meta name="twitter:image" content="https://microsoft.github.io/30daysof/assets/images/serverless-2305b28c736eb7cccddcbaa622f1fa38.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@nitya" />
<meta name="twitter:site" content="@AzureStaticApps" />
Expand Down
4 changes: 2 additions & 2 deletions website/docs/roadmaps/05-data-science.md
Expand Up @@ -72,8 +72,8 @@ Week four covers the remaining techniques that will help you forge ahead with yo
* Build an end to end Data Science project: recommender system!
:::

## Capstone Project: Buidling a recommender System
::: RECOMMENDER SYSTEM
## Capstone Project: Building a recommender System
:::tip IDEA: RECOMMENDER SYSTEM
* Data: Netflix or any other streaming platform
* Where to find the data: [30 Days of Learning Netflix Data](https://aka.ms/30DL-NetflixData )
* Need more resources to upskill: [Find the resources here](https://aka.ms/30DL-RecommenderSys)
Expand Down
5 changes: 3 additions & 2 deletions website/src/components/HomepageFeatures/index.js
Expand Up @@ -8,7 +8,7 @@ const JourneyList = [
{
title: 'Start',
imgpath: 'img/landing/start.svg',
link: "/blog",
link: "blog",
description: (
<>
Get onboarding help to jumpstart your journey!
Expand All @@ -18,7 +18,7 @@ const JourneyList = [
{
title: 'Explore',
imgpath: 'img/landing/explore.svg',
link: "/docs/roadmaps/pwa",
link: "docs/roadmaps/pwa",
description: (
<>
Browse Roadmaps. Plan out #30DaysOf learning!
Expand Down Expand Up @@ -147,6 +147,7 @@ export default function HomepageFeatures() {
<Feature key={idx} {...props} />
))}
</div>
<hr/>
<br/>
<div className="row">
{RoadmapList.map((props, idx) => (
Expand Down

0 comments on commit dfddbf0

Please sign in to comment.