Merge Edge with data #1

Merged
alfred merged 49 commits from edge into master 2022-07-27 14:13:41 +01:00
2 changed files with 11 additions and 5 deletions
Showing only changes of commit 3ffbee52af - Show all commits

View File

@ -13,6 +13,12 @@ main{
.no-lst-style{
list-style: none;
}
.centered{
text-align: center;
}
.padded-2px{
padding: 2px;
}
.header{
position: fixed;
top: 0;

View File

@ -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>