Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit f5f88b7

Browse files
author
Robert Arbon
committed
changed layout for index
1 parent 7930bf7 commit f5f88b7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

public/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ main {
4040

4141
.intro > .profile {
4242
/* width: 100vh;*/
43-
height: 30vh;
43+
height: 20vh;
4444
/* border-radius: 50%;*/
4545
}
4646

public/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@
132132

133133
<div class="intro">
134134

135-
<img class="profile" src="profile.png">
136135

137136
<h1>MAPS</h1>
138137
<h2>mapping the analytical paths of a crowdsourced data analysis</h2>
139138

139+
<img class="profile" src="profile.png">
140+
140141
</div>
141142

142143
</main>

themes/minimal/layouts/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
<div class="intro">
66

7-
{{ with .Site.Params.profilePic }} <img class="profile" src="{{ . }}"> {{ end }}
87

98
<h1>{{ .Site.Title }}</h1>
109
<h2>{{ markdownify .Site.Params.Description }}</h2>
1110

11+
{{ with .Site.Params.profilePic }} <img class="profile" src="{{ . }}"> {{ end }}
12+
1213
</div>
1314

1415
</main>

themes/minimal/static/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ main {
4040

4141
.intro > .profile {
4242
/* width: 100vh;*/
43-
height: 30vh;
43+
height: 20vh;
4444
/* border-radius: 50%;*/
4545
}
4646

0 commit comments

Comments
 (0)