Skip to content

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianoJSB committed Apr 1, 2024
1 parent 0759884 commit ef046dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
13 changes: 3 additions & 10 deletions gaming.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
href="https://fonts.googleapis.com/css2?family=K2D:wght@700&family=KoHo&family=Montserrat&family=Open+Sans&display=swap"
rel="stylesheet"
/>
<!-- testing -->
<title>Gaming platform</title>
</head>
<body>
Expand All @@ -24,28 +23,22 @@ <h1>Gaming plat<span class="light-blue">fo</span>rm</h1>
<section class="gaming">
<article class="g1">
<p class="title">Treasure game</p>
<a href="src/proyects/Treasure-game/index.html">
<a href="src/proyects/Treasure game/index.html">
<img src="src/proyects-images/games/treasure.png" alt="treasure-game" title="treasure-game" class="images">
</a>
</article>
<article class="g2">
<p class="title">Square game</p>
<a href="src/proyects/Square-jump/index.html">
<a href="src/proyects/Square jump/index.html">
<img src="src/proyects-images/games/square.png" alt="square" title="square" class="images">
</a>
</article>
<article class="g3">
<p class="title">Memory game</p>
<a href="src/proyects/Memory-game/inicio.html">
<a href="src/proyects/Memory game/inicio.html">
<img src="src/proyects-images/games/memory-game.png" alt="memory-game" title="memory-game" class="images">
</a>
</article>
<article class="g4">
<p class="title">JuegaYa!</p>
<a href="http://juegosjardinavellaneda.infinityfreeapp.com/">
<img src="src/proyects-images/games/juegaya.png" alt="juegaya" title="juegaya" class="images">
</a>
</article>
</section>
</main>
</body>
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Software Developer</h2>
<div class="projectsContent">
<article class="p1">
<h3>Flit Application</h3>
<p>Multiplatform finance mobile app useful for keeping track of your cash (only code)</p>
<p>Multiplatform finance mobile app useful for keeping track of your cash (only code). It's a collaborative work</p>
<div class="stack">
<div id="react">
<i class="fa-brands fa-react" style="color: #fff; font-size: 1em"></i>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h3>Flit Application</h3>
</article>
<article class="p2">
<h3>CMF Engines</h3>
<p>The perfect e-commerce for colectors and car lovers</p>
<p>The perfect e-commerce for colectors and car lovers. It's a collaborative work</p>
<div class="stack">
<div id="html">
<i class="fa-brands fa-html5" style="color: #fff; font-size: 1em"></i>
Expand Down Expand Up @@ -141,7 +141,7 @@ <h3>CMF Engines</h3>
</article>
<article class="p3">
<h3>CMF 3D</h3>
<p>An Entrepreneurship landing page. This is an CMF engines provider</p>
<p>An Entrepreneurship landing page. This is an CMF engines provider. It's a collaborative work</p>
<div class="stack">
<div id="html">
<i class="fa-brands fa-html5" style="color: #fff; font-size: 1em"></i>
Expand All @@ -168,7 +168,7 @@ <h3>CMF 3D</h3>
</article>
<article class="p4">
<h3>CMF Engines C.R.U.D</h3>
<p>Desktop application that works as C.R.U.D of CMF engines articles (only code)</p>
<p>Desktop application that works as C.R.U.D of CMF engines articles (only code). It's a collaborative work</p>
<div class="stack">
<div id="html">
<i class="fa-brands fa-java" style="color: #fff; font-size: 1em"></i>
Expand All @@ -191,7 +191,7 @@ <h3>CMF Engines C.R.U.D</h3>
</article>
<article class="p5">
<h3>Formula 1 API</h3>
<p>Formula 1 API consumption, contains rankings, schedule and drivers information</p>
<p>Formula 1 API consumption, contains rankings, schedule and drivers information. It's a collaborative work</p>
<div class="stack">
<div id="html">
<i class="fa-brands fa-html5" style="color: #fff; font-size: 1em"></i>
Expand Down
Binary file modified src/proyects-images/gaming.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions styles/gaming.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,14 @@ p{

.g1,
.g2,
.g3,
.g4{
.g3{
margin: 20px;
padding: 10px;
}

.g1 img:hover,
.g2 img:hover,
.g3 img:hover,
.g4 img:hover{
.g3 img:hover{
box-shadow: 0 0.15rem 0.4rem rgba(0,0,0,.3);
transform: scale(0.97);
}
Expand Down

0 comments on commit ef046dc

Please sign in to comment.