-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
112 lines (97 loc) · 4.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
layout: null
title: Alto Comando Flotta Stellare | Elite Dangerous
description: Siamo uno Squadrone Italiano di Elite Dangerous. Giochiamo su PC, abbiamo una minor faction in game con 100+ sistemi e abbiamo i biscotti
image: /images/logo_967x593.png
last_modified_at: 2025-02-12
---
<!DOCTYPE HTML>
<html>
<head>
{% include head.html %}
{% seo %}
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1 style="text-transform: lowercase;">{{site.h1title}}</h1>
<h2>{{site.bio}}</h2>
<p>Siamo uno Squadrone che opera attivamente all'interno di <a href="https://www.elitedangerous.com/">Elite Dangerous</a>.<br />
Giochiamo per divertirci insieme</p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a href="{{ "/" | prepend:site.baseurl }}" class="logo">{{site.h1title}}</a>
</header>
<!-- Nav -->
<nav id="nav">
{% include nav.html %}
</nav>
<!-- Main -->
<div id="main">
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<a href="#" class="image main"><img src="{{ "/images/logo_h.png" | prepend:site.baseurl }}" alt="" /></a>
<p>Alto Comando Flotta Stellare (<b>ACFS</b>) è uno squadrone italiano che riunisce al suo interno giocatori a cui piace crescere e divertirsi insieme. <br>
Offriamo supporto attivo a tutti i nuovi piloti che si affacciano alla maestosa galassia di Elite. <br>
Il nostro principale obiettivo è godersi il gioco.</p>
</header>
<p>Questo è il nostro sito web.
Qui troverai informazioni su come <a href="/about/" rel="nofollow">unirti al nostro Squadrone</a> e contribuire all'<a href="/search/tag/bgs/" rel="nofollow">espansione della minor faction</a> <b>Flotta Stellare</b> all'interno del mondo in continua espansione di <a href="/elite/">Elite: Dangerous</a>.
</article>
<!-- Posts -->
<section class="posts">
{% assign posts = site.posts | where: "sticky", true | sort: "date" %}
{% for post in posts limit:2 %}
<article>
<header>
<span class="date">Post in Evidenza <i class="fa fa-thumb-tack" aria-hidden="true"></i></span>
<h2><a href="{{ post.url | prepend:site.baseurl }}">{{ post.title }}</a></h2>
</header>
<a href="{{ post.url | prepend:site.baseurl }}" class="image fit"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAQAAAA3fa6RAAAADklEQVR42mNkAANGCAUAACMAA2w/AMgAAAAASUVORK5CYII=" alt="" data-echo="{{ post.image | prepend:site.baseurl }}" /></a>
<p>{{ post.excerpt }}</p>
<ul class="actions">
<li><a href="{{ post.url | prepend:site.baseurl }}" class="button">Continua a leggere</a></li>
</ul>
</article>
{% endfor %}
{% assign normalPost = site.posts | where: "sticky", false %}
{% for post in normalPost limit:6 %}
<article>
<header>
<span class="date">{{ post.date | date_to_string }}</span>
<h2><a href="{{ post.url | prepend:site.baseurl }}">{{ post.title }}</a></h2>
</header>
<a href="{{ post.url | prepend:site.baseurl }}" class="image fit"><img img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAQAAAA3fa6RAAAADklEQVR42mNkAANGCAUAACMAA2w/AMgAAAAASUVORK5CYII=" alt="" data-echo="{{ post.image | prepend:site.baseurl }}" /></a>
<p>{{ post.excerpt }}</p>
<ul class="actions">
<li><a href="{{ post.url | prepend:site.baseurl }}" class="button">Continua a leggere</a></li>
</ul>
</article>
{% endfor %}
</section>
<!-- Footer -->
<footer>
<ul class="actions">
<li><a href="{{ "/about/" | prepend:site.baseurl }}" class="button">Lo Squadrone</a></li>
<li><a href="{{ "/bgs/" | prepend:site.baseurl }}" class="button">Background Simulation</a></li>
<li><a href="{{ "/blog/" | prepend:site.baseurl }}" class="button">Blog</a></li>
</ul>
</footer>
</div>
<!-- Footer -->
{% include foot.html %}
</div>
<!-- Scripts -->
{% include scripts-main.html %}
{% include tracking.html %}
<!-- Lazy Load -->
{% include lazyload.html %}
</body>
</html>