Skip to content

Commit 9aba535

Browse files
committed
carousel background removal
1 parent a33ff42 commit 9aba535

File tree

5 files changed

+19
-28
lines changed

5 files changed

+19
-28
lines changed

_layouts/home.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616

1717
{%- if posts.size > 0 -%}
1818
{%- if page.list_title -%}
19-
<h2 class="post-list-heading">{{ page.list_title }}</h2>
19+
<h4 class="post-list-heading">{{ page.list_title }}</h4>
2020
{%- endif -%}
2121
<ul class="post-list">
2222
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
2323
{%- for post in posts -%}
2424
<li>
2525
<span class="post-meta">{{ post.date | date: date_format }}</span>
26-
<h3>
26+
<h4>
2727
{{ post.title | escape }}
28-
</h3>
28+
</h4>
2929
{%- if site.show_excerpts -%}
3030
{{ post.excerpt | markdownify}}
3131
{%- endif -%}
@@ -53,4 +53,4 @@ <h3>
5353

5454
{%- endif -%}
5555

56-
</div>
56+
</div>

about.md

-6
This file was deleted.

broader_impact.md

-7
This file was deleted.

index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: home
3-
title: "The Auton Lab"
3+
title: "Auton Lab"
44
tagline: "Developing Artificial Intelligence for practical solutions to real world problems"
55
hero: "/assets/images/showcase.jpg"
66
permalink: /
@@ -10,10 +10,10 @@ permalink: /
1010
<div class="home">
1111
<div class="hero container-fluid text-center">
1212
{%- if page.title -%}
13-
<h1 class="page-heading">{{ page.title }}</h1>
13+
<h1>{{ page.title }}</h1>
1414
{%- endif -%}
1515
{%- if page.tagline -%}
16-
{{ page.tagline }}
16+
<h3>{{ page.tagline }}</h3>
1717
{%- endif -%}
1818
<div id="researchCarousel" class="carousel slide" data-bs-ride="carousel">
1919

@@ -28,7 +28,7 @@ permalink: /
2828
</div>
2929
{%endif%}
3030
<div class="col align-self-center slide-div">
31-
<h4><a href="{{slide.url | relative_url}}">{{slide.title}}</a></h4>
31+
<h3><a href="{{slide.url | relative_url}}">{{slide.title}}</a></h3>
3232
<br/>
3333
<p>{{slide.summary}}</p>
3434
</div>
@@ -46,5 +46,5 @@ permalink: /
4646
</div>
4747
<br/>
4848

49-
<h1>Latest News</h1>
49+
<h3>Latest News</h3>
5050

static/page.css

+10-6
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,24 @@
3232
}
3333

3434
.hero {
35-
background-image: url("images/showcase.jpg");
36-
color:#ffffff;
37-
background-color:#cccccc;
35+
/*background-image: url("images/showcase.jpg"); */
36+
color:#000000;
37+
/*background-color:#67a9f0b5;*/
38+
background-color:#FFFFFF;
3839
background-position: center; /* Center the image */
3940
background-repeat: no-repeat; /* Do not repeat the image */
4041
background-size: cover; /* Resize the background image to cover the entire container */
4142

4243
}
4344

4445
.slide-div {
45-
background-color:#222222AA;
46+
/*background-color:#222222AA;*/
47+
/*background-color:#67a9f0b5;*/
48+
background-color:#FFFFFF;
4649
}
4750
.slide-div a {
48-
color:#FFFFFF;
51+
/*color:#FFFFFF;*/
52+
color:#000000;
4953
}
5054

5155
.career-div {
@@ -117,4 +121,4 @@
117121
@media screen and (min-width: 800px) { .post-content h3 { font-size: 1.625rem; } }
118122
.post-content h4 { font-size: 1.25rem; }
119123
.post-content h5 { font-size: 1.125rem; }
120-
.post-content h6 { font-size: 1.0625rem; }
124+
.post-content h6 { font-size: 1.0625rem; }

0 commit comments

Comments
 (0)