Skip to content

Commit

Permalink
- Removed workshop button from the homepage;\n- Restructured workshop…
Browse files Browse the repository at this point in the history
…s and events archive in the Community Resources page
  • Loading branch information
atteggiani committed Oct 25, 2023
1 parent 8b58f52 commit 8f6aad7
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/about/user_support/ask_on_forum.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can start a new discussion topic on the <a href="https://forum.access-hive.o

<i class="fa-regular fa-square-plus nri-link-color with-padding"></i> <a href="https://forum.access-hive.org.au/docs?topic=790" class="checklist-item bold"> Create a new topic for your request </a>

&emsp; <i class="fa-regular fa-lightbulb nri-orange-color with-padding"></i> <a href="https://forum.access-hive.org.au/docs?topic=790" class="checklist-item small-txt"> How to write a good help request? </a>
&emsp; <i class="fa-regular fa-lightbulb nri-orange-color with-padding"></i> <a href="https://forum.access-hive.org.au/docs?topic=790" class="checklist-item small-text"> How to write a good help request? </a>

<i class="fa-solid fa-tag nri-link-color with-padding fa-sm"></i> <a href="https://forum.access-hive.org.au/docs?topic=846" class="checklist-item bold"> Tag the request with the label `help` </a>

Expand Down
6 changes: 3 additions & 3 deletions docs/community_resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<div class="card-container">
<!-- TEMPORARY for Workshop -->
<a href="access_workshop_2023" class="vertical-card aspect-ratio1to1">
<a href="workshops_events_archive" class="vertical-card aspect-ratio1to1">
<div class="card-image-container">
<img class="img-contain white-background" src="/assets/ACCESS_logo_rgb.png" alt="ACCESS Workshop 2023">
</div>
<div class="card-text-container bold">ACCESS Community Workshop 2023</div>
<div class="card-text-container bold">Workshops and Events Archive</div>
</a>
<!-- TEMPORARY for Workshop -->
<a href="https://forum.access-hive.org.au/" class="vertical-card aspect-ratio1to1" target="_blank">
Expand Down Expand Up @@ -37,7 +37,7 @@
<div class="card-image-container">
<img class="img-cover" src="../assets/events_2.jpg" alt="Events">
</div>
<div class="card-text-container bold">Events</div>
<div class="card-text-container bold">Upcoming Events</div>
</a>

</div>
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="/assets/ACCESS_icon_case_studies.png" class="img-contain"></img>
</div>
<div class="card-text-container">
<span class="bold" >Training Day Program<br>(4 Sep)</span>
<span class="bold" >Training Day Program<br>(4 Sep 2023)</span>
</div>
</a>
<a href="training_materials" class="horizontal-card">
Expand All @@ -25,7 +25,7 @@
<img src="/assets/ACCESS_icon_publications.png" class="img-contain"></img>
</div>
<div class="card-text-container">
<span class="bold" >Main Workshop Program<br>(5-6 Sep)</span>
<span class="bold" >Main Workshop Program<br>(5-6 Sep 2023)</span>
</div>
</a>
<a href="https://forum.access-hive.org.au/c/access-workshop-2023/61/none" class="horizontal-card" target="_blank">
Expand Down
3 changes: 3 additions & 0 deletions docs/community_resources/workshops_events_archive/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Workshops abd Events Archive

<a href="access_workshop_2023" class="med-text bold display-block">ACCESS Community Workshop 2023</a>
18 changes: 11 additions & 7 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -1004,10 +1004,6 @@ img.intro-img {
object-fit: contain !important;
}

.large-text {
font-size: 1.4em !important;
}

.nri-link-color {
color: var(--md-typeset-a-color);
}
Expand All @@ -1020,12 +1016,20 @@ img.intro-img {
color: var(--nri-green);
}

.small-txt {
font-size: 0.92em;
.small-text {
font-size: 0.92em !important;
}

.med-text {
font-size: 1.2em;
font-size: 1.2em !important;
}

.large-text {
font-size: 1.4em !important;
}

.display-block {
display: block;
}

.vertical-card-half-width {
Expand Down
14 changes: 0 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,6 @@ hide:
</div>
</div>

<!-- TEMPORARY for workshop -->
<div class="card-container homepage-buttons workshop">
<a href="/community_resources/access_workshop_2023" class="horizontal-card">
<div class="card-image-container">
<img src="/assets/ACCESS_logo_rgb.png" class="white-background img-contain"></img>
</div>
<div class="card-text-container">
<span class="bold">
ACCESS Community Workshop 2023</span>
</div>
</a>
</div>
<!-- TEMPORARY for workshop -->

<div class="card-container homepage-buttons">
<a href="/getting_started" class="vertical-card">
<div class="bold">New to ACCESS-Hive?</div>
Expand Down
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,11 @@ nav:
- Community Resources:
- community_resources/index.md
# TEMPORARY for Workshop
- ACCESS Community Workshop 2023:
- Overview: community_resources/access_workshop_2023/index.md
- Training materials: community_resources/access_workshop_2023/training_materials.md
- Workshops and Events Archive:
- community_resources/workshops_events_archive/index.md
- ACCESS Community Workshop 2023:
- Overview: community_resources/workshops_events_archive/access_workshop_2023/index.md
- Training materials: community_resources/workshops_events_archive/access_workshop_2023/training_materials.md
# TEMPORARY for Workshop
- Working Groups: community_resources/community_working_groups.md
- Model Evaluation Links:
Expand Down

0 comments on commit 8f6aad7

Please sign in to comment.