💾 Archived View for tommi.space › My%20name%20is%20on%20Mars.gmi captured on 2023-07-22 at 16:50:08. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

<style>
    @media only screen and (min-width: 950px) {
    	.mars.embed {
    		margin: 0 10%
    	}
    }
</style>

<div class='box' id='mars'>
    <h2 class='title'>{% if lang == 'it' %}Il mio nome atterrerà su Marte!{% else %}My name is landing on Mars!{% endif %}</h2>
    <div class='mars embed' style='--video--width: 980;--video--height: 410;'>
    	<iframe width='980' height='410' src='https://mars.nasa.gov/layout/embed/send-your-name/mars2020/certificate/?cn=249520420534' frameborder='0'></iframe>
    </div>
    <p>
    	{% if lang == 'it' %}
    		Esatto, è incredibile ma vero. La scorsa estate ho compilato un modulo per mandare il mio nome su Marte, poi è stato registrato in un chip microscopico sul rover della @NASA <cite>Perseverance</cite>.<br>Ora, sta atterrando sul magico pianeta rosso.
    	{% else %}
    		That’s right, you read correctly. Last summer I filled a form to send my name on Mars, it has been recorded upon @NASA's rover <cite>Perseverance</cite> and it’s landing on Mars!
    	{% endif %}
    </p>
    <div class='flex row'>
    	<a class='red written button' href='https://mars.nasa.gov/participate/send-your-name/mars2020/certificate/249520420534'  target='_blank' title='Send your name to Mars - NASA'>{% if lang == 'it' %}Scopri di più{% else %}Find out more{% endif %}</a>
    </div>
</div>