mirror of
https://git.adityakumar.xyz/hugo-devresume-theme.git
synced 2024-11-14 00:49:44 +00:00
5 lines
356 B
HTML
5 lines
356 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-->
|