Merge pull request 'Merge pull request 'main' (#1) from React-Group/react-typescript-test:main into main' (#4) from sageTheDm/react-typescript-test:main into main
Reviewed-on: https://interstellardevelopment.org/code/code/React-Group/react-typescript-test/pulls/4
This commit is contained in:
commit
4e2654bee3
2 changed files with 22 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
/* Basic body styling */
|
||||
body {
|
||||
background: #f4f4f4 url(/img/image.png) no-repeat center/cover fixed;
|
||||
background: #f4f4f4 url(/react/img/image.png) no-repeat center/cover fixed;
|
||||
color: #333;
|
||||
line-height: 1.6;
|
||||
display: flex;
|
||||
|
|
|
@ -13,8 +13,13 @@ 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" />
|
||||
<a
|
||||
href="https://interstellardevelopment.org/code/Patrick_Pluto"
|
||||
className="card-link"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<img src="react/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.
|
||||
|
@ -23,8 +28,13 @@ const Home = () => {
|
|||
</div>
|
||||
|
||||
<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" />
|
||||
<a
|
||||
href="https://interstellardevelopment.org/code/sageTheDm"
|
||||
className="card-link"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<img src="react/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.
|
||||
|
@ -33,8 +43,13 @@ const Home = () => {
|
|||
</div>
|
||||
|
||||
<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" />
|
||||
<a
|
||||
href="https://interstellardevelopment.org/code/YasinOnm08"
|
||||
className="card-link"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<img src="react/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