Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions src/app/home/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import "@/app/styles/globals.css";
import "@/app/styles/animations.css";
import Link from "next/link";
import Image from "next/image";
// import Image from "next/image";
import { FaFolderOpen } from "react-icons/fa";
import { FaFaceGrin } from "react-icons/fa6";
import { RiComputerLine } from "react-icons/ri";
Expand All @@ -26,12 +26,14 @@ function Text() {
<div>
<div data-testid="text" className="text">
<p className="fadeIn home2">
This website is currently a work in progress.
This website is currently a work in progress and is powered by
Next.js and Tailwind CSS.
<br />
<br />
</p>
<p className="fadeIn home2-1">
Powered by Next.js and the magic of CSS, it currently contains:
While you are here, please feel free to check out my projects and
resume!
</p>
<br />
<ul>
Expand Down Expand Up @@ -78,15 +80,15 @@ function Text() {
</div>
</div>
<br />
<div className="portrait fadeIn pic">
{/* <div className="portrait fadeIn pic">
<Image
src="/images/grad_pic.png"
alt="Julkar"
height={250}
width={250}
priority
/>
</div>
</div> */}
</div>
);
}
Expand Down