Skip to content

Commit

Permalink
Revert icons back to previous way of doing things
Browse files Browse the repository at this point in the history
But keep md styling for rest of homepage
+ increase minimum size of h2 text
  • Loading branch information
evelyngreeves committed Sep 14, 2023
1 parent 258a7b2 commit 3f1e44b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 31 deletions.
13 changes: 5 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@
<p>Welcome to Cloud-SPAN</p>
</div>
</div>
<!-- <section class="hero"> -->
<!-- <div class="home-title">Welcome to Cloud-SPAN</div> -->
<!-- </section> -->
<div class="blue-bkg">
<div class="side-padding">
<div class="p-blue">
Expand All @@ -136,26 +133,26 @@
<div class="h2">
<p>Challenges in Environmental ’Omics</p>
</div>
<section class="container">
<div class="responsive">
<section class="side-padding">
<div class="responsive gallery">
<a target="_blank" href="https://cloud-span.github.io/cloud-span-quarto-site/blogs.html"> <img src="images/software_icon.png" alt="Software" width="300" height="auto"> </a>
<div class="desc">
Software installation for data analysis is <strong>complex</strong> and involves <strong>multiple dependencies</strong>.
</div>
</div>
<div class="responsive">
<div class="responsive gallery">
<a target="_blank" href="https://cloud-span.github.io/cloud-span-quarto-site/blogs.html"> <img src="images/hardware_icon.png" alt="Hardware" width="300" height="auto"> </a>
<div class="desc">
HPC architectures <strong>vary</strong> between institutions and <strong>accessibility is a lottery</strong>.
</div>
</div>
<div class="responsive">
<div class="responsive gallery">
<a target="_blank" href="https://cloud-span.github.io/cloud-span-quarto-site/blogs.html"> <img src="images/time_icon.png" alt="Time" width="300" height="auto"> </a>
<div class="desc">
Metagenomic analyses involve <strong>large datasets</strong> and take a <strong>long time</strong> to run.
</div>
</div>
<div class="responsive">
<div class="responsive gallery">
<a target="_blank" href="https://cloud-span.github.io/cloud-span-quarto-site/blogs.html"> <img src="images/skills_icon.png" alt="Skills" width="300" height="auto"> </a>
<div class="desc">
Big data ’omics analyses using HPC are <strong>not core skills</strong> for researchers and have a <strong>steep learning curve</strong>.
Expand Down
2 changes: 1 addition & 1 deletion docs/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</url>
<url>
<loc>https://cloud-span.github.io/cloud-span-quarto-site/index.html</loc>
<lastmod>2023-09-14T16:05:44.892Z</lastmod>
<lastmod>2023-09-14T16:09:54.353Z</lastmod>
</url>
<url>
<loc>https://cloud-span.github.io/cloud-span-quarto-site/self_study/Create Your Own AWS Instance/index.html</loc>
Expand Down
11 changes: 5 additions & 6 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,29 @@ We offer Diversity Scholarships to cover travel and/or childcare to enable membe
::: {.h2}
Challenges in Environmental 'Omics
:::

<section class="container">
<div class="responsive">
<section class="side-padding">
<div class="responsive gallery">
<a target="_blank" href="https://cloud-span.github.io/cloud-span-quarto-site/blogs.html">
<img src="images/software_icon.png" alt="Software" width="300" height="auto">
</a>
<div class="desc">Software installation for data analysis is **complex** and involves **multiple dependencies**.</div>
</div>

<div class="responsive">
<div class="responsive gallery">
<a target="_blank" href="https://cloud-span.github.io/cloud-span-quarto-site/blogs.html">
<img src="images/hardware_icon.png" alt="Hardware" width="300" height="auto">
</a>
<div class="desc">HPC architectures **vary** between institutions and **accessibility is a lottery**.</div>
</div>

<div class="responsive">
<div class="responsive gallery">
<a target="_blank" href="https://cloud-span.github.io/cloud-span-quarto-site/blogs.html">
<img src="images/time_icon.png" alt="Time" width="300" height="auto">
</a>
<div class="desc">Metagenomic analyses involve **large datasets** and take a **long time** to run.</div>
</div>

<div class="responsive">
<div class="responsive gallery">
<a target="_blank" href="https://cloud-span.github.io/cloud-span-quarto-site/blogs.html">
<img src="images/skills_icon.png" alt="Skills" width="300" height="auto">
</a>
Expand Down
16 changes: 1 addition & 15 deletions styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,7 @@ $link-color: $midnight_green; // hyperlinks


/* IMAGE GALLERY (based on W3 schools responsive image gallery tutorial) */
.container {
display: flex;
justify-content: center;
margin-left: 16vw;
margin-right: 16vw;
}

.container > div {
margin-top: 1vw;
text-align: center;
flex: 1;
}

div.container img {
div.gallery img {
width: 100%;
height: auto;
}
Expand Down Expand Up @@ -135,7 +122,6 @@ div.desc {
}
}


.clearfix:after {
content: "";
display: table;
Expand Down

0 comments on commit 3f1e44b

Please sign in to comment.