Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ValenMorales committed Mar 4, 2024
1 parent e631f25 commit feeb7e5
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 28 deletions.
21 changes: 18 additions & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,24 @@ function redirigir() {
window.location.href = "html/projects.html";
}


function rest_food(){
window.location.href = "projects/RestFood/index.html";
window.location.href = "https://github.com/ValenMorales/RestFood";
}
function sharability(){
window.location.href = "projects/sharability/home/index.html";
}
window.location.href = "https://github.com/ValenMorales/practice";
}

function codebeaters()
{
window.location.href = "https://github.com/JustTwoDevs";
}

function chatapp()
{
window.location.href = "https://github.com/ValenMorales/chat-app";
}

function datastructures(){
window.location.href = "https://github.com/ValenMorales/final-proyect";
}
55 changes: 30 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ <h2 class="h2">ABOUT ME</h2>
like to learn and face new challenges.
</p>
<p class="p">
I have a B1 level in the English language, with strong reading and
I have a B2 level in the English language, with strong reading and
listening comprehension skills.
I also have a A2 level in the Portuguese language.
</p>
<ul class="rrss">
<li class="li">
Expand Down Expand Up @@ -150,7 +151,7 @@ <h2 class="h2">ABOUT ME</h2>
</li>
<li class="li">
<a
href="#"
href="#contact"
class="a"
title="nombre"
rel="noopener noreferrer"
Expand Down Expand Up @@ -418,21 +419,7 @@ <h2>MY PROJECTS</h2>
<div class="slider" id="proyectos">

<div class="list">
<div class="item active">
<img src="assets/sockets.png" alt="chat-app-preview" />
<div class="content">
<h2>Chat App</h2>
<p>
Web page of instant messaging, where users can register, log in,
search and add friends, create groups and send messages
</p>
<div class="item-buttons">


<button onclick="redirigir()" class="more">Read More</button>
</div>
</div>
</div>

<div class="item">
<img src="assets/codebeaters.png" alt="code-beaters-preview"/>
<div class="content">
Expand All @@ -443,8 +430,9 @@ <h2>Code-beaters</h2>
</p>
<div class="item-buttons">


<button onclick="redirigir()" class="more">Read More</button>
<button onclick="codebeaters()"class="project">View Project</button>
<button onclick="redirigir()" class="more">Read More </button>

</div>
</div>
</div>
Expand All @@ -471,7 +459,23 @@ <h2>Data Structures</h2>
</p>
<div class="item-buttons">

<button onclick="redirigir()" class="more">Read More</button>
<button onclick="datastructure()"class="project">View Project</button>
<button onclick="redirigir()" class="more">Read More </button>
</div>
</div>
</div>
<div class="item active">
<img src="assets/sockets.png" alt="chat-app-preview" />
<div class="content">
<h2>Chat App</h2>
<p>
Web page of instant messaging, where users can register, log in,
search and add friends, create groups and send messages
</p>
<div class="item-buttons">

<button onclick="chatapp()"class="project">View Project</button>

</div>
</div>
</div>
Expand All @@ -485,7 +489,7 @@ <h2>Sharability</h2>
</p>
<div class="item-buttons">
<button onclick="sharability()" class="project">View Project</button>
<button onclick="redirigir()" class="more">Read More</button>

</div>
</div>
</div>
Expand All @@ -497,10 +501,7 @@ <h2>Sharability</h2>
</div>
<!-- thumbnail -->
<div class="thumbnail">
<div class="item active">
<img src="assets/sockets.png" alt="chat-app-preview" />
<div class="content">Chat App</div>
</div>

<div class="item">
<img src="assets/codebeaters.png" alt="code-beaters-preview" />
<div class="content">Code Beaters</div>
Expand All @@ -513,6 +514,10 @@ <h2>Sharability</h2>
<img src="assets/data-structure.jpg" alt="data-structure-preview"/>
<div class="content">Data Structure</div>
</div>
<div class="item active">
<img src="assets/sockets.png" alt="chat-app-preview" />
<div class="content">Chat App</div>
</div>
<div class="item">
<img src="assets/sharability.png" alt="sharability-preview" />
<div class="content">Sharability</div>
Expand Down

0 comments on commit feeb7e5

Please sign in to comment.