Skip to content

Commit be68eba

Browse files
authored
Merge pull request #7 from rasyidcode/portfolio
Portfolio
2 parents 8eee8aa + 0d67985 commit be68eba

File tree

7 files changed

+18
-5
lines changed

7 files changed

+18
-5
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Inter } from 'next/font/google'
55
const inter = Inter({ subsets: ['latin'] })
66

77
export const metadata: Metadata = {
8-
title: 'My Site',
8+
title: 'rasyidcode',
99
description: 'My Personal Site',
1010
}
1111

app/page.tsx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1+
import Image from "next/image";
2+
13
export default function Page() {
24
return (
3-
<h1>My Site</h1>
5+
<>
6+
<div className="flex justify-center items-center min-h-screen bg-purple-200">
7+
<div className="flex gap-32">
8+
<Image
9+
src="https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExbnl0cDV5b3YzdDJzZjRuN20zYXF4d3NqeHNqZGdxMndidzA1NHRqZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/VXJWhaO7afRe/giphy.gif"
10+
alt="Saitama Ok"
11+
width={500}
12+
height={500} />
13+
<video autoPlay height="500" width="500">
14+
<source src="/never-gonna-give-up.mp4" type="video/mp4" />
15+
</video>
16+
</div>
17+
</div>
18+
</>
419
)
5-
}
20+
}

app/wa-bg.png

-86.5 KB
Binary file not shown.

public/assets/win-xp-bg.jpg

-746 KB
Binary file not shown.

public/never-gonna-give-up.mp4

8.68 MB
Binary file not shown.

public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)