-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
53 lines (41 loc) · 2.02 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html></html>
<head>
<title>My Information</title>
<link rel="stylesheet" type="text/css" href="resume-style.css" media="screen">
</head>
<body data-new-gr-c-s-check-loaded="14.1195.0" data-gr-ext-installed="">
<header>
<div class="header">
<div class="header-Left">
<a href="index.html" class="logo">My Information</a>
</div>
<div class="header-Right">
<a href="about.html">About</a>
<a href="services.html">Services</a>
<a class="active" href="resume.html">Resume</a>
<a href="testimony.html">Testimony</a>
<a href="index.html">Home</a>
</div>
</div>
</header>
<section>
<h1>Resume</h1>
<h2>Name:Jhandie A. Sumihay</h2>
<h2>Sex:Male | Age:18y/o</h2>
<h2>Address:Arendelle</h2>
<h2></h2>
<h2> 0912345678</h2>
<h4> Summary</h4>
<h5>A highly motivated and eager young professional with a strong work ethic and a desire to learn and grow. Seeking to contribute to a dynamic and challenging environment where my skills in Making a snowman can be utilized to achieve organizational goals.
</h5>
<h4> Skills</h4>
<h5>Communication: Excellent written and verbal communication skills, adept at conveying information clearly and concisely.
Problem-solving: Strong analytical and critical thinking skills, able to identify and solve complex problems efficiently.
Teamwork: Proven ability to collaborate effectively with others, fostering a positive and productive team environment.</h5>
</section>
<footer class="">
<div class="footer">
© Copyright <strong><span>Sample CV</span></strong>. All Rights Reserved
</div>
</footer>
</body>