Skip to content

Commit

Permalink
Merge pull request GDSC-IIIT-Kalyani#91 from yashraj-02-techie/master
Browse files Browse the repository at this point in the history
activates project button on homepage and fixes font issue in jina project card
  • Loading branch information
mohit355 authored Oct 24, 2021
2 parents ff5361e + dd63473 commit 8b6a8d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/components/projects/Project.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const Project = () => {
</ul>
<Orgs />
<button>
{/* <a href="/projects">PROJECTS</a> */}
<div className="cmg_sn">Coming Soon</div>
<a href="/projects">PROJECTS</a>
{/* <div className="cmg_sn">Coming Soon</div> */}
</button>
</div>
</div>
Expand Down
13 changes: 6 additions & 7 deletions src/components/projects/allProjects/SlideData.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const SliderData = [
org_name: "Auto DL",
title: "Auto-DL",
Ideas: [
"Please look at the issues sections"
"Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "[email protected]" }],
Expand All @@ -154,7 +154,7 @@ const SliderData = [
org_name: "Auto DL",
title: "AutoDL Website",
Ideas: [
"Please look at the issues sections"
"Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "[email protected]" }],
Expand All @@ -166,7 +166,7 @@ const SliderData = [
org_name: "Auto DL",
title: "Recommendation System ",
Ideas: [
"Please look at the issues sections"
"Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "[email protected]" }],
Expand All @@ -178,7 +178,7 @@ const SliderData = [
org_name: "Auto DL",
title: "Deployment-Flask",
Ideas: [
"Please look at the issues sections"
"Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "[email protected]" }],
Expand All @@ -190,7 +190,7 @@ const SliderData = [
org_name: "Auto DL",
title: "k8s-deployment",
Ideas: [
"Please look at the issues sections"
"Please look at the issues in the repository and resolve them"
],
mentors: [
{ name: "Aditya Srivastava", email: "[email protected]" }],
Expand Down Expand Up @@ -239,8 +239,7 @@ const SliderData = [
'<a href="https://github.com/jina-ai/jina/issues/3642">Write a blog on - "What is neural search and how does Jina use neural search?"',
],
mentors: [
{ name: "Liyas Thomas", email: "[email protected]" },
{name : "Andrew Bastin" , email : "[email protected]"}],
{ name: "--", email: null}],
repo_link: "https://github.com/jina-ai/jina/issues/3643",
org_img: jina,
tags: "all doc",
Expand Down
2 changes: 1 addition & 1 deletion src/components/projects/allProjects/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
.ideas a{
color:white;
font-size:0.6em;
font-size:1em;
}
.main_item {
display: flex;
Expand Down

0 comments on commit 8b6a8d8

Please sign in to comment.