|
11 | 11 | </div> |
12 | 12 |
|
13 | 13 | <div class="row"> |
14 | | - <div class="col-12 text-center" style="padding-bottom: 1em;"> |
15 | | - <p class="h2" aria-labelledby="twitterHashtagLabel"> |
16 | | - |
17 | | - <span class="icon icon--twitter" alt="twitter icon"> |
18 | | - <svg viewBox="0 0 16 16" style="height: 38px; width: 38px;"> |
19 | | - <path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809 |
20 | | - c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 |
21 | | - c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 |
22 | | - c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 |
23 | | - C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 |
24 | | - c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 |
25 | | - c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"></path> |
26 | | - </svg> |
27 | | - </span> |
28 | | - <a href="https://twitter.com/hashtag/{{site.data.conf.hashtag}}" target="_blank">#{{ site.data.conf.hashtag }}</a></p> |
29 | | - <label class="sr-only" id="twitterHashtagLabel">Twitter Hashtag</label> |
30 | | - </div> |
31 | | - |
32 | 14 | <div class="col-md-3 event-day" data-date="{{ site.data.conf.days[1].date-data }}"> |
33 | 15 | <h2 class="text-center">{{site.data.conf.days[1].date | date: "%b %d"}}</h2> |
34 | 16 | {% include homepage/event_card.html icon='am' link=site.data.conf.peri.day1.am.link title=site.data.conf.peri.day1.am.title description=site.data.conf.peri.day1.am.desc menu=site.data.conf.peri.day1.am.menu %} |
|
0 commit comments