Skip to content

Commit

Permalink
feat(sites): adds a portfolio template, update's my portfolio and add…
Browse files Browse the repository at this point in the history
…s libreria template
  • Loading branch information
CPetruzzo committed Jun 10, 2024
1 parent 1304219 commit 940bc9c
Show file tree
Hide file tree
Showing 17 changed files with 791 additions and 164 deletions.
41 changes: 41 additions & 0 deletions editoriallibreriacivica/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Editorial Librería Cívica</title>
<link rel="stylesheet" href="style_editoriallibreriacivica.css">
</head>
<body>
<header>
<h1>Editorial Librería Cívica</h1>
</header>
<main>
<div class="search-bar">
<label for="search">Buscar:</label>
<input type="text" id="search" placeholder="Buscar...">
</div>
<div class="book-list" id="book-list">
<div class="book">
<div class="img-placeholder">img</div>
<div class="book-title">Usucapión</div>
<button>Ir</button>
</div>
<div class="book">
<div class="img-placeholder">img</div>
<div class="book-title">Derecho penal. Parte general. Donna</div>
<button>Ir</button>
</div>
<div class="book">
<div class="img-placeholder">img</div>
<div class="book-title">Derecho penal. Parte General. Creus</div>
<button>Ir</button>
</div>
</div>
</main>
<footer>
<a href="#">→ Publícala</a>
</footer>
<script src="script_editoriallibreriacivica.js"></script>
</body>
</html>
21 changes: 21 additions & 0 deletions editoriallibreriacivica/script_editoriallibreriacivica.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
document.addEventListener('DOMContentLoaded', function() {
const searchInput = document.getElementById('search');
const bookList = document.getElementById('book-list');
const books = bookList.getElementsByClassName('book');

searchInput.addEventListener('input', function() {
const filter = searchInput.value.toLowerCase();
const filterWords = filter.split(' ');

Array.from(books).forEach(function(book) {
const title = book.getElementsByClassName('book-title')[0].textContent.toLowerCase();
const matches = filterWords.every(word => title.includes(word));

if (matches) {
book.style.display = '';
} else {
book.style.display = 'none';
}
});
});
});
103 changes: 103 additions & 0 deletions editoriallibreriacivica/style_editoriallibreriacivica.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #2D3E50;
color: #FFFFFF;
display: flex;
flex-direction: column;
align-items: center;
}

header {
background-color: #1B2735;
width: 100%;
padding: 20px 0;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

header h1 {
margin: 0;
font-size: 24px;
}

main {
flex: 1;
width: 100%;
max-width: 800px;
padding: 20px;
box-sizing: border-box;
}

.search-bar {
display: flex;
justify-content: center;
margin-bottom: 20px;
}

.search-bar label {
margin-right: 10px;
}

.search-bar input {
width: 100%;
max-width: 400px;
padding: 10px;
border: none;
border-radius: 5px;
}

.book-list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 20px;
}

.book {
background-color: #1B2735;
border-radius: 10px;
padding: 10px;
text-align: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
width: 150px;
}

.img-placeholder {
background-color: #34495E;
border-radius: 5px;
padding: 40px 0;
margin-bottom: 10px;
}

.book-title {
margin-bottom: 10px;
}

