Template Bootstrap

  • FernJose2013
  • Avatar de FernJose2013 Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
10 anos 3 semanas atrás #96114 por FernJose2013
FernJose2013 created the topic: Template Bootstrap
Fala garela do joomla clube.

estou tenho um trabalhao, quero uma luz.

estou com este layot no bootstrap.
como faço para colocar como template no joomla 2.5
as pastar arquivos eu ja tenho uma noção.
ja criei alguns template só que usando o bootstrap nunca fiz.
podem pelo menos me dá uma luz?
o codigo aqui, só me falem onde coloco os jdoc's e os heads, que com o resto eu me viro.
<!doctype html>
<html lang="pt-BR">
<head>

	<meta charset="UTF-8">
	<meta name="description" content="Curso de Bootstrap"/>
	<meta name="viewport" content="width=device-width, initial-scale=1"/>
	<link rel="stylesheet" href="css/bootstrap.css"/>
	<link rel="stylesheet" href="css/bootstrap-responsive.css"/>
	<link rel="stylesheet" href="css/estilo.css"/>
	
	<title>Curso Bootstrap</title>
</head>

<div class="container-fluid">

<div class="row-fluid">
	<div class="span12 bloco">span12</div>
	
</div>
<p>
<div class="row-fluid">
	<div class="span8 bloco">span8</div>
	<div class="span4 bloco">span4</div>
</div>


</div>
<script type="text/css" src="js/bootstrap.js"></script>
<body>
	
</body>
</html>

Please Entrar ou Registrar to join the conversation.


  • brunomotta26
  • Avatar de brunomotta26
  • Offline
  • JCB! Professional
  • JCB! Professional
Mais
10 anos 3 semanas atrás #96192 por brunomotta26
brunomotta26 replied the topic: Re: Template Bootstrap
procura por blank template

[b:2tyzt0jg][color=#000000:2tyzt0jg]Motta Websites:[/color:2tyzt0jg][/b:2tyzt0jg]
[url:2tyzt0jg]http://www.mottaweb.com.br[/url:2tyzt0jg]
[b:2tyzt0jg][color=#000000:2tyzt0jg]Facebook:[/color:2tyzt0jg][/b:2tyzt0jg]
[url:2tyzt0jg]https://www.facebook.com/brunomotta26[/url:2tyzt0jg]
[b:2tyzt0jg][color=#000000:2tyzt0jg]Precisa de Ajuda em Joomla ? Conheça meu Fórum, Acesse:[/color:2tyzt0jg][/b:2tyzt0jg]
[url:2tyzt0jg]http://www.mottanaweb.com.br[/url:2tyzt0jg]

Please Entrar ou Registrar to join the conversation.