This commit is contained in:
parent
a41b07c58c
commit
3ffbee52af
6
base.css
6
base.css
@ -13,6 +13,12 @@ main{
|
||||
.no-lst-style{
|
||||
list-style: none;
|
||||
}
|
||||
.centered{
|
||||
text-align: center;
|
||||
}
|
||||
.padded-2px{
|
||||
padding: 2px;
|
||||
}
|
||||
.header{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
@ -32,16 +32,16 @@
|
||||
<div>
|
||||
<div class="item-table">
|
||||
<div>
|
||||
<div class="item-table-half">
|
||||
<div><h1>{{ .Data.About.Title }}</h1></div>
|
||||
<div class="item-table-full">
|
||||
<div class="centered padded-2px"><h1>{{ .Data.About.Title }}</h1></div>
|
||||
</div>
|
||||
<div class="item-table-half">
|
||||
<div><h6>Email: <a href="mailto:{{ .Data.About.ContactEmail }}">{{ .Data.About.ContactEmail }}</a></h6></div>
|
||||
<div class="item-table-240">
|
||||
<div class="centered padded-2px"><h4>Email: <a href="mailto:{{ .Data.About.ContactEmail }}">{{ .Data.About.ContactEmail }}</a></h4></div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="item-table-full">
|
||||
<div>{{ .Data.About.GetContent }}</div>
|
||||
<div class="padded-2px">{{ .Data.About.GetContent }}</div>
|
||||
</div>
|
||||
<div class="item-table-240">
|
||||
<div><a href="{{ .Data.About.ImageLocation }}"><img src="{{ .Data.About.ThumbnailLocation }}" alt="Image of Me." width="240px"></a></div>
|
||||
|
Loading…
Reference in New Issue
Block a user