button {
background-color: #34495E;
border: none;
color: #FFFFFF;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}

button:hover {
background-color: #3B5998;
}

footer {
background-color: #1B2735;
width: 100%;
padding: 10px 0;
text-align: center;
box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
}

footer a {
color: #FFFFFF;
text-decoration: none;
font-size: 18px;
}
Binary file modified files/CV_FACUNDO_WEGHER_OSCI_EN.pdf
Binary file not shown.
Binary file added imagenesCabana/alojamiento_background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/adventurer1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/adventurer2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/player1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 50 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,23 @@ <h2 class="title__subtitle" style="font-weight: bolder;">Game Programmer</h2>
</article>
</section>
</header>


<main>
<!--
<section style="background-color: #183354; mask-image: radial-gradient(black, transparent);">
<div style="background-color: #183354; margin-bottom: 0; padding-bottom: 0;">
<br><br>
</div>
<svg class="separator" xmlns="http://www.w3.org/2000/svg" width="100%" height="120" viewBox="0.2 0 178 30"
preserveAspectRatio="none" style="background-color: rgb(25, 25, 25)">
<g transform="translate(-14.514284,-115.36352)">
<path id="path1" style="fill:#4074b5;"
d="m 14.74107,115.49581 h 178.02679 v 30.61607 h -29.10417 v -12.47321 h -10.58333 v -8.31548 h -13.98512 v 13.98512 h -20.41072 v -13.98512 h -8.31547 v 7.18155 h -7.18155 v 10.9613 H 85.422617 v -10.9613 H 68.791666 V 121.54343 H 51.40476 v 15.875 H 29.860117 v -9.82739 h -8.693452 v -7.55952 h -6.520089 v -4.53571 z" />
<path id="path2" style="fill:#183354;"
d="M 14.741071,112.54762 H 192.76786 v 30.61607 H 163.66369 V 130.69048 H 153.08036 V 122.375 h -13.98512 v 13.98512 H 118.68452 V 122.375 h -8.31547 v 7.18155 h -7.18155 v 10.9613 H 85.422617 v -10.9613 H 68.791666 V 118.59524 H 51.40476 v 15.875 H 29.860118 v -9.82739 h -8.693452 v -7.55952 h -6.520089 v -4.53571 z" />
</g>
</svg>
</section> -->
<section class="wow fadeInUp section cover-letter" id="about" data-aos="fade-zoom-in" data-aos-easing="ease-in-back"
data-aos-duration="1200
" data-aos-offset="0">
Expand Down Expand Up @@ -115,8 +129,8 @@ <h2 class="section__title">
rel="noopener noreferrer" title="Instagram">
<div class="nav-social__icon nav-social__icon-ig"></div>
</a>
<a class="nav-social-link" href="https://www.linkedin.com/in/facundo-ignacio-wegher-osci-45612814b/"
target="_blank" rel="noopener noreferrer" title="LinkedIn">
<a class="nav-social-link" href="https://www.linkedin.com/in/facundo-ignacio-wegher-osci/" target="_blank"
rel="noopener noreferrer" title="LinkedIn">
<div class="nav-social__icon nav-social__icon-in"></div>
</a>
</nav>
Expand All @@ -126,6 +140,7 @@ <h2 class="section__title">
</article>
</section>

<!--#region SKILLS -->
<section class="wow fadeInUp section skills" id="skills" data-aos="fade-zoom-in" data-aos-easing="ease-in-back"
data-aos-duration="1200
" data-aos-offset="0">
Expand All @@ -140,7 +155,9 @@ <h2 class="section__title">Skills</h2>
</p>
</section>

<!-- SKILLS -->
<!-- #endregion -->

<!--#region SKILLScontainer -->
<section class="skillscontainer">
<div class="eachskillcontainer">

Expand Down Expand Up @@ -283,6 +300,8 @@ <h2 class="section__title">Skills</h2>

</div>
</section>
<!-- #endregion -->


<section data-aos="fade-zoom-in" data-aos-easing="ease-in-back" data-aos-duration="1200
" data-aos-offset="0" class="wow fadeInUp section experience" id="experience">
Expand Down Expand Up @@ -378,6 +397,13 @@ <h2 class="section__title">
<a href="https://cpetruzzo.github.io/AnAdventurersFate/" class="nav-link"> Go to the game!</a><br>
<a href="https://cpetruzzo.github.io/DisenioWeb/files/app-debug-2.apk" class="nav-link"> Download it's android
version!</a>
<!-- FALLRUN -->
<li>
<img src="./images/player1.png" alt="fallrungame" srcset="">
</li>
<a href="https://fallrungame.netlify.app/" class="nav-link"> Play the game!</a><br>
<!-- <a href="https://cpetruzzo.github.io/DisenioWeb/files/app-debug-2.apk" class="nav-link"> Download it's android -->
<!-- version!</a> -->

<!-- PORTFOLIO ANGULAR -->
<li>
Expand All @@ -397,10 +423,10 @@ <h2 class="section__title">
</li>
<a href="https://sparkly-crisp-736a93.netlify.app/" class="nav-link"> React App - Shopping Cart</a>
<!-- TICTACTOE -->
<li>
<!-- <li>
<img src="./images/tictactoe.webp" alt="tictactoe" srcset="">
</li>
<a href="https://eclectic-mousse-c82d5b.netlify.app/" class="nav-link"> React App - Tic Tac Toe </a>
<a href="https://eclectic-mousse-c82d5b.netlify.app/" class="nav-link"> React App - Tic Tac Toe </a> -->
<!-- TWITTERCARDS -->
<li>
<img src="./images/twitterclone.webp" alt="twittercards" srcset="">
Expand All @@ -409,6 +435,23 @@ <h2 class="section__title">
</ul>
<br>
</section>
<!--
<section class="section examples">
<ul class="examples__list">
<li>
<iframe width="560" height="202" src="https://www.bandlab.com/embed/?id=e1fe61ca-beff-ed11-907c-6045bd31b313"
frameborder="0" allowfullscreen></iframe>
</li>
</ul>
<ul class="examples__list">
<li>
<iframe width="560" height="202" src="https://www.bandlab.com/embed/?id=5f159eba-8400-ee11-907c-6045bd31b313"
frameborder="0" allowfullscreen></iframe>
</li>
</ul>
</section> -->

<section class="section contact" id="contact">
<h2 class="section__title">Contact Me</h2>
Expand Down Expand Up @@ -464,7 +507,6 @@ <h4 class="footer__name">
<script>
AOS.init();
</script>

</body>

</html>
8 changes: 7 additions & 1 deletion index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ <h3 class="experience__desc__title"> Programador de videojuegos Jr.</h3>
<h3 class="experience__desc__title"> Director de Bromatología</h3>
<a class="link link" href="https://www.parana.gob.ar/" target="_blank" rel="noopener noreferrer">Municipalidad
de Paraná - Entre Ríos - Argentina</a>
<span>A cargo de las tareas de Bromatología de Paraná, inspecciones, habilitaciones de locales comerciales del rubro alimenticio, laboratorio, capacitaciones, convenios y gestión del área.</span>
<span>A cargo de las tareas de Bromatología de Paraná, inspecciones, habilitaciones de locales comerciales del
rubro alimenticio, laboratorio, capacitaciones, convenios y gestión del área.</span>
</div>
<span class="experience__date">2020 - 2023</span>
<div class="experience__desc">
Expand Down Expand Up @@ -389,6 +390,11 @@ <h2 class="section__title">
<a href="https://cpetruzzo.github.io/DisenioWeb/files/app-debug-2.apk" class="nav-link"> Descarga su versión
para android!</a>

<!-- FALLRUN -->
<li>
<img src="./images/player1.png" alt="fallrungame" srcset="">
</li>
<a href="https://fallrungame.netlify.app/" class="nav-link"> Prueba el juego!</a><br>
<!-- PORTFOLIO ANGULAR -->
<li>
<img src="./images/portfolioArgProg.webp" alt="argprograma" srcset="">
Expand Down
Loading

0 comments on commit 940bc9c

Please sign in to comment.