Start work on company page look

This commit is contained in:
2025-08-01 21:33:15 -07:00
parent 2c4292da07
commit 3041827720
2 changed files with 20 additions and 4 deletions
@@ -30,4 +30,15 @@ button {
margin: 10px; margin: 10px;
overflow: scroll; overflow: scroll;
padding: 10px; 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>
<div class="content-frame"> <div class="content-frame">
<div *ngIf="Comp != null"> <div *ngIf="Comp != null">
<h1>{{ Comp.name }}</h1> <div class="center-item">
<h1>{{ Comp.email }}</h1> <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.emailVerified }}</h1>
<h1>{{ Comp.websiteURL }}</h1>
<h1>{{ Comp.logo }}</h1>
<h1>{{ Comp.phone }}</h1> <h1>{{ Comp.phone }}</h1>
<h1>{{ Comp.postalCode }}</h1> <h1>{{ Comp.postalCode }}</h1>
<h1>{{ Comp.country }}</h1> <h1>{{ Comp.country }}</h1>