forked from GDSC-IIIT-Kalyani/Winter-of-Code-2.0-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request GDSC-IIIT-Kalyani#91 from yashraj-02-techie/master
activates project button on homepage and fixes font issue in jina project card
- Loading branch information
Showing
3 changed files
with
9 additions
and
10 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
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 |
---|---|---|
|
@@ -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]" }], | ||
|
@@ -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]" }], | ||
|
@@ -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]" }], | ||
|
@@ -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]" }], | ||
|
@@ -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]" }], | ||
|
@@ -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", | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
} | ||
.ideas a{ | ||
color:white; | ||
font-size:0.6em; | ||
font-size:1em; | ||
} | ||
.main_item { | ||
display: flex; | ||
|