-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic site structure and imported home page
Signed-off-by: Daniele Ricci <[email protected]>
- Loading branch information
1 parent
3166aa8
commit 0398475
Showing
42 changed files
with
24,433 additions
and
6 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 |
---|---|---|
|
@@ -2,5 +2,6 @@ Gemfile.lock | |
.sass-cache | ||
_site | ||
/.idea | ||
/legacy | ||
*~ | ||
*.iml |
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 |
---|---|---|
|
@@ -13,9 +13,9 @@ | |
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. | ||
# You can create any custom variable you would like, and they will be accessible | ||
# in the templates via {{ site.myvariable }}. | ||
title: ivotek.it | ||
email: [email protected] | ||
description: IVOTEK | ||
title: IVOTEK | ||
#email: [email protected] | ||
description: Sito personale di Daniele Loddo, alias Ivotek | ||
baseurl: "" | ||
domain: www.ivotek.it | ||
url: https://www.ivotek.it | ||
|
@@ -30,9 +30,10 @@ plugins: | |
# Exclude from processing. | ||
# The following items will not be processed, by default. Create a custom list | ||
# to override the default setting. | ||
# exclude: | ||
# - Gemfile | ||
# - Gemfile.lock | ||
exclude: | ||
- Gemfile | ||
- Gemfile.lock | ||
- legacy/ | ||
# - node_modules | ||
# - vendor/bundle/ | ||
# - vendor/cache/ | ||
|
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 @@ | ||
<div id="site_news" class="col-sm-12"> | ||
<h4>News</h4> | ||
|
||
<a href="/corsi/corsi.php"> | ||
<img align="left" src="https://www.ivotek.it/images/ne2.gif" border="0" width="32" height="20"> Aggiunto il link sul corso per la programmazione di microcontrollori Arduino Uno.<br> | ||
</a> | ||
|
||
<p> | ||
<a href="/corsi/corsi.php"> | ||
<img align="left" src="https://www.ivotek.it/images/ne2.gif" border="0" width="32" height="20"> Aggiunta il link al corso Linux Uno su Udemy.<br> | ||
</a> | ||
|
||
<a href="/elettronica/progetti/arcade.php"> | ||
<img align="left" src="https://www.ivotek.it/images/ne2.gif" border="0" width="32" height="20"> Aggiunto il tutorial per la realizzazionedi un Arcade con materiale di riciclo.<br> | ||
</a> | ||
|
||
<a href="/corsi/index.php"> | ||
<img align="left" src="https://www.ivotek.it/images/ne2.gif" border="0" width="32" height="20"> Aggiunta la sezione corsi.<br> | ||
</a> | ||
|
||
<a href="/robotica/poor_v2/TELEMETRIA.php"> | ||
<img align="left" src="https://www.ivotek.it/images/ne2.gif" border="0" width="32" height="20"> Aggiunto il programma sulla telemetria (in fase di sviluppo).<br> | ||
</a> | ||
|
||
</div> <!-- chiudo le news --> | ||
|
||
<script> | ||
var myIndex = 0; | ||
carousel(); | ||
|
||
function carousel() { | ||
var i; | ||
var x = document.getElementsByClassName("mySlides"); | ||
for (i = 0; i < x.length; i++) { | ||
x[i].style.display = "none"; | ||
} | ||
myIndex++; | ||
if (myIndex > x.length) {myIndex = 1} | ||
x[myIndex-1].style.display = "block"; | ||
setTimeout(carousel, 2000); // Change image every 2 seconds | ||
} | ||
</script> |
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,11 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>{{ page.title }} - {{ site.title }}</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="{{ site.description }}" /> | ||
<meta name="keywords" content="elettronica,robotica,informatica,fai da te,hacking" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="/assets/css/animate.css" /> | ||
<link rel="stylesheet" href="/assets/css/style.css" /> | ||
<link rel="stylesheet" href="/assets/css/w3.css" /> | ||
</head> |
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,71 @@ | ||
<div id="site_logo" class="col-sm-12"></div> | ||
|
||
<div id="site_menu" class="col-sm-12"> | ||
<nav class="navbar navbar-inverse"> | ||
<div class="container-fluid"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<!-- <a class="navbar-brand" href="#">Ivotek</a> --> | ||
</div> | ||
|
||
<div class="collapse navbar-collapse" id="myNavbar"> | ||
<ul class="nav navbar-nav"> | ||
<!-- <li class="animated bounceInDown delay-05s"><a href="https://www.ivotek.it/index.php">Home</a></li> --> | ||
<li><a href="https://www.ivotek.it/index.php">Home</a></li> | ||
<li class="sub-menu-parent tab-index='0'"> | ||
<!-- <a class="animated bounceInDown delay-1s" href="#">Robotica<span class="caret"></span></a> --> | ||
<a href="#">Robotica<span class="caret"></span></a> | ||
<ul class="sub-menu"> | ||
<li><a href="https://www.ivotek.it/robotica/tutorial.php">Tutorial</a></li> | ||
<li><a href="https://www.ivotek.it/robotica/progetti.php">Progetti</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li class="sub-menu-parent tab-index='0'"> | ||
<!-- <a class="animated bounceInDown delay-1-5s" href="#">Elettronica<span class="caret"></span></a> --> | ||
<a href="#">Elettronica<span class="caret"></span></a> | ||
<ul class="sub-menu"> | ||
<li><a href="https://www.ivotek.it/elettronica/documenti/manuali.php">Manuali</a></li> | ||
<!-- <li><a href="schemi_circuiti.php">Schemi</a></li> --> | ||
<li><a href="https://www.ivotek.it/elettronica/progetti/progetti.php">Progetti</a></li> | ||
<li><a href="https://www.ivotek.it/elettronica/datasheet/datasheet.php">Datasheet</a></li> | ||
</ul> | ||
</li> | ||
|
||
<li class="sub-menu-parent tab-index='0'"> | ||
<!-- <a class="animated bounceInDown delay-2s" href="#">Programmazione <span class="caret"></span></a> --> | ||
<a href="#">Programmazione <span class="caret"></span></a> | ||
<ul class="sub-menu"> | ||
<!-- <li><a href="assembler.php">Assembler</a></li> --> | ||
<!-- <li><a href="c_cpp.php">C / C++</a></li> --> | ||
<!-- <li><a href="dos.php">DOS</a></li> --> | ||
<!-- <li><a href="html.php">HTML</a></li> --> | ||
<li><a href="https://www.ivotek.it/programmazione/basic/basic.php">Basic</a></li> | ||
<!-- <li><a href="pascal.php">Pascal</a></li> --> | ||
</ul> | ||
</li> | ||
|
||
<li class="sub-menu-parent tab-index='0'"> | ||
<!-- <a class="animated bounceInDown delay-2-5s" href="#">Programmi<span class="caret"></span></a> --> | ||
<a href="#">Programmi<span class="caret"></span></a> | ||
<ul class="sub-menu"> | ||
<li><a href="https://www.ivotek.it/programmi/progelettronica.php">Elettronica</a></li> | ||
<li><a href="https://www.ivotek.it/programmi/progrobotica.php">Robotica</a></li> | ||
<!-- <li><a href="programmi/progprogrammazione.php">Programmazione</a></li> --> | ||
<!-- <li><a href="programmi/progaltro.php">Altro</a></li> --> | ||
</ul> | ||
</li> | ||
<!-- <li class="animated bounceInDown delay-3s"><a class="nav-link" href="https://forum.ivotek.it">Forum</a></li> --> | ||
<li><a class="nav-link" href="https://www.ivotek.it/corsi/corsi.php">Corsi</a></li> | ||
<li><a class="nav-link" href="https://forum.ivotek.it">Forum</a></li> | ||
<!-- <li class="animated bounceInDown delay-3-5s"><a class="nav-link" href="https://www.ivotek.it/contact.php">Contatti</a></li> --> | ||
<li><a class="nav-link" href="https://www.ivotek.it/contact.php">Contatti</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> <!-- chiudo il menu --> |
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,28 @@ | ||
--- | ||
og_type: webpage | ||
--- | ||
|
||
<!DOCTYPE html> | ||
<html lang="{{ page.lang | default: site.lang | default: "it" }}"> | ||
|
||
{%- include head.html -%} | ||
|
||
<body> | ||
|
||
<div id="site_main" class="col-sm-12"> | ||
|
||
{%- include header.html -%} | ||
|
||
<div id="site_container" class="col-sm-12"> | ||
{{ content }} | ||
|
||
{%- include footer.html -%} | ||
</div> | ||
|
||
</div> | ||
|
||
<script type= "text/javascript" src="/assets/js/jquery.min.js"></script> | ||
<script type= "text/javascript" src="/assets/js/bootstrap.min.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.