Skip to content

BlankRiser/ram.codes

Repository files navigation

ram.codes

Personal portfolio of Ram Shankar

TODO

Built using

Attributions

How to use MDX Components

Images

<Image
  alt={`React has evolved from a library to also provide an architecture for frameworks.`}
  src={`/images/react-frameworks/evolving.jpg`}
  width={1456 / 2}
  height={819 / 2}
/>

Full width image with bleed

<Bleed full>
  <Image
    alt={`React has evolved from a library to also provide an architecture for frameworks.`}
    src={`/images/react-frameworks/evolving.jpg`}
    width={1456 / 2}
    height={819 / 2}
  />
</Bleed>