diff --git a/README.md b/README.md deleted file mode 100644 index a011f6f..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# dollerbill.github.io \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..8c805d1 --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + + + + + + + + Billy Cropley + + + +
+

Billy Cropley

+

billycropley@gmail.com | GitHub | LinkedIn

+ +
+

Summary

+ Experienced software engineer with 6+ years of expertise in Ruby on Rails and related frameworks. Specializes in healthcare, fintech, and logistics applications. Skilled in full-stack development and API integration. Recently promoted from Senior Software Engineer to Team Lead due to demonstrated leadership and technical expertise. +
+
+ +
+

Professional Experience

+

Lead Server Engineer | Cognoa, Oct 2023 – Present

+ +

Software Engineer | Airspace, Oct 2021 – Aug 2023

+ +

Software Engineer/ Project Technical Lead | PrimeTrust, Jul 2019 - Oct 2021

+ +
+
+ +
+

Education

+

Bachelor of Arts, Focus in Film Editing | University of Nevada, Las Vegas, 2007 - 2011

+
+
+ + diff --git a/main.css b/main.css new file mode 100644 index 0000000..b43af4b --- /dev/null +++ b/main.css @@ -0,0 +1,18 @@ +body { + margin: 2em; + max-width: 860px; + font-family: "Cambay", serif; +} + +h1 { + text-align: center; + color: #4F81BD; +} + +h2 { + color: #4F81BD; +} + +#contact { + text-align: center; +}