Skip to content

Commit 9ecba3f

Browse files
committed
Initial import
0 parents  commit 9ecba3f

13 files changed

+1607
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site
2+
.sass-cache
3+
.jekyll-metadata

Gemfile

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
source "https://rubygems.org"
2+
ruby RUBY_VERSION
3+
4+
# Hello! This is where you manage which Jekyll version is used to run.
5+
# When you want to use a different version, change it below, save the
6+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7+
#
8+
# bundle exec jekyll serve
9+
#
10+
# This will help ensure the proper Jekyll version is running.
11+
# Happy Jekylling!
12+
gem "jekyll", "3.2.1"
13+
14+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15+
gem "minima"
16+
17+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19+
# gem "github-pages", group: :jekyll_plugins
20+
21+
# If you have any plugins, put them here!
22+
# group :jekyll_plugins do
23+
# gem "jekyll-github-metadata", "~> 1.0"
24+
# end

Gemfile.lock

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
colorator (1.1.0)
5+
ffi (1.9.14)
6+
forwardable-extended (2.6.0)
7+
jekyll (3.2.1)
8+
colorator (~> 1.0)
9+
jekyll-sass-converter (~> 1.0)
10+
jekyll-watch (~> 1.1)
11+
kramdown (~> 1.3)
12+
liquid (~> 3.0)
13+
mercenary (~> 0.3.3)
14+
pathutil (~> 0.9)
15+
rouge (~> 1.7)
16+
safe_yaml (~> 1.0)
17+
jekyll-sass-converter (1.4.0)
18+
sass (~> 3.4)
19+
jekyll-watch (1.5.0)
20+
listen (~> 3.0, < 3.1)
21+
kramdown (1.11.1)
22+
liquid (3.0.6)
23+
listen (3.0.8)
24+
rb-fsevent (~> 0.9, >= 0.9.4)
25+
rb-inotify (~> 0.9, >= 0.9.7)
26+
mercenary (0.3.6)
27+
minima (1.0.1)
28+
pathutil (0.14.0)
29+
forwardable-extended (~> 2.6)
30+
rb-fsevent (0.9.7)
31+
rb-inotify (0.9.7)
32+
ffi (>= 0.5.0)
33+
rouge (1.11.1)
34+
safe_yaml (1.0.4)
35+
sass (3.4.22)
36+
37+
PLATFORMS
38+
ruby
39+
40+
DEPENDENCIES
41+
jekyll (= 3.2.1)
42+
minima
43+
44+
BUNDLED WITH
45+
1.11.2

_config.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing these this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: "AEON - 2nd gen cryptonote, anonymous, mobile-friendly, scalable, pruning"
17+
keywords: "AEON, cryptocurrency, privacy, fungibility, anonymous cryptocurrency, cryptonote"
18+
description: "AEON is an anonymous cryptocurrency. Lightweight untraceable blockchain."
19+
baseurl: "" # the subpath of your site, e.g. /blog
20+
url: "http://example.com" # the base hostname & protocol for your site
21+
22+
# Build settings
23+
markdown: kramdown
24+
theme: minima

_layouts/default.html

+171
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
<!DOCTYPE html>
2+
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
3+
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
4+
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
5+
<!--[if (gte IE 9)|!(IE)]><!-->
6+
<html lang="en"> <!--<![endif]-->
7+
8+
<head>
9+
<meta charset="utf-8">
10+
<title>{{ site.title }}</title>
11+
<meta name="author" content="">
12+
<meta name="keywords" content="{{ site.keywords }}">
13+
<meta name="description" content="{{ site.description }}">
14+
15+
<!-- Mobile Specific Metas -->
16+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
17+
18+
<!-- Libs CSS -->
19+
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
20+
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
21+
<link href="//cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/css/simple-line-icons.min.css" rel="stylesheet">
22+
23+
<!-- Template CSS -->
24+
<link href="/css/style.css" rel="stylesheet">
25+
26+
<!-- Google Fonts -->
27+
<link href='//fonts.googleapis.com/css?family=Raleway:400,700,800&amp;subsetting=all' rel='stylesheet' type='text/css'>
28+
<link href='//fonts.googleapis.com/css?family=Open+Sans:400italic,400,800,700,300' rel='stylesheet' type='text/css'>
29+
30+
<!--[if lt IE 9]>
31+
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
32+
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
33+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
34+
<![endif]-->
35+
</head>
36+
37+
<body data-spy="scroll" data-target=".navigation">
38+
<div id="banner" class="bg-blur">
39+
<div id="header">
40+
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
41+
<div class="container">
42+
<div class="navbar-header">
43+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
44+
<span class="sr-only">Toggle navigation</span>
45+
<span class="icon-bar"></span>
46+
<span class="icon-bar"></span>
47+
<span class="icon-bar"></span>
48+
</button>
49+
<a class="navbar-brand text-logo" href="#">
50+
<span class="hidden-sm hidden-xs"><img src="/img/aeon-small.png"/></span>
51+
AEON
52+
</a>
53+
</div>
54+
<div class="navigation navbar-collapse collapse">
55+
<ul class="nav navbar-nav menu-right">
56+
<li class="active"><a href="#banner">Home</a></li>
57+
<li><a href="#features">Features</a></li>
58+
<li><a href="#difference">Difference</a></li>
59+
<li><a href="#downloads">Downloads</a></li>
60+
</ul>
61+
</div>
62+
</div>
63+
</nav>
64+
</div>
65+
66+
<div class="banner-content">
67+
<div class="container">
68+
<div class="row">
69+
<div class="col-md-8 col-sm-8">
70+
<h1><strong>AEON</strong> isn't a cryptocurrency.<br/><strong>It's a lifestyle.</strong></h1>
71+
<p class="lead"><strong>It's about polished perfection, attained by breaking the rules with calculated mastery of the art.<strong></p>
72+
<p class="lead">It's about respecting history and pushing innovation forward at the same time. It's about more than just math: it's a vision of a world where luxury is the same as entry-level, and the limits are the heavens themselves. <small>&copy; americanpegasus</small></p>
73+
<ul class="banner-list">
74+
<li><i class="fa fa-check"></i>PoW algorithm: CryptoNight-Lite</li>
75+
<li><i class="fa fa-check"></i>Max supply: ~18.4 million</li>
76+
<li><i class="fa fa-check"></i>Block reward: Smoothly varying</li>
77+
<li><i class="fa fa-check"></i>Block time: 240 seconds</li>
78+
<li><i class="fa fa-check"></i>Difficulty: Retargets at every block</li>
79+
</ul>
80+
</div>
81+
<div class="col-lg-4 col-md-4 col-sm-5 hidden-sm hidden-xs">
82+
<img src="/img/aeon.png"/>
83+
</div>
84+
</div>
85+
</div>
86+
</div>
87+
</div>
88+
89+
{{ content }}
90+
91+
<!-- Footer Top -->
92+
<section class="footer footer-top">
93+
<div class="container">
94+
<div class="row">
95+
<!-- Footer Intro -->
96+
<div class="col-md-4">
97+
<h3>About this Project</h3>
98+
<p>It is open source and completely free to use without restrictions.</p>
99+
<p>Anyone is able to contribute to AEON.</p>
100+
</div>
101+
<!-- End Footer Intro -->
102+
103+
<!-- Exchanges -->
104+
<div class="col-md-3">
105+
<h3>Exchanges</h3>
106+
<ul class="quick-links">
107+
<li><a href="https://bittrex.com/Market/Index?MarketName=BTC-AEON" rel="nofollow">Bittrex</a></li>
108+
<li><a href="https://www.cryptopia.co.nz/Exchange/?market=AEON_BTC" rel="nofollow">Cryptopia</a></li>
109+
</ul>
110+
</div>
111+
<!-- End Exchanges -->
112+
113+
<!-- Quick Links -->
114+
<div class="col-md-2">
115+
<h3>Related Projects</h3>
116+
<ul class="quick-links">
117+
<li><a href="http://getmonero.org">Monero</a></li>
118+
<li><a href="http://cryptonote.org" rel="nofollow" target="_blank">CryptoNote</a></li>
119+
</ul>
120+
</div>
121+
<!-- End Quick links -->
122+
123+
<!-- Social Links -->
124+
<div class="col-sm-3">
125+
<h3>Stay in Touch!</h3>
126+
<p>Follow us on social networks!</p>
127+
<ul class="social">
128+
<li class="facebook">
129+
<a href="https://bitcointalk.org/index.php?topic=641696.0" rel="nofollow"><i class="fa fa-bitcoin"></i></a>
130+
</li>
131+
<li class="twitter">
132+
<a href="https://twitter.com/AeonCoin" rel="nofollow"><i class="fa fa-twitter"></i></a>
133+
</li>
134+
<li class="reddit">
135+
<a href="https://www.reddit.com/r/aeon" rel="nofollow"><i class="fa fa-reddit"></i></a>
136+
</li>
137+
<li class="stack-exchange">
138+
<a href="https://monero.stackexchange.com" rel="nofollow"><i class="fa fa-stack-exchange"></i></a>
139+
</li>
140+
</ul>
141+
</div>
142+
<!--End Social Links -->
143+
</div>
144+
</div>
145+
</section>
146+
<!-- End Footer Top -->
147+
148+
<!-- Footer Bottom -->
149+
<footer class="footer footer-sub">
150+
<div class="container">
151+
<div class="row">
152+
<div class="col-lg-6 col-sm-6">
153+
<p>Copyright &copy; 2016-&infin;, AEON, The Monero Project.</p>
154+
</div>
155+
<div class="col-lg-6 col-sm-6">
156+
<p class="copyright">Made with <i class="icon-heart"></i> in crypto space</p>
157+
</div>
158+
</div>
159+
</div>
160+
</footer>
161+
<!-- End Footer Bottom -->
162+
163+
<!-- Start Js Files -->
164+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script>
165+
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
166+
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.js" type="text/javascript"></script>
167+
<script src="/js/custom.js" type="text/javascript"></script>
168+
<!-- End Js Files -->
169+
170+
</body>
171+
</html>

0 commit comments

Comments
 (0)