Skip to content

Commit aa9d32c

Browse files
committed
Starting to build content pages.
1 parent 3bdfae7 commit aa9d32c

20 files changed

+668
-63
lines changed

_config.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,23 @@ safe: true
33
lsi: false
44
pygments: true
55

6-
# standard jekyll configuration options
7-
86
exclude: ['Rakefile', 'README.md', 'config.rb']
97

10-
# configuration required for some pages
11-
12-
#domain: blog.example.com
8+
domain: accord.github.io
139
title: Accord.NET Framework
14-
#author: Me
15-
#email: me@example.com
1610

17-
# configuration for ehancements, uncomment to enable
1811

19-
# feedburner:
20-
# id: feedburnerid
2112

22-
# google_analytics:
23-
# account: UA-XXXXX-X
13+
google_analytics:
14+
account: UA-3114672-4
2415

25-
# github:
26-
# username: ghusername
16+
github:
17+
username: cesarsouza
2718

2819
disqus:
29-
id: accord-net
20+
id: accord-net
21+
22+
framework:
23+
version: v2.10
24+
download-installer: https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.exe
25+
download-archive: https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.rar

_layouts/default.html

Lines changed: 112 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,136 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
4-
<meta charset='utf-8'>
4+
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
7-
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet'
8-
type='text/css'>
9-
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
10-
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
11-
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
12-
6+
<title>{{ page.title }}</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
8+
<link rel="stylesheet" href="stylesheets/content-pages.css" />
9+
<link rel="Stylesheet" href="stylesheets/jquery.powertip.css" />
10+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
11+
<script type="text/javascript" src="javascripts/jquery.vibrate.js"></script>
12+
<script type="text/javascript" src="javascripts/jquery.powertip.js"></script>
1313
<!--[if lt IE 9]>
1414
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1515
<![endif]-->
16-
17-
<title>{{ page.title }}</title>
1816
</head>
17+
<script type="text/javascript">
18+
19+
$(document).ready(function () {
20+
$("#features").hide();
21+
$("#accord-logo").hide();
22+
23+
$("#accord-logo").fadeIn(1200);
24+
25+
26+
var paypal = $('#paypal');
27+
28+
paypal.vibrate({
29+
start: 20000,
30+
speed: 5,
31+
duration: 1000,
32+
frequency: 20000,
33+
spread: 6,
34+
angle: 25,
35+
});
36+
37+
paypal.data('powertip', $('#paypal-tooltip').html());
38+
paypal.powerTip({ placement: 'w', mouseOnToPopup: true });
39+
40+
});
41+
42+
</script>
1943

2044
<body>
45+
<div id="accord-logo">
46+
&#x222e;</div>
47+
<div id="right-buttons">
48+
<a href="http://www.linkedin.com/in/cesarrsouza" target="_blank">
49+
<img id="linkedin" class="icons" src="images/metro/appbar.social.linkedin.color.png" /></a>
50+
<a href="http://www.youtube.com/playlist?list=PLb8yJtCIm8PQRC0t8re7b5mOCP8s6iBk9"
51+
target="_blank">
52+
<img id="youtube" class="icons" src="images/metro/appbar.youtube.color.png" /></a>
53+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=N4Q6YQSPWN8BG"
54+
target="_blank">
55+
<img id="paypal" class="icons" src="images/metro/appbar.paypal.color.png" /></a>
56+
</div>
2157

22-
<header class="alternate">
23-
<div class="integral">&#x222e;</div>
24-
<div class="inner">
25-
<h3><a href="index.html">Accord.NET Framework</a></h3>
26-
<a href="https://github.com/accord-net/framework" class="button"><small>View project
27-
at </small>GitHub</a>
28-
</div>
58+
59+
<header>
60+
<h1>
61+
Sample applications</h1>
2962
</header>
3063

31-
<div id="content-wrapper">
32-
<div class="inner clearfix">
33-
<section id="main-content">
34-
{{ content }}
35-
</section>
3664

65+
<aside>
66+
<h1>
67+
Accord.NET</h1>
68+
<ul>
69+
<li id="li-intro"><a href="index.html">Introduction</a></li>
70+
<li id="li-samples"><a href="samples.html">Sample apps</a></li>
71+
<li id="li-docs"><a href="docs/Index.html">Documentation</a></li>
72+
<li id="li-issues"><a href="https://code.google.com/p/accord/issues/list">Report issues</a></li>
73+
<li id="li-submit"><a href="submit.html">Contribute</a></li>
74+
<li id="li-forums"><a href="https://groups.google.com/forum/#!forum/accord-net">Discussion forums</a></li>
75+
<li id="li-faq"><a href="faq.html">Common questions</a></li>
76+
<li id="li-contact"><a href="contact.html">Contact</a></li>
77+
<li id="li-about"><a href="about.html">About</a></li>
78+
</ul>
79+
80+
<div id="download-buttons">
81+
<ul>
82+
<li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.exe">
83+
Download <strong>Installer</strong> <span class="version">(v2.10)</span></a></li>
84+
<li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.rar">
85+
Download <strong>Archive</strong> <span class="version">(v2.10)</span></a></li>
86+
</ul>
87+
</div>
3788

