Added more components
This commit is contained in:
parent
b48ab87cc6
commit
d8057be1b4
28 changed files with 436 additions and 31 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<iov-page>
|
||||
<iov-section [title]="'Working smart, living hard'"
|
||||
[titleColor]="'dark'"
|
||||
[titleColor]="'light'"
|
||||
[backgroundImageUrl]="'/assets/section-smart.png'"></iov-section>
|
||||
<p>Since beginning my journey as a freelance designer over 11 years ago, I've done remote work for agencies, consulted for startups, and collaborated with talented people to create digital products for both business and consumer use. I'm quietly confident, naturally curious, and perpetually working on improving my chops one design problem at a time.
|
||||
Designer
|
||||
|
|
|
|||
|
|
@ -3,11 +3,12 @@
|
|||
</div>
|
||||
|
||||
<iov-arrow-scroll-down></iov-arrow-scroll-down>
|
||||
|
||||
<iov-section>
|
||||
<p class="text-center text-base">
|
||||
Lorem ipsum dolor sit amet, consectet adipiscing elit. Nulla ac dui euismod, aliquam nunc quis, tincidunt nisl. Donec euismod, nisl eget aliquam ultricies, nunc nisl aliquet nunc, quis aliquam nunc nisl quis nunc. Nulla facilisi. Sed euismod, nisl eget aliquam ultricies, nunc nisl aliquet nunc, quis aliquam nunc nisl quis nunc. Nulla facilisi. Sed euismod, nisl eget aliquam ultricies, nunc nisl aliquet nunc, quis aliquam nunc nisl quis nunc. Nulla facilisi. Sed euismod, nisl eget aliquam ultricies, nunc nisl aliquet nunc, quis aliquam nunc nisl quis nunc. Nulla facilisi. Sed euismod, nisl eget aliquam ultricies, nunc nisl aliquet nunc, quis aliquam nunc nisl quis nunc. Nulla facilisi. Sed euismod, nisl eget aliquam ultricies, nunc nisl aliquet nunc, quis aliquam nunc nisl quis nunc. Nulla facilisi. Sed euismod, nisl eget aliquam ultricies, nunc nisl aliquet nunc, quis aliquam nunc nisl quis nunc. Nulla facilisi.</p>
|
||||
<br>
|
||||
</iov-section>
|
||||
<div class="mx-auto pb-24">
|
||||
<iov-section
|
||||
[backgroundColor]="'dark'">
|
||||
</iov-section>
|
||||
<iov-highlight></iov-highlight>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,10 @@ import {HeroComponent} from "../../hero/hero.component";
|
|||
import {SectionComponent} from "../../section/section.component";
|
||||
import {PageComponent} from "../../page/page.component";
|
||||
import {FooterComponent} from "../../footer/footer.component";
|
||||
import {CardComponent} from "../../card/card.component";
|
||||
import {ArrowScrollDownComponent} from "../../arrow-scroll-down/arrow-scroll-down.component";
|
||||
import {FishComponent} from "../../fish/fish.component";
|
||||
import {HighlightComponent} from "../../highlight/highlight.component";
|
||||
import {CardCtaComponent} from "../../card-cta/card-cta.component";
|
||||
|
||||
@Component({
|
||||
selector: 'iov-home-page',
|
||||
|
|
@ -14,8 +16,10 @@ import {ArrowScrollDownComponent} from "../../arrow-scroll-down/arrow-scroll-dow
|
|||
SectionComponent,
|
||||
PageComponent,
|
||||
FooterComponent,
|
||||
CardComponent,
|
||||
ArrowScrollDownComponent
|
||||
CardCtaComponent,
|
||||
ArrowScrollDownComponent,
|
||||
FishComponent,
|
||||
HighlightComponent
|
||||
],
|
||||
templateUrl: './home.page.html',
|
||||
styleUrl: './home.page.scss'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue