Skip to content

Commit

Permalink
Merge pull request #97 from keploy/devscribe
Browse files Browse the repository at this point in the history
feat: update event page
  • Loading branch information
Sonichigo authored Oct 24, 2024
2 parents a1c5444 + 8704e58 commit bd7a4ec
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
11 changes: 3 additions & 8 deletions components/devscribe/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,9 @@ export default function Features() {
<div className="py-1 md:py-1 border-t border-gray-800">
<div className=" grid grid-cols-1 gap-1 items-start lg:max-w-none py-5 md:py-12 text-center">
<div className="flex flex-col h-full p-6 w-full " data-aos="fade-up">
<div className="relative inline-flex flex-col mb-4 w-full items-center">
<Image
decoding="async"
src={Schedule}
className="logo w-3/9"
alt="DevSeribe Schedule"
/>
</div>
<h2 className="h2 mb-2">SCHEDULE</h2>
<br/>
<h3 className="h3 mb-2">TBA</h3>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/devscribe/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function Hero() {
<div className=" mt-3 mb-5 md:bottom-8 md:left-12 z-60 sm:max-w-none sm:flex sm:justify-center">
<div className="text-slate-50 text-sm p-3 md:rounded ">
<div className='text-slate-500 inline-flex'>
<Link className="text-lg font-semibold hover:underline text-slate-50" href="https://forms.gle/9ABV4QosARLBB8Vc7" target="_blank" rel="noreferrer">
<Link className="text-lg font-semibold hover:underline text-slate-50" href="https://forms.gle/X1XQkbZy9AaARHeZ9" target="_blank" rel="noreferrer">
{/*<span className="hidden sm:inline"> */}
22 November 2024
{/*</span>*/}
Expand Down
2 changes: 1 addition & 1 deletion components/devscribe/testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function Testimonials() {
<div className="flex flex-col h-full p-3 justify-center " data-aos="fade-up">
<div>
<div className="relative inline-flex flex-col mb-4 justify-center">
<Link href="" title="Go to Google" target="_blank" rel="noopener">
<Link href="https://www.lambdatest.com/" title="Go to Google" target="_blank" rel="noopener">
<Image decoding="async" width="393"
height="129"
src={LTSponsor}
Expand Down
Binary file modified public/images/conf/devscribe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd7a4ec

Please sign in to comment.