38-
<aside id="sidebar">
39-
{% include sidebar.html %}
40-
41-
<!-- Google + -->
42-
<script type="text/javascript">
43-
(function() {
89+
<div class="google-plus">
90+
<!-- Google + -->
91+
<script type="text/javascript">
92+
(function () {
4493
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
4594
po.src = 'https://apis.google.com/js/plusone.js';
4695
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
4796
})();
48-
</script>
49-
</aside>
50-
97+
</script>
5198
</div>
52-
53-
{% if page.comments %}
54-
<div id="comments">
55-
<div class ="inner clearfix">
56-
{% include disqus.html %}
57-
</div>
99+
</aside>
100+
101+
102+
<section>
103+
104+
{{ content }}
105+
106+
</section>
107+
108+
109+
{% if page.comments %}
110+
<div id="comments">
111+
<div class="inner clearfix">
112+
{% include disqus.html %}
58113
</div>
59-
{% endif %}
114+
</div>
115+
{% endif %}
116+
60117

118+
<div id="paypal-tooltip" style="display: none">
119+
<p>
120+
Have you found this software useful?
121+
<br />
122+
Consider donating just <strong>US$10</strong>
123+
<br />
124+
so it can get even better!</p>
125+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=N4Q6YQSPWN8BG"
126+
rel="nofollow" target="_blank">
127+
<img align="center" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
128+
width="92" height="26" /></a>
129+
<p>
130+
This software is completely free and will<br />
131+
<strong>always stay free</strong>
132+
. Enjoy!
61133
</div>
134+
62135
</body>
63136
</html>

about.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: About
4+
comments: true
5+
---
6+
7+
<p>
8+
The framework...
9+
</p>

default-content.html

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6+
<title>Accord.NET Framework</title>
7+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
8+
<link rel="stylesheet" href="stylesheets/content-pages.css" />
9+
<link rel="Stylesheet" href="stylesheets/jquery.powertip.css" />
10+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
11+
<script type="text/javascript" src="javascripts/jquery.vibrate.js"></script>
12+
<script type="text/javascript" src="javascripts/jquery.powertip.js"></script>
13+
<!--[if lt IE 9]>
14+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
15+
<![endif]-->
16+
</head>
17+
<script type="text/javascript">
18+
19+
$(document).ready(function () {
20+
$("#features").hide();
21+
$("#accord-logo").hide();
22+
23+
$("#accord-logo").fadeIn(1200);
24+
25+
26+
var paypal = $('#paypal');
27+
28+
paypal.vibrate({
29+
start: 20000,
30+
speed: 5,
31+
duration: 1000,
32+
frequency: 20000,
33+
spread: 6,
34+
angle: 25,
35+
});
36+
37+
paypal.data('powertip', $('#paypal-tooltip').html());
38+
paypal.powerTip({ placement: 'w', mouseOnToPopup: true });
39+
40+
41+
42+
/* $("#more").click(function () {
43+
$("#features").fadeIn(1200);
44+
});*/
45+
});
46+
47+
48+
49+
</script>
50+
<body>
51+
<div id="accord-logo">
52+
&#x222e;</div>
53+
<div id="right-buttons">
54+
<a href="http://www.linkedin.com/in/cesarrsouza" target="_blank">
55+
<img id="linkedin" class="icons" src="images/metro/appbar.social.linkedin.color.png" /></a>
56+
<a href="http://www.youtube.com/playlist?list=PLb8yJtCIm8PQRC0t8re7b5mOCP8s6iBk9"
57+
target="_blank">
58+
<img id="youtube" class="icons" src="images/metro/appbar.youtube.color.png" /></a>
59+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=N4Q6YQSPWN8BG"
60+
target="_blank">
61+
<img id="paypal" class="icons" src="images/metro/appbar.paypal.color.png" /></a>
62+
</div>
63+
<div id="content-wrapper">
64+
<header>
65+
<h1>
66+
Sample applications</h1>
67+
</header>
68+
<aside>
69+
<h1>
70+
Accord.NET</h1>
71+
<ul>
72+
<li id="li-intro">Introduction</li>
73+
<li id="li-samples">Sample apps</li>
74+
<li id="li-docs">Documentation</li>
75+
<li id="li-issues">Report issues</li>
76+
<li id="li-submit">Submit code</li>
77+
<li id="li-forums">Discussion forums</li>
78+
<li id="li-faq">Common questions</li>
79+
<li id="li-contact">Contact</li>
80+
<li id="li-about">About</li>
81+
</ul>
82+
<div id="download-buttons">
83+
<ul>
84+
<li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.exe">
85+
Download <strong>Installer</strong> <span class="version">(v2.10)</span></a></li>
86+
<li><a href="https://github.com/accord-net/framework/releases/download/v2.10.0/Accord.NET.Framework-2.10.0.rar">
87+
Download <strong>Archive</strong> <span class="version">(v2.10)</span></a></li>
88+
</ul>
89+
</div>
90+
</aside>
91+
<section>
92+
93+
<p>
94+
Those are the sample applications avaiable in the framework:
95+
</p>
96+
97+
98+
99+
</section>
100+
</div>
101+
<div id="paypal-tooltip" style="display: none">
102+
<p>
103+
Have you found this software useful?
104+
<br />
105+
Consider donating just <strong>US$10</strong>
106+
<br />
107+
so it can get even better!</p>
108+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=N4Q6YQSPWN8BG"
109+
rel="nofollow" target="_blank">
110+
<img align="center" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
111+
width="92" height="26" /></a>
112+
<p>
113+
This software is completely free and will<br />
114+
<strong>always stay free</strong>
115+
. Enjoy!
116+
</div>
117+
</body>
118+
</html>

get-started.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: Sample applications
4+
comments: true
5+
---
6+
7+
<p>
8+
Those are the sample applications available in the framework:
9+
</p>

images/metro/appbar.beer.png

804 Bytes
Loading
823 Bytes
Loading
990 Bytes
Loading

images/metro/appbar.bug.remove.png

1.11 KB
Loading
537 Bytes
Loading

0 commit comments

Comments
 (0)