-
Notifications
You must be signed in to change notification settings - Fork 24
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
e7d50ae
commit 51f4b07
Showing
14 changed files
with
149 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
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,6 @@ | ||
:page-ad-icon: mortarboard | ||
:page-ad-title: Building Neo4j Applications with .NET | ||
:page-ad-description: Learn how to build a movie recommendation website using the Neo4j NET Driver. | ||
:page-ad-link: https://graphacademy.neo4j.com/courses/app-dotnet/?ref=docs-ad-dotnet | ||
:page-ad-underline-role: button | ||
:page-ad-underline: Enroll for free |
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,4 @@ | ||
[.promo.promo-graphacademy] | ||
==== | ||
Take our free, self-paced courses to learn link:https://graphacademy.neo4j.com/courses/app-typescript/?ref=docs-promo-typescript[how to build type-safe Neo4j applications with TypeScript^] or link:https://graphacademy.neo4j.com/courses/app-nodejs/?ref=docs-promo-typescript[how to build a Neo4j-backed movie recommendation site with Node.js^]. | ||
==== |
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,52 @@ | ||
= Promo Blocks | ||
:author: Neo4j | ||
:category: development | ||
:tags: community, contributions, share | ||
include::preview-src/promos-ad-include.adoc[] | ||
|
||
|
||
For an example ad block in the sidebar, look to the right. | ||
The attributes are set by the `include::` on line 5. | ||
|
||
== Some non-graphacademy promo | ||
|
||
[.promo] | ||
==== | ||
This is something worthy to promote but it doesn't have an icon or anything. | ||
==== | ||
|
||
== One Liner | ||
|
||
[.promo.promo-graphacademy] | ||
==== | ||
New to Neo4j? Take our free introductory | ||
link:#[Neo4j Fundamentals course^]. | ||
==== | ||
|
||
[.promo.promo-graphacademy] | ||
==== | ||
Learn everything about Graph Algorithms and Machine Learning Pipelines with our | ||
link:#[Graph Data Science Fundamentals course^]. | ||
==== | ||
|
||
== Learning Path | ||
|
||
[.promo.promo-graphacademy] | ||
==== | ||
You can learn about this topic and so much more in our link:#[Data Reporting Learning Path^]: | ||
* link:#[Foo Fundamentals^]. | ||
* link:#[Introduction to Bar^]. | ||
* link:#[Baz for Data Scientists^]. | ||
==== | ||
|
||
== Python Example | ||
|
||
[.promo.promo-graphacademy] | ||
==== | ||
Learn how to use the Neo4j Python Driver to build a Neo4j-backed movie recommendation website in the link:https://graphacademy.neo4j.com/courses/app-python/?ref=docs-promo[free Building Neo4j Applications with Python^] course on link:https://graphacademy.neo4j.com/?ref=docs-promo[Neo4j GraphAcademy^]. | ||
==== | ||
|
||
== Include Example | ||
|
||
include::preview-src/promos-include.adoc[] |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
div.promo.promo-graphacademy .content { | ||
background-image: url(../img/icons/mortarboard.svg); | ||
background-repeat: no-repeat; | ||
background-position: 0 4px; | ||
padding-left: 48px !important; | ||
} | ||
|
||
div.promo { | ||
background-image: url(../img/promo-blob.svg); | ||
background-repeat: no-repeat; | ||
background-position: bottom right; | ||
padding: 24px; | ||
border: 1px solid #e2e3e5; | ||
border-radius: 16px; | ||
} | ||
|
||
div.promo .content { | ||
padding: 0 !important; | ||
border: 0 none !important; | ||
} | ||
|
||
div.promo .content .paragraph, | ||
div.promo .content .ulist { | ||
margin-bottom: 0; | ||
} | ||
|
||
div.promo .content .ulist ul { | ||
padding-left: 12px; | ||
} | ||
|
||
div.promo .content .ulist li { | ||
margin-bottom: 0; | ||
} | ||
|
||
div.promo a { | ||
font-weight: 400; | ||
} |
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 |
---|---|---|
|
@@ -43,3 +43,4 @@ | |
@import "neo4j-docs.css"; | ||
@import "newsletter.css"; | ||
@import "challenges.css"; | ||
@import "promo.css"; |
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
.toc-menu { | ||
color: var(--toc-font-color); | ||
margin-bottom: 2rem; | ||
width: 220px !important; | ||
} | ||
|
||
.toc.sidebar { | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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