-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
86 lines (86 loc) · 2.81 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
<!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>Edy Segura - Software Engineer</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="wrapper flex">
<aside>
<img src="images/profile.jpg" alt="Edy Segura's picture" />
<h1>Edy Segura</h1>
<h2>Software Engineer</h2>
<ul class="links">
<li><img src="images/globle.svg" /> www.edysegura.com</li>
<li><img src="images/globle.svg" /> [email protected]</li>
<li><img src="images/globle.svg" /> 420-222-1412</li>
<li><img src="images/globle.svg" /> SRS, Brazil</li>
</ul>
<p>
5+ years of social media management experience focused largely on
Facebook, Twitter, LinkedIn, and Pinterest. Adept at studying and
understanding brands from both a marketing and business perspective,
resulting in the ability to work with little need for direct
management. Successfully grown engaged subscriber bases by an average
of 12.5% per month and translated that growth into 15% average revenue
increases for both B2B and B2C clients.
</p>
<h3>Skills</h3>
<ul class="skills">
<li>Figma</li>
<li>Adobe Photoshop</li>
<li>Adobe Illustrator</li>
<li>Sketch</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Java</li>
</ul>
<h3>Language</h3>
<ul class="language">
<li>
<span>Persian</span>
<span>Native</span>
</li>
<li>
<span>English</span>
<span>Fluent</span>
</li>
<li>
<span>Spanish</span>
<span>Fluent</span>
</li>
<li>
<span>Russian</span>
<span>Intermediate</span>
</li>
</ul>
<h3>References</h3>
<ul class="references">
<li><img src="images/linkedin.svg" /> www.linkedin.com/in/edysegura</li>
</ul>
</aside>
<section>
<h2>Education</h2>
<ul>
<li>
<span>
Business Administration<br />
<span>University of New York</span>
</span>
<span>2006 - 2010, New York, NY</span>
</li>
</ul>
</section>
</div>
</body>
</html>