|
1 | 1 | export const Banner = () => { |
2 | 2 | return ( |
3 | | - <div class="sm:px-2 py-6 space-y-6 max-w-3xl"> |
4 | | - <div class="space-y-2 sm:columns-2"> |
5 | | - <p>Find free to attend lectures from leading universities and institutions around London</p> |
6 | | - <p> |
7 | | - You can find the code on our{' '} |
8 | | - <a class="btn" rel="noopener noreferrer" target="_blank" href={`https://github.com/Pingid/lectures.london`}> |
9 | | - repository |
| 3 | + <div class="sm:px-2 pt-6 space-y-6"> |
| 4 | + <div class="space-y-2 sm:columns-1"> |
| 5 | + <p class="max-w-sm">Find free to attend lectures from leading universities and institutions around London</p> |
| 6 | + |
| 7 | + <div class="w-full flex flex-wrap gap-3 pb-2"> |
| 8 | + <a class="btn" rel="noopener noreferrer" target="_blank" href="https://twitter.com/lectures_london"> |
| 9 | + twitter |
10 | 10 | </a> |
11 | | - , where we welcome contributions and feedback. This is a community lead project and if you spot any problems |
12 | | - or mistakes on the site please file an{' '} |
| 11 | + <a class="btn" rel="noopener noreferrer" target="_blank" href="/calender.ics"> |
| 12 | + calender |
| 13 | + </a> |
| 14 | + <label for="more" class="btn w-min cursor-pointer sm:hidden"> |
| 15 | + issues |
| 16 | + </label> |
| 17 | + </div> |
| 18 | + <input id="more" type="checkbox" class="peer hidden" /> |
| 19 | + <p class="invisible h-0 sm:h-auto sm:visible peer-checked:h-auto peer-checked:visible text-sm"> |
| 20 | + If you spot any problems or mistakes on the site please file an{' '} |
13 | 21 | <a |
14 | | - class="btn" |
| 22 | + class="btn text-sm" |
15 | 23 | rel="noopener noreferrer" |
16 | 24 | target="_blank" |
17 | 25 | href={`https://github.com/Pingid/lectures.london/issues`} |
18 | 26 | > |
19 | 27 | issue |
20 | 28 | </a> |
21 | | - . For those more technically minded a pull request with a fix is always appreciated. |
| 29 | + . Or get in contact through{' '} |
| 30 | + <a class="btn text-sm" rel="noopener noreferrer" target="_blank" href="https://twitter.com/lectures_london"> |
| 31 | + twitter |
| 32 | + </a> |
22 | 33 | </p> |
23 | 34 | </div> |
24 | | - <div class="w-full flex flex-wrap gap-3"> |
25 | | - <a class="btn" rel="noopener noreferrer" target="_blank" href="https://twitter.com/lectures_london"> |
26 | | - twitter |
27 | | - </a> |
28 | | - <a class="btn" rel="noopener noreferrer" target="_blank" href="/calender.ics"> |
29 | | - calender |
30 | | - </a> |
31 | | - {/* <a class="btn" rel="noopener noreferrer" target="_blank" href="/rss.xml"> |
32 | | - rss |
33 | | - </a> */} |
34 | | - </div> |
35 | 35 | </div> |
36 | 36 | ) |
37 | 37 | } |
0 commit comments