Mudanças entre as edições de "Home"

De Cliomatica - Digital History
Linha 1: Linha 1:
 +
<!DOCTYPE html>
 +
<html>
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<style>
 +
* {
 +
  box-sizing: border-box;
 +
}
 +
 +
/* Create two equal columns that floats next to each other */
 +
.column {
 +
  float: left;
 +
  width: 50%;
 +
  padding: 10px;
 +
  height: 300px; /* Should be removed. Only for demonstration */
 +
}
 +
 +
/* Clear floats after the columns */
 +
.row:after {
 +
  content: "";
 +
  display: table;
 +
  clear: both;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
 +
<h2>Two Equal Columns</h2>
 +
 
<div class="row">
 
<div class="row">
   <div class="column">
+
   <div class="column" style="background-color:#aaa;">
The purpose of this website is to build a reference site for historical research, having as a central point the use of methods and techniques that have become accessible through the incorporation of information technology in the daily life of research. By Digital History, we can understand many things. In this project, we understand it as the story produced from computation-based methods.
+
    <h2>Column 1</h2>
 +
    <p>The purpose of this website is to build a reference site for historical research, having as a central point the use of methods and techniques that have become accessible through the incorporation of information technology in the daily life of research. By Digital History, we can understand many things. In this project, we understand it as the story produced from computation-based methods.
  
 
This website is available in several languages. Please, choose your preferred one:
 
This website is available in several languages. Please, choose your preferred one:
Linha 9: Linha 39:
  
  
{{Letra|%=150|texto=Per italiano, [[Portale di Storia Digitale|premere qui]]}}
+
{{Letra|%=150|texto=Per italiano, [[Portale di Storia Digitale|premere qui]]}}</p>
 +
  </div>
 +
  <div class="column" style="background-color:#bbb;">
 +
    <h2>Column 2</h2>
 +
    <p>A proposta deste portal é construir um site de referências em pesquisa na área de história, tendo como ponto central a utilização de métodos e técnicas que se tornaram acessíveis através da incorporação da informática no cotidiano da investigação. Por "História Digital" podemos  entender muitas coisas. Neste projeto, a entendemos como a história produzida a partir de métodos baseados em computação.</p>
 +
<p>Lo scopo di questo portale è realizzare un sito che costituisca un riferimento per la ricerca storica a partire dall'impiego di metodi e tecniche che sono divenute accessibili con l'integrazione dell'informatica nella quotidianità della ricerca. "Digital History" non è un'espressione univoca; in questo progetto, ci riferiamo ad essa come alla storia fatta utilizzando metodi propri dell'informatica.</p>
 +
  </div>
 +
</div>
  
</div>
+
</body>
  <div class="column">A proposta deste portal é construir um site de referências em pesquisa na área de história, tendo como ponto central a utilização de métodos e técnicas que se tornaram acessíveis através da incorporação da informática no cotidiano da investigação. Por "História Digital" podemos  entender muitas coisas. Neste projeto, a entendemos como a história produzida a partir de métodos baseados em computação.</div>
+
</html>
</div>
 

Edição das 10h06min de 9 de outubro de 2020

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>

  • {
 box-sizing: border-box;

}

/* Create two equal columns that floats next to each other */ .column {

 float: left;
 width: 50%;
 padding: 10px;
 height: 300px; /* Should be removed. Only for demonstration */

}

/* Clear floats after the columns */ .row:after {

 content: "";
 display: table;
 clear: both;

} </style> </head> <body>

Two Equal Columns

Column 1

The purpose of this website is to build a reference site for historical research, having as a central point the use of methods and techniques that have become accessible through the incorporation of information technology in the daily life of research. By Digital History, we can understand many things. In this project, we understand it as the story produced from computation-based methods. This website is available in several languages. Please, choose your preferred one: Para português, clique aqui Per italiano, premere qui

Column 2

A proposta deste portal é construir um site de referências em pesquisa na área de história, tendo como ponto central a utilização de métodos e técnicas que se tornaram acessíveis através da incorporação da informática no cotidiano da investigação. Por "História Digital" podemos entender muitas coisas. Neste projeto, a entendemos como a história produzida a partir de métodos baseados em computação.

Lo scopo di questo portale è realizzare un sito che costituisca un riferimento per la ricerca storica a partire dall'impiego di metodi e tecniche che sono divenute accessibili con l'integrazione dell'informatica nella quotidianità della ricerca. "Digital History" non è un'espressione univoca; in questo progetto, ci riferiamo ad essa come alla storia fatta utilizzando metodi propri dell'informatica.

</body> </html>