Updated Links and Replaced CV

This commit is contained in:
lukejelse04 2021-09-20 19:41:53 +01:00
parent 905f8d7afa
commit b37866675f
2 changed files with 9 additions and 8 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Luke Else - Junior Software Developer from Kent" /> <meta name="description" content="Luke Else - Junior Software Developer from Kent. I specialise in C# and dotnet development but also have experience in GoLang and Java Script (+ Node). I've been developing Apps and Backend Web-Systems since Early 2020 and have learned a lot of skills and experience on the way!" />
<meta name="author" content="" /> <meta name="author" content="" />
<title>Luke Else - Junior Software Developer</title> <title>Luke Else - Junior Software Developer</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" /> <link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
@ -77,7 +77,7 @@
<p class="lead mb-5">I am a Junior but well-practised Software Developer. I have a great passion for learning, especially in topics oriented around Software Development, Networks and Backend Engineering. I am constantly striving to learn more whilst pushing myself to explore new technologies!</p> <p class="lead mb-5">I am a Junior but well-practised Software Developer. I have a great passion for learning, especially in topics oriented around Software Development, Networks and Backend Engineering. I am constantly striving to learn more whilst pushing myself to explore new technologies!</p>
<div class="social-icons"> <div class="social-icons">
<a target="_blank" class="social-icon" href="https://www.linkedin.com/in/luke-else-a7183a205/"><i class="fab fa-linkedin-in"></i></a> <a target="_blank" class="social-icon" href="https://www.linkedin.com/in/luke-else-a7183a205/"><i class="fab fa-linkedin-in"></i></a>
<a target="_blank" class="social-icon" href="https://github.com/lukejelse04"><i class="fab fa-github"></i></a> <a target="_blank" class="social-icon" href="https://github.com/luke-else"><i class="fab fa-github"></i></a>
<a target="_blank" class="social-icon" href="https://www.instagram.com/lukejelse04/"><i class="fab fa-instagram"></i></a> <a target="_blank" class="social-icon" href="https://www.instagram.com/lukejelse04/"><i class="fab fa-instagram"></i></a>
<a target="_blank" class="social-icon" href="assets/Luke Else - CV.pdf"><i class="fas fa-file-download"></i></a> <a target="_blank" class="social-icon" href="assets/Luke Else - CV.pdf"><i class="fas fa-file-download"></i></a>
</div> </div>
@ -122,19 +122,19 @@
</div> </div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5"> <div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1"> <div class="flex-grow-1">
<h3 class="mb-0">Personalised Spotify Client</h3> <h3 class="mb-0">Hour Logging System</h3>
<div class="subheading mb-3">Spotify Client</div> <div class="subheading mb-3">Personal Project</div>
<p>This one is more of a personal project that allows me to learn more about and make use of a documented API. I will be staging the App as a website so that it can easily be accessed. I will also be trying to make a divide between the use of server and client side processing due to the limited resources I have available!</p> <p>This project is a web application designed to make an easy way for employees to log the hours that they are working. All they have to do is clock in at the start of the day and clock back out once they have finished. The app is being developed using ASP.Net 5 with MongoDB acting as a permanent data store for each user's data.</p>
</div> </div>
<div class="flex-shrink-0"><span class="text-primary"><a href="https://spotify.luke-else.com">spotify.luke-else.com</a></span></div> <div class="flex-shrink-0"><span class="text-primary"><a href="https://github.com/luke-else/Hour-Logging-System">GitHub</a></span></div>
</div> </div>
<div class="d-flex flex-column flex-md-row justify-content-between mb-5"> <div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1"> <div class="flex-grow-1">
<h3 class="mb-0">Flight Simulator EFB</h3> <h3 class="mb-0">Flight Simulator EFB</h3>
<div class="subheading mb-3">A-Level Project</div> <div class="subheading mb-3">A-Level Project</div>
<p>This project is probably one of the largest so far! It is designed for flight sim users to be able to brief and track their flights as well as giving them the ability to fetch relevant routes and charts with just the click of a button. The project is a part of my A-Level course and so is heavily documented at all stages throughout the analysis, design and production cycle. It has taught me a lot about the agile development ideology, something that will be really useful to apply to some of my next projects!</p> <p>This project is probably one of the largest so far! It is designed for flight sim users to be able to brief and track their flights as well as giving them the ability to fetch relevant routes and charts with just the click of a button. The project is a part of my A-Level course and thus is heavily documented at all stages of the application development life cycle. It has taught me a lot about the agile development ideology, something that will be really useful to apply to some of my next projects!</p>
</div> </div>
<div class="flex-shrink-0"><span class="text-primary"><a href="https://github.com/lukejelse04/FlightSimulatorIntergration">GitHub</a></span></div> <div class="flex-shrink-0"><span class="text-primary"><a href="https://github.com/Flight-Simulator-EFB">GitHub</a></span></div>
</div> </div>
</div> </div>
</section> </section>
@ -178,6 +178,7 @@
<li class="list-inline-item"><i data-toggle="tooltip" data-placement="bottom" title="HTML 5" class="fab fa-html5"></i></li> <li class="list-inline-item"><i data-toggle="tooltip" data-placement="bottom" title="HTML 5" class="fab fa-html5"></i></li>
<li class="list-inline-item"><i data-toggle="tooltip" data-placement="bottom" title="CSS 3" class="fab fa-css3-alt"></i></li> <li class="list-inline-item"><i data-toggle="tooltip" data-placement="bottom" title="CSS 3" class="fab fa-css3-alt"></i></li>
<li class="list-inline-item"><i data-toggle="tooltip" data-placement="bottom" title="Java Script" class="fab fa-js-square"></i></li> <li class="list-inline-item"><i data-toggle="tooltip" data-placement="bottom" title="Java Script" class="fab fa-js-square"></i></li>
<!-- <li class="list-inline-item"><i data-toggle="tooltip" data-placement="bottom" title="Golang" class="fab fa-golang"></i></li> -->
<li class="list-inline-item"><span data-toggle="tooltip" data-placement="bottom" title="C#" class="test-secondary">C#</span></li> <li class="list-inline-item"><span data-toggle="tooltip" data-placement="bottom" title="C#" class="test-secondary">C#</span></li>
<li class="list-inline-item"><span data-toggle="tooltip" data-placement="bottom" title="DotNet" class="test-secondary">.Net</span></li> <li class="list-inline-item"><span data-toggle="tooltip" data-placement="bottom" title="DotNet" class="test-secondary">.Net</span></li>
<!-- <!--