Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanwahab committed Oct 15, 2024
1 parent 33bd2b1 commit 79406c7
Showing 1 changed file with 27 additions and 24 deletions.
51 changes: 27 additions & 24 deletions views/odyssey/PowerPoints.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// import text from "./human_robot.txt"
// https://www.jasper.ai/

import reflectNotionHomage from '../../public/reflect_notion_homage.png';
import reflectNotionHomage from "../../public/reflect_notion_homage.png";

//seuqelitis
//metal gear solid - explain war
Expand All @@ -11,29 +11,26 @@ import reflectNotionHomage from '../../public/reflect_notion_homage.png';
// import Box from './Box';

function PowerPoint() {
return (<div class="flex flex-row">[

<iframe
key="youtube"
width="560"
height="215"
src="https://www.youtube.com/embed/SxdOUGdseq4?si=dh0gFVybuG8m3Mgw"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"

></iframe>,
<iframe key="mechanics-design" src="http://davidcole.me/mechanics-design.html"></iframe>,
,

] </div>,

<div>my goal = to make all code 100% open sauce like rms wanted because otherwise robots might eat the toaster oh noes.</div>,
<img
key="reflect-notion-homage"
className="rainbow-ify"
src={reflectNotionHomage}></img>
);
return (
<div class="flex flex-row">
[
<iframe
key="youtube"
width="560"
height="215"
src="https://www.youtube.com/embed/SxdOUGdseq4?si=dh0gFVybuG8m3Mgw"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
></iframe>
,
<iframe
key="mechanics-design"
src="http://davidcole.me/mechanics-design.html"
></iframe>
, , ]{" "}
</div>
);

// mega man x
// current status quo - founder of way mo - hoe noe robots will eat us - people are ivevil wow
Expand All @@ -43,6 +40,12 @@ function PowerPoint() {
return <>illusory reality: </>;
}

// <img
// key="reflect-notion-homage"
// className="rainbow-ify"
// src={reflectNotionHomage}
// ></img>

// all girls are infinite works of art
// but there was one, before the great pandemic.
// she had the armor of valor, the boots of blinding of blinding speed.
Expand Down

0 comments on commit 79406c7

Please sign in to comment.