Skip to content

Commit

Permalink
feat: add devscribe to website as CTA (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Animesh Pathak <[email protected]>
Co-authored-by: Neha Gupta <[email protected]>
  • Loading branch information
Sonichigo and nehagup authored Oct 28, 2024
1 parent bd7a4ec commit 8889451
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 47 deletions.
17 changes: 17 additions & 0 deletions components/devscribe/features.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Schedule from '@/public/images/conf/coming-soon-mystery-retail-concept-vector-13969461.jpg'
import GT from '@/public/images/conf/gittogether-event.jpg'
import Image from 'next/image'

export default function Features() {
Expand Down Expand Up @@ -105,6 +106,22 @@ export default function Features() {
</div>
</div>
</div>
<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">
<h3 className="h3 mb-2">LAST EVENT</h3><br/>
<div className="relative inline-flex flex-col mb-4 w-full items-center">
<Image
decoding="async"
src={GT}
className="logo"
width={1550}
alt="Past Event"
/>
</div>
</div>
</div>
</div>

</section>
)
Expand Down
46 changes: 0 additions & 46 deletions components/devscribe/testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export default function Testimonials() {
Please reach out to if you need to register as a Sponsor, email us - devrel[at]keploy[dot]io
</p>
</div>



<div className="max-w-sm mx-auto grid grid-cols-1 gap-1 items-start lg:max-w-none py-12 md:py-20 text-center">
<div className="flex flex-col h-full p-6 " data-aos="fade-up">
<div>
Expand Down Expand Up @@ -106,20 +103,6 @@ export default function Testimonials() {
</div>
</div>
</div> */}
{/* <div className="flex flex-col h-full p-3 justify-center " data-aos="fade-up">
<div className="text-center">
<div className="relative inline-flex flex-col mb-4 max-h-fit text-center ">
<Link href="" title="Go to MoT" target="_blank" rel="noopener">
<Image decoding="async" width="393"
height="129"
src={FU}
className="logo w-auto max-h-fit"
alt="MoT logo"
loading="lazy"/>
</Link>
</div>
</div>
</div> */}
{/* <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">
Expand Down Expand Up @@ -148,35 +131,6 @@ export default function Testimonials() {
</div>
</div>
</div>
{/*<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 ">*/}

{/* <Link href="https://keploy.io" title="Go to Keploy" target="_blank" rel="noopener">*/}
{/* <Image decoding="async" width="393"*/}
{/* height="129"*/}
{/* src={Keploy}*/}
{/* className="logo text-center h-4/5"*/}
{/* alt="Keploy logo"*/}
{/* loading="lazy"/>*/}
{/* </Link>*/}
{/* </div>*/}
{/* </div>*/}
{/*</div>*/}
{/*<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="https://community.cncf.io/noida/" title="Go to Google" target="_blank" rel="noopener">*/}
{/* <Image decoding="async" width="393"*/}
{/* height="129"*/}
{/* src={CNCFImage}*/}
{/* className="logo text-center"*/}
{/* alt="CNCF logo"*/}
{/* loading="lazy"/>*/}
{/* </Link>*/}
{/* </div>*/}
{/* </div>*/}
{/*</div>*/}
</div>


Expand Down
11 changes: 10 additions & 1 deletion components/ui/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ export default function Header() {
<nav className="hidden lg:flex flex-grow-0 w-6/12">
{/* Desktop privacy-policy in links */}
<ul className="flex grow justify-end flex items-center">
<li>
<Link
target="_blank"
href="https://keploy.io/devscribe"
className="font-medium text-gray-600 hover:text-primary-300 px-5 py-3 flex items-center transition duration-150 ease-in-out"
>
DevScribe
</Link>
</li>
<li>
<Link
target="_blank"
Expand All @@ -85,7 +94,7 @@ export default function Header() {
href="https://keploy.io/blog/technology"
className="font-medium text-gray-600 hover:text-primary-300 px-5 py-3 flex items-center transition duration-150 ease-in-out"
>
Tech Blog
TechBlog
</Link>
</li>
<li>
Expand Down
9 changes: 9 additions & 0 deletions components/ui/mobile-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@ const MobileMenu: React.FC<MobileMenuProps> = ({ starsCount }) => {
</div>
{/*<Link href="/privacy-policy" className="font-medium text-gray-600 hover:text-gray-900 px-5 py-3 flex items-center transition duration-150 ease-in-out">Github</Link>*/}
</li>
<li>
<Link
target="_blank"
href="https://keploy.io/devscribe"
className="font-medium text-gray-600 hover:text-primary-300 px-5 py-3 flex items-center transition duration-150 ease-in-out"
>
DevScribe
</Link>
</li>
<li>
<Link
href="https://keploy.io/docs"
Expand Down
9 changes: 9 additions & 0 deletions components/webstories/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ export default function Header() {
</div>
<nav className="hidden lg:flex flex-grow-0 w-7/12">
<ul className="flex grow justify-end items-center">
<li>
<Link
target="_blank"
href="https://keploy.io/devscribe"
className="font-medium text-gray-600 hover:text-primary-300 px-5 py-3 flex items-center transition duration-150 ease-in-out"
>
DevScribe
</Link>
</li>
<li>
<Link
target="_blank"
Expand Down
Binary file added public/images/conf/gittogether-event.jpg
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 8889451

Please sign in to comment.