diff --git a/index.html b/index.html index 261de01..da251c1 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,8 @@ + + diff --git a/new/index.html b/new/index.html index cb1a413..59a8312 100644 --- a/new/index.html +++ b/new/index.html @@ -2,6 +2,7 @@ Welcome to Gadget Guy + @@ -12,11 +13,13 @@ } h1, h2, h3 { font-weight: 200; + margin-bottom: 0.25rem; } body { background-color: #111; background-image: url("flame.jpg"); background-size: cover; + background-attachment: fixed; min-height: 100%; } .container { @@ -32,8 +35,12 @@ margin-bottom: 0; } ul { - list-style-type: none; + margin-top: 0.25rem; } + .centre { + text-align: center; + margin: 0 auto; + } @media only screen and (max-width: 768px) { .container { margin: 1rem 0; @@ -43,19 +50,25 @@ +
-

Arona Jones

-

Developer • Science Enthusiast • Writer

+
+ +

Arona Jones

+

Developer - Science Enthusiast - Writer

+

Self-styled Eccentric Gentleman. I'm passionate about science and writing, especially writing about science.

+

My works

Third-party stuff I recommend

-

Handmade by Oscar Nardone. No third-party libraries or code were used.

+

Handmade by Oscar Nardone. No third-party libraries or code were used. Oscar Nardone is not responsible for the content on this site.

diff --git a/new/logo.png b/new/logo.png new file mode 100644 index 0000000..7bb29a9 Binary files /dev/null and b/new/logo.png differ