File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,14 @@ <h3>{{ project.name }}</h3>
45
45
{% else %}
46
46
< img src ="/resources/img/project_status_done.png " >
47
47
{% endif %}
48
+ < div class ="project-meta ">
49
+ {% if project.impact %}
50
+ < p > Impact: {{ project.impact }}</ p >
51
+ {% endif %}
52
+ {% if project.start_year && project.end_year %}
53
+ < p > {{ project.start_year }} - {{ project.end_year }}</ p >
54
+ {% endif %}
55
+ </ div >
48
56
</ div >
49
57
</ div >
50
58
</ div >
Original file line number Diff line number Diff line change @@ -1524,8 +1524,8 @@ ul.nav {
1524
1524
height : 50px ;
1525
1525
1526
1526
position : absolute ;
1527
- bottom : 25 px ;
1528
- left : 25 px ;
1527
+ bottom : 0 px ;
1528
+ right : 0 px ;
1529
1529
}
1530
1530
1531
1531
.project .status.active {
@@ -1551,7 +1551,7 @@ ul.nav {
1551
1551
// Align to the bottom-right
1552
1552
position : absolute ;
1553
1553
bottom : 25px ;
1554
- right : 45 px ;
1554
+ left : 25 px ;
1555
1555
}
1556
1556
1557
1557
.contributors li {
@@ -1576,3 +1576,9 @@ ul.nav {
1576
1576
color : #999 ;
1577
1577
}
1578
1578
}
1579
+
1580
+ .project-meta {
1581
+ margin-top : 20px ;
1582
+ font-size : 14px ;
1583
+ color : #999 ;
1584
+ }
You can’t perform that action at this time.
0 commit comments