add images
Main daploy / deploy (push) Successful in 1m0s

This commit is contained in:
2024-11-11 23:26:30 +02:00
parent 798e8650be
commit 4d41d4a56c
6 changed files with 9 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+9 -6
View File
@@ -4,7 +4,7 @@
<el-row :gutter="20" class="header-row"> <el-row :gutter="20" class="header-row">
<el-col> <el-col>
<RouterLink to="/"> <RouterLink to="/">
<img src="@/assets/logo.jpeg" width="200" height="200" alt="" /> <img src="@/assets/qr-code-logo-200x200.jpg" width="200" height="200" alt="" />
</RouterLink> </RouterLink>
</el-col> </el-col>
<el-col> <el-col>
@@ -33,15 +33,18 @@
<!-- Примеры использования --> <!-- Примеры использования -->
<el-main id="examples" class="examples-section"> <el-main id="examples" class="examples-section">
<h2>Примеры использования</h2> <h2>Примеры использования</h2>
<el-carousel height="100px"> <el-carousel height="300px">
<el-carousel-item> <el-carousel-item>
<p>Автомобиль: получайте уведомления о проблемах с парковкой или фарами.</p> <p>Автомобиль: получайте уведомления о проблемах с парковкой или фарами.</p>
<img src="@/assets/examples/car-200x200.jpg" width="200" height="200" alt="" />
</el-carousel-item> </el-carousel-item>
<el-carousel-item> <el-carousel-item>
<p>Питомец: помогите вернуть потерявшегося питомца.</p> <p>Питомец: помогите вернуть потерявшегося питомца.</p>
<img src="@/assets/examples/dog-200x200.jpg" width="200" height="200" alt="" />
</el-carousel-item> </el-carousel-item>
<el-carousel-item> <el-carousel-item>
<p>Квартира: оставляйте инструкции для курьеров или соседей.</p> <p>Квартира: оставляйте инструкции для курьеров или соседей.</p>
<img src="@/assets/examples/door-200x200.jpg" width="200" height="200" alt="" />
</el-carousel-item> </el-carousel-item>
</el-carousel> </el-carousel>
</el-main> </el-main>
@@ -54,7 +57,7 @@
<!-- Подвал --> <!-- Подвал -->
<el-footer class="footer"> <el-footer class="footer">
<p>НаСвязи © 2024. Свяжитесь с нами в социальных сетях.</p> <p>НаСвязи © 2024</p>
</el-footer> </el-footer>
</el-container> </el-container>
</template> </template>
@@ -62,6 +65,8 @@
<style scoped> <style scoped>
.landing-container { .landing-container {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
max-width: 950px;
margin: 0 auto;
} }
.hero-section { .hero-section {
@@ -70,10 +75,8 @@
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.features-section,
.examples-section, .examples-section,
.setup-section, .setup-section {
.qr-form-section {
padding: 50px 20px; padding: 50px 20px;
} }