Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexmmaldonado committed Jan 19, 2025
1 parent ba7563d commit 126f95b
Show file tree
Hide file tree
Showing 13 changed files with 174 additions and 20 deletions.
1 change: 1 addition & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ MD030:
MD031: false
MD032: false
MD033: false
MD034: false
MD036: false
MD038: false
MD041: false
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ hugo server --logLevel debug --disableFastRender -p 1313

### Update theme

This is based on the [hextra](https://imfing.github.io/hextra/) theme.

```shell
hugo mod get -u
hugo mod tidy
Expand Down
51 changes: 42 additions & 9 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,51 @@ toc: false
</div>

<div class="hx-mb-6">
{{< hextra/hero-button text="Get started" link="/join" >}}
{{< hextra/hero-button text="About" link="/about" >}}
</div>

👋 Welcome to Crumblearn, a platform dedicated to providing open-educational resources in the fields of computational chemistry and biology.
Our mission is to break down the barriers to knowledge and make high-quality educational content accessible to anyone with a passion for learning.
{{< hextra/feature-grid >}}

<br><br>
{{< hextra/feature-card
title="Computational biology"
subtitle="Intersection of computer science, molecular biology, and genetics"
class="hx-aspect-auto"
link="https://compbio.crumblearn.org/"
>}}
Just like a trail of breadcrumbs guides you through a forest, Crumblearn guides you through computer-aided drug design, discrete mathematics, genomics, supervised learning, and many more topics that form the foundation of computational chemistry and biology.
We believe that everyone should have the opportunity to explore these subjects, regardless of their background or access to traditional higher education.
{{< hextra/feature-card
title="Omics"
subtitle="Genomics, transcriptomics, proteomics"
class="hx-aspect-auto"
link="https://omics.crumblearn.org/"
>}}
<br><br>
{{< hextra/feature-card
title="Computer-aided drug design"
subtitle="Structure- and ligand-based drug design"
class="hx-aspect-auto"
link="https://cadd.crumblearn.org/"
>}}
On this website, you will find links to a wealth of resources, including articles, tutorials, interactive simulations, and problem sets, all designed to help you grasp complex concepts and develop practical skills.
Whether you're a curious beginner or an advanced learner looking to deepen your understanding, Crumblearn has something for you.
{{< hextra/feature-card
title="Python"
subtitle="Python with a dash of science"
class="hx-aspect-auto"
link="https://python.crumblearn.org/"
>}}
{{< hextra/feature-card
title="High-performance computing"
subtitle="Scientific computing on supercomputers"
class="hx-aspect-auto"
link="https://hpc.crumblearn.org/"
>}}
{{< hextra/feature-card
title="Software engineering"
subtitle="Good development practices"
class="hx-aspect-auto"
link="https://swe.crumblearn.org/"
>}}
{{< /hextra/feature-grid >}}
18 changes: 18 additions & 0 deletions content/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: About
layout: hextra-home
toc: false
---

👋 Welcome to Crumblearn, a platform dedicated to providing open-educational resources in the fields of computational chemistry and biology.
Our mission is to break down the barriers to knowledge and make high-quality educational content accessible to anyone with a passion for learning.

<br>

Just like a trail of breadcrumbs guides you through a forest, Crumblearn guides you through computer-aided drug design, discrete mathematics, genomics, supervised learning, and many more topics that form the foundation of computational chemistry and biology.
We believe that everyone should have the opportunity to explore these subjects, regardless of their background or access to traditional higher education.

<br>

On this website, you will find links to a wealth of resources, including articles, tutorials, interactive simulations, and problem sets, all designed to help you grasp complex concepts and develop practical skills.
Whether you're a curious beginner or an advanced learner looking to deepen your understanding, Crumblearn has something for you.
13 changes: 2 additions & 11 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ menu:
- name: About
pageRef: /about
weight: 1
- name: Meetings
pageRef: /meetings
weight: 2
- name: Handbook
pageRef: /handbook
weight: 3
- name: Join
url: "/join"
weight: 4
- name: Search
weight: 5
params:
Expand All @@ -49,7 +40,7 @@ params:
displayTitle: true
displayLogo: true
logo:
path: img/logo.png
path: img/logo.svg
width: wide

page:
Expand All @@ -62,7 +53,7 @@ params:
footer:
enable: true
displayCopyright: false
displayPoweredBy: true
displayPoweredBy: false
width: normal

displayUpdatedDate: true
Expand Down
Binary file added static/apple-touch-icon.png
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 static/favicon-96x96.png
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 static/favicon.ico
Binary file not shown.
11 changes: 11 additions & 0 deletions static/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added static/web-app-manifest-192x192.png
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 static/web-app-manifest-512x512.png
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 126f95b

Please sign in to comment.