Skip to content

Commit e331560

Browse files
authored
Merge pull request #1 from morrolinuxyt/mrriky54
Mrriky54
2 parents c54a3cc + 01e7e40 commit e331560

20 files changed

Lines changed: 146 additions & 454 deletions

blog

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
11
<html>
2+
23
<head>
3-
<title>Redirezione a Zeronet | Morrolinux</title>
4-
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
5-
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js?ver=1.4.2'></script>
4+
<title>Redirezione a Zeronet | Morrolinux</title>
5+
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
6+
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js?ver=1.4.2'></script>
67
</head>
78

89
<body style="background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #B5B5B5 100%);">
910

10-
<script>
11-
$(document).ready(function(){
12-
$('body').css('display', 'none');
13-
$('body').fadeIn(500);
14-
$('body').delay(4000).fadeOut(500);
15-
});
16-
</script>
11+
<script>
12+
$(document).ready(function() {
13+
$('body').css('display', 'none');
14+
$('body').fadeIn(500);
15+
$('body').delay(4000).fadeOut(500);
16+
});
17+
</script>
1718

18-
<h1 style="color: #333333;
19+
<h1 style="color: #333333;
1920
font-weight: 700;
2021
margin: 0;
2122
padding: 0;
2223
font-size: 100px;
2324
font-family: 'Oswald', Helvetica, Arial, sans-serif;
2425
text-align: center;">MORROLINUX.IT/BLOG</h1>
2526

26-
<h1 style="color: #4B4B4B;
27+
<h1 style="color: #4B4B4B;
2728
font-weight: 400;
2829
margin: 0;
2930
padding: 0;
3031
font-size: 60px;
3132
font-family: 'Oswald', Helvetica, Arial, sans-serif;
3233
text-align: center;">Benvenuto</h1>
3334

34-
<h1 style="color: #767676;
35+
<h1 style="color: #767676;
3536
font-weight: 300;
3637
margin: 0;
3738
padding: 0;
3839
font-size: 30px;
3940
font-family: 'Oswald', Helvetica, Arial, sans-serif;
4041
text-align: center;">SARAI REINDIRIZZATO ENTRO 5 SECONDI...</h1>
4142

42-
<meta http-equiv="Refresh" content = "5; URL=http://morrolinux.it:43110">
43+
<meta http-equiv="Refresh" content="5; URL=http://morrolinux.it:43110">
4344

4445
</body>
46+
4547
</html>

chisono.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
<?php include("head.html"); ?>
77

88
</head>
9-
<body>
9+
<body style="background: #D8D8D8;">
10+
<div class="bottomMob" style="background: #353535;">
11+
<a href="policy.pdf" class="linka" id="policy">Privacy Policy</a><br />
12+
</div>
1013

1114
<?php include("nav.php"); ?>
1215

contatti.php

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
<?php include("head.html"); ?>
77

88
</head>
9-
<body>
9+
<body style="background: #D8D8D8;">
10+
<div class="bottomMob" style="background: #353535;">
11+
<a href="policy.pdf" class="linka" id="policy">Privacy Policy</a><br />
12+
</div>
1013

1114
<?php include("nav.php"); ?>
1215

@@ -18,11 +21,11 @@
1821
Sulla mia pagina Facebook condivido “cose interessanti” da all over the world.
1922
Mentre se non volete perdervi l’ultimo video e un po' di backstage, trovate il mio canale Telegram.
2023
Twitter è consigliato per non perdersi le pubblicazioni automatiche :)<br /><br />
21-
Youtube: <a href="https://www.youtube.com/user/morrolinux/" target="blank_">https://www.youtube.com/user/morrolinux/</a><br />
22-
Facebook: <a href="https://www.facebook.com/MorrolinuxOfficial/" target="blank_">https://www.facebook.com/MorrolinuxOfficial/</a><br />
23-
Twitter: <a href="https://twitter.com/morrolinux/" target="blank_">https://twitter.com/morrolinux/</a><br />
24-
Google+: <a href="https://plus.google.com/u/0/+morrolinux/" target="blank_">https://plus.google.com/u/0/+morrolinux/</a><br />
25-
Telegram: <a href="https://telegram.me/morrolinux_feed" target="blank_">https://telegram.me/morrolinux_feed</a><br />
24+
Youtube: <a href="https://www.youtube.com/user/morrolinux/" target="blank_">MorrolinuxYouTube</a><br />
25+
Facebook: <a href="https://www.facebook.com/MorrolinuxOfficial/" target="blank_">MorrolinuxOfficial</a><br />
26+
Twitter: <a href="https://twitter.com/morrolinux/" target="blank_">MorrolinuxTwitter</a><br />
27+
Google+: <a href="https://plus.google.com/u/0/+morrolinux/" target="blank_">+Morrolinux</a><br />
28+
Telegram: <a href="https://telegram.me/morrolinux_feed" target="blank_">MorrolinuxFeed</a><br />
2629
</p>
2730

2831
</div>

creators.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

