diff --git a/index.html b/index.html index b7baff4..00b3d71 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,11 @@ -
+
➜ bmaul@terminal ~ $
cat about-me.txt
-
+
+ diff --git a/main.css b/main.css index a395741..4b8e6dc 100644 --- a/main.css +++ b/main.css @@ -13,6 +13,10 @@ font-weight: 500; } +li { + margin: 10px 0; +} + a.photo::after { content: ""; display: block; @@ -75,11 +79,18 @@ footer { } .wikipedia:hover { - color: #FFFFFF + color: #ffffff } .github:hover { - color: #000000; + background: linear-gradient(180deg, #f5f5f5, #6f6f6f); /* Define your gradient here */ + -webkit-background-clip: text; + background-clip: text; + color: transparent; +} + +.linkedin:hover { + color: #0077b5 } .youtube:hover { @@ -91,11 +102,11 @@ footer { } .stack-overflow:hover { - color: #FF9900; + color: #ff9900; } .swift-forums:hover { - color: #FF5723 + color: #ff5723 } diff --git a/skills.html b/skills.html new file mode 100644 index 0000000..34a159b --- /dev/null +++ b/skills.html @@ -0,0 +1,139 @@ + + + + + + Brandon Maul's Skills + + + + +
+ ➜ bmaul@terminal + ~/skills $ +
cat abilities.md
+
+ +
+ +
+

Apple Developer Tools

+ +
+ + +
+

Remote APIs

+ +
+ + +
+

Third Party Frameworks / Tools

+ +
+ + +
+

Enterprise Skills

+ +
+ + +
+

Leadership Abilities

+ +
+ + +
+

Other Technologies

+ +
+ + +
+

Design Patterns

+ +
+ + +
+

App Distribution

+ +
+ + +
+

Also Proficient At…

+ +
+
+ +
+ $ + + cd .. + +
+ + + + + \ No newline at end of file