Wykorzystywane narzędzia: Difference between revisions

From LHDB
Jump to: navigation, search
(Created page with "<skin>tweeki</skin> <div class="container-fluid"> <div class="row clearfix" style="width:90%;margin:auto;text-align:center"> <div class="col-md-4"> <h2><span class="fa fa-download"></span> Download</h2> Tweeki is hosted on GitHub and can be easily downloaded, cloned or forked. <btn>https://github.com/thaider/Tweeki|Visit Tweeki on GitHub »</btn> </div> <div class="col-md-4"> <h2><span class="fa fa-code"></span> Installation</h2> The installation procedure is very simple...")
 
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<skin>tweeki</skin>
<skin>tweeki</skin>
<div class="container-fluid">
[[en:Tools]]
<div class="row clearfix" style="width:90%;margin:auto;text-align:center">
 
<div class="col-md-4">
<html>
<h2><span class="fa fa-download"></span> Download</h2>
<style>
Tweeki is hosted on GitHub and can be easily downloaded, cloned or forked.
.tools-grid {
<btn>https://github.com/thaider/Tweeki|Visit Tweeki on GitHub »</btn>
  display: grid;
</div>
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Trzy kafelki w wierszu (minimum 200px szerokości) */
<div class="col-md-4">
  gap: 1.5em;
<h2><span class="fa fa-code"></span> Installation</h2>
  max-width: 900px; /* Dostosowana max-width */
The installation procedure is very simple and takes only a few minutes.
  margin: 2em auto;
<btn>Installation|Read Intructions »</btn>
  padding: 0 1em;
</div>
}
<div class="col-md-4">
 
<h2><span class="fa fa-magic"></span> Features?</h2>
.tool-tile {
Most of the things that are possible with [http://getbootstrap.com Bootstrap] are possible with Tweeki.
  background-color: #fff;
<btn>Components|See how to do it »</btn>
  border: 1px solid #eee;
</div>
  border-radius: 8px;
</div>
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
 
.tool-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
 
.tool-tile img {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 0.5em;
}
 
.tool-tile strong {
  display: block;
  font-size: 1em;
  margin-top: 0.5em;
}
</style>
 
<div class="tools-grid">
 
  <a class="tool-tile" href="https://wiki.kul.pl/">
    <img src="https://upload.wikimedia.org/wikipedia/commons/7/73/Wikibase_logo.svg" alt="Wikibase">
    <strong>Wikibase</strong>
    (wiki.kul.pl)
  </a>
 
  <a class="tool-tile" href="https://omeka.org">
    <img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/OmekaBadge.png" alt="Omeka">
    <strong>Omeka</strong>
  </a>
 
  <a class="tool-tile" href="https://nodegoat.net">
    <img src="https://upload.wikimedia.org/wikipedia/commons/1/16/Nodegoat_logo.svg" alt="nodegoat">
    <strong>nodegoat</strong>
  </a>
 
  <a class="tool-tile" href="https://openrefine.org">
    <img src="https://upload.wikimedia.org/wikipedia/commons/7/76/Google-refine-logo.svg" alt="OpenRefine">
    <strong>OpenRefine</strong>
  </a>
 
  <a class="tool-tile" href="https://www.postgresql.org.pl">
    <img src="https://upload.wikimedia.org/wikipedia/commons/7/7b/Logo_square_postgis.png" alt="PostgreSQL/Postgis">
    <strong>PostgreSQL / Postgis</strong>
  </a>
 
  <a class="tool-tile" href="https://teipublisher.com/exist/apps/tei-publisher-home/index.html">
    <img src="https://wiki.kul.pl/wl/images/1/19/Tei-p.png" alt="TEI-Publisher">
    <strong>TEI-Publisher</strong>
  </a>
 
  <a class="tool-tile" href="https://projectmirador.org">
    <img src="https://wiki.kul.pl/wl/images/3/38/Mirador_project_logo.jpg" alt="Mirador">
    <strong>Mirador</strong>
  </a>
 
  <a class="tool-tile" href="https://ucs.lhdb.kul.pl/nextcloud/apps/dashboard/">
    <img src="https://wiki.kul.pl/wl/images/0/0f/Nextcloud.png" alt="Nextcloud">
    <strong>Nextcloud</strong>
  </a>
 
</div>
</div>
</html>
[[Category:Laboratorium Humanistycznych Danych Badawczych]]

Latest revision as of 09:40, 12 May 2025