commit fa89b2f29470e56ce532d08236e2376a0158e5a3 Author: mozols Date: Sat Aug 17 21:09:22 2024 +0300 Upload files to "/" diff --git a/SourceCodePro-Regular.otf b/SourceCodePro-Regular.otf new file mode 100644 index 0000000..4e3b9d0 Binary files /dev/null and b/SourceCodePro-Regular.otf differ diff --git a/dl.html b/dl.html new file mode 100644 index 0000000..4e28275 --- /dev/null +++ b/dl.html @@ -0,0 +1,43 @@ + + + + + + + downloads - maira.cc + + + + + +
+
  • + maira.cc +
  • +
    +
  • + home +
  • +
  • + blog +
  • +
  • + downloads +
  • +
  • + donate +
  • +
    +
    +
    +
    +

    downloads catalogue

    + +

    coming soon...

    + + +
    + + \ No newline at end of file diff --git a/donate.html b/donate.html new file mode 100644 index 0000000..9a268a2 --- /dev/null +++ b/donate.html @@ -0,0 +1,40 @@ + + + + + + + donate - maira.cc + + + + + +
    +
  • + maira.cc +
  • +
    +
  • + home +
  • +
  • + blog +
  • +
  • + downloads +
  • +
  • + donate +
  • +
    +
    +
    +
    +

    donate

    +

    I really hate to ask for donations but at the same time I need the support. Not only does supporting me help me motivate to continue working on the website in general, but I need to pay for various projects that I have planned/want to do and basic infrastructure costs such as the domain itself. I would appreciate it with all my heart if someone donated even a breadcrumb. Thank you very much and I'm sorry once again for asking.

    +

    Bitcoin (BTC): bc1qmxxrqk4zwr98e6d5502e7wdsa4fw6jhywsngr4

    +

    Monero (XMR): 4AjXTqrZ2upDtpEmJ714nXQ2zgJFQ5v9zQbV5iBq8QYaAZ5DpXDNo5YbNyEYNaW12P8RyT1CavfHoE1bNwotu9Jm8zoB3o5

    +
    + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..27cba65 --- /dev/null +++ b/index.html @@ -0,0 +1,47 @@ + + + + + + + home - maira.cc + + + + + +
    +
  • + maira.cc +
  • +
    +
  • + home +
  • +
  • + blog +
  • +
  • + downloads +
  • +
  • + donate +
  • +
    +
    +
    +
    +

    welcome!

    +

    Hello, my name is Maira and this is my personal webpage.

    +

    I am a Latvian girl who is mostly interested in making electronics (guitar pedals, amps, microcomputers, etc.)

    +

    I'm fluent in English, verbally fluent in Russian and B2 Spanish (Castellano). I'm also currently learning Swedish.

    +

    If you wish to contact me, you can do so at mairaoz[at]proton.me

    +
    + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..f2f6dcb --- /dev/null +++ b/style.css @@ -0,0 +1,141 @@ +@font-face { + font-family: Quicksand; + font-weight: normal; + font-style: normal; + src: url(Quicksand-Regular.otf); +} + +@font-face { + font-family: Quicksand; + font-weight: bold; + font-style: normal; + src: url(Quicksand-Bold.otf); +} + +@font-face { + font-family: Quicksand; + font-weight: normal; + font-style: italic; + src: url(Quicksand-Italic.otf); +} + +@font-face { + font-family: Quicksand; + font-weight: bold; + font-style: italic; + src: url(Quicksand-BoldItalic.otf); +} + +@font-face { + font-family: SourceCodePro; + src: url(SourceCodePro-Regular.otf); +} + +body { + text-rendering: optimizeLegibility; + background: #333; + color: #eeeeee; +} + +.top-menu li { + display: inline; + height: 3rem; + padding-bottom: 50%; +} + +.top-menu li:first-of-type { + /*padding-left: 2.5%; + padding-right: 23.1%;*/ + width: 10%; +} + +.top-menu .item { + text-align: right; +} + +.top-menu .item .subitem { + padding-left: 20px; + padding-right: 20px; +} + +.top-menu .subitem { + padding-left: 20px; + padding-right: 20px; +} + +.top-menu a { + text-decoration: none; + font-size: 1.5rem; + font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-weight: normal; + font-style: normal; + color: #eeeeee; +} + +.line { + border-bottom: 0.5px solid; + display: block; + height: 1px; +} + +.body-text { + padding-top: 2rem; + padding-left: 10rem; + padding-right: 10rem; + padding-bottom: 2rem; + background-color: #444; +} + +.footer { + position: fixed; + left: 0; + right: 0; + bottom: 0; + width: 100%; + background-color: black; + color: white; + text-align: center; +} + +h1 { + font-size: 3rem; + font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-weight: bold; + font-style: normal; +} + +h2 { + font-size: 2.3rem; + font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-weight: normal; + font-style: normal; +} + +p { + padding-left: 25px; + border-radius: 25px; + font-size: 1.3rem; + font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-weight: normal; + font-style: normal; +} + +a { + border-radius: 25px; + font-size: 1.3rem; + font-family: 'Quicksand', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + font-weight: normal; + font-style: normal; + color:lightskyblue +} + +code { + padding:0 5px 2px; + line-height:1em; + background-color: #000000; + border-radius: 5px; + font-size: 1.2rem; + font-family: 'SourceCodePro', 'Courier New', Courier, monospace; + font-weight: normal; + font-style: normal; +}