Skip to content

Commit

Permalink
adding a minifesto video to main website
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiamarzouk committed Nov 14, 2023
1 parent f72b06d commit 7d6f954
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pages/manifesto.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Manifesto1 from '../public/manifesto/1.svg'
import Manifesto2 from '../public/manifesto/2.svg'
import Manifesto5 from '../public/manifesto/5.svg'
import Manifesto6 from '../public/manifesto/6.svg'
import LazyIframe from '../components/LazyIframe'

export default function Manifesto() {
return (
Expand All @@ -27,6 +28,12 @@ export default function Manifesto() {
<div className="my-16">
<Image src={Manifesto1} alt="" priority></Image>
</div>
<div className="relative aspect-video mt-8 lg:mt-16 shadow-xl rounded-xl">
<LazyIframe
url="https://www.youtube.com/embed/7YysrP3xbdM?si=SD390vqdk6I5Wv0c"
title="Manifesto"
/>
</div>
<div className="max-w-2xl m-auto my-8">
<p className="md:-mx-1 mb-8">
Ever since the inception of Homo Sapiens,{' '}
Expand Down

0 comments on commit 7d6f954

Please sign in to comment.