diff --git a/assets/styles/components/images.scss b/assets/styles/components/images.scss index d546d7b..146ea8b 100644 --- a/assets/styles/components/images.scss +++ b/assets/styles/components/images.scss @@ -46,3 +46,13 @@ html[data-theme='dark'] { .svg-inverted { filter: invert(1); } + +.logo-holder { + height: 64px; + margin-bottom: 1em; +} + +.company-logo { + max-height: 100%; + width: auto; +} \ No newline at end of file diff --git a/assets/styles/sections/experiences.scss b/assets/styles/sections/experiences.scss index d6f6085..aae541b 100644 --- a/assets/styles/sections/experiences.scss +++ b/assets/styles/sections/experiences.scss @@ -92,6 +92,16 @@ } } + .company-heading { + h5 { + display: inline; + margin-right: 0.25em; + } + p { + display: inline; + } + } + @include media('<=medium') { .container { max-width: 100%; diff --git a/layouts/partials/sections/education-alt.html b/layouts/partials/sections/education-alt.html index b6996df..827194b 100644 --- a/layouts/partials/sections/education-alt.html +++ b/layouts/partials/sections/education-alt.html @@ -31,6 +31,18 @@
- {{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}{{ i18n "present" }}{{ end }}, - {{ .company.location }} -
- -{{ .company.overview | markdownify }}
-{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}
- -+ {{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}{{ i18n "present" }}{{ end }} +
++ {{ .company.location }} +
+ +{{ .company.overview | markdownify }}
+{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}
+{{ $position.start }} - {{ if $position.end }}{{ $position.end }}{{ else }}{{ i18n "present" }}{{ end }}, - {{ .company.location }} -
-{{ .company.overview | markdownify }}
- - {{ if $position.responsibilities }} -