Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianburlaos authored Jun 11, 2024
1 parent 5ce18da commit 2b6168c
Showing 1 changed file with 70 additions and 40 deletions.
110 changes: 70 additions & 40 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
</ul>
</div>
<div class="nav-button">
<button class="btn">Download CV <i class="uil uil-file-alt"></i></button>
<a href="RESUME.pdf" download>
<button class="btn">Download CV <i class="uil uil-file-alt"></i></button>
</a>
</div>
<div class="nav-menu-btn">
<i class="uil uil-bars" onclick="myMenuFunction()"></i>
Expand All @@ -58,7 +60,7 @@
<section class="featured-box" id="home">
<div class="featured-text">
<div class="featured-text-card">
<span>Fabian Burlaos</span>
<span>Engr.Fabian Burlaos</span>
</div>
<div class="featured-name">
<p>I'm <span class="typedText"></span></p>
Expand All @@ -70,14 +72,33 @@
</div>
<div class="featured-text-btn">
<button class="btn blue-btn">Hire Me</button>
<button class="btn">Download CV <i class="uil uil-file-alt"></i></button>
</div>
<div class="social_icons">
<div class="icon"><i class="uil uil-instagram"></i></div>
<div class="icon"><i class="uil uil-linkedin-alt"></i></div>
<div class="icon"><i class="uil uil-dribbble"></i></div>
<div class="icon"><i class="uil uil-github-alt"></i></div>
<a href="RESUME.pdf" download>
<button class="btn">Download CV <i class="uil uil-file-alt"></i></button>
</a>
</div>
<div class="social_icons">
<div class="icon">
<a href="https://instagram.com/yourusername" target="_blank" rel="noopener noreferrer">
<i class="uil uil-instagram"></i>
</a>
</div>
<div class="icon">
<a href="https://linkedin.com/in/yourusername" target="_blank" rel="noopener noreferrer">
<i class="uil uil-linkedin-alt"></i>
</a>
</div>
<div class="icon">
<a href="https://dribbble.com/yourusername" target="_blank" rel="noopener noreferrer">
<i class="uil uil-dribbble"></i>
</a>
</div>
<div class="icon">
<a href="https://www.facebook.com/Engr.Fabian.Burlaos" target="_blank" rel="noopener noreferrer">
<i class="uil uil-facebook-f"></i>
</a>
</div>
</div>

</div>
<div class="featured-image">
<div class="image">
Expand All @@ -98,54 +119,63 @@
<h1>About Me</h1>
</div>
<div class="row">
<div class="col">
<div class="about-info">
<img src="assets/images/avatar.png" alt="Your Picture">
<div>
<h3>My introduction</h3>
<p>I am well-versed in HTML, CSS and JavaScript, and other cutting edge
frameworks and libraries, which allows me to implement interactive features.
Additionally, I have experience working with content management systems (CMS) like
WordPress.
</p>
</div>
</div>
</div>
<div class="col">
<div class="about-info">
<h3>My introduction</h3>
<div class="skills-box">
<div class="skills-header">
<h3>Frontend</h3>
</div>
<p>I am well-versed in HTML, CSS and JavaScript , and other cutting edge
frameworks and libraries,which allows me to implement interactive features.
Additionally, I have experirence working with content management systems (CMS) like
WordPress.
</p>
<div class="about-btn">
<button class="btn">Download CV <i class="uil uil-import"></i></button>
</div>
<div class="skills-box">
<div class="skills-header">
<h3>Backend</h3>
</div>
<p>I am well-versed in HTML, CSS and JavaScript , and other cutting edge
frameworks and libraries,which allows me to implement interactive features.
Additionally, I have experirence working with content management systems (CMS) like
WordPress.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="skills-box">
<div class="skills-header">
<h3>Frontend</h3>
</div>
<div class="skills-list">
<span>HTML</span>
<span>CSS</span>
<span>Bootstrap</span>
<span>JavaScript</span>
<span>Vue</span>
<span>React</span>
<span>Angular</span>
</div>
<p>I am well-versed in HTML, CSS and JavaScript , and other cutting edge
frameworks and libraries,which allows me to implement interactive features.
Additionally, I have experirence working with content management systems (CMS) like
WordPress.
</p>
</div>
<div class="skills-box">
<div class="skills-header">
<h3>Backend</h3>
</div>
<div class="skills-list">
<span>PHP</span>
<span>JAVA</span>
<span>Python</span>
<span>C++</span>
</div>
</div>
<div class="skills-box">
<div class="skills-header">
<h3>Database</h3>
</div>
<div class="skills-list">
<span>MySQL</span>
<span>PostgreSQL</span>
<span>MongoDB</span>
</div>
<p>I am well-versed in HTML, CSS and JavaScript , and other cutting edge
frameworks and libraries,which allows me to implement interactive features.
Additionally, I have experirence working with content management systems (CMS) like
WordPress.
</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -219,7 +249,7 @@ <h2>Find Me <i class="uil uil-corner-right-down"></i></h2>
<div class="middle-footer">
<ul class="footer-menu">
<li class="footer_menu_list">
<a href="#home">Home</a>
<a href="Home">Home</a>
</li>
<li class="footer_menu_list">
<a href="#about">About</a>
Expand All @@ -239,7 +269,7 @@ <h2>Find Me <i class="uil uil-corner-right-down"></i></h2>
<div class="icon"><i class="uil uil-github-alt"></i></div>
</div>
<div class="bottom-footer">
<p>Copyright &copy; <a href="#home" style="text-decoration: none;">John Doe</a> - All rights reserved</p>
<p>Copyright &copy; <a href="Home" style="text-decoration: none;">John Doe</a> - All rights reserved</p>
</div>
</footer>

Expand Down

0 comments on commit 2b6168c

Please sign in to comment.