css/stile.css

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,56 @@ a:hover {
8686
bottom: 0px;
8787
z-index: 999999;
8888
}
89+
.bottomMob {
90+
display: none;
91+
}
92+
#icona {
93+
display: none;
94+
}
95+
@media screen and (min-device-width: 190px) and (max-device-width: 930px) {
96+
.nav {
97+
width: 100%;
98+
height: auto;
99+
position: relative;
100+
}
101+
.nav img {
102+
display: none;
103+
}
104+
.testohome {
105+
display: none;
106+
}
107+
.linka {
108+
font-size: 30px;
109+
}
110+
#bottom-banner {
111+
display: none;
112+
}
113+
.linkNav {
114+
padding: 5px;
115+
}
116+
.policy {
117+
padding-left: 5px;
118+
}
119+
.testolpi {
120+
margin-left: 10px;
121+
width: 90%;
122+
}
123+
.testo {
124+
margin-left: 10px;
125+
}
126+
.bottomMob {
127+
display: block;
128+
text-align: right;
129+
width: 100%;
130+
padding-right: 20px;
131+
}
132+
#policy {
133+
font-size: 10px;
134+
}
135+
body {
136+
background: #353535;
137+
}
138+
#icona {
139+
display: block;
140+
}
141+
}

dedicato_a_voi.php

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<title>Easter Egg :: Morrolinux</title>
4+
<link href="css/stile.css" rel="stylesheet" type="text/css">
5+
6+
<?php include("head.html"); ?>
7+
8+
</head>
9+
<body>
10+
11+
<?php include("nav.php"); ?>
12+
13+
<div class="testo">
14+
15+
<h1>Dedicato A Voi - Forced feat Niko</h1><br /><br />
16+
17+
<p>
18+
<iframe width="820" height="630" align="left" style="margin-right:30px; position:relative;" src="https://www.youtube.com/embed/_ERPngPWd3s" frameborder="0" allowfullscreen></iframe>
19+
Dobbiamo ammetterlo, il rap ha preso il sopravvento. Oramai dovunque si sentono canzoni rap e tutti le cantano. Tutti compresi questi due talentuosi cantanti emergenti.
20+
Nulla da dire sulla realizzazione tecnica della traccia audio, ne su quella del video. Quest'ultimo, con una gran scelta geopolitica ed economico-finanziaria, è girato su un ponte,
21+
sotto il quale scorre un fiume, come a rappresentare l'essenza della purezza delle parole contenute nel testo di questa gloriosa opera di arricchimento culturale.<br /><br />
22+
Ciò che trasuda maggiormente dalla magnificenza della sopracitata è che Caparezza non avrà uno, ma ben due contendenti.
23+
</p>
24+
25+
</div>
26+
27+
</body>
28+
</html>

head.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<meta charset="UTF-8">
22
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
33
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700,300|Open+Sans:400,700,400italic,300,300italic,700italic' rel='stylesheet' type='text/css'>
4+
<meta name="theme-color" content="#353535">
45

56
<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
67

@@ -16,3 +17,5 @@
1617
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
1718

1819
<!-- End Cookie Consent plugin -->
20+
21+
<meta name="viewport" content="width=device-width, initial-scale=1">

index.php

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
77

88
</head>
99
<body>
10-
<script>
11-
if(
12-
navigator.userAgent.match(/Android/i) ||
13-
navigator.userAgent.match(/webOS/i) ||
14-
navigator.userAgent.match(/iPhone/i) ||
15-
navigator.userAgent.match(/iPod/i) ||
16-
navigator.userAgent.match(/BlackBerry/i)
17-
){
18-
location.href="mobile/";
19-
}</script>
10+
11+
<div class="bottomMob">
12+
<a href="policy.pdf" class="linka" id="policy">Privacy Policy</a><br />
13+
</div>
14+
<div id="icona">
15+
<a href="index.php"><img alt="icona" src="img/icona.png" height="150" width="150" style="padding:15px;"/></a>
16+
</div>
2017

2118
<?php include("nav.php"); ?>
2219

lpi.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
<?php include("head.html"); ?>
77

88
</head>
9-
<body>
9+
<body style="background: #D8D8D8;">
10+
11+
<div class="bottomMob" style="background: #353535;">
12+
<a href="policy.pdf" class="linka" id="policy">Privacy Policy</a><br />
13+
</div>
1014

1115
<?php include("nav.php"); ?>
1216

@@ -49,7 +53,7 @@
4953
La pubblicazione dei video avviene ogni weekend per obiettivo<br />
5054
ES: l’obiettivo 101.1 viene rilasciato sabato ed è comprensivo di 4 video: ognuno dei quali verrà rilasciato nei giorni del fine settimana <br /><br />
5155

52-
Playlist di youtube: <a href="https://www.youtube.com/playlist?list=PL4L8OWDC99_d46jXlR02dCWzTwNISywwU" target="blank_">https://www.youtube.com/playlist?list=PL4L8OWDC99_d46jXlR02dCWzTwNISywwU</a><br /><br />
56+
<a href="https://www.youtube.com/playlist?list=PL4L8OWDC99_d46jXlR02dCWzTwNISywwU" target="blank_">Playlist di youtube</a><br /><br />
5357
LPIC-1 Argomenti dell’esame 101:<br />
5458
<a href="https://www.lpi.org/study-resources/lpic-1-101-exam-objectives/#101" target="blank_">101 – System Architecture</a><br />
5559
<a href="https://www.lpi.org/study-resources/lpic-1-101-exam-objectives/#102" target="blank_">102 – Linux Installation and Package Management</a><br />

mobile/chisono.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)