How would you recommend I create a company web page? - eviltoast

I am a back en dev who is terrible at anything frontend. I can not design web pages. I know my stuff in the hosting and back end development though.

Now I have started my own firm for consulting as a dev/ops engineer and would like to serve some sort of company web page.

What I want is very simple. One page. Good looking design. Information about my company and what I do, and a mailto -link for contacting me.

One single simple static web page for this. No fancy scrolling or effects.

How do I go about this? I have tried 11ty, Hugo, WordPress, and simple HTML templates.

I feel like neither of these are the right tool. They are either very complicated, full of features, or they create badly looking web pages.

11ty, Hugo and Jekyll all seem nice and more like what I need, but they are focused towards blogging which does not fit my use case. The templates that look good that I found didn’t work and had minimal or no instructions at all about how to get them to work.

What is clear to me is that I have a huge front end shaped gap in my competence that I should work on. Please do not bash me over this.

Now that you understand my situation; What tool or template would you recommend that I use?

I just want a simple good looking landing page with info and a link.

Thank you for any support or advice. I am just tired of failing at something I feel like should be an easy task to manage.

  • Python@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    3 days ago

    I’d say consider playing around with the React-App template on glitch.com! I’m biased because I do React for my main job, but it is pretty easy to use and if you grab a library like MaterialUI you get some really pretty looking components without having to do any HTML/CSS yourself

    • U2VuZCBudWRlcyA6KSAK@feddit.nuOP
      link
      fedilink
      arrow-up
      1
      ·
      3 days ago

      Cool, I will look into that! I am a bit scared it is above my level of understanding to jump into React when I can hardly do what I want in plain html and css, but I will test it out!