logo
This commit is contained in:
BIN
src/assets/images/logos/aida-black.png
Normal file
BIN
src/assets/images/logos/aida-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 649 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
src/assets/images/logos/code-create-black.png
Normal file
BIN
src/assets/images/logos/code-create-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
BIN
src/assets/images/logos/stylish-arade-black.png
Normal file
BIN
src/assets/images/logos/stylish-arade-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -2,7 +2,7 @@
|
|||||||
<section class="section-design bgw">
|
<section class="section-design bgw">
|
||||||
<img src="@/assets/images/home/design-bg.jpg" class="bg" />
|
<img src="@/assets/images/home/design-bg.jpg" class="bg" />
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="aida-logo"><img src="@/assets/images/aida-logo.png" /></div>
|
<div class="aida-logo"><img src="@/assets/images/logos/aida.png" /></div>
|
||||||
<div class="title">Design with AiDA</div>
|
<div class="title">Design with AiDA</div>
|
||||||
<div class="tip">
|
<div class="tip">
|
||||||
Each garment on this platform is where designer vision blooms through AiDA. A tool that
|
Each garment on this platform is where designer vision blooms through AiDA. A tool that
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="section-footer"></section>
|
<section class="section-footer">
|
||||||
|
<img class="logo" src="@/assets/images/logos/code-create-black.png" />
|
||||||
|
<img class="logo" src="@/assets/images/logos/stylish-arade-black.png" />
|
||||||
|
<img class="logo" src="@/assets/images/logos/aida-black.png" />
|
||||||
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
@@ -10,5 +14,9 @@
|
|||||||
.section-footer {
|
.section-footer {
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
border-top: 0.1rem solid #232323;
|
border-top: 0.1rem solid #232323;
|
||||||
|
> .logo {
|
||||||
|
width: auto;
|
||||||
|
height: 3rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<div class="title">Windswept Burden</div>
|
<div class="title">Windswept Burden</div>
|
||||||
<div class="tip">We are spiritual nomads carrying<br />what wind cannot take.</div>
|
<div class="tip">We are spiritual nomads carrying<br />what wind cannot take.</div>
|
||||||
<button custom>View More</button>
|
<button custom>View More</button>
|
||||||
<div class="aida-logo"><img src="@/assets/images/aida-logo.png" /></div>
|
<div class="aida-logo"><img src="@/assets/images/logos/aida.png" /></div>
|
||||||
<p class="tip">
|
<p class="tip">
|
||||||
What you wear is how you present yourself to the world, especially today, when human
|
What you wear is how you present yourself to the world, especially today, when human
|
||||||
contacts are so quick. Fashion is instant language
|
contacts are so quick. Fashion is instant language
|
||||||
|
|||||||
Reference in New Issue
Block a user