Skip to content

Commit

Permalink
GraphAcademy Top-level Menu (neo4j-documentation#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cowley authored and recrwplay committed May 3, 2024
1 parent 9e927ad commit 555605a
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 24 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 40 additions & 10 deletions src/partials/navbar-end.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
</ul>
</div>
<div class="navbar-item project">
<a class="project-name" href="https://graphacademy.neo4j.com/?ref=docs" target="_blank">GraphAcademy</a>
<a class="project-name" href="https://graphacademy.neo4j.com/?ref=docs-nav" target="_blank">GraphAcademy</a>
<ul class="project-links">
<li><a class="project-link" href="https://graphacademy.neo4j.com/?ref=docs">Self Paced Training</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/?ref=docs-nav">Self Paced Training</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/categories/certification/" target="_blank">Certification</a></li>
</ul>
</div>
Expand Down Expand Up @@ -204,14 +204,6 @@
<div class="navbar-item has-dropdown is-hoverable developer">
<a class="navbar-link" href="/developer/resources/">Get Help</a>
<div class="navbar-dropdown">
<div class="navbar-item project">
<a class="project-name" href="https://graphacademy.neo4j.com/?ref=docs" target="_blank">GraphAcademy</a>
<ul class="project-links">
<li><a class="project-link" href="https://graphacademy.neo4j.com/?ref=docs">Free, Self Paced Training</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/certification/?ref=docs" target="_blank">Certification</a></li>
</ul>
</div>

<div class="navbar-item project">
<a class="project-name" href="https://dev.neo4j.com/forum" target="_blank">Community Forum</a>
</div>
Expand All @@ -229,6 +221,44 @@
</div>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable developer">
<a class="navbar-link" href="https://graphacademy.neo4j.com/?ref=docs-nav">GraphAcademy</a>
<div class="navbar-dropdown">
<div class="navbar-item project">
<a class="project-name" href="https://graphacademy.neo4j.com/categories/beginners/?ref=docs-nav" target="_blank">Beginners Courses</a>
<ul class="project-links">
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/neo4j-fundamentals/?ref=docs-nav">Neo4j Fundamentals</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/cypher-fundamentals/?ref=docs-nav">Cypher Fundamentals</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/importing-csv-data/?ref=docs-nav">Importing CSV Data</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/modeling-fundamentals/?ref=docs-nav">Graph Data Modeling</a></li>
</ul>
</div>
<div class="navbar-item project">
<a class="project-name" href="https://graphacademy.neo4j.com/categories/data-scientist/?ref=docs-nav" target="_blank">Data Scientist Courses</a>
<ul class="project-links">
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/gds-product-introduction/?ref=docs-nav">Into to Graph Data Science</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/graph-data-science-fundamentals/?ref=docs-nav">Graph Data Science Fundamentals</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/gds-community-detection/?ref=docs-nav">Community Detection</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/gds-shortest-paths/?ref=docs-nav">Path Finding</a></li>
</ul>
</div>
<div class="navbar-item project">
<a class="project-name" href="https://graphacademy.neo4j.com/categories/llms/?ref=docs-nav" target="_blank">Generative AI Courses</a>
<ul class="project-links">
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/llm-fundamentals/?ref=docs-nav">Neo4j &amp; LLM Fundamentals</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/llm-chatbot-python/?ref=docs-nav">Build a Chatbot with Python</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/llm-chatbot-typescript/?ref=docs-nav">Build a Chatbot with TypeScript</a></li>
</ul>
</div>
<div class="navbar-item project">
<a class="project-name" href="https://graphacademy.neo4j.com/certification/?ref=docs-nav" target="_blank">Neo4j Certification</a>
<ul class="project-links">
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/neo4j-certification/?ref=docs-nav">Neo4j Certified Professional</a></li>
<li><a class="project-link" href="https://graphacademy.neo4j.com/courses/gds-certification/?ref=docs-nav">Neo4j Graph Data Science Certification</a></li>
</ul>
</div>
</div>
</div>
<div class="navbar-item is-hoverable getting-started-cta">
<a class="navbar-link primary" href="https://neo4j.com/cloud/platform/aura-graph-database/?ref=docs-nav-get-started">Get Started Free</a>
{{!-- <div class="navbar-dropdown">
Expand Down

0 comments on commit 555605a

Please sign in to comment.