Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from arielelkaslasi/master
Browse files Browse the repository at this point in the history
RAHHHH?!!? THE DEMONS INSIDE ME
  • Loading branch information
arielldev authored May 7, 2024
2 parents 23d2e22 + e7400fc commit 7ce2a62
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
15 changes: 15 additions & 0 deletions app/projects/first_year/autumn/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import example from './example_img.jpg';
import Image from "next/image"
import Link from "next/link";

export default function Page(){
return <div className="container">
<h1 className="head">Project name</h1>
Expand All @@ -19,6 +21,19 @@ export default function Page(){
<div className="image-container">
<Image className="image" src={example} alt=""/>
</div>


<ul className="linksprj">

<li className="linkprj">
<Link href={"#"}>LinkedIn</Link>
</li>
<li className="linkprj"><Link href={"#"}>Github</Link></li>
<li className="linkprj"><Link href={"#"}>Facebook</Link></li>
</ul>



</div>
</div>
}
13 changes: 13 additions & 0 deletions app/projects/second_year/autumn/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import example from './example_img.jpg';
import Image from "next/image"
import Link from "next/link";

export default function Page(){
return <div className="container">
<h1 className="head">Project name</h1>
Expand All @@ -19,6 +21,17 @@ export default function Page(){
<div className="image-container">
<Image className="image" src={example} alt=""/>
</div>

<ul className="linksprj">

<li className="linkprj">
<Link href={"#"}>LinkedIn</Link>
</li>
<li className="linkprj"><Link href={"#"}>Github</Link></li>
<li className="linkprj"><Link href={"#"}>Facebook</Link></li>
</ul>


</div>
</div>
}

0 comments on commit 7ce2a62

Please sign in to comment.