Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
NecroTechno
necro-tech
Commits
1275bb22
Commit
1275bb22
authored
Jul 06, 2022
by
NecroTechno
Browse files
feat: artist credit
parent
f500c6d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
_layouts/home.liquid
View file @
1275bb22
...
...
@@ -9,8 +9,16 @@
<div class="row">
<div class="four columns">
<div class="content">
<figure>
<img src="/images/profile.png" alt="witch using computer" />
<figurecaption>artist: <a
rel="noopener"
href="https://twitter.com/tristan_elwell"
target="_blank"
>Tristan Elwell</a></figurecaption>
</figure>
</div>
</div>
<div class="eight columns">
<div class="content">
...
...
_site/index.html
View file @
1275bb22
...
...
@@ -54,8 +54,16 @@
<div
class=
"row"
>
<div
class=
"four columns"
>
<div
class=
"content"
>
<figure>
<img
src=
"/images/profile.png"
alt=
"witch using computer"
/>
<figurecaption>
artist:
<a
rel=
"noopener"
href=
"https://twitter.com/tristan_elwell"
target=
"_blank"
>
Tristan Elwell
</a></figurecaption>
</figure>
</div>
</div>
<div
class=
"eight columns"
>
<div
class=
"content"
>
...
...
css/styles.css
View file @
1275bb22
...
...
@@ -74,6 +74,10 @@ hr {
margin
:
1.6rem
0
;
}
figure
{
margin
:
0
;
}
.no-v-margin
{
margin-bottom
:
0
;
margin-top
:
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment