mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-09 23:09:46 +00:00
5 lines
357 B
HTML
5 lines
357 B
HTML
|
|
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
|
|
<h2 class="resume-name mb-0 text-uppercase">{{ .Site.Params.profile.name }}</h2>
|
|
<div class="resume-tagline mb-3 mb-md-0">{{ .Site.Params.profile.tagline }}</div>
|
|
</div><!--//resume-title-->
|