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

initial commit #9

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
3 changes: 3 additions & 0 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ img{
.skills__img{
border-radius: .5rem;
}
.skills__php{
width: 75%;
}

/* ===== WORK =====*/
.work__container{
Expand Down
Binary file added assets/img/press-1.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 assets/img/press.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/press2.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/press21.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/vax.pdf
Binary file not shown.
47 changes: 32 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<!-- =====BOX ICONS===== -->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<script src="https://code.iconify.design/2/2.2.1/iconify.min.js"></script>

<title>Portfolio website complete</title>
</head>
Expand All @@ -16,7 +17,7 @@
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">Marlon</a>
<a href="#" class="nav__logo">Mark</a>
</div>

<div class="nav__menu" id="nav-menu">
Expand All @@ -39,19 +40,19 @@
<!--===== 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">Mark</span><br> Web Developer</h1>

<a href="#" class="button">Contact</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/mark-anthony-udarbe-4a73a2151/" class="home__social-icon" target="_blank"><i class='bx bxl-linkedin'></i></a>
<!-- <a href="" class="home__social-icon"><i class='bx bxl-behance' ></i></a> -->
<a href="https://github.com/IamMark19" class="home__social-icon" target="_blank"><i class='bx bxl-github' ></i></a>
</div>

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

Expand All @@ -61,11 +62,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/press-1.jpg" alt="">
<a href="assets/img/vax.pdf">download</a>
</div>

<div>
<h2 class="about__subtitle">I'am Marlon</h2>
<h2 class="about__subtitle">I'am Mark</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>
</div>
</div>
Expand All @@ -78,7 +80,8 @@ <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">
Web developers create and maintain websites. They are also responsible for the site's technical aspects, such as its performance and capacity, which are measures of a website's speed and how much traffic the site can handle. In addition, web developers may create content for the site.</p>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-html5 skills__icon'></i>
Expand All @@ -105,7 +108,7 @@ <h2 class="skills__subtitle">Profesional Skills</h2>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-javascript skills__icon' ></i>
<i class='bx bxl-javascript bx-spin-hover skills__icon' ></i>
<span class="skills__name">JAVASCRIPT</span>
</div>
<div class="skills__bar skills__js">
Expand All @@ -115,10 +118,24 @@ <h2 class="skills__subtitle">Profesional Skills</h2>
<span class="skills__percentage">65%</span>
</div>
</div>

<div class="skills__data">
<div class="skills__names">
<span class="iconify-inline skills__icon" data-icon="bxl:php"></span>
<span class="skills__name">PHP</span>
</div>
<div class="skills__bar skills__php">

</div>
<div>
<span class="skills__percentage">75%</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>
<span class="iconify-inline skills__icon" data-icon="simple-icons:laravel"></span>
<span class="skills__name">Laravel</span>
</div>
<div class="skills__bar skills__ux">

Expand Down Expand Up @@ -170,21 +187,21 @@ <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">Mark</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>
</div>
<p>&#169; 2020 copyright all right reserved</p>
<p>&#169; 2022 copyright all right reserved</p>
</footer>


Expand Down