From 3bf7c08caa97bbcd5f77bb2fd0252435170a04a5 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Wed, 12 Mar 2025 19:37:41 -0600 Subject: [PATCH] first commit --- README.md | 0 aboutme.html | 25 +++++++++++++ contact.html | 31 ++++++++++++++++ favicon.png | Bin 0 -> 773 bytes index.css | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 39 ++++++++++++++++++++ setup.html | 32 +++++++++++++++++ 7 files changed, 227 insertions(+) create mode 100644 README.md create mode 100644 aboutme.html create mode 100644 contact.html create mode 100644 favicon.png create mode 100644 index.css create mode 100644 index.html create mode 100644 setup.html 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 0000000000000000000000000000000000000000..4af9aa113f88ed88a0189090b837d2fc908869ab GIT binary patch literal 773 zcmV+g1N!`lP)z@;j|==^1poj5AY({UO#lFTCIA3{ga82g0001h=l}q9FaQARU;qF* zm;eA5aGbhPJOBUy24YJ`L;&Xi+5i!W88D;(000SaNLh0L04^f{04^f|c%?sf00079 zNklJ7^S96o$Wf-r3#k191)6u$lza1e+it64cn(2nr%97K&IXzOb?|5D^Pe z3p+vZ(b!wrNh+g-2%Lu^}7otwiiodN-``5rAZ zyV-lN!i!R4Kln%7xrB@kzZDs67a7ird}x!2VnHT~1(BgvxpfX%QQr=2L%zLA$>Zxt z_ZsBl0VH_eEZ)1Uoan7DdEFB2+k&*@z%pTA01DMGMrRE1{qUQGceTK*C;71+o%lKzSu~@=!LKPPJe?}x7Hry>VO{1sj^m(|V%N?rTf5UJ8-gGL1#H_!!zUg4f*W(F8dZGX zYAAW#SF)#fo5XcpO5;B1B$TIM-h=-85#5GX@lWC>AS}{JN|ZAS00000NkvXXu0mjf D{yI&R literal 0 HcmV?d00001 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!

+
+ + +
+
+ + + + 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 ] +
+ + +