File tree 5 files changed +19
-28
lines changed
5 files changed +19
-28
lines changed Original file line number Diff line number Diff line change 16
16
17
17
{%- if posts.size > 0 -%}
18
18
{%- if page.list_title -%}
19
- < h2 class ="post-list-heading "> {{ page.list_title }}</ h2 >
19
+ < h4 class ="post-list-heading "> {{ page.list_title }}</ h4 >
20
20
{%- endif -%}
21
21
< ul class ="post-list ">
22
22
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
23
23
{%- for post in posts -%}
24
24
< li >
25
25
< span class ="post-meta "> {{ post.date | date: date_format }}</ span >
26
- < h3 >
26
+ < h4 >
27
27
{{ post.title | escape }}
28
- </ h3 >
28
+ </ h4 >
29
29
{%- if site.show_excerpts -%}
30
30
{{ post.excerpt | markdownify}}
31
31
{%- endif -%}
53
53
54
54
{%- endif -%}
55
55
56
- </ div>
56
+ </ div>
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : home
3
- title : " The Auton Lab"
3
+ title : " Auton Lab"
4
4
tagline : " Developing Artificial Intelligence for practical solutions to real world problems"
5
5
hero : " /assets/images/showcase.jpg"
6
6
permalink : /
@@ -10,10 +10,10 @@ permalink: /
10
10
<div class =" home " >
11
11
<div class =" hero container-fluid text-center " >
12
12
{%- if page.title -%}
13
- <h1 class = " page-heading " >{{ page.title }}</h1 >
13
+ <h1 >{{ page.title }}</h1 >
14
14
{%- endif -%}
15
15
{%- if page.tagline -%}
16
- {{ page.tagline }}
16
+ < h3 > {{ page.tagline }}</ h3 >
17
17
{%- endif -%}
18
18
<div id =" researchCarousel " class =" carousel slide " data-bs-ride =" carousel " >
19
19
@@ -28,7 +28,7 @@ permalink: /
28
28
</div>
29
29
{%endif%}
30
30
<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 >
32
32
<br/>
33
33
<p>{{slide.summary}}</p>
34
34
</div>
@@ -46,5 +46,5 @@ permalink: /
46
46
</div >
47
47
<br />
48
48
49
- <h1 >Latest News</h1 >
49
+ <h3 >Latest News</h3 >
50
50
Original file line number Diff line number Diff line change 32
32
}
33
33
34
34
.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 ;
38
39
background-position : center; /* Center the image */
39
40
background-repeat : no-repeat; /* Do not repeat the image */
40
41
background-size : cover; /* Resize the background image to cover the entire container */
41
42
42
43
}
43
44
44
45
.slide-div {
45
- background-color : # 222222AA ;
46
+ /*background-color:#222222AA;*/
47
+ /*background-color:#67a9f0b5;*/
48
+ background-color : # FFFFFF ;
46
49
}
47
50
.slide-div a {
48
- color : # FFFFFF ;
51
+ /*color:#FFFFFF;*/
52
+ color : # 000000 ;
49
53
}
50
54
51
55
.career-div {
117
121
@media screen and (min-width : 800px ) { .post-content h3 { font-size : 1.625rem ; } }
118
122
.post-content h4 { font-size : 1.25rem ; }
119
123
.post-content h5 { font-size : 1.125rem ; }
120
- .post-content h6 { font-size : 1.0625rem ; }
124
+ .post-content h6 { font-size : 1.0625rem ; }
You can’t perform that action at this time.
0 commit comments