|
47 | 47 | text-transform: none; |
48 | 48 | border-radius: 5px 5px 0 0; |
49 | 49 | } |
50 | | - |
| 50 | + |
51 | 51 | .box-hackathons { |
52 | 52 | background: #ffff; |
53 | | - border-bottom: 1px solid #ddd; |
54 | 53 | border-radius: 0 0 5px 5px; |
55 | 54 | } |
56 | | - |
| 55 | + |
57 | 56 | .box-hackathons .card { |
58 | 57 | border: none; |
59 | 58 | } |
|
165 | 164 |
|
166 | 165 | <div class="checkbox_container"> |
167 | 166 | <input name="trending" id="trending" type="checkbox" value="0" {% if trending_only %}checked=checked{%endif%} /> |
168 | | - <!-- <span class="checkbox"></span> --> |
169 | 167 | <label for=trending>{% trans "Trending Only" %}</label> |
170 | 168 | </div> |
171 | 169 | </div> |
|
189 | 187 | </div> |
190 | 188 | <div class="actions_container col-12 col-md-4 col-lg-3"> |
191 | 189 | <div id=right_sidebar> |
192 | | - {% if SHOW_DRESSING %} |
| 190 | + {% if SHOW_DRESSING %} |
193 | 191 |
|
194 | | - {% include 'townsquare/shared/tribe.html' %} |
195 | | - |
| 192 | + {% include 'townsquare/shared/tribe.html' %} |
196 | 193 |
|
197 | | - {% if hackathon_tabs|length %} |
198 | | - <div class="townsquare_block-header box-collapse mt-1" data-target="hackathons"> |
199 | | - Gitcoin Hackathons |
200 | | - </div> |
201 | | - {% include 'townsquare/shared/hackathons.html' %} |
202 | | - {% endif %} |
| 194 | + {% if hackathon_tabs|length %} |
| 195 | + {% include 'townsquare/shared/hackathons.html' %} |
| 196 | + {% endif %} |
| 197 | + |
| 198 | + {% include 'townsquare/shared/reflink.html' %} |
203 | 199 |
|
204 | | - {% include 'townsquare/shared/reflink.html' %} |
| 200 | + <hr> |
205 | 201 |
|
206 | | - <div class="townsquare_block-header text-left my-4 mt-sm-0 mb-sm-2" data-target="actions"> |
207 | | - Actions <i data-toggle="tooltip" data-html="true" class="fas fa-info-circle mr-3" title=" |
208 | | - <strong>Gitcoin Actions</strong> are a way to introduce entropy into your learning routine. Gitcoin will select the best educational, networking, or (sometimes)monetary or reputational opportunities and put them in front of you on a daily, weekly, monthly, and (sometimes) secret basis! |
209 | | - <br> |
210 | | - <br> |
211 | | - Come to Gitcion daily to discover today's daily action! |
| 202 | + <div class="townsquare_block-header text-left my-4 mt-sm-0 mb-sm-2" data-target="actions"> |
| 203 | + <div class="accordion active"> |
| 204 | + Actions |
| 205 | + <i data-toggle="tooltip" data-html="true" class="fas fa-info-circle mr-3" title=" |
| 206 | + <p class='text-left'> |
| 207 | + <strong>Gitcoin Actions</strong> are a way to introduce entropy into your learning routine. |
| 208 | + Gitcoin will select the best educational, networking, or (sometimes)monetary or reputational opportunities and put them in front of you on a daily, weekly, monthly, and (sometimes) secret basis! |
| 209 | + </p> |
| 210 | + <p class='text-left'> |
| 211 | + Come to Gitcion daily to discover today's daily action! |
| 212 | + </p> |
212 | 213 | "></i> |
213 | | - </div> |
214 | | - <div id=actions> |
215 | | - <div class="offer_coming font-caption"> |
216 | | - <div class="checkbox_container"> |
217 | | - <input name="receive_daily_offers_in_inbox" id="receive_daily_offers_in_inbox" type="checkbox" value="1" {% if is_subscribed %} checked="checked" {% endif %} /> |
218 | | - <span class="checkbox"></span> |
219 | | - <div class="filter-label ml-1"> |
220 | | - <label for=receive_daily_offers_in_inbox>{% trans "Email when available" %}</label> |
| 214 | + </div> |
| 215 | + |
| 216 | + <div id="actions" class="panel-active"> |
| 217 | + <div class="offer_coming font-caption"> |
| 218 | + <div class="checkbox_container font-smaller-5"> |
| 219 | + <input name="receive_daily_offers_in_inbox" id="receive_daily_offers_in_inbox" type="checkbox" value="1" {% if is_subscribed %} checked="checked" {% endif %} /> |
| 220 | + <span class="checkbox"></span> |
| 221 | + <div class="filter-label ml-1"> |
| 222 | + <label for=receive_daily_offers_in_inbox>{% trans "Email when available" %}</label> |
| 223 | + </div> |
| 224 | + </div> |
221 | 225 | </div> |
| 226 | + |
| 227 | + {% include 'townsquare/shared/offers.html' %} |
| 228 | + |
| 229 | + <a href="/action/new" class="font-smaller-2 mb-2"> |
| 230 | + <i class="fa fa-plus-circle" aria-hidden="true"></i> |
| 231 | + Create Action |
| 232 | + </a> |
222 | 233 | </div> |
223 | 234 | </div> |
224 | 235 |
|
225 | | - {% include 'townsquare/shared/offers.html' %} |
226 | | - |
227 | | - <a href="/action/new" class="font-smaller-2 mb-2"> |
228 | | - <i class="fa fa-plus-circle" aria-hidden="true"></i> |
229 | | - Create Action |
230 | | - </a> |
231 | 236 | <hr> |
232 | | - </div> |
233 | 237 |
|
234 | 238 | {% include 'townsquare/shared/matchround.html' %} |
235 | 239 | {% endif %} |
236 | | - </div> |
| 240 | + </div> |
237 | 241 | </div> |
238 | 242 | </div> |
239 | 243 | </div> |
|
0 commit comments