|
1 | 1 | import React from "react"; |
2 | 2 | import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; |
3 | | -import {faDoorOpen} from "@fortawesome/free-solid-svg-icons"; |
| 3 | +import {faDoorOpen, faVideo} from "@fortawesome/free-solid-svg-icons"; |
4 | 4 | import {faFilePdf} from "@fortawesome/free-regular-svg-icons"; |
5 | 5 | import {faYoutube} from "@fortawesome/free-brands-svg-icons"; |
6 | 6 | import {faBook} from "@fortawesome/free-solid-svg-icons"; |
@@ -41,36 +41,29 @@ export default function Hero({ plenary }) { |
41 | 41 | {/* </div>*/} |
42 | 42 | {/*</div>*/} |
43 | 43 |
|
| 44 | + |
44 | 45 | <div className="mt-3 mx-0 md:mx-16 lg:mx-0 lg:w-1/2 xl:w-4/7"> |
45 | 46 | <div className="rounded-md shadow"> |
46 | | - <a href="https://uconfy.com/conf/21/" |
47 | | - target="_blank" |
48 | | - // className="flex items-center justify-center px-2 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10" |
49 | | - className="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 focus:shadow-outline-indigo transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10" |
50 | | - > |
51 | | - <FontAwesomeIcon icon={faDoorOpen} size="lg" className="mr-2 hidden md:block" /> |
52 | | - Register |
| 47 | + <a |
| 48 | + href="https://disk.360.yandex.ru/d/nbxt6G5qgTcK_g" |
| 49 | + className="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 focus:shadow-outline-indigo transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10" |
| 50 | + target="_blank"> |
| 51 | + <FontAwesomeIcon icon={faVideo} size="lg" className="mr-2 hidden md:block"/> |
| 52 | + Watch plenary session |
53 | 53 | </a> |
54 | | - {/*<a*/} |
55 | | - {/* href="https://teams.microsoft.com/l/meetup-join/19%3ameeting_MzQ0ZGIxOGQtZTM2MC00NzcyLTliNzItZjUzMWE1YTM4MDVm%40thread.v2/0?context=%7b%22Tid%22%3a%222ae95c20-c675-4c48-88d3-f276b762bf52%22%2c%22Oid%22%3a%22db999021-788c-4c3d-8e8f-1899ab30f3bc%22%7d"*/} |
56 | | - {/* className="w-full flex justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 focus:shadow-outline-indigo transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10"*/} |
57 | | - {/* target="_blank">*/} |
58 | | - {/* <FontAwesomeIcon icon={faWindows} size="lg" className="mr-2 hidden md:block"/>*/} |
59 | | - {/* Join plenary session*/} |
60 | | - {/*</a>*/} |
61 | 54 | </div> |
62 | 55 | </div> |
63 | 56 |
|
64 | | - {/*<div className="mt-3 mx-0 md:mx-16 lg:mx-0 lg:w-1/2 xl:w-4/7">*/} |
65 | | - {/* <div className="rounded-md shadow">*/} |
66 | | - {/* <a href="https://youtu.be/oemtm_MLfsk"*/} |
67 | | - {/* target="_blank"*/} |
68 | | - {/* className="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 focus:shadow-outline-indigo transition duration-150 ease-in-out md:py-4 md:text-lg md:px-12">*/} |
69 | | - {/* <FontAwesomeIcon icon={faYoutube} size="lg" className="mr-2" />*/} |
70 | | - {/* Watch plenary session on YouTube*/} |
71 | | - {/* </a>*/} |
72 | | - {/* </div>*/} |
73 | | - {/*</div>*/} |
| 57 | + <div className="mt-3 mx-0 md:mx-16 lg:mx-0 lg:w-1/2 xl:w-4/7"> |
| 58 | + <div className="rounded-md shadow"> |
| 59 | + <a href="https://disk.yandex.ru/i/b8vq1-SyPX9tRA" |
| 60 | + target="_blank" |
| 61 | + className="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base leading-6 font-medium rounded-md text-white bg-gray-400 hover:bg-gray-500 focus:outline-none focus:shadow-outline-gray transition duration-150 ease-in-out md:py-4 md:text-lg md:px-10 text-gray-900"> |
| 62 | + <FontAwesomeIcon icon={faFilePdf} size="lg" className="mr-2"/> |
| 63 | + Download RSCI Proceedings Volume |
| 64 | + </a> |
| 65 | + </div> |
| 66 | + </div> |
74 | 67 |
|
75 | 68 | {/*<div className="mt-3 mx-0 md:mx-16 lg:mx-0 lg:w-1/2 xl:w-4/7">*/} |
76 | 69 | {/* <div className="rounded-md shadow">*/} |
|
0 commit comments