Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,15 @@ img{
z-index: var(--z-back);
}
.skills__html{
width: 95%;
width: 70%;
}
.skills__css{
width: 85%;
width: 60%;
}
.skills__js{
width: 65%;
width: 70%;
}
.skills__ux{
.skills__python{
width: 85%;
}
.skills__img{
Expand Down Expand Up @@ -428,8 +428,6 @@ img{
}
.work__container{
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2,1fr);
column-gap: 2rem;
}
.contact__form{
width: 360px;
Expand Down
Binary file removed assets/img/about.jpg
Binary file not shown.
Binary file added assets/img/about.png
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 assets/img/agila.png
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 assets/img/alliance.png
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 assets/img/favicon.png
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 assets/img/iploy.jpeg
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 assets/img/perfil.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 removed assets/img/perfil.png
Binary file not shown.
Binary file removed assets/img/work4.jpg
Binary file not shown.
Binary file removed assets/img/work5.jpg
Binary file not shown.
Binary file removed assets/img/work6.jpg
Binary file not shown.
66 changes: 28 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" href="assets/img/favicon.png">

<!-- =====BOX ICONS===== -->
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<link href='https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css' rel='stylesheet'>

<title>Portfolio website complete</title>
<title>Christian Diez</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">Marlon</a>
<a href="#" class="nav__logo">Christian</a>
</div>

<div class="nav__menu" id="nav-menu">
Expand All @@ -39,19 +40,18 @@
<!--===== HOME =====-->
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title">Hi,<br>I'am <span class="home__title-color">Marlon</span><br> Web Designer</h1>
<h1 class="home__title">Hi,<br>I am <span class="home__title-color">Christian</span><br>Aspiring Web Developer</h1>

<a href="#" class="button">Contact</a>
<a href="#" class="button">Resume</a>
</div>

<div class="home__social">
<a href="" class="home__social-icon"><i class='bx bxl-linkedin'></i></a>
<a href="" class="home__social-icon"><i class='bx bxl-behance' ></i></a>
<a href="" class="home__social-icon"><i class='bx bxl-github' ></i></a>
<a href="https://www.linkedin.com/in/christian-diez-7a39821a1/" class="home__social-icon"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/rcjdiv" class="home__social-icon"><i class='bx bxl-github' ></i></a>
</div>

<div class="home__img">
<img src="assets/img/perfil.png" alt="">
<img class="gwapo" src="assets/img/perfil.jpg" alt="">
</div>
</section>

Expand All @@ -61,12 +61,12 @@ <h2 class="section-title">About</h2>

<div class="about__container bd-grid">
<div class="about__img">
<img src="assets/img/about.jpg" alt="">
<img src="assets/img/about.png" alt="">
</div>

<div>
<h2 class="about__subtitle">I'am Marlon</h2>
<p class="about__text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptate cum expedita quo culpa tempora, assumenda, quis fugiat ut voluptates soluta, aut earum nemo recusandae cumque perferendis! Recusandae alias accusamus atque.</p>
<h2 class="about__subtitle">I am Christian</h2>
<p class="about__text">Being a Full Stack Web Developer is my dream and that I am currently pursuing that dream of mine. I like to play chess, play video games, and watch anime/series/movies during my free time.</p>
</div>
</div>
</section>
Expand All @@ -78,7 +78,7 @@ <h2 class="section-title">Skills</h2>
<div class="skills__container bd-grid">
<div>
<h2 class="skills__subtitle">Profesional Skills</h2>
<p class="skills__text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Velit optio id vero amet, alias architecto consectetur error eum eaque sit.</p>
<p class="skills__text">I have been practicing my skills in Web Development through Udemy courses that i have took and through different resources aswell.</p>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-html5 skills__icon'></i>
Expand All @@ -88,7 +88,7 @@ <h2 class="skills__subtitle">Profesional Skills</h2>

</div>
<div>
<span class="skills__percentage">95%</span>
<span class="skills__percentage">70%</span>
</div>
</div>
<div class="skills__data">
Expand All @@ -100,7 +100,7 @@ <h2 class="skills__subtitle">Profesional Skills</h2>

</div>
<div>
<span class="skills__percentage">85%</span>
<span class="skills__percentage">60%</span>
</div>
</div>
<div class="skills__data">
Expand All @@ -112,15 +112,15 @@ <h2 class="skills__subtitle">Profesional Skills</h2>

</div>
<div>
<span class="skills__percentage">65%</span>
<span class="skills__percentage">70%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxs-paint skills__icon'></i>
<span class="skills__name">UX/UI</span>
<i class='bx bxl-python skills__icon'></i>
<span class="skills__name">PYTHON</span>
</div>
<div class="skills__bar skills__ux">
<div class="skills__bar skills__python">

</div>
<div>
Expand All @@ -137,26 +137,17 @@ <h2 class="skills__subtitle">Profesional Skills</h2>

<!--===== WORK =====-->
<section class="work section" id="work">
<h2 class="section-title">Work</h2>
<h2 class="section-title">Work Experience</h2>

<div class="work__container bd-grid">
<div class="work__img">
<img src="assets/img/work1.jpg" alt="">
</div>
<div class="work__img">
<img src="assets/img/work2.jpg" alt="">
</div>
<div class="work__img">
<img src="assets/img/work3.jpg" alt="">
</div>
<div class="work__img">
<img src="assets/img/work4.jpg" alt="">
<img src="assets/img/alliance.png" alt="">
</div>
<div class="work__img">
<img src="assets/img/work5.jpg" alt="">
<img src="assets/img/agila.png" alt="">
</div>
<div class="work__img">
<img src="assets/img/work6.jpg" alt="">
<img src="assets/img/iploy.jpeg" alt="">
</div>
</div>
</section>
Expand All @@ -170,21 +161,20 @@ <h2 class="section-title">Contact</h2>
<input type="text" placeholder="Name" class="contact__input">
<input type="mail" placeholder="Email" class="contact__input">
<textarea name="" id="" cols="0" rows="10" class="contact__input"></textarea>
<input type="button" value="Enviar" class="contact__button button">
<input type="button" value="Submit" class="contact__button button">
</form>
</div>
</section>
</main>

<!--===== FOOTER =====-->
<footer class="footer">
<p class="footer__title">Marlon</p>
<p class="footer__title">Christian</p>
<div class="footer__social">
<a href="#" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
<a href="#" class="footer__icon"><i class='bx bxl-instagram' ></i></a>
<a href="#" class="footer__icon"><i class='bx bxl-twitter' ></i></a>
<a href="https://www.facebook.com/chaanxchan/" class="footer__icon"><i class='bx bxl-facebook' ></i></a>
<a href="https://www.instagram.com/rcjdiv/" class="footer__icon"><i class='bx bxl-instagram' ></i></a>
</div>
<p>&#169; 2020 copyright all right reserved</p>
<p>&#169; 2021 copyright all right reserved</p>
</footer>


Expand Down