Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteDev committed Apr 10, 2023
1 parent 3bd1896 commit 13aa034
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 23 deletions.
3 changes: 3 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ nav p {
nav ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
list-style: none;
gap: 2rem;
}
Expand Down Expand Up @@ -189,6 +190,7 @@ a:hover {
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
align-items: center;
align-content: center;
gap: 3rem;
Expand Down Expand Up @@ -219,6 +221,7 @@ a:hover {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
padding: 5rem;
gap: 5rem;
}
Expand Down
2 changes: 1 addition & 1 deletion css/index.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
@import "./partials/_port";
@import "./partials/_myskills";
@import './partials/_contact';
@import "./partials/_media";

1 change: 1 addition & 0 deletions css/partials/__contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
padding: 5rem;
gap: 5rem;
}
Expand Down
2 changes: 2 additions & 0 deletions css/partials/__media.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@media screen and (min-width: 480px) {
}
1 change: 1 addition & 0 deletions css/partials/__myskills.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
align-items: center;
align-content: center;
gap: 3rem;
Expand Down
1 change: 1 addition & 0 deletions css/partials/__nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ nav p{
nav ul{
display: flex;
flex-direction: row;
flex-wrap: wrap;
list-style: none;
gap: 2rem;
}
Expand Down
Binary file added img/Avatar-Garce-tematico-bellaka2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 9 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
<nav>
<img
class="nav__img"
src="./img/Avatar-Garce-tematico-bellaka.jpg"
src="./img/Avatar-Garce-tematico-bellaka2.jpg"
alt=""
/>
<h1>Dev. Andrés García</h1>
<p>Front End Jr.</p>
<ul class="nav__ul">
<li><a href="#about__me">About me</a></li>
<li><a href="#">Briefcase</a></li>
<li><a href="">Skills</a></li>
<li><a href="">Contact</a></li>
<li><a href="#briefcase">Briefcase</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<svg
preserveAspectRatio="none"
Expand All @@ -55,17 +55,12 @@ <h1>Dev. Andrés García</h1>
<div class="about__info">
<h2 id="about__me">About Me</h2>
<p>
Mi nombre es Andrés García Chávez, originario de Ensenada, Baja
California. México. Soy un desarrollador Front End jr, apasionado
por la tecnología y nuevos aprendizajes, tambien soy productor
audiovisual y me apasiona la musica. Mis mayores cualidades son ser
responsable, proactivo, ordenado y dedidaco a lo que hago. Manejo
tecnologías como Html, CSS, JavaScript, Sass, Swift, SwiftUi.
My name is Andrés García Chávez, I am 23 years old, originally from Ensenada, Baja California. Mexico. I am a Front End jr developer, with 1 year of self-taught experience, passionate about technology and new learning, I am currently studying the Full Stack Developer career at Coder House, my level of English is currently basic, I am also an audiovisual producer and I am passionate about music. My greatest qualities are to be responsible, proactive, orderly and dedicated to what I do. I handle technologies such as Html, CSS, JavaScript, Sass, and in learning: Swift, SwiftUi, mySQL.
</p>
</div>
</div>
</section>
<section .scale-up-center>
<section id="briefcase">
<main>
<div class="portafolio__container">
<h3>Portafolio</h3>
Expand Down Expand Up @@ -94,7 +89,7 @@ <h3>Portafolio</h3>
</div>
</main>
</section>
<section>
<section id="skills">
<div class="skills__container">
<h2>My Skills</h2>
<div class="skills__info">
Expand All @@ -120,19 +115,11 @@ <h2>My Skills</h2>
</svg>
</div>
</section>
<section>
<section id="contact">
<div class="contact__container">
<div class="contact__info">
<h2>Contact</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sit,
<br />
dignissimos nulla laborum atque minus quam mollitia ipsum nisi?
<br />
Tenetur consectetur, exercitationem aliquam fugit voluptatem natus
<br />
fuga reiciendis pariatur sint earum.
</p>
<p>Send me an email to acquire my services!.</p>
<img src="./img/Sending emails_Monochromatic.svg" alt="" />
</div>
<div class="contact__form">
Expand Down

0 comments on commit 13aa034

Please sign in to comment.