Skip to content

Commit

Permalink
skit projects update
Browse files Browse the repository at this point in the history
  • Loading branch information
Suryanshomar7240 committed Nov 15, 2021
1 parent b124765 commit 59c31e2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 8 deletions.
10 changes: 8 additions & 2 deletions src/components/projects/allProjects/ProjectCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
z-index: 0;
transition: all ease-in-out 0.4s;
}

.proj_slider{
width:70vw;
margin-left: auto;
margin-right: auto;
}
.Card:hover {
transform: scale(1.15);
}
Expand All @@ -27,7 +31,9 @@
background-repeat: no-repeat;
border-radius: 8px;
}

.Ideas a{
color : white;
}
.dropbtn {
border-radius: 5px;
transition: all ease-in-out 0.2s;
Expand Down
48 changes: 42 additions & 6 deletions src/components/projects/allProjects/SlideData.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const SliderData = [
{
org_name: "Skit AI",
title: "kaldis serve",
Ideas: ["COMMING SOON"],
Ideas: ["Coming Soon"],
mentors: [
{ name: "Achintya Shankhdhar", email: "[email protected]" },
{ name: "Swaraj", email: "[email protected]" },
Expand All @@ -283,7 +283,7 @@ const SliderData = [
{
org_name: "Skit AI",
title: "Dialogy",
Ideas: ["COMMING SOON"],
Ideas: ["Coming Soon"],
mentors: [
{ name: "Achintya Shankhdhar", email: "[email protected]" },
{ name: "Swaraj", email: "[email protected]" },
Expand All @@ -300,7 +300,7 @@ const SliderData = [
{
org_name: "Skit AI",
title: "sentinel",
Ideas: ["COMMING SOON"],
Ideas: ["Coming Soon"],
mentors: [
{ name: "Achintya Shankhdhar", email: "[email protected]" },
{ name: "Swaraj", email: "[email protected]" },
Expand All @@ -317,7 +317,7 @@ const SliderData = [
{
org_name: "Skit AI",
title: "EEVEE",
Ideas: ["COMMING SOON"],
Ideas: ["Coming Soon"],
mentors: [
{ name: "Achintya Shankhdhar", email: "[email protected]" },
{ name: "Swaraj", email: "[email protected]" },
Expand All @@ -334,7 +334,7 @@ const SliderData = [
{
org_name: "Skit AI",
title: "St Record",
Ideas: ["COMMING SOON"],
Ideas: ["Coming Soon"],
mentors: [
{ name: "Achintya Shankhdhar", email: "[email protected]" },
{ name: "Swaraj", email: "[email protected]" },
Expand All @@ -351,7 +351,7 @@ const SliderData = [
{
org_name: "Skit AI",
title: "TTS Middleware",
Ideas: ["COMMING SOON"],
Ideas: ["Coming Soon"],
mentors: [
{ name: "Achintya Shankhdhar", email: "[email protected]" },
{ name: "Swaraj", email: "[email protected]" },
Expand All @@ -365,6 +365,42 @@ const SliderData = [
tags: "all ml",
org_tag: "all skit"
},
{
org_name: "Skit AI",
title: "Multilingual sentence embeddings",
Ideas: [
ReactHtmlParser("<a target='_blank' href='https://docs.google.com/document/d/1G8oNU3a9bJSRp3J5K7mehKhQAy1K9u8O2sY6FWuTuu4/edit?usp=sharing'>Refer for ideas</a>")],
mentors: [
{ name: "Achintya Shankhdhar", email: "[email protected]" },
{ name: "Swaraj", email: "[email protected]" },
{ name: "Sanchit Ahuja", email: "[email protected]" },
{ name: "Vipul Sharma", email: "[email protected]" },
{ name: "Pushkal Katara", email: "[email protected]" },
{ name: "Jaivarsan", email: "[email protected]" },
],
repo_link: "https://github.com/skit-ai/dialogy",
org_img: skit,
tags: "all ml",
org_tag: "all skit"
},
{
org_name: "Skit AI",
title: "Text to speech",
Ideas: [
ReactHtmlParser("<a target='_blank' href='https://docs.google.com/document/d/18-oCRc9AmaUqWcs_FoYwTrSiqd56Y4VGPB4vBVTtO1A/edit?usp=sharing'>Refer for ideas</a>")],
mentors: [
{ name: "Achintya Shankhdhar", email: "[email protected]" },
{ name: "Swaraj", email: "[email protected]" },
{ name: "Sanchit Ahuja", email: "[email protected]" },
{ name: "Vipul Sharma", email: "[email protected]" },
{ name: "Pushkal Katara", email: "[email protected]" },
{ name: "Jaivarsan", email: "[email protected]" },
],
repo_link: "https://github.com/skit-ai/kaldi-serve",
org_img: skit,
tags: "all ml",
org_tag: "all skit"
},
{
org_name: "AsyncAPI",
title: "AsyncAPI",
Expand Down

0 comments on commit 59c31e2

Please sign in to comment.