diff --git a/about.html b/about.html index 9d85027..ac03bca 100644 --- a/about.html +++ b/about.html @@ -7,7 +7,7 @@ - +
@@ -15,7 +15,7 @@

About Me

  -

Greetings! My name is Anuj Kaushik, also known as Aiquiral in the digital world. Originally from Chandigarh, India, I hold degrees in Bachelor of Computer Applications and Master of Science in Information Technology from GGDSD College, Chandigarh. My passion for music led me to start creating my own tracks in 2016. Since then, my single “This Place” has garnered over 5,000 plays on Spotify. As a freelancer, I now offer my expertise to help independent musicians with their branding, visual art, music videos, press kits and more, allowing them to focus on making music.

+

Greetings! My name is Anuj Kaushik, also known as Aiquiral in the digital world. Originally from Chandigarh, India, I hold degrees in Bachelor of Computer Applications and Master of Science in Information Technology from GGDSD College, Chandigarh. My passion for music led me to start creating my own tracks in 2016. Since then, my single “This Place” has garnered over 4,500 plays on Spotify. As a freelancer, I now offer my expertise to help independent musicians with their branding, visual art, music videos, press kits and more, allowing them to focus on making music.

During my journey of learning about self-hosting, I became increasingly aware of the privacy issues in our society. As a result, I’ve been removing proprietary software, services and hardware from my life. On my blog, I share tutorials, guides and configurations for others looking to do the same.

I was born lacto-vegetarian, but after learning about the treatment of animals in the dairy industry, I became a vegan. This lifestyle change sparked my love for cooking, and I’ll soon be starting a recipe blog as my form of activism.

Thank you for stopping by, and I look forward to connecting with you.

@@ -27,7 +27,7 @@ -

MusicOther ProjectsA stylized logo featuring a majestic deer, gracefully facing towards right.Privacy PolicyAbout

+

MusicOther ProjectsPrivacy PolicyAbout

diff --git a/contact.html b/contact.html index 8998164..c464e5a 100644 --- a/contact.html +++ b/contact.html @@ -7,7 +7,7 @@ - +
@@ -32,7 +32,7 @@ -

MusicOther ProjectsA stylized logo featuring a majestic deer, gracefully facing towards right.Privacy PolicyAbout

+

MusicOther ProjectsPrivacy PolicyAbout

diff --git a/content/aiquiral.svg b/content/aiquiral.svg new file mode 100644 index 0000000..6e20bdd --- /dev/null +++ b/content/aiquiral.svg @@ -0,0 +1 @@ + diff --git a/content/fonts/Montserrat-Black.woff b/content/fonts/Montserrat-Black.woff deleted file mode 100644 index 26670ee..0000000 Binary files a/content/fonts/Montserrat-Black.woff and /dev/null differ diff --git a/content/fonts/Montserrat-Black.woff2 b/content/fonts/Montserrat-Black.woff2 deleted file mode 100644 index 2db6657..0000000 Binary files a/content/fonts/Montserrat-Black.woff2 and /dev/null differ diff --git a/content/fonts/Montserrat-Regular.woff b/content/fonts/Montserrat-Regular.woff deleted file mode 100644 index c6a7d35..0000000 Binary files a/content/fonts/Montserrat-Regular.woff and /dev/null differ diff --git a/content/fonts/Montserrat-Regular.woff2 b/content/fonts/Montserrat-Regular.woff2 deleted file mode 100644 index 04cd39f..0000000 Binary files a/content/fonts/Montserrat-Regular.woff2 and /dev/null differ diff --git a/content/hi-i-am.svg b/content/hi-i-am.svg new file mode 100644 index 0000000..5972d9b --- /dev/null +++ b/content/hi-i-am.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index c576cba..2ba5c36 100644 --- a/index.html +++ b/index.html @@ -7,19 +7,21 @@ - +
-

HI, I AM

-

AIQUIRAL

+
+ +
+

Musician • Designer • Programmer

- A close-up portrait of a person with purple light highlighting half of their face, set against a deep black background. + A close-up portrait of a person with purple light highlighting half of their face, set against a deep black background.
@@ -32,7 +34,7 @@ BLOGPORTFOLIOCONTACT
-

MusicOther ProjectsA stylized logo featuring a majestic deer, gracefully facing towards right.Privacy PolicyAbout

+

MusicOther ProjectsPrivacy PolicyAbout

- + \ No newline at end of file diff --git a/privacy-policy.html b/privacy-policy.html index 55e6415..f94d7ff 100644 --- a/privacy-policy.html +++ b/privacy-policy.html @@ -7,7 +7,7 @@ - +
@@ -41,7 +41,7 @@ -

MusicOther ProjectsA stylized logo featuring a majestic deer, gracefully facing towards right.Privacy PolicyAbout

+

MusicOther ProjectsPrivacy PolicyAbout

diff --git a/style.css b/style.css index 0030a30..a07a9ff 100644 --- a/style.css +++ b/style.css @@ -1,60 +1,40 @@ -/* - -@font-face { - font-family: 'Montserrat-Regular'; - src: url('content/fonts/Montserrat-Regular.woff2') format('woff2'), - url('content/fonts/Montserrat-Regular.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Montserrat-Black'; - src: url('content/fonts/Montserrat-Black.woff2') format('woff2'), - url('content/fonts/Montserrat-Black.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -*/ - -a { - text-decoration: none !important; - color: #b4b4bb; -} - body { margin: 0; padding: 0; background: #25252d; - font-family: sans-serif; + font-family: "DejaVu Sans", sans-serif; color: #b4b4bb; display: flex; min-height: 100vh; flex-flow: column; } -h1, h2 { - font-weight: 900; - font-size:clamp(2.813rem,2.813vw + 2.25rem,5.625rem); - margin: 0; - padding: 0; +a { + text-decoration: none !important; + color: #b4b4bb; } -@media (max-width: 1203px){ - h1, h2, p.tagline{ +img { + max-width: 100%; + height: auto; + display: block; +} + +@media (max-width: 1248px){ + .tagline{ text-align: center; } + .txt { + margin-left: auto; + margin-right: auto; + width: auto; + } } -h3 { - font-weight: 900; - font-size:clamp(0.813rem,0.813vw + 0.25rem,3.625rem); -} - -h2 { - -webkit-text-fill-color: transparent; - -webkit-text-stroke: 3px; +.foot-logo{ + position:relative; + bottom:-3px; + display: inline } .tagline { @@ -98,8 +78,7 @@ h2 { align-content: center; } -.main{margin-top: 3vw;} -.buttons{margin-top: 3vw;} +.main, .buttons {margin-top: 3vw;} .left, .right{ margin-left: 3vw; @@ -132,11 +111,9 @@ h2 { } p { - font-size: clamp(1rem,0.7vw + 0.25rem,3.625rem); line-height: 1.5; } -img { - max-width: 100%; - height: auto; +h1 { + font-size: 300%; } \ No newline at end of file diff --git a/style.min.css b/style.min.css new file mode 100644 index 0000000..f053159 --- /dev/null +++ b/style.min.css @@ -0,0 +1 @@ +a,body{color:#b4b4bb}.button,.foot{text-align:center}body{margin:0;padding:0;background:#25252d;font-family:"DejaVu Sans",sans-serif;display:flex;min-height:100vh;flex-flow:column}a{text-decoration:none!important}img{max-width:100%;height:auto;display:block}@media (max-width:1248px){.tagline{text-align:center}.txt{margin-left:auto;margin-right:auto;width:auto}}.foot-logo{position:relative;bottom:-3px;display:inline}.tagline{font-size:clamp (16px, 2vw, 50px)}.line-top{height:22px;background-image:linear-gradient(145deg,#4c4dfb ,#706efb);box-shadow:rgba(0,0,0,.35) 0 5px 30px}.line-bottom{height:22px;background-image:linear-gradient(145deg,#706efb,#4c4dfb);bottom:0;width:100%;box-shadow:rgba(0,0,0,.35) 5px 0 30px}.foot{bottom:22px;width:100%}.main{flex-grow:1;display:flex;flex-flow:column;align-items:center;justify-content:center;-webkit-align-items:center}.buttons,.hero{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.buttons,.main{margin-top:3vw}.left,.right{margin-left:3vw;margin-right:3vw}.button{padding:1.5vw;font-weight:900;margin:2vw;background-image:linear-gradient(145deg,#4c4dfb ,#706efb);color:#fff;font-size:28px;width:250px;border-radius:10px;box-shadow:0 0 30px 9px rgba(0,0,0,.3)}.button:hover{background-image:linear-gradient(#25252d,#25252d);outline:#4c4dfb solid 3px;transition:20ms}.about{padding:1vw 10vw}p{line-height:1.5}h1{font-size:300%} \ No newline at end of file