-
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.
Implementacao inicial de mockups para o FISL
- Loading branch information
Showing
7 changed files
with
837 additions
and
48 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 |
---|---|---|
@@ -1 +1,18 @@ | ||
#jqm-homeheader { margin: 0 1em; } | ||
#home { background: url(images/topo-fisl-2012.png) top center no-repeat; } | ||
|
||
.ui-page .ui-header, .ui-page .ui-footer { text-align: center; } | ||
|
||
.content-primary { | ||
width: 60%; | ||
float: right; | ||
margin: 0; | ||
padding: 1.5em 6% 3em 0; | ||
} | ||
|
||
.content-secondary { | ||
width: 30%; | ||
float: left; | ||
text-align: left; | ||
margin: 0; | ||
padding: 0; | ||
} |
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.
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
This file was deleted.
Oops, something went wrong.
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,42 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>FISL 2012 - Fórum Internacional do Software Livre</title> | ||
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.css" /> | ||
<link rel="stylesheet" href="css/styles.css" /> | ||
<script src="http://code.jquery.com/jquery-1.6.1.min.js"></script> | ||
<script src="http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.js"></script> | ||
</head> | ||
<body> | ||
|
||
<div data-role="page"> | ||
|
||
<div data-role="header" data-theme="b"> | ||
<h1>Título da palestra</h1> | ||
<a href="index.html" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a> | ||
</div> | ||
|
||
<div data-role="content"> | ||
<h6 class="">29/06 11:00 | Sala 12</h6> | ||
<h2>Título da palestra</h2> | ||
<h4><a href="palestrante.html">Palestrante</a></h4> | ||
<p>Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso.</p> | ||
<p>Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso.</p> | ||
<p>Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso.</p> | ||
<p>Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso. Este sumário falso, muito falso, sempre falso.</p> | ||
</div> | ||
|
||
<div data-role="footer"> | ||
<p> | ||
<a href="#igo">Eu vou!</a> | | ||
<a href="#relacionadas">Palestras relacionadas</a> | | ||
<a href="#share">Compartilhe!</a> | ||
</p> | ||
<p>FISL 2012 - Fórum Internacional de Software Livre</p> | ||
</div> | ||
|
||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.