Skip to content

Commit

Permalink
Merge pull request #3 from augustozanellato/fix_typos
Browse files Browse the repository at this point in the history
Reformat, fix typos, spacing and col wrap
  • Loading branch information
AkaiSara authored Oct 5, 2020
2 parents b14ec5c + 1e945e4 commit 2e458ee
Show file tree
Hide file tree
Showing 37 changed files with 3,825 additions and 3,706 deletions.
87 changes: 45 additions & 42 deletions AmmProgetto.html
Original file line number Diff line number Diff line change
@@ -1,48 +1,51 @@
<!DOCTYPE html>
<html >
<html>
<head>
<meta charset="UTF-8">
<title>SWEky - La wiki di SWE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">


<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>

<script src="js/index.js"></script>

<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>

<link rel="stylesheet" href="css/style.css">

<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.png">
<script>
$(function () {
$( "#wrapper" ).load( 'commonBody.html', function() {
$( "#ammprog" ).attr("href", "#");
getContento();
});
});

function getContento() {
$( "#contento" ).load( './src/cAmmProgetto.html');
$.getScript( "js/index.js");
$("[data-toggle=popover]").popover();
}

</script>

<style>
#ammprog{ background-color:#176D61; font-weight: bold; }
</style>
<meta charset="UTF-8">
<title>SWEky - La wiki di SWE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">


<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>

<script src="js/index.js"></script>

<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>

<link rel="stylesheet" href="css/style.css">

<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.png">
<script>
$(function () {
$("#wrapper").load('commonBody.html', function () {
$("#ammprog").attr("href", "#");
getContento();
});
});

function getContento() {
$("#contento").load('./src/cAmmProgetto.html');
$.getScript("js/index.js");
$("[data-toggle=popover]").popover();
}

</script>

<style>
#ammprog {
background-color: #176D61;
font-weight: bold;
}
</style>
</head>

<body>
<div id="wrapper">
<body>

<div id="wrapper">


</div>
</body>
</div>
</body>
</html>
116 changes: 61 additions & 55 deletions AnalisiDinamica.html
Original file line number Diff line number Diff line change
@@ -1,61 +1,67 @@
<!DOCTYPE html>
<html >
<html>
<head>
<meta charset="UTF-8">
<title>SWEky - La wiki di SWE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">


<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>

<script src="js/index.js"></script>

<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>

<link rel="stylesheet" href="css/style.css">

<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.png">
<script>
$(function () {
$( "#wrapper" ).load( 'commonBody.html', function() {
$( "#verival" ).attr("data-toggle", "");
$( "#verival" ).attr("href", "#");
$( "#analDinam" ).attr("href", "#");
getContento();
});
});

function getContento() {
$( "#contento" ).load( './src/cAnalisiDinamica.html');
$.getScript( "js/index.js");
$("[data-toggle=popover]").popover();
}

</script>

<script>
$('.dropdown').click(function(e) {
e.stopPropagation();
});

$('li.dropdown a').on('click', function (event) {
$(this).parent().toggleClass('open');
});
</script>

<style>
#verival{ background-color: #3B958A; font-weight: bold; }
#analDinam{ background-color:#0B5D50; }
</style>
<meta charset="UTF-8">
<title>SWEky - La wiki di SWE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">


<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>

<script src="js/index.js"></script>

<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>

<link rel="stylesheet" href="css/style.css">

<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.png">
<script>
$(function () {
$("#wrapper").load('commonBody.html', function () {
$("#verival").attr("data-toggle", "");
$("#verival").attr("href", "#");
$("#analDinam").attr("href", "#");
getContento();
});
});

function getContento() {
$("#contento").load('./src/cAnalisiDinamica.html');
$.getScript("js/index.js");
$("[data-toggle=popover]").popover();
}

</script>

<script>
$('.dropdown').click(function (e) {
e.stopPropagation();
});

$('li.dropdown a').on('click', function (event) {
$(this).parent().toggleClass('open');
});
</script>

<style>
#verival {
background-color: #3B958A;
font-weight: bold;
}

#analDinam {
background-color: #0B5D50;
}
</style>
</head>

<body>
<div id="wrapper">
<body>

<div id="wrapper">


</div>
</body>
</div>
</body>
</html>
116 changes: 61 additions & 55 deletions AnalisiStatica.html
Original file line number Diff line number Diff line change
@@ -1,61 +1,67 @@
<!DOCTYPE html>
<html >
<html>
<head>
<meta charset="UTF-8">
<title>SWEky - La wiki di SWE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">


<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>

<script src="js/index.js"></script>

<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>

<link rel="stylesheet" href="css/style.css">

<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.png">
<script>
$(function () {
$( "#wrapper" ).load( 'commonBody.html', function() {
$( "#verival" ).attr("data-toggle", "");
$( "#verival" ).attr("href", "#");
$( "#analStatic" ).attr("href", "#");
getContento();
});
});

function getContento() {
$( "#contento" ).load( './src/cAnalisiStatica.html');
$.getScript( "js/index.js");
$("[data-toggle=popover]").popover();
}

</script>

<script>
$('.dropdown').click(function(e) {
e.stopPropagation();
});

$('li.dropdown a').on('click', function (event) {
$(this).parent().toggleClass('open');
});
</script>

<style>
#verival{ background-color: #3B958A; font-weight: bold; }
#analStatic{ background-color:#055548; }
</style>
<meta charset="UTF-8">
<title>SWEky - La wiki di SWE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">


<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>

<script src="js/index.js"></script>

<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>

<link rel="stylesheet" href="css/style.css">

<link rel="shortcut icon" type="image/x-icon" href="./img/favicon.png">
<script>
$(function () {
$("#wrapper").load('commonBody.html', function () {
$("#verival").attr("data-toggle", "");
$("#verival").attr("href", "#");
$("#analStatic").attr("href", "#");
getContento();
});
});

function getContento() {
$("#contento").load('./src/cAnalisiStatica.html');
$.getScript("js/index.js");
$("[data-toggle=popover]").popover();
}

</script>

<script>
$('.dropdown').click(function (e) {
e.stopPropagation();
});

$('li.dropdown a').on('click', function (event) {
$(this).parent().toggleClass('open');
});
</script>

<style>
#verival {
background-color: #3B958A;
font-weight: bold;
}

#analStatic {
background-color: #055548;
}
</style>
</head>

<body>
<div id="wrapper">
<body>

<div id="wrapper">


</div>
</body>
</div>
</body>
</html>
Loading

0 comments on commit 2e458ee

Please sign in to comment.