-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (86 loc) · 3.93 KB
/
index.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WEBB1</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./reset.css">
</head>
<body>
<div class="container">
<div class="header-container">
<header>
<div class="img">
<img src="/img/Резюме.png" alt="">
</div>
<div class="contact">
CONTACT
</div>
<ul class="contact-ul">
<li>+123-456-789</li>
<li>[email protected]</li>
<li>www.reallygreatsite.com</li>
<li>123 Ahywhere ST., Any City</li>
</ul>
<div class="skills">
SKILLS
</div>
<ul class="skills-ul">
<li>Team Work</li>
<li>Time Management</li>
<li>Leadership</li>
<li>Verbal & Written
Communication
</li>
</ul>
<div class="language">
LANGUAGE
</div>
<ul class="language-ul">
<li>English</li>
<li>French</li>
<li>China</li>
<li>Spanish</li>
<li>Hindi</li>
</ul>
</header>
<main class="main">
<div class="section1">
<h2>
CARLY KAYES
</h2>
<h3>
CHIEF EXCLUSIVE OFFICE
</h3>
<h4>
PROFESSIONAL PROFILE
</h4>
<p class="about-me">
I am a growth hacker with 4+ years of experience in sales and marketing in the US market. Creative, sharp-minded person with leadership & coaching skills. Strong time-management skills and work ethic. Revenue- and results-driven.
</p>
</div>
<div class="section2">
<h2>
WORK EXPERIENCE
</h2>
<h3>CEO & President</h3>
<h4>April 2030 - June 2033</h4>
<p class="ceo">Effectively managed team of over 270 employees in 12 locations in 3 countries. Oversaw executive leadership, company training, and public relations with media. Developed intensive, ambitious business strategies, short-term goals, and long-term objectives. Spearheaded overhaul of various underperforming departments to reduce stagnation and increase growth and productivity. Fostered change in company culture to be more open, transparent, and accountable.</p>
<h5>Head Manager</h5>
<h6>January 2034 - April 2035</h6>
<p class="manager">Led team of 50 employees in a busy retail research and analysis firm. Oversaw the day-to-day operations, including meeting with team leaders and auditing activity. Implemented the push towards Artificial Intelligence and Machine Learning to aid in exponentially larger analysis tasks able to be completed. Ensured company was meeting all legal requirements and local regulations. Pushed for constant growth among management team and general staff, alike.</p>
</div>
<div class="section3">
<h2>
EDUCATION
</h2>
<h3>Really Great University 2028 - 2029</h3>
<p>MBA / Master of Business Administration (International Management)</p>
</div>
</main>
</div>
</div>
</body>
</html>