Update app/LandingPage.tsx
This commit is contained in:
parent
f6fabd0c2c
commit
cc42680e34
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ const Home = () => {
|
|||
<section className="cards">
|
||||
<div className="card">
|
||||
<a href="https://interstellardevelopment.org/code/Patrick_Pluto" className="card-link" target="_blank" rel="noopener noreferrer">
|
||||
<img src="/img/Patrick.png" alt="Patrick" />
|
||||
<img src="../public/img/Patrick.png" alt="Patrick" />
|
||||
<h3>Patrick</h3>
|
||||
<p>
|
||||
Patrick is a highly skilled programmer with expertise in Java, GDScript, Bash, C, C++, and C#. He excels in developing scalable applications, automating tasks, and crafting interactive games. Additionally, Patrick is proficient in system administration, adeptly managing and optimizing IT infrastructures for smooth and secure operations.
|
||||
|
@ -24,7 +24,7 @@ const Home = () => {
|
|||
|
||||
<div className="card">
|
||||
<a href="https://interstellardevelopment.org/code/sageTheDm" className="card-link" target="_blank" rel="noopener noreferrer">
|
||||
<img src="/img/sage.png" alt="Luca" />
|
||||
<img src="../public/img/sage.png" alt="Luca" />
|
||||
<h3>Luca</h3>
|
||||
<p>
|
||||
Luca, Patrick's co-programmer, is skilled in Java, GDScript, Bash, and Basic Typewriter. His expertise in Java and GDScript supports robust application and game development, while his Bash scripting skills streamline automation. His knowledge of Basic Typewriter adds a classic touch to his versatile programming capabilities.
|
||||
|
@ -34,7 +34,7 @@ const Home = () => {
|
|||
|
||||
<div className="card">
|
||||
<a href="https://interstellardevelopment.org/code/YasinOnm08" className="card-link" target="_blank" rel="noopener noreferrer">
|
||||
<img src="/img/yasin.png" alt="Yasin" />
|
||||
<img src="../public/img/yasin.png" alt="Yasin" />
|
||||
<h3>Yasin</h3>
|
||||
<p>
|
||||
Yasin is a proficient programmer with expertise in Java, where he has even developed games, as well as Bash, HTML, CSS, SQL, and NoSQL. His skills span from backend development and automation to web design and database management, making him a versatile asset in any tech project.
|
||||
|
|
Loading…
Reference in a new issue