-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e56aaf3
commit 9af94e6
Showing
16 changed files
with
538 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
|
||
<!-- | ||
Design by Simples Consultoria | ||
http://www.simplesconsultoria.com.br | ||
--> | ||
|
||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-br" lang="pt-br" dir="ltr"> | ||
|
||
<head> | ||
|
||
<!-- content --> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Page Title</title> | ||
|
||
<!-- icons --> | ||
<link rel="shortcut icon" href="src/favicon.ico" type="image/x-icon" /> | ||
<link rel="apple-touch-icon" href="src/apple-touch-icon.png"> | ||
|
||
<!-- styles --> | ||
<link type="text/css" rel="stylesheet" media="all" href="src/style.css" /> | ||
|
||
</head> | ||
|
||
<body > | ||
|
||
<!-- Accessibility --> | ||
<div id="accessibility" class="hidden"> <a name="wrapper">Top</a> | ||
<ul> | ||
<li><a href="#content" title="Go to content">Content</a></li> | ||
<li><a href="#navigation" title="Go to Navigation">Navigation</a></li> | ||
</ul> | ||
</div> | ||
|
||
<!-- User --> | ||
<div id="user"> | ||
<ul> | ||
<li><a href="#" title="Login">Login</a></li> | ||
</ul> | ||
</div> | ||
|
||
<!-- Main Menu --> | ||
<div id="nav"> | ||
<ul> | ||
<li class="selected"><a href="#" title="Link name">Section 1</a></li> | ||
<li><a href="#" title="Link name">Section 2</a></li> | ||
<li><a href="#" title="Link name">Section 3</a></li> | ||
<li><a href="#" title="Link name">Section 4</a></li> | ||
<li><a href="#" title="Link name">Section 5</a></li> | ||
</div> | ||
|
||
<div id="wrapper"> | ||
|
||
|
||
<!-- Header --> | ||
<div id="header"> | ||
|
||
<!-- Search --> | ||
<div id="search"> | ||
<form>busca</form> | ||
</div> | ||
|
||
|
||
<div id="logo"> | ||
<a href="#" title="#"><img src="src/logo.png" alt="Portal Title" /></a> | ||
</div> | ||
<div id="cidade"><img src="src/cidade.png" alt="São Paulo" /></div> | ||
|
||
|
||
<div class="clear"> </div> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<!-- Columns --> | ||
<div id="main"> | ||
|
||
<div id="content"> | ||
Columns | ||
</div> | ||
<div class="clear"> </div> | ||
|
||
</div> | ||
|
||
|
||
<!-- Footer --> | ||
|
||
<div id="patrocinadores"> | ||
|
||
<dl> | ||
<dt>Patrocínio</dt> | ||
<dd> | ||
espaço reservado para os patrocinadores | ||
|
||
</dd> | ||
|
||
</dl> | ||
|
||
|
||
</div> | ||
|
||
|
||
<div id="footer"> | ||
|
||
<div class="blocos bloco1"> | ||
</div> | ||
|
||
<div class="blocos bloco2"> | ||
<p><a href="http://www.facebook.com/pages/PythonBrasil7/127009294047897"><img src="src/facebook-logo.png" /></a></p> | ||
|
||
</ul> | ||
</div> | ||
|
||
<div class="blocos bloco3"> | ||
<p><a href="https://twitter.com/#!/pythonbrasil"><img src="src/twitter-logo.png" /></a></p> | ||
|
||
</div> | ||
|
||
<div class="blocos bloco4"> | ||
<p><a href="http://events.linkedin.com/Python-Brasil-7/pub/718155"><img src="src/linkedin-logo.png" /></a></p> | ||
|
||
</div> | ||
|
||
<div class="blocos bloco5"> | ||
|
||
</div> | ||
<div class="clear"> </div> | ||
</div> | ||
|
||
<div class="clear"> </div> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[theme] | ||
title = PythonBrasil [9] | ||
description = A theme for PythonBrasil[9] website |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<rules | ||
xmlns="http://namespaces.plone.org/diazo" | ||
xmlns:css="http://namespaces.plone.org/diazo/css" | ||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
|
||
<theme href="index.html" css:if-content="#visual-portal-wrapper" /> | ||
|
||
<!--Head--> | ||
<copy css:content="html" css:theme="html" attributes="lang dir" /> | ||
<copy css:content="head base" css:theme="head base" /> | ||
<replace css:content="head title" css:theme="head title" /> | ||
<before css:content="head style, head link, head script, head meta" css:theme-children="head" /> | ||
|
||
<!--Favicons--> | ||
<drop css:content="head link[rel='shortcut icon']" /> | ||
<drop css:content="head link[rel='apple-touch-icon']" /> | ||
|
||
<!--Content--> | ||
<merge attributes="class" css:content="body" css:theme="body" /> | ||
<copy attributes="id dir" css:content="body" css:theme="body" /> | ||
<replace css:content="#portal-columns" css:theme="#content" /> | ||
|
||
<!--Viewlets--> | ||
<replace css:content="#portal-personaltools" css:theme="#user" /> | ||
<copy attributes="href title" css:content="#portal-logo" css:theme="#logo a" /> | ||
<drop css:content=".searchSection" /> | ||
<drop css:content="h1.documentFirstHeading" css:if-content=".template-contentpanels_view" /> | ||
|
||
<replace css:content="#portal-searchbox" css:theme="#search" /> | ||
<replace css:content="#portal-globalnav" css:theme-children="#nav" /> | ||
|
||
<!-- Scripts via Control Pannel --> | ||
<after css:content="#visual-portal-wrapper script" css:theme="#wrapper" /> | ||
|
||
<!--Portlets--> | ||
|
||
</rules> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.