Technical Presentation

Reveal.js based presentations are cool:

  • Markdown
  • CSS
  • Code Highlighting
  • Versioning
  • etc.

Smart Presentation

Smart Presentation

Smart Presentation

Smart Presentation

Code


        int a = 3;
        void foo(int a){
            std::cout << "Hello. click!" << std::endl;
            std::vector<int> v{1,2,4};
        }

Disclaimer

Customized with ❤️ by Simon Spörri and Gabriel Nützi.