File tree 3 files changed +5
-4
lines changed
pages/opportunities/templates
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Instructions:
17
17
the square brackets [ and ] themselves.
18
18
```
19
19
20
- ```
20
+ ``` md
21
21
# [Project Proposal Name]
22
22
23
23
## Candidate Info
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Instructions:
20
20
consistency.
21
21
```
22
22
23
- ```
23
+ ``` md
24
24
## Project Idea 1: [Project Idea 1 Title]
25
25
26
26
### Abstract
Original file line number Diff line number Diff line change 9
9
{% endblock header_extra%}
10
10
11
11
{% set colors=["", "bg-light"] %}
12
+ {% set text_colors=["", "text-secondary"] %}
12
13
13
14
{% block content %}
14
15
< section >
43
44
{{ project.name }}
44
45
</ a >
45
46
</ h2 >
46
- < p >
47
+ < p class =" {{ text_colors[loop.index % 2] }} " >
47
48
< strong > Maintainer</ strong > : {{ project.maintainer_name }}
48
49
<< a href ="mailto:{{ project.maintainer_email }} "> {{ project.maintainer_email }}</ a > >
49
50
</ p >
50
- < p > {{ project.description }}</ p >
51
+ < p class =" {{ text_colors[loop.index % 2] }} " > {{ project.description }}</ p >
51
52
</ div >
52
53
</ div >
53
54
{% endfor %}
You can’t perform that action at this time.
0 commit comments