Skip to content

Instantly share code, notes, and snippets.

@henriquebastos
Last active October 10, 2015 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henriquebastos/3767699 to your computer and use it in GitHub Desktop.
Save henriquebastos/3767699 to your computer and use it in GitHub Desktop.
HTML da Landingpage
{% load static %}
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="EventeX" />
<meta http-equiv='content-Language' content='en-US' />
<link type="image/x-icon" href="{% static 'favicon.ico' %}" rel="shortcut icon" />
<title>EventeX</title>
<link type="text/css" href="{% static 'css/style.css' %}" rel="stylesheet" media="screen" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
</head>
<body>
<div id="page">
<div id="header">
<center>
<img src="{% static 'img/logo.png' %}" alt="EventeX" />
</center>
</div>
<hr>
<div id="content">
<h1>Bem-vindo ao EventeX!</h1>
<p>O evento mais sensacional do ano depois do Dev in Rio!</p>
<p>Você não pode perder esta oportunidade!</p>
<p><strong>Abertura das inscrições no próximo domingo.</strong></p>
<p>Para dúvidas e mais informações entre em contato com <a href="mailto:eventex@eventex.com.br">eventex@eventex.com.br</a></p>
</div>
<hr>
<div id="footer">
<p>&copy; 2012. <a rel="license" href="http://eventex.herike.com">EventeX</a>, some rights reserved. <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/br/80x15.png" /></a><a href="http://www.djangoproject.com/" id="django"><img src="https://djangoproject.com/s/img/badges/djangosite100x25.gif" border="0" alt="A Django site." title="A Django site." /></a></p>
</div>
</div>
</body>
</html>
@linuxsoares
Copy link

@lrezende
Copy link

É possível sugerir uma atualização no seu gist baseado no meu fork?

@henriquebastos
Copy link
Author

Atualizei. Valeu @linuxsoares!

@lrezende, eu achei que dava, mas parece que não.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment