<head>
<!-- Meta Data -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel = "stylesheet" type = "text/css" href = "assets/css/styles.css" />
<title>Nick Morrow - Resume</title>
</head>
<body>
<!-- Bootstrap -->
<div class = "container-fluid">
<!-- Wrapper -->
<div id = "wrapper">
<!-- Navigation -->
<nav class = "navbar navbar-expand-md sticky-top shadow bg-success navbar-dark">
<!-- Home | About Me | Projects | Education | Contact -->
<!-- Collapse Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ol class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="resume.html">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://piedesert.github.io/">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="contactMe.html">Contact Me</a>
</li>
</ol>
</div>
</nav>
<!-- body -->
<div id = "body" class = "row">
<div class = "col-lg-12">
<h2>About Me:</h2>
<p>I am a Graduate from Northwest Missouri State University in the class of 2018. As a software engineer I am always looking for innovative and inventive ways to solve different and ever-changing problems.</p>
<p>I have experiences working with both computer hardware and software. I have experience with design tools such as Adobe Photoshop and Dreamweaver; programming IDEs like Visual Studio, Netbeans, and IntelliJ; database diagramming and design with SQL; and various programming languages: C, C++, C#, Python, Java, Javascript HTML, and CSS. I have experienced scrum and agile development cycles with a team first hand and understand how to plan an appropriate project scope with the ability to adjust to changes along the way. I have a solid foundational understanding of data structures to build upon. I have interpersonal skills that allow me to bridge the gap between the technical side of development and the business side. I am a very trainable person and I am not afraid to ask questions to clarify my work to ensure high quality and efficiency. I learn quickly and am ready for the challenges that new opportunities bring.</p>
<p>Please contact me at (816)277-5963 or email me at [email protected] if you have any questions or comments. Thank you for your time and I look forward to hearing from you.</p>
</div>
</div> <!-- </Body Div> -->
<!-- Footer -->
<footer class = "p-4 bg-dark text-center shadow align-top" id = "footStyle">
<div class="row">
<div class = "col-sm-12">
<span class="text-muted">Copyright © 2018 Nicholas Glenn Morrow</span><br />
<p class="text-muted">-- Last Updated --<br />July 01, 2021</p> <!-- Update Frequently -->
</div>
</div>
</footer>
</div> <!-- </wrapper> -->
</div> <!-- </container-fluid> -->
<!-- Javascript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
</body>