Skip to content

Commit f7d8185

Browse files
committed
first publish
0 parents  commit f7d8185

11 files changed

Lines changed: 721 additions & 0 deletions

File tree

404.html

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
<!DOCTYPE html>
2+
<html lang="it-IT">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
7+
<title>DevRomagna</title>
8+
<meta name="author" content="DevRomagna">
9+
<meta name="description" content="I developer romagnoli si fanno rete">
10+
<meta name="generator" content="Hugo 0.17" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
12+
13+
<link rel="shortcut icon" href="/img/favicon.ico">
14+
15+
<!-- Stylesheets -->
16+
<link rel="stylesheet" href="/css/styles.css">
17+
<link rel="stylesheet" href="/css/sp-minimal.css">
18+
19+
<link rel="stylesheet" href="/css/sp-minimal-simple.css">
20+
21+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/default.min.css">
22+
</head>
23+
24+
25+
<body><div class="wrapper">
26+
<header class="text-center">
27+
28+
29+
30+
<h1 class="border-bottom add-padding-bottom"><a href="/">DevRomagna</a></h1>
31+
32+
33+
34+
<h2 class="text-right add-padding-right">Developer Community della Romagna</h2>
35+
36+
37+
38+
<p class="text-right remove-margin-bottom add-padding-right">I developer romagnoli si fanno rete</p>
39+
40+
</header>
41+
42+
43+
44+
45+
<section>
46+
<h1> 404 - Page not found </h1>
47+
</section>
48+
49+
<footer>
50+
<p class="remove-margin-bottom add-padding-right">
51+
&copy; 2017
52+
<a href="/">DevRomagna</a>
53+
</p>
54+
55+
<p class="remove-margin-bottom add-padding-right"><small>
56+
<a href="https://github.com/eueung/hugo-sp-minimal">Hugo SP-Minimal</a> Theme |
57+
Based on <a href="https://github.com/orderedlist/minimal">Minimal</a>
58+
</small></p>
59+
</footer>
60+
61+
62+
</div><script src="/js/scale.fix.js"></script>
63+
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
64+
65+
<script>hljs.initHighlightingOnLoad();</script>
66+
67+
68+
</body></html>
69+

css/sp-minimal-simple.css

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.text-center {
2+
text-align: center;
3+
}
4+
.text-right {
5+
text-align: right;
6+
}
7+
.border-top {
8+
border-top: 2px solid #eee;
9+
}
10+
.border-bottom {
11+
border-bottom: 10px solid #eee;
12+
}
13+
14+
.add-padding-bottom {
15+
padding-bottom: 10px;
16+
}
17+
18+
header, footer {
19+
border-right: 20px solid #eee;
20+
text-align: right;
21+
}
22+
.add-padding-right {
23+
padding-right: 10px;
24+
}
25+
26+
@media print, screen and (max-width: 960px) {
27+
header {
28+
padding-right: 0;
29+
border-right: 0 solid #eee;
30+
}
31+
header .text-right {
32+
text-align: center;
33+
}
34+
}
35+

css/sp-minimal.css

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');
2+
3+
pre {
4+
border-radius: 0;
5+
}
6+
7+
.s200 {
8+
width: 200px;
9+
height: 200px;
10+
}
11+
12+
.img-circle {
13+
border-radius: 50%;
14+
border: 1px solid #ddd;
15+
padding: 3px;
16+
}
17+
18+
.remove-margin-bottom {
19+
margin-bottom: 0;
20+
}
21+
22+
.pagination ul {
23+
list-style: none;
24+
padding: 0;
25+
background: #f4f4f4;
26+
border-radius: 0;
27+
border: 1px solid #e0e0e0;
28+
display: inline-block;
29+
}
30+
.pagination li {
31+
float: left;
32+
border-right: 1px solid #e0e0e0;
33+
}
34+
.pagination ul a {
35+
line-height: 1;
36+
font-size: 11px;
37+
color: #999;
38+
display: block;
39+
text-align: center;
40+
padding: 6px 6px;
41+
min-width: 2em;
42+
}
43+
44+
a.category {
45+
background-color: #ddd;
46+
padding-right: .2em;
47+
padding-left: .2em;
48+
}
49+
50+

0 commit comments

Comments
 (0)