Skip to content

Commit

Permalink
chore: added youtube link in resourse section (asyncapi#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
toffee-k21 committed Oct 16, 2024
1 parent be2b4a6 commit 61b5972
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 66 deletions.
4 changes: 2 additions & 2 deletions components/About/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ function About() {
<div style={{'--image-url': `url('/img/about.jpeg')`}} className='lg:mt-16 bg-[image:var(--image-url)] bg-center bg-cover w-[450px] h-[550px] sm:w-[100%] sm:h-[500px] rounded-[30px]' >
</div>
<div className='w-[600px] ml-10 lg:ml-0 lg:w-full lg:text-center'>
<div className='flex items-center lg:justify-center'>
<div className='w-[40px] h-[3px] bg-blue-400' />
<div className='flex items-center lg:justify-center relative'>
<div className='w-[40px] h-[3px] bg-blue-400 absolute top-7 sm:left-[35%] lg:left-[10%]' />
<div className='ml-4 text-lg sm:text-sm text-white font-semi-bold'>About The Event</div>
</div>
<Heading typeStyle='heading-md' className='text-gradient lg:mt-10'>
Expand Down
4 changes: 2 additions & 2 deletions config/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"target": "_blank"
},
{
"title": "London Slides",
"ref": "https://drive.google.com/drive/folders/1PsIZSsQmsvSILZ83f9L-2ErV-pXM6PQf?usp=drive_link",
"title": "London Talks",
"ref": "https://youtube.com/playlist?list=PLbi1gRlP7pig77jJD2ER9wfTxPSzBrLW5&si=YPmjUsj5mU6FpLhB",
"target": "_blank"
}

Expand Down
60 changes: 0 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export default function Home() {
</div>
</div>
</div>
<div id='tickets' className='flex items-center'>
<div className='w-[40px] h-[3px] bg-blue-400' />
<div id='tickets' className='flex items-center relative mb-4'>
<div className='w-[40px] h-[3px] bg-blue-400 absolute top-7 left-[35%]' />
<div className='ml-4 text-lg sm:text-sm text-white font-semi-bold'>Tickets</div>
</div>
<Heading typeStyle='heading-md' className='text-gradient text-center lg:mt-10'>
Expand Down

0 comments on commit 61b5972

Please sign in to comment.