Team:TU-Eindhoven/TestPage
From 2013.igem.org



Contents |
Tooltip
In this sentence these words should have a tooltip.
MailButton
Next there should be a button that creates an email to test@test.com:
Lead

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel risus non arcu fermentum scelerisque eu et ante. Suspendisse dolor massa, sollicitudin quis tempor vel, posuere vitae purus. Aenean in nibh sem, nec malesuada sem. Vestibulum diam tortor, convallis a lacinia quis, congue a risus.

Quote
Some inspirational stuff
Myself
Some more inspirational stuff
Someone Else
Links
External Links: [http://www.tue.nl TU Eindhoven Homepage]
Internal Links: Team TU-Eindhoven
Equations
You can use $Tex$ in inline mode as wel as in display mode: $$Tex$$ More (La)Tex magic: \begin{aligned} \nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\ \nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\ \nabla \cdot \vec{\mathbf{B}} & = 0 \end{aligned} Do not forget to include the following line at the end of the page:
[http://www.mathjax.org/demos/ More Info...]
Code
This is some code:
@requires_authorization def somefunc(param1='', param2=0): '''A docstring''' if param1 > param2: # interesting print 'Gre\'ater' return (param2 - param1 + 1) or None class SomeClass: pass >>> message = '''interpreter ... prompt'''