working #18

Merged
derek merged 19 commits from working into main 2025-08-04 21:16:01 -07:00
2 changed files with 20 additions and 4 deletions
Showing only changes of commit 3041827720 - Show all commits
@@ -30,4 +30,15 @@ button {
margin: 10px;
overflow: scroll;
padding: 10px;
color: var(--Mistox-White);
}
.center-item {
display: flex;
width: 100%;
justify-content: center;
}
.center-item img {
width: 300px;
}
@@ -4,11 +4,16 @@
</div>
<div class="content-frame">
<div *ngIf="Comp != null">
<h1>{{ Comp.name }}</h1>
<h1>{{ Comp.email }}</h1>
<div class="center-item">
<div><a [href]="'mailto:' + Comp.email" >{{ Comp.email }}</a></div>
<div><h1>{{ Comp.name }}</h1></div>
<div><a [href]="Comp.websiteURL">{{ Comp.websiteURL }}</a></div>
</div>
<div class="center-item">
<img [src]="Comp.logo" />
</div>
<h1>{{ Comp.emailVerified }}</h1>
<h1>{{ Comp.websiteURL }}</h1>
<h1>{{ Comp.logo }}</h1>
<h1>{{ Comp.phone }}</h1>
<h1>{{ Comp.postalCode }}</h1>
<h1>{{ Comp.country }}</h1>