Show us your personal website

2»

Comments

  • @Advin said:
    https://anushk.net/

    probably the best site I've ever made in my life

    If you move the mouse out of the main window you get a syntax error on line 420: "Help I'm trapped"

  • @ralf said:

    @Advin said:
    https://anushk.net/

    probably the best site I've ever made in my life

    If you move the mouse out of the main window you get a syntax error on line 420: "Help I'm trapped"

    That's just part of the joke:

    const interval = setInterval(function () {
        alert('Syntax Error: Line 420 on document "help im trapped"')
    }, 15000)
    
  • @Astro said:

    @dtros said:
    This is my personal homepage http://www.islau.com

    I love the servers page. Is there a english version of the page https://github.com/zdz/ServerStatus-Rust ?

    Sorry, there is no English version,But you can deploy the front end separately and change the theme from Chinese to English

  • @Nekki said:

    @ijoo said:
    dont forget my personal blog https://ijoo.org

    How can we forget something we never knew existed?

    now you know... :)
    its mean you cannot forget now..

  • @dtros said:

    @Astro said:

    @dtros said:
    This is my personal homepage http://www.islau.com

    I love the servers page. Is there a english version of the page https://github.com/zdz/ServerStatus-Rust ?

    Sorry, there is no English version,But you can deploy the front end separately and change the theme from Chinese to English

    I cant read anything on there so not really sure how to even deploy it lol

    Team push-ups!

  • AdvinAdvin Provider

    @Decicus said:

    @ralf said:

    @Advin said:
    https://anushk.net/

    probably the best site I've ever made in my life

    If you move the mouse out of the main window you get a syntax error on line 420: "Help I'm trapped"

    That's just part of the joke:

    const interval = setInterval(function () {
        alert('Syntax Error: Line 420 on document "help im trapped"')
    }, 15000)
    

    Stop hacking my website 😤

    I am a representative of Advin Servers

  • @Astro said:

    @dtros said:

    @Astro said:

    @dtros said:
    This is my personal homepage http://www.islau.com

    I love the servers page. Is there a english version of the page https://github.com/zdz/ServerStatus-Rust ?

    Sorry, there is no English version,But you can deploy the front end separately and change the theme from Chinese to English

    I cant read anything on there so not really sure how to even deploy it lol

    The browser should come with a web translation function, on my side it does

  • edited May 2023

    @dtros said:

    @Astro said:

    @dtros said:

    @Astro said:

    @dtros said:
    This is my personal homepage http://www.islau.com

    I love the servers page. Is there a english version of the page https://github.com/zdz/ServerStatus-Rust ?

    Sorry, there is no English version,But you can deploy the front end separately and change the theme from Chinese to English

    I cant read anything on there so not really sure how to even deploy it lol

    The browser should come with a web translation function, on my side it does

    I have tried both chrome and brave. One think its french and the doesnt translate anything

    EDIT: nvm retried with chrome and it worked!

    Team push-ups!

  • @ijoo said:

    @Nekki said:

    @ijoo said:
    dont forget my personal blog https://ijoo.org

    How can we forget something we never knew existed?

    now you know... :)
    its mean you cannot forget now..

    Cannot forget what?

  • @Advin said:

    @Decicus said:
    That's just part of the joke:

    const interval = setInterval(function () {
        alert('Syntax Error: Line 420 on document "help im trapped"')
    }, 15000)
    

    Stop hacking my website 😤

  • @Astro said:

    @dtros said:

    @Astro said:

    @dtros said:

    @Astro said:

    @dtros said:
    This is my personal homepage http://www.islau.com

    I love the servers page. Is there a english version of the page https://github.com/zdz/ServerStatus-Rust ?

    Sorry, there is no English version,But you can deploy the front end separately and change the theme from Chinese to English

    I cant read anything on there so not really sure how to even deploy it lol

    The browser should come with a web translation function, on my side it does

    I have tried both chrome and brave. One think its french and the doesnt translate anything

    EDIT: nvm retried with chrome and it worked!

    Did you deploy successfully

  • Is there any WebGL background website?

  • RTBRTB
    edited May 2023

    Here is mine: https://rtb.gg
    Github Repository: https://github.com/RTBGG/personal-website

    Its using Bootstrap with cyborg theme from Bootswatch. Hosted on Cloudflare Pages.

    Recently I tried remaking it in a SPA with some javascript framework, but it seems quite annoying to write javascript / typescript to make a simple website imo. So I probably will keep it html / css / js for now. I just really would like having no load times between changing between pages, even if there practically are only two in my case currently.

    Things I need to improve are the lack of content and maybe add some public tools in the navbar (for example: YouTube Downloader - https://ytdl.rtb.gg). Also the way I added the icons is kind of ugly in the source code.

  • UnixfyUnixfy OG
    edited May 2023

    @RTB said: Recently I tried remaking it in a SPA with some javascript framework, but it seems quite annoying to write javascript / typescript to make a simple website imo. So I probably will keep it html / css / js for now. I just really would like having no load times between changing between pages, even if there practically are only two in my case currently.

    Tried Svelte (https://svelte.dev)? Less boilerplate than other frameworks. I'm using it for many of my sites including https://unixfy.net (which is open-source) :)

  • @Unixfy said:

    @RTB said: Recently I tried remaking it in a SPA with some javascript framework, but it seems quite annoying to write javascript / typescript to make a simple website imo. So I probably will keep it html / css / js for now. I just really would like having no load times between changing between pages, even if there practically are only two in my case currently.

    Tried Svelte (https://svelte.dev)? Less boilerplate than other frameworks. I'm using it for many of my sites including https://unixfy.net (which is open-source) :)

    It's good to see you are still around, mate :) The site looks good! I really like TailwindCSS tbh.
    How's life?

  • @Ympker said: It's good to see you are still around, mate The site looks good! I really like TailwindCSS tbh.

    Tailwind & Svelte are both great! So glad I moved to them from Bootstrap and Vue :smiley:
    I've been very busy with college and other things so I don't get to hop on LES as often as I used to (but my VPS collection is still idling :joy:)

  • @Unixfy said:

    @Ympker said: It's good to see you are still around, mate The site looks good! I really like TailwindCSS tbh.

    Tailwind & Svelte are both great! So glad I moved to them from Bootstrap and Vue :smiley:
    I've been very busy with college and other things so I don't get to hop on LES as often as I used to (but my VPS collection is still idling :joy:)

    Yeah, looking quite good :D
    Happy to hear that life's been treating you well. I also have lots of stuff to do for college haha :D And idling VPS ofc is a must.

Sign In or Register to comment.