12345678910111213141516171819202122232425262728293031 |
- `((section
- (article (@ (class "basic-section-padding"))
- (p "I'm trying to start one or more free software
- businesses, but I have too many business ideas. So I figured that I
- would mention a few here. Someone should try to start some of these
- business ideas, because I can't do all of them." )))
- (section (@ (class "section-background"))
- (article (@ (class "basic-section-padding"))
- (h3 "Business ideas")
- (ul
- (li (p "An automated web app to assign copyright
- to GNU. It would be a pay what you want service."))
- (li (p "A GNU/Hurd web hosting service. I own "
- (a (@ (href "https://gnu-hurd.com"))
- "https://gnu-hurd.com")
- ", so please let me know, if you would like to help make this a reality."))
- (li (p "Sell GNU/Linux distribution specific
- laptops. Every GNU/Linux distribution should have a laptop available
- for purchase."))
- (li "An open source dating web app. The entire
- app is open source, but it has some premium features, like a video
- introduction or a video date option.")
- (li (p "An Emacs starter kit. "
- (a (@ (href "https://github.com/doomemacs/doomemacs"))
- " Doom Emacs")
- " is quite possible the coolest starter kit
- that I know of. They should be trying to sell this or at least make
- it pay what you want.")))
- ))
- (br) (br))
|