commit 3bf7c08caa97bbcd5f77bb2fd0252435170a04a5 Author: amolinae06 Date: Wed Mar 12 19:37:41 2025 -0600 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/aboutme.html b/aboutme.html new file mode 100644 index 0000000..ec3fe51 --- /dev/null +++ b/aboutme.html @@ -0,0 +1,25 @@ + + + + + + + + amolinae's website + + + +
+ +

About Me

+
+

Linux enthusiast.

+

Listen to Music.

+

The usual stuff.

+
+
+ [ Back ] +
+ + + diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..860e36f --- /dev/null +++ b/contact.html @@ -0,0 +1,31 @@ + + + + + + + + amolinae's website + + + +
+ +

Contact

+
+ +
+
+ [ Back ] +
+ + + diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..4af9aa1 Binary files /dev/null and b/favicon.png differ diff --git a/index.css b/index.css new file mode 100644 index 0000000..a61090a --- /dev/null +++ b/index.css @@ -0,0 +1,100 @@ +:root { + --primary-color: #feb938; + --secondary-color: #a3741d; + --card-bg-color: #101010; +} + +* { + margin: 0; + padding: 0; + user-select: none; + font-family: "Cousine", monospace; + font-style: normal; + font-weight: bold; + text-transform: uppercase; +} + +.crt { + content: " "; + display: block; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + background: linear-gradient(#12101000 50%, #00000040 50%), linear-gradient(90deg, #FF00000F, #00FF0005, #0000FF0F); + z-index: 2; + background-size: 100% 2px, 3px 100%; + pointer-events: none; +} + +body { + background: linear-gradient(0deg, #00020F 0%, #030416 50%, #020322 100%) no-repeat center fixed; + color: var(--primary-color); + text-shadow: 1px 1px 10px var(--primary-color); + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + height: 100vh; +} + +ul { list-style-type: none; margin-bottom: 2px; } + +a { + text-decoration: none; + text-shadow: none; + color: var(--secondary-color); +} + +a:hover { + color: var(--primary-color); + text-shadow: 1px 1px 10px var(--primary-color); +} + +.card { + border: 3px solid var(--primary-color); + box-shadow: 0px 0px 8px var(--primary-color); + background: var(--card-bg-color); + border-radius: 5%; + text-align: center; + padding: 25px; + margin: 16px; +} + +.card img { + border: 3px solid var(--primary-color); + box-shadow: 0px 0px 8px var(--primary-color); + background-color: var(--secondary-color); + border-radius: 50%; + width: 225px; + height: auto; + margin-top: 16px; +} + +.card p { + margin-top: 16px; + margin-bottom: 8px; +} + +.links ul { + display: flex; + align-items: center; + justify-content: center; +} + +.links li { margin: 4px; } +.list li { margin-top: 8px; } + +@media only screen and (max-width: 600px) { + .card { + border: none; + box-shadow: none; + background: none; + } + + .card img { + width: 150px; + height: auto; + } +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..5a2c782 --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + + + + + + + amolinae's website + + + +
+ +
+

amolinae's website

+ +

Now with a 100% less Javascript!

+
+ + +
+
+
+ [ Source Code ] +
+ + + diff --git a/setup.html b/setup.html new file mode 100644 index 0000000..ea0e635 --- /dev/null +++ b/setup.html @@ -0,0 +1,32 @@ + + + + + + + + amolinae's website + + + +
+ +

Setup

+
+
+ +
+ [ Dotfiles ] +
+
+ [ Back ] +
+ + +