Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
John
breen-blog
Commits
2ac9cbd2
Commit
2ac9cbd2
authored
Aug 17, 2020
by
John Breen
Browse files
Add LinkedIn to contacts
parent
52996f0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
site/layouts/section/contact.html
View file @
2ac9cbd2
...
...
@@ -3,13 +3,11 @@
<div
class=
"ph3 bg-off-white"
>
<div
class=
"center mw6 pv3"
>
<img
src=
"{{ .Params.logo }}"
alt=
""
class=
"db w4 center pv4"
>
{{ .Content }}
<div
class=
"flex-ns m3"
>
{{ range .Params.contact_entries }}
<div
class=
"ma
2
"
>
{{ range .Params.contact_entries }}
<div
class=
"ma
4
"
>
<h4
class=
"f4 b lh-title mb2 primary"
>
{{ .heading }}
</h4>
<a
href=
"{{.link}}"
>
{{ .text }}
</a>
</div>
...
...
src/css/imports/_spacing.css
View file @
2ac9cbd2
...
...
@@ -36,6 +36,7 @@
.ma1
{
margin
:
var
(
--spacing-extra-small
);
}
.ma2
{
margin
:
var
(
--spacing-small
);
}
.ma4
{
margin
:
var
(
--spacing-large
);
}
.ml3
{
margin-left
:
var
(
--spacing-medium
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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