Skip to content

Commit f68274c

Browse files
committed
modified index
1 parent 309a770 commit f68274c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/index.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<template>
2+
3+
24
<!-- Start: Features Boxed -->
35
<div class="features-boxed">
6+
47
<div class="container">
58
<!-- Start: Intro -->
69
<div class="intro">
@@ -16,6 +19,7 @@
1619
<div class="row justify-content-center features">
1720
<div class="col-sm-6 col-md-5 col-lg-4 item">
1821
<div class="box">
22+
<img src="../assets/img/team.png" alt="team" height="200" />
1923
<h3 class="name">Great Teams</h3>
2024
<p class="description">
2125
Get to work with great teams with experience in developer
@@ -25,6 +29,7 @@
2529
</div>
2630
<div class="col-sm-6 col-md-5 col-lg-4 item">
2731
<div class="box">
32+
<img src="../assets/img/skill.png" alt="team" height="200" />
2833
<h3 class="name">Improve your Skills</h3>
2934
<p class="description">
3035
Looking to get challenged? Join the most talented devs in the 254
@@ -34,6 +39,7 @@
3439
</div>
3540
<div class="col-sm-6 col-md-5 col-lg-4 item">
3641
<div class="box">
42+
<img src="../assets/img/career.png" alt="team" height="200" />
3743
<h3 class="name">Accelerate your career</h3>
3844
<p class="description">
3945
Want to get discovered? Here is an opportunity to let your commits
@@ -46,4 +52,5 @@
4652
</div>
4753
</div>
4854
<!-- End: Features Boxed -->
55+
4956
</template>

0 commit comments

Comments
 (0)