diff --git a/homepage.css b/homepage.css index fe7554e..766acb0 100644 --- a/homepage.css +++ b/homepage.css @@ -1,19 +1,50 @@ +body{ + background-image: url('https://i.pinimg.com/originals/d6/c3/ac/d6c3ac09021dbc0cda8ee27837d2c795.png') +} +h1{ + background-color: aqua; + margin-bottom: 0px; +} +.navBar ul{ + +} .navBar ul li{ float: left; display: block; - padding: 8px; - background-color: #ad3737; + padding: 0px; + background-color: rgb(156,49,45,.5); + border-top: 3px black solid; + border-bottom: 3px black solid; + border-right: 3px black solid; +} +.navBar ul li:first-child{ + border-left: 3px black solid; +} +.navBar ul li:hover{ + background-color: rgb(156,49,45,.8); +} +.navBar ul li a{ + color: white; + padding: 40px; + line-height: 30px; +} +.navBar{ + margin-bottom: 40px; +} +.foreground{ + position: absolute; + margin-left: -10px; + padding-left: 10px; + width:110%; + background-color: rgb(156,49,45,.5); +} +img{ + margin: 10px; +} +p{ + color: #ffffff; } a { - color: #4337ad; + color: #a0a0a0a0; text-decoration: none; } -a:visited { - color: #b3b3b3; -} -a:hover { - color: #535353; -} -a:active { - color: #000000; -} \ No newline at end of file diff --git a/index.html b/index.html index fab7788..4f42a45 100644 --- a/index.html +++ b/index.html @@ -6,34 +6,38 @@ -

Andrew Simonson

-
-

A biography

-

I'm primarily an extremely forgetful person - who, when productive, rewrites fate in favor of my own - short-term interests, or rather, whatever half-assed mistake - results from the attempt.

-

When I'm not losing my mindwasting time, - you can find me building discord bots, playing chess, - or actually exercising, doing things like, idk, playing - racquetball or soccer.

-

I'm a first year student at Rochester Institute of Technology - in the Computing Exploration program. I'm from Hagerstown, - Maryland. +

+

+
+

A biography

+

I'm primarily an extremely forgetful person + who, when productive, rewrites fate in favor of my own + short-term interests, or rather, whatever half-assed mistake + results from the attempt.

+

When I'm not losing my mindwasting time, + you can find me building discord bots, playing chess, + or actually exercising, doing things like, idk, playing + racquetball or soccer.

+

I'm a first year student at Rochester Institute of Technology + in the Computing Exploration program. I'm from Hagerstown, + Maryland.

- - My github profile picture -

My Github

-
-

Instagram: @an_a.simonson

-

RIT Email: abs1907@rit.edu

-

Informal Email: asimonson1125@gmail.com

+ + My github profile picture +

My Github

+
+

Instagram: @an_a.simonson

+

RIT Email: abs1907@rit.edu

+

Informal Email: asimonson1125@gmail.com

+
\ No newline at end of file diff --git a/src/blackCircutBG.png b/src/blackCircutBG.png new file mode 100644 index 0000000..785e9d2 Binary files /dev/null and b/src/blackCircutBG.png differ diff --git a/src/fox-mikael-gustafsson.gif b/src/fox-mikael-gustafsson.gif new file mode 100644 index 0000000..6dc7fac Binary files /dev/null and b/src/fox-mikael-gustafsson.gif differ diff --git a/src/grey.jpeg b/src/grey.jpeg new file mode 100644 index 0000000..5479079 Binary files /dev/null and b/src/grey.jpeg differ diff --git a/src/smallMemory.jpeg b/src/smallMemory.jpeg new file mode 100644 index 0000000..8032174 Binary files /dev/null and b/src/smallMemory.jpeg differ diff --git a/src/space.jpeg b/src/space.jpeg new file mode 100644 index 0000000..bc4257e Binary files /dev/null and b/src/space.jpeg differ diff --git a/test.java b/test.java new file mode 100644 index 0000000..f50678a --- /dev/null +++ b/test.java @@ -0,0 +1,5 @@ +class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +} \ No newline at end of file