Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psvg.doc.ic.ac.uk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Verified Software
psvg.doc.ic.ac.uk
Commits
faadb94e
Commit
faadb94e
authored
9 years ago
by
pmaksimo
Browse files
Options
Downloads
Patches
Plain Diff
Spacing and left-align
parent
442a8a47
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_layouts/person.html
+2
-0
2 additions, 0 deletions
_layouts/person.html
assets/blog.scss
+1
-1
1 addition, 1 deletion
assets/blog.scss
with
3 additions
and
1 deletion
_layouts/person.html
+
2
−
0
View file @
faadb94e
...
...
@@ -22,8 +22,10 @@ menu: false
<div
class=
"row"
>
<div
class=
"col-sm-4{{card-col-class}}"
>
<div
class=
"card"
>
<div
class=
"card-block"
>
{% assign person = page %}
{% include person-photo.html %}
</div>
<div
class=
"list-group list-group-flush"
>
{% if page.webpage %}
<a
class=
"list-group-item"
href=
"{{ page.webpage }}"
><i
class=
"fa fa-fw fa-globe"
></i>
Webpage
</a>
{% endif %}
{% if page.email %}
<a
class=
"list-group-item"
href=
"mailto:{{ page.email }}"
><i
class=
"fa fa-fw fa-envelope-o"
></i>
{{ page.email }}
</a>
{% endif %}
...
...
This diff is collapsed.
Click to expand it.
assets/blog.scss
+
1
−
1
View file @
faadb94e
...
...
@@ -276,5 +276,5 @@ h6, .h6 {
}
.post-content
{
text-align
:
justify
;
text-align
:
left
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment