diff --git a/index.php b/index.php index d4d380e..8eca9cb 100755 --- a/index.php +++ b/index.php @@ -12,16 +12,9 @@
-

My name is Luke Ogburn, and I'm a full stack web developer. I'm attending - JMU to major in Computer Science, and I'm going to study abroad if I can. - I have recently started to use github, which you should definitely check out! I'm very interested in concepts like cryptography and decentralization. My favorite idea is federation and I'm always on the lookout for new ways to explore the technologies being developed. +

My name is Luke Ogburn, and I'm a software developer studying Computer Science at James Madison University. I'm interested in technologies that give power to the common people, such as encryption and federation. I'm always on the lookout for new ideas or projects that fit this category. On that note, I am a strong supporter of open source. I also practice what I preach: almost all of my code is available on my Github and is licensed under the GNU GPLv3. On the flip side, I also despise those who seek to control others, such as the Chinese Communist Party, or even the United State's own far-overreaching practices.

- -
+

CONNECT

diff --git a/style-dark.css b/style-dark.css index 29d032b..a6b3278 100755 --- a/style-dark.css +++ b/style-dark.css @@ -8,3 +8,4 @@ #moonImg{ filter: invert(100%) opacity(60%); } + diff --git a/style-light.css b/style-light.css index 1a5aa7c..ab4fb6b 100755 --- a/style-light.css +++ b/style-light.css @@ -6,4 +6,5 @@ } #moonImg{ filter: opacity(60%); -} \ No newline at end of file +} + diff --git a/style.css b/style.css index 6667c6a..f61277c 100755 --- a/style.css +++ b/style.css @@ -190,3 +190,4 @@ a:hover{ right: 25px; } } +