Skip to content

Instantly share code, notes, and snippets.

View Limelight-Management-Group's full-sized avatar

Limelight Management Group Limelight-Management-Group

View GitHub Profile
@Limelight-Management-Group
Limelight-Management-Group / index.html
Created April 20, 2020 23:49
VetsinTech Web Dev Pre-Work Task // source https://jsbin.com/vixajir
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>VetsinTech Web Dev Pre-Work Task</title>
<style id="jsbin-css">
#pageTitle{
margin-bottom: 50px;
}
@Limelight-Management-Group
Limelight-Management-Group / index.html
Created April 10, 2020 02:35
VetsinTech Web Dev Pre-Work Task // source https://jsbin.com/vixajir
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>VetsinTech Web Dev Pre-Work Task</title>
<style id="jsbin-css">
#pageTitle{
margin-bottom: 50px;
}
@Limelight-Management-Group
Limelight-Management-Group / job.md
Last active June 9, 2017 21:32
The word for today is 'J-O-B', job!

Hired-learning

This is my attempt to become more prepared for employment.


Wayne Banks

My name is Wayne Banks, and I am full stack software engineer with over 3 years of web development experience. I wanted to spend some time and make sure that I was as prepared as possible for my next role. Being able to code is important, once you get the job. This week was about getting prepared to get hired.

Thank you for visiting my repo. This is my attempt to get hired. Seems like it is going well. I'll follow up...


My Sauce to Find a Boss :

Wayne Banks II

San Francisco, CA. | (415)-368-5495 | Waynebanks13@gmail.com


Projects

“The Limelight-App” https://limelight-app.herokuapp.com

“Waynes-World” https://waynes-world.herokuapp.com / Contains all deployed projects

"The Mentor App" https://the-mentor-app.herokuapp.com/ First Open source project created!

// Setup
function abTest(a, b) {
// Only change code below this line
// Only change code above this line
return Math.round(Math.pow(Math.sqrt(a) + Math.sqrt(b), 2));
}