Ask HN: Need to set up a few small project landing pages, advice?
Nice and simple: I'm starting a few landing pages for some side projects I've been considering. I don't need anything more fancy than a static content page that can handle photos and possibly video (unlikely on video though) and payment processing (open to suggestions on a service for this too).
Does anyone have any recommendations to make?
Tangent question: One of these projects involves managing a mass messaging system with updates on new investment options for subscribers in developing markets (mainly Latin America), and basic advice on systems or platforms to use for this would be very much appreciated.
4 comments
[ 4.1 ms ] story [ 24.8 ms ] threadFor messaging, Twilio (Sendgrid) would likely work?
Check out indiehackers.com for a heap of resources and support for this kind of thing.
Write the HTML first, doing the basic page content and layout using standard HTML5. Then add class attributes to identify the things you want to style in the same way.
Use a single CSS file, and then add in styling for the various document elements (<p>, <h1>, etc) and classes.
You'll get almost all you need without any Javascript, and there's no need for static site generators or build systems or any thing complicated. You can do pretty much everything in two files (you could put the CSS into the HTML header, but it's kinda nicer to keep it separate).
Once you need to go beyond a landing page, you might want more sophistication, but you can deal with that later.
[0]: https://www.usertrack.net/