Skip to content
Open

Info #17

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
46 changes: 22 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Orbit - Bootstrap 4 Resume/CV Template for Developers</title>
<title>Maritza Cieza</title>

<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive HTML5 Resume/CV Template for Developers">
<meta name="description" content="Maritza Cieza">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
Expand All @@ -17,57 +17,53 @@
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/orbit-1.css">
<link id="theme-style" rel="stylesheet" href="assets/css/orbit-4.css">
</head>

<body>
<div class="wrapper">
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile" src="assets/images/profile.png" alt="" />
<h1 class="name">Alan Doe</h1>
<h3 class="tagline">Full Stack Developer</h3>
<h1 class="name">Maritza Cieza</h1>
<h3 class="tagline">Systems Engineer</h3>
</div><!--//profile-container-->

<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><i class="fas fa-envelope"></i><a href="mailto: yourname@email.com">alan.doe@website.com</a></li>
<li class="phone"><i class="fas fa-phone"></i><a href="tel:0123 456 789">0123 456 789</a></li>
<li class="email"><i class="fas fa-envelope"></i><a href="mailto: yourname@email.com">maritza.cieza@outlook.com</a></li>
<li class="phone"><i class="fas fa-phone"></i><a href="tel:+51 926343178">+51 926343178</a></li>
<li class="website"><i class="fas fa-globe"></i><a href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/orbit-free-resume-cv-bootstrap-theme-for-developers/" target="_blank">portfoliosite.com</a></li>
<li class="linkedin"><i class="fab fa-linkedin-in"></i><a href="#" target="_blank">linkedin.com/in/alandoe</a></li>
<li class="linkedin"><i class="fab fa-linkedin-in"></i><a href="#" target="_blank">linkedin.com/in/maritzacieza</a></li>
<li class="github"><i class="fab fa-github"></i><a href="#" target="_blank">github.com/username</a></li>
<li class="twitter"><i class="fab fa-twitter"></i><a href="https://twitter.com/3rdwave_themes" target="_blank">@twittername</a></li>
<li class="twitter"><i class="fab fa-twitter"></i><a href="https://twitter.com/3rdwave_themes" target="_blank">@maritza.cieza</a></li>
</ul>
</div><!--//contact-container-->
<div class="education-container container-block">
<h2 class="container-block-title">Education</h2>
<div class="item">
<h4 class="degree">MSc in Computer Science</h4>
<h5 class="meta">University of London</h5>
<div class="time">2011 - 2012</div>
</div><!--//item-->
<div class="item">
<h4 class="degree">BSc in Applied Mathematics</h4>
<h5 class="meta">Bristol University</h5>
<div class="time">2007 - 2011</div>
<h4 class="degree">BSc in Information Systems Engineering</h4>
<h5 class="meta">Peruvian University of Applied Science</h5>
<div class="time">2012 - 2019</div>
</div><!--//item-->

</div><!--//education-container-->

<div class="languages-container container-block">
<h2 class="container-block-title">Languages</h2>
<ul class="list-unstyled interests-list">
<li>English <span class="lang-desc">(Native)</span></li>
<li>French <span class="lang-desc">(Professional)</span></li>
<li>Spanish <span class="lang-desc">(Professional)</span></li>
<li>Spanish<span class="lang-desc">(Native)</span></li>
<li>English <span class="lang-desc">(Professional)</span></li>
<li>Italian<span class="lang-desc">(Basic)</span></li>
</ul>
</div><!--//interests-->

<div class="interests-container container-block">
<h2 class="container-block-title">Interests</h2>
<ul class="list-unstyled interests-list">
<li>Climbing</li>
<li>Snowboarding</li>
<li>Cooking</li>
<li>Toy Collecting</li>
<li>Reading</li>
<li>Animation</li>
</ul>
</div><!--//interests-->

Expand All @@ -78,7 +74,9 @@ <h2 class="container-block-title">Interests</h2>
<section class="section summary-section">
<h2 class="section-title"><span class="icon-holder"><i class="fas fa-user"></i></span>Career Profile</h2>
<div class="summary">
<p>Summarise your career here lorem ipsum dolor sit amet, consectetuer adipiscing elit. You can <a href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/orbit-free-resume-cv-bootstrap-theme-for-developers/" target="_blank">download this free resume/CV template here</a>. Aenean commodo ligula eget dolor aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu.</p>
<p>Hello World!👩🏻‍💻

I am a growth-minded and creative systems engineer with expertise in a diverse range of technologies. I have a very good ability to learn and adapt to unfamiliar technology, this means that learning any other programming languages or tool would be no problem. Passion for data analytics, software development and social media. When I am not coding, I can be found watching sci-fi films or listening to Alexandre Desplat.</p>
</div><!--//summary-->
</section><!--//section-->

Expand Down