Skip to content

Commit

Permalink
changing links to repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
ValenMorales committed Mar 1, 2024
1 parent 49bb438 commit 762a5ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/projects.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ main::before {
}
}

a {
.project-details a {
width: 10rem;
text-align: center;
margin: 2em 0 0;
Expand All @@ -51,7 +51,7 @@ a {
animation: aparecer1 2s ease 1 backwards;
}

a:hover {
.project-details a:hover {
background: rgb(150, 0, 130);
color: white;
transform: scale(1.1);
Expand Down
18 changes: 12 additions & 6 deletions html/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ <h2>Features</h2>
</div>


<img src="../assets/icons8-github-60.png" class="git-hub" alt="git-hub-logo">
<a href="https://github.com/JustTwoDevs" target="_blank">
<img src="../assets/icons8-github-60.png" class="git-hub" alt="git-hub-logo">
</a>
</div>
<div class="gallery-wrap">
<div class="project-photos">
Expand All @@ -58,7 +60,7 @@ <h1>CodeBeaters</h1>
</p>


<a href="https://codebeaters.com" target="_blank">View Project</a>
<a href="https://github.com/JustTwoDevs" target="_blank">View Project</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -87,7 +89,9 @@ <h2>Features</h2>
<img src="../assets/css-3.png" alt="css-logo">

</div>
<img src="../assets/icons8-github-60.png" class="git-hub" alt="git-hub-logo">
<a href="https://github.com/ValenMorales/RestFood" target="_blank">
<img src="../assets/icons8-github-60.png" class="git-hub" alt="git-hub-logo">
</a>
</div>
<div class="gallery-wrap">
<div class="project-photos">
Expand All @@ -114,7 +118,7 @@ <h1>Restfood</h1>

</p>

<a href="https://codebeaters.com" target="_blank">View Project</a>
<a href="https://github.com/ValenMorales/RestFood" target="_blank">View Project</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -144,7 +148,9 @@ <h2>Features</h2>
<img src="../assets/piton (1).png" alt="python-logo">

</div>
<img src="../assets/icons8-github-60.png" class="git-hub" alt="git-hub-logo">
<a href="https://github.com/ValenMorales/final-proyect" target="_blank">
<img src="../assets/icons8-github-60.png" class="git-hub" alt="git-hub-logo">
</a>
</div>
<div class="gallery-wrap">
<div class="project-photos">
Expand Down Expand Up @@ -175,7 +181,7 @@ <h1>Data Structures</h1>
and graphos
</p>

<a href="https://codebeaters.com" target="_blank">View Project</a>
<a href="https://github.com/ValenMorales/final-proyect" target="_blank">View Project</a>
</div>
</div>
</section>
Expand Down

0 comments on commit 762a5ba

Please sign in to comment.