Skip to content

Commit

Permalink
Added resources setion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedant336Neekhra committed Aug 1, 2024
1 parent 5161182 commit b01de64
Show file tree
Hide file tree
Showing 23 changed files with 87 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
<a class="nav-link" href="{{ site.url }}/gallery">Gallery</a>
{% endif %}
</li>
<li class="nav-item">
{% if page.title == "Resources"%}
<a class="nav-link active" href="{{ site.url }}/resources">Resources</a>
{% else %}
<a class="nav-link" href="{{ site.url }}/resources">Resources</a>
{% endif %}
</li>
</ul>

<!-- <a class="nav-link" href="{{ site.url }}/team">Contact</a> -->
Expand Down
80 changes: 80 additions & 0 deletions resources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
layout: page
title: Resources
permalink: /resources/
---

<h1>Resources</h1>
<div class="nav-container">
<a href="#ml-roadmap">ML Road Map</a>
<a href="#neuro-roadmap">Neuroscience Road Map</a>
</div>
<div class="resource-container">
<h2 id="ml-roadmap">ML Road Map</h2>
<img src="/roadmaps/ML/ML_page-0001.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0002.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0003.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0004.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0005.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0006.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0007.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0008.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0009.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0010.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0011.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0012.jpg" class="pdf-page">
<img src="/roadmaps/ML/ML_page-0013.jpg" class="pdf-page">

<h2 id="neuro-roadmap">Neuroscience Road Map</h2>
<img src="/roadmaps/neuro/Neuro Roadmap 24_page-0001.jpg" class="pdf-page">
<img src="/roadmaps/neuro/Neuro Roadmap 24_page-0002.jpg" class="pdf-page">
<img src="/roadmaps/neuro/Neuro Roadmap 24_page-0003.jpg" class="pdf-page">
<img src="/roadmaps/neuro/Neuro Roadmap 24_page-0004.jpg" class="pdf-page">
<img src="/roadmaps/neuro/Neuro Roadmap 24_page-0005.jpg" class="pdf-page">
<img src="/roadmaps/neuro/Neuro Roadmap 24_page-0006.jpg" class="pdf-page">
<img src="/roadmaps/neuro/Neuro Roadmap 24_page-0007.jpg" class="pdf-page">
<img src="/roadmaps/neuro/Neuro Roadmap 24_page-0008.jpg" class="pdf-page">
</div>

<style>
h1 {
text-align: center;
font-size: 2.5em;
margin-top: 20px;
color: #333;
}
.nav-container {
text-align: center;
margin-bottom: 20px;
}
.nav-container a {
margin: 0 15px;
font-size: 1.2em;
color: #007BFF;
text-decoration: none;
}
.nav-container a:hover {
text-decoration: underline;
}
.resource-container {
display: flex;
flex-direction: column;
align-items: center;
margin: 20px;
}
h2 {
font-size: 2em;
margin-top: 40px;
color: #333;
}
.pdf-page {
width: 80%;
margin-bottom: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
.pdf-page {
width: 100%;
}
}
</style>
Binary file added roadmaps/ML/ML_page-0001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0004.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0005.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0006.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0007.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0008.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0009.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0010.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0011.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0012.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/ML/ML_page-0013.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/neuro/Neuro Roadmap 24_page-0001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/neuro/Neuro Roadmap 24_page-0002.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/neuro/Neuro Roadmap 24_page-0003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/neuro/Neuro Roadmap 24_page-0004.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/neuro/Neuro Roadmap 24_page-0005.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/neuro/Neuro Roadmap 24_page-0006.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/neuro/Neuro Roadmap 24_page-0007.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added roadmaps/neuro/Neuro Roadmap 24_page-0008.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b01de64

Please sign in to comment.