108 lines
4.2 KiB
HTML
108 lines
4.2 KiB
HTML
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Christopher Edwards</title>
|
|
<script defer data-domain="chrisedwards.tech" src="https://metric1.chrisedwards.tech/js/plausible.js"></script>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="stylesheet" href="/menu/menu.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<script defer src="/menu/menu.js"></script>
|
|
<div id="navContainer"></div>
|
|
<div id="col">
|
|
|
|
|
|
<div id="col1">
|
|
<!---->
|
|
<div style="background-color: white; width: 15vw; display: flex; justify-content: center; padding: 15px">
|
|
<img id="img" src="chris.jpg" alt="Chris Edwards">
|
|
</div>
|
|
<div id="info">
|
|
<p>CONTACT</p>
|
|
<hr>
|
|
<ul id="contact">
|
|
<li id="tell">
|
|
<a href="tel:203-583-5665">203.583.5665</a>
|
|
</li>
|
|
<br>
|
|
<li id="mail">
|
|
<a href="mailto:chris@chrisewards.tech">chris@chrisedwards.tech</a>
|
|
</li>
|
|
</ul>
|
|
<p>SKILLS</p>
|
|
<hr>
|
|
<ul id="skills">
|
|
<li>AWS</li>
|
|
<li>Networking</li>
|
|
<li>Git/Github</li>
|
|
<li>bash</li>
|
|
<li>mongoDB</li>
|
|
<li>Relational Databases</li>
|
|
</ul>
|
|
<p>CODE</p>
|
|
<hr>
|
|
<ul id="skills">
|
|
<li>HTML</li>
|
|
<li>CSS</li>
|
|
<li>javaScript</li>
|
|
<li>ExpressJS</li>
|
|
<li>ReactJS</li>
|
|
<li>PHP</li>
|
|
<li>MATLAB</li>
|
|
</ul>
|
|
<p>EDUCATION</p>
|
|
<hr>
|
|
<ul>
|
|
<li>Full Stack Web Developer Certification |</li>
|
|
<br>
|
|
<li>
|
|
Southern Careers Institute powered by Woz-U |
|
|
</li>
|
|
|
|
<li>Oct 2019 - Aug 2020</li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
<div id="col2">
|
|
<p id="name">CHRISTOPHER EDWARDS</p>
|
|
<p id="pitch">SELF-MOTIVATED AND DETERMINED DEVELOPER</p>
|
|
<div id="summery">
|
|
<p class="head">PROFESSIONAL PROFILE</p>
|
|
<hr>
|
|
<p>A certified Full Stack Web Developer and motivated Jr. Web Developer with a passion to build innovative apps in our growing tech world. My foundations are front end development and design with knowledge of javaScript, React JS, HTML, And CSS. Growing in leadership and continuously learning new technologies, coding languages, and frameworks are my fundamental desires.</p>
|
|
|
|
<p class="head">RELEVANT WORK EXPERIENCE</p>
|
|
<hr>
|
|
<h3 class="sm_head">
|
|
Manager/Balloon Artist
|
|
</h3>
|
|
<p>Beach Party Balloons | Milford, CT | Apr 2017 - Present </p>
|
|
<p>Manage team of skilled balloon artists <br>
|
|
Created e-store for online presence and allow for online ordering <br>
|
|
Built time clock and inventory apps<br>
|
|
SSL certificate deployment and creation for websites</p>
|
|
<hr>
|
|
<h3 class="sm_head">Retail Manager</h3>
|
|
<p> Progressive Retail Managment | Bridgeport, CT | May 2018 - Aug 2019 </p>
|
|
<p>
|
|
In charge of employee scheduling<br>
|
|
Created a friendly environment for customers to shop <br>
|
|
Assisted with computer, network, and set top box issues <br>
|
|
Handled store ordering and inventory control
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |