File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="columns is-centered is-multiline is-mobile ">
2
2
{% for robot in site.data.robots %}
3
3
< div class ="column has-text-centered m-2 is-one-third-widescreen is-one-third-desktop is-one-fifth-fullhd is-one-third-tablet is-two-fifths-mobile is-three-quarters-touch "
4
- id ="project -card ">
4
+ id ="robot -card ">
5
5
< div class ="has-background-black-ter card ">
6
- < figure class ="image is-5by4 " style ="background-image: url({{robot.image}}); ">
7
- </ figure >
8
- <!-- <div class="card-content"> -->
6
+ < figure class ="image is-5by4 " style ="background-image: url({{robot.image}}); ">
7
+ </ figure >
9
8
< h2 class ="has-text-white-ter has-text-weight-bold is-size-3 "> {{ robot.year }}</ h2 >
10
9
< p class ="has-text-white-ter has-text-weight-normal "> {{ robot.name }}</ p >
11
- <!-- <p class="has-text-grey-lighter has-text-weight-light content size-9">{{ member.description}}</p> -->
12
- <!-- </div> -->
13
10
</ div >
14
11
</ div >
15
12
{% endfor %}
You can’t perform that action at this time.
0 commit comments