-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (75 loc) · 3.24 KB
/
index.html
File metadata and controls
91 lines (75 loc) · 3.24 KB
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
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="CSS/normalize.css">
<link rel="stylesheet" type="text/css" href="CSS/styles.css">
<link rel="stylesheet" type="text/css" href="CSS/materialize.css">
<title>Alejandro Cuellar's Website</title>
</head>
<body>
<main>
<header>
<h1 id="name">Alejandro Cuellar</h1>
</header>
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
<h2>Hello, I'm Alejandro!</h2>
<h3>Launchcode graduate and aspiring Software Developer.</h3>
<article>
<p>Throughout my professional career, I have had a lot of positions that have focused on Customer Service, Sales
and Systems administration. These positions have all helped me be the developer I am today. I am continuously
learning new technologies to improve my skills as a developer.</p>
<p>
<div class="positions">
<h4>
<ul><strong>The positions that have helped me the most are:</strong>
</h4>
</div>
<div class="director">
<li>Director of Business Development (March 2019 - Present Day)</li>
<ol>
<li>This position helped my confidence in being able to speak to people face to face.</li>
<li>Expanded my knowledge on Salesforce from a Sales perspective, how marketing works, and how the Sales
process works.</li>
<li>Taught me how to deal with contracts and RFPs(request for proposal).</li>
</ol>
<img src="images/3PL1.jpeg" alt="fulfillment center" height="300" width="400">
</div>
<div class='cx'>
<li>Client Experience Manager (March 2018 - March 2019)</li>
<ol>
<li>This position had the greatest influence on me. It helped me a lot with my public speaking and customer
service skills.</li>
<li>I learned proper email and phone etiquette.</li>
<li>Learned about multichannel customer service and how to multitask and work with many internal departments
to provide a great experience.</li>
</ol>
<img src='images/CX.jpg' alt="Customer Service" height="300" width="400">
</div>
<div class="admin">
<li>Systems Adminstrator (July 2014 - April 2017)</li>
<ol>
<li>This is where it first started! This is where my interest in Programming began. This position required me
to learn TASCOM programming which had some level of macros and syntax to learn.</li>
<li>Introduced me to SQL databases and how to update them within our systems</li>
<li>Learned how to work with deadlines and how to respond to bugs on the fly.</li>
</ol>
<img src='images/SystemsAdmin.jpg' alt="SystemsAdmin" height="300" width="400">
</div>
</ul>
</p>
</article>
</main>
<footer>
<p>Page by Slacker Code LLC ®</p>
<p>Email: Alejandrocuellar18@gmail.com</p>
<p>Phone: 954-471-8235</p>
</footer>
</body>
</html>