diff --git a/css/stylesheet.css b/css/stylesheet.css
index 7d0d1e8..03a52e1 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -5,6 +5,7 @@ html{
html,body{
background: #282828;
+/* background: #ECEFF4; /* Nord */
font-family: 'Open Sans', sans-serif;
}
@@ -17,12 +18,14 @@ html,body{
/* Text */
h1, h2, h3, h4, h5{
color: #98971a;
+/* color: #3B4252; /* Nord */
font-weight: bold;
margin: 0.25em 0;
}
p{
color: #a89984;
+/* color: #3B4252; /* Nord */
margin: 0.5em 0;
}
@@ -88,6 +91,7 @@ section, article{
footer{
margin: 0 auto;
text-align: center;
+ margin-bottom: 0.5em;
}
footer p{
@@ -144,6 +148,10 @@ nav a:hover{
color: #d78821;
}
+.content{
+ padding-bottom: 2em;
+}
+
.content-list section{
width: 49.5%;
display: inline-block;
diff --git a/includes/header.html b/includes/header.html
index f2d9301..fcc981d 100644
--- a/includes/header.html
+++ b/includes/header.html
@@ -5,7 +5,9 @@
Aney's Homepage
-
+
+
+
@@ -15,12 +17,12 @@
Aney
diff --git a/pages/donate.html b/pages/donate.html
index 5c12b4c..5c826f2 100644
--- a/pages/donate.html
+++ b/pages/donate.html
@@ -14,7 +14,9 @@
Links and Addresses
If you have decided to help me out, please donate with one of the links, or addresses below.
- Etherium: 0x71d70Cc9FC05e846757B98602797Bcd3EE45A5E8
+ Paypal: Here
+ Etherium: 0x72CDDc2260BFc1EaEf37d48c8Da6d96fFc05eb32
+ Bitcoin: 1EMExZpg8TUW2uq91v4c6mBYeRdzFNvkK4
BAT: If you use Brave Browser, tip with the built in button
diff --git a/pages/tech.html b/pages/tech.html
index 58b2f84..8689c03 100644
--- a/pages/tech.html
+++ b/pages/tech.html
@@ -20,7 +20,9 @@
Windows 10
Ryzen 5 2600X
16GB DDR4 RAM
+ 512GB EVO 970 NVME
120GB SSD
+ 1TB HDD
Vega 64
@@ -34,9 +36,9 @@
Peripherals
The other stuff I use with my laptop/PC
+ Thinkpad Dock
Razer Blackwidow Lite, Keyboard
Logitech MX Master, Wireless Mouse
- Any old earbuds, so long as they sound okay.
BENQ Monitor. 1600x900, with a monitor stand.
diff --git a/www/blog.html b/www/blog.html
index 04bebfe..a689938 100644
--- a/www/blog.html
+++ b/www/blog.html
@@ -5,7 +5,7 @@
Aney's Homepage
-
+
@@ -15,12 +15,12 @@
Aney
diff --git a/www/blog/post.html b/www/blog/post.html
index 4331c22..f4fd37c 100644
--- a/www/blog/post.html
+++ b/www/blog/post.html
@@ -5,7 +5,7 @@
Aney's Homepage
-
+
@@ -15,12 +15,12 @@
Aney
diff --git a/www/css/style.css b/www/css/style.css
index eb64aaf..0a20bbd 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -53,6 +53,7 @@ html{
html,body{
background: #282828;
+/* background: #ECEFF4; /* Nord */
font-family: 'Open Sans', sans-serif;
}
@@ -65,12 +66,14 @@ html,body{
/* Text */
h1, h2, h3, h4, h5{
color: #98971a;
+/* color: #3B4252; /* Nord */
font-weight: bold;
margin: 0.25em 0;
}
p{
color: #a89984;
+/* color: #3B4252; /* Nord */
margin: 0.5em 0;
}
@@ -136,6 +139,7 @@ section, article{
footer{
margin: 0 auto;
text-align: center;
+ margin-bottom: 0.5em;
}
footer p{
@@ -192,6 +196,10 @@ nav a:hover{
color: #d78821;
}
+.content{
+ padding-bottom: 2em;
+}
+
.content-list section{
width: 49.5%;
display: inline-block;
@@ -203,3 +211,16 @@ d79921 yellow
689d6a aqua
458588 blue*
purple b16286 */
+@media screen and (max-device-width: 480px){
+ .main{
+
+ }
+
+ h1,h2,h3,h4,h5,p{
+ text-align: center;
+ }
+
+ .content-list section{
+ width: 100%;
+ }
+}
diff --git a/www/donate.html b/www/donate.html
index 049529d..9d3494e 100644
--- a/www/donate.html
+++ b/www/donate.html
@@ -5,7 +5,9 @@
Aney's Homepage
-
+
+
+
@@ -15,12 +17,12 @@
Aney
@@ -42,7 +44,9 @@
Links and Addresses
If you have decided to help me out, please donate with one of the links, or addresses below.
- Etherium: 0x71d70Cc9FC05e846757B98602797Bcd3EE45A5E8
+ Paypal: Here
+ Etherium: 0x72CDDc2260BFc1EaEf37d48c8Da6d96fFc05eb32
+ Bitcoin: 1EMExZpg8TUW2uq91v4c6mBYeRdzFNvkK4
BAT: If you use Brave Browser, tip with the built in button
diff --git a/www/index.html b/www/index.html
index 190d359..4f02c6b 100644
--- a/www/index.html
+++ b/www/index.html
@@ -5,7 +5,9 @@
Aney's Homepage
-
+
+
+
@@ -15,12 +17,12 @@
Aney
diff --git a/www/tech.html b/www/tech.html
index 12d06e9..700d4bb 100644
--- a/www/tech.html
+++ b/www/tech.html
@@ -5,7 +5,9 @@
Aney's Homepage
-
+
+
+
@@ -15,12 +17,12 @@
Aney
@@ -48,7 +50,9 @@
Windows 10
Ryzen 5 2600X
16GB DDR4 RAM
+ 512GB EVO 970 NVME
120GB SSD
+ 1TB HDD
Vega 64
@@ -62,9 +66,9 @@
Peripherals
The other stuff I use with my laptop/PC
+ Thinkpad Dock
Razer Blackwidow Lite, Keyboard
Logitech MX Master, Wireless Mouse
- Any old earbuds, so long as they sound okay.
BENQ Monitor. 1600x900, with a monitor stand.