zenweb-template 1.0.0.b1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +1 -0
- data/History.txt +6 -0
- data/Manifest.txt +35 -0
- data/README.txt +52 -0
- data/Rakefile +16 -0
- data/website/.isolate.rb +5 -0
- data/website/Rakefile +32 -0
- data/website/_config.yml +15 -0
- data/website/_includes/analytics.html.erb +13 -0
- data/website/_includes/header.html.erb +3 -0
- data/website/_layouts/page.erb +68 -0
- data/website/_layouts/post.erb +12 -0
- data/website/_layouts/project.erb +41 -0
- data/website/atom.xml.erb +40 -0
- data/website/blog/2012-01-02-page1.html.md +57 -0
- data/website/blog/2012-01-03-page2.html.md +57 -0
- data/website/blog/2012-01-04-page3.html.md +57 -0
- data/website/blog/_config.yml +1 -0
- data/website/blog/index.html.erb +19 -0
- data/website/css/base.css +343 -0
- data/website/css/layout.css +64 -0
- data/website/css/site.css +95 -0
- data/website/css/skeleton.css +321 -0
- data/website/css/syntax.css.erb +139 -0
- data/website/index.html.md.erb +19 -0
- data/website/js/jquery-1.7.1.min.js +4 -0
- data/website/js/site.js +37 -0
- data/website/js/tabs.js +29 -0
- data/website/pages/_config.yml +1 -0
- data/website/pages/index.html.erb +16 -0
- data/website/pages/nonblogpage.html.md +60 -0
- data/website/projects/_config.yml +1 -0
- data/website/projects/index.html.erb +18 -0
- data/website/projects/myproject.html.md.erb +68 -0
- data/website/robots.txt +5 -0
- data/website/sitemap.xml.erb +24 -0
- metadata +191 -0
- metadata.gz.sig +0 -0
data.tar.gz.sig
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
Q����L�v^q�R�_��G:�k<������zv}6�G�����%��)�t�9�&d4�X$����A����a5���Y�7�+���Q�&�[�[���I80��C��t�{~-K=�q�l�����3��]�ei=�f�� o���q�9;�����`C��xZ�gl�.�P.��׃TW��S'�6dB������8���s�6��WK����rM|`���t�ݲ�����)Юa�,������#ŕ�߰~Pʈ�
|
data/History.txt
ADDED
data/Manifest.txt
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
History.txt
|
2
|
+
Manifest.txt
|
3
|
+
README.txt
|
4
|
+
Rakefile
|
5
|
+
website/.isolate.rb
|
6
|
+
website/Rakefile
|
7
|
+
website/_config.yml
|
8
|
+
website/_includes/analytics.html.erb
|
9
|
+
website/_includes/header.html.erb
|
10
|
+
website/_layouts/page.erb
|
11
|
+
website/_layouts/post.erb
|
12
|
+
website/_layouts/project.erb
|
13
|
+
website/atom.xml.erb
|
14
|
+
website/blog/2012-01-02-page1.html.md
|
15
|
+
website/blog/2012-01-03-page2.html.md
|
16
|
+
website/blog/2012-01-04-page3.html.md
|
17
|
+
website/blog/_config.yml
|
18
|
+
website/blog/index.html.erb
|
19
|
+
website/css/base.css
|
20
|
+
website/css/layout.css
|
21
|
+
website/css/site.css
|
22
|
+
website/css/skeleton.css
|
23
|
+
website/css/syntax.css.erb
|
24
|
+
website/index.html.md.erb
|
25
|
+
website/js/jquery-1.7.1.min.js
|
26
|
+
website/js/site.js
|
27
|
+
website/js/tabs.js
|
28
|
+
website/pages/_config.yml
|
29
|
+
website/pages/index.html.erb
|
30
|
+
website/pages/nonblogpage.html.md
|
31
|
+
website/projects/_config.yml
|
32
|
+
website/projects/index.html.erb
|
33
|
+
website/projects/myproject.html.md.erb
|
34
|
+
website/robots.txt
|
35
|
+
website/sitemap.xml.erb
|
data/README.txt
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
= zenweb-template
|
2
|
+
|
3
|
+
home :: https://github.com/seattlerb/zenweb-template
|
4
|
+
rdoc :: http://docs.seattlerb.org/zenweb-template
|
5
|
+
|
6
|
+
== DESCRIPTION:
|
7
|
+
|
8
|
+
Simply provides an example zenweb template website.
|
9
|
+
|
10
|
+
== FEATURES/PROBLEMS:
|
11
|
+
|
12
|
+
* Demonstrates both static and dynamic pages.
|
13
|
+
* Demonstrates both regular pages and blog posts.
|
14
|
+
|
15
|
+
== SYNOPSIS:
|
16
|
+
|
17
|
+
gem unpack zenweb-template
|
18
|
+
cd zenweb-template-1.0.0.b1/website
|
19
|
+
rake
|
20
|
+
|
21
|
+
== REQUIREMENTS:
|
22
|
+
|
23
|
+
* Uses isolate but doesn't require it at all.
|
24
|
+
|
25
|
+
== INSTALL:
|
26
|
+
|
27
|
+
* sudo gem install zenweb-template
|
28
|
+
|
29
|
+
== LICENSE:
|
30
|
+
|
31
|
+
(The MIT License)
|
32
|
+
|
33
|
+
Copyright (c) Ryan Davis, seattle.rb
|
34
|
+
|
35
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
36
|
+
a copy of this software and associated documentation files (the
|
37
|
+
'Software'), to deal in the Software without restriction, including
|
38
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
39
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
40
|
+
permit persons to whom the Software is furnished to do so, subject to
|
41
|
+
the following conditions:
|
42
|
+
|
43
|
+
The above copyright notice and this permission notice shall be
|
44
|
+
included in all copies or substantial portions of the Software.
|
45
|
+
|
46
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
47
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
48
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
49
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
50
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
51
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
52
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/Rakefile
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# -*- ruby -*-
|
2
|
+
|
3
|
+
require "rubygems"
|
4
|
+
require "hoe"
|
5
|
+
|
6
|
+
Hoe.plugin :seattlerb
|
7
|
+
|
8
|
+
Hoe.spec "zenweb-template" do
|
9
|
+
developer "Ryan Davis", "ryand-ruby@zenspider.com"
|
10
|
+
|
11
|
+
self.version = "1.0.0.b1"
|
12
|
+
|
13
|
+
dependency "zenweb", "~> 3.0.0.b1"
|
14
|
+
end
|
15
|
+
|
16
|
+
# vim: syntax=ruby
|
data/website/.isolate.rb
ADDED
data/website/Rakefile
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
#!/usr/bin/env rake
|
2
|
+
|
3
|
+
HTML_DIR="/Library/WebServer/Documents"
|
4
|
+
|
5
|
+
require "rubygems"
|
6
|
+
|
7
|
+
load ".isolate.rb"
|
8
|
+
|
9
|
+
require "zenweb/tasks"
|
10
|
+
|
11
|
+
def extra_wirings
|
12
|
+
# site = $website
|
13
|
+
# pages = site.pages
|
14
|
+
# html = site.pages.reject { |k,p| p.url_path !~ /\.html/ }
|
15
|
+
# cats = site.categories
|
16
|
+
|
17
|
+
# pages["sitemap.xml.erb"]. depends_on html
|
18
|
+
# pages["atom.xml.erb"]. depends_on site.pages_by_date.first(30)
|
19
|
+
# pages["index.html.erb"]. depends_on html
|
20
|
+
|
21
|
+
# pages["blog/index.html.erb"]. depends_on cats.blog
|
22
|
+
# pages["projects/index.html.erb"]. depends_on cats.projects
|
23
|
+
# pages["pages/index.html.erb"]. depends_on cats.pages
|
24
|
+
end
|
25
|
+
|
26
|
+
task :extra_wirings do
|
27
|
+
extra_wirings
|
28
|
+
end
|
29
|
+
|
30
|
+
task :push do
|
31
|
+
sh "rsync -rv --del .site/ #{HTML_DIR}"
|
32
|
+
end
|
data/website/_config.yml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
domain: http://www.example.com
|
2
|
+
author: John Doe
|
3
|
+
email: john.doe@example.com
|
4
|
+
disqus_shortname: examplecom
|
5
|
+
date_fmt: %Y/%m
|
6
|
+
google_ua: UA-123456-7
|
7
|
+
|
8
|
+
subtitle: example.com
|
9
|
+
|
10
|
+
exclude:
|
11
|
+
- Rakefile
|
12
|
+
- tmp
|
13
|
+
|
14
|
+
# shortcuts
|
15
|
+
email_me: "[email me](mailto:john.doe@example.com)"
|
@@ -0,0 +1,13 @@
|
|
1
|
+
{% if site.config["google_ua"] %}
|
2
|
+
<script type="text/javascript">
|
3
|
+
var _gaq = _gaq || [];
|
4
|
+
_gaq.push(['_setAccount', '{{ site.google_ua }}']);
|
5
|
+
_gaq.push(['_trackPageview']);
|
6
|
+
|
7
|
+
(function() {
|
8
|
+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
9
|
+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
10
|
+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
|
11
|
+
})();
|
12
|
+
</script>
|
13
|
+
{% end %}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
---
|
2
|
+
|
3
|
+
...
|
4
|
+
<!DOCTYPE html>
|
5
|
+
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
|
6
|
+
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
|
7
|
+
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
|
8
|
+
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
|
9
|
+
<head>
|
10
|
+
<meta charset="utf-8">
|
11
|
+
<title>
|
12
|
+
{% if page.title %} {{ page.title }} | {% end %} {{ page.subtitle }}
|
13
|
+
</title>
|
14
|
+
<meta name="description" content="">
|
15
|
+
<meta name="author" content="">
|
16
|
+
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
|
17
|
+
|
18
|
+
<link href="{{ domain }}/atom.xml" rel="alternate" title="{{ page.title }}" type="application/atom+xml" />
|
19
|
+
|
20
|
+
<link rel="stylesheet" href="/css/base.css">
|
21
|
+
<link rel="stylesheet" href="/css/skeleton.css">
|
22
|
+
<link rel="stylesheet" href="/css/layout.css">
|
23
|
+
<link rel="stylesheet" href="/css/site.css">
|
24
|
+
|
25
|
+
{% if page.config["syntax"] then %}
|
26
|
+
<link rel="stylesheet" href="/css/syntax.css">
|
27
|
+
{% end %}
|
28
|
+
|
29
|
+
<!--[if lt IE 9]>
|
30
|
+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
31
|
+
<![endif]-->
|
32
|
+
|
33
|
+
<script src="/js/jquery-1.7.1.min.js"></script>
|
34
|
+
|
35
|
+
<style>
|
36
|
+
div#header { margin-top: 1em;}
|
37
|
+
#header .omega {text-align: right;}
|
38
|
+
</style>
|
39
|
+
</head>
|
40
|
+
<body>
|
41
|
+
<div id="header" class="container container-twelve">
|
42
|
+
<div class="twelve columns" id="grid">
|
43
|
+
<div class="eight columns alpha">
|
44
|
+
<h1 class="remove-bottom">{{ page.link_html page.title }}</h1>
|
45
|
+
<h5>{{ page.subtitle }}</h5>
|
46
|
+
</div>
|
47
|
+
<div class="four columns omega" style="align: bottom">
|
48
|
+
<ul>
|
49
|
+
<li><a href="/">home</a></li>
|
50
|
+
<li><a href="/blog">blog</a></li>
|
51
|
+
<li><a href="/pages">pages</a></li>
|
52
|
+
<li><a href="/projects">projects</a></li>
|
53
|
+
</ul>
|
54
|
+
</div>
|
55
|
+
<hr/>
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
|
59
|
+
<div class="container container-twelve">
|
60
|
+
|
61
|
+
{{ content }}
|
62
|
+
|
63
|
+
</div>
|
64
|
+
|
65
|
+
<script src="/js/tabs.js"></script>
|
66
|
+
{{ include "analytics.html.erb", page }}
|
67
|
+
</body>
|
68
|
+
</html>
|
@@ -0,0 +1,41 @@
|
|
1
|
+
---
|
2
|
+
layout: page
|
3
|
+
header: example.com projects
|
4
|
+
...
|
5
|
+
<div class="project">
|
6
|
+
<h1 class="title">{{ page.title }}</h1>
|
7
|
+
<h2 class="subtitle">{{ page.subtitle }}</h2>
|
8
|
+
|
9
|
+
{{ content }}
|
10
|
+
|
11
|
+
<!-- get the code -->
|
12
|
+
<h1 class="section">Get The Code</h1>
|
13
|
+
{% if page.gem %}
|
14
|
+
If you just want to use {{ page.title }}, you can install it via RubyGems:
|
15
|
+
<pre>gem install {{ page.gem }}</pre>
|
16
|
+
{% end %}
|
17
|
+
|
18
|
+
{% if page.github then %}
|
19
|
+
|
20
|
+
<a href="http://github.com/{{ page.github }}">
|
21
|
+
<img style="position: absolute; top: 80px; right: 0; border: 0;"
|
22
|
+
src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"
|
23
|
+
alt="Fork me on GitHub" />
|
24
|
+
</a>
|
25
|
+
|
26
|
+
If you want to hack on {{ page.title }}, clone it from GitHub:
|
27
|
+
<pre>git clone git://github.com/{{ page.github }}</pre>
|
28
|
+
|
29
|
+
<!-- Recent Activity -->
|
30
|
+
<h1 class="section">Recent Activity</h1>
|
31
|
+
<ul id="recent_activity" class="activity">
|
32
|
+
<h3>Loading...</h3>
|
33
|
+
</ul>
|
34
|
+
<script src="/js/site.js"></script>
|
35
|
+
<script type="text/javascript">
|
36
|
+
$(document).ready(function () {
|
37
|
+
fetch_recent_github_activity( "{{ page.github }}" );
|
38
|
+
})
|
39
|
+
</script>
|
40
|
+
{% end %}
|
41
|
+
</div>
|
@@ -0,0 +1,40 @@
|
|
1
|
+
---
|
2
|
+
title: example.com
|
3
|
+
feed_url: http://example.com/atom.xml
|
4
|
+
rss_length: 15
|
5
|
+
layout: nil
|
6
|
+
...
|
7
|
+
<?xml version="1.0" encoding="utf-8"?>
|
8
|
+
<feed xmlns="http://www.w3.org/2005/Atom">
|
9
|
+
|
10
|
+
{%
|
11
|
+
posts = site.pages_by_date.first(rss_length)
|
12
|
+
%}
|
13
|
+
|
14
|
+
<id>{{ domain }}/</id>
|
15
|
+
<title>{{ title }}</title>
|
16
|
+
<updated>{{ posts.first.date.iso8601 }}</updated>
|
17
|
+
|
18
|
+
<author>
|
19
|
+
<name>{{ author }}</name>
|
20
|
+
<email>{{ email }}</email>
|
21
|
+
</author>
|
22
|
+
|
23
|
+
<link href="{{ feed_url }}" rel="self"/>
|
24
|
+
<link href="{{ domain }}/"/>
|
25
|
+
|
26
|
+
<rights> © {{ author }} - {{ email }} </rights>
|
27
|
+
|
28
|
+
{% for post in posts %}
|
29
|
+
<entry>
|
30
|
+
<id>{{ domain }}{{ post.url }}</id>
|
31
|
+
<title>{{ h post.title }}</title>
|
32
|
+
<updated>{{ post.date.iso8601 }}</updated>
|
33
|
+
|
34
|
+
<link rel="alternate" href="{{ domain }}{{ post.url }}"/>
|
35
|
+
|
36
|
+
<published>{{ post.date.iso8601 }}</published>
|
37
|
+
<content type="html">{{ h post.subrender }}</content>
|
38
|
+
</entry>
|
39
|
+
{% end %}
|
40
|
+
</feed>
|
@@ -0,0 +1,57 @@
|
|
1
|
+
---
|
2
|
+
title: Example Page 1
|
3
|
+
...
|
4
|
+
|
5
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut quam diam,
|
6
|
+
commodo interdum ullamcorper at, condimentum vitae erat. Nam dignissim
|
7
|
+
ultricies risus sed dictum. Donec sit amet euismod velit. Donec
|
8
|
+
ullamcorper posuere risus at mollis. Aliquam quis tincidunt purus.
|
9
|
+
Donec id neque ullamcorper eros suscipit molestie. Integer quam erat,
|
10
|
+
eleifend viverra pellentesque vitae, porta elementum erat. Maecenas
|
11
|
+
fermentum tempor aliquam. In congue nulla vitae orci viverra sodales.
|
12
|
+
In hac habitasse platea dictumst. Phasellus vel elit est. Donec
|
13
|
+
rhoncus est at risus imperdiet feugiat. Donec vitae pellentesque
|
14
|
+
risus.
|
15
|
+
|
16
|
+
Donec nec diam erat, non elementum dolor. Ut convallis sagittis purus
|
17
|
+
et lobortis. Nam tempor ligula a mauris pharetra pharetra. Proin
|
18
|
+
molestie convallis venenatis. Nunc sollicitudin justo in metus
|
19
|
+
convallis dapibus. Proin nibh sapien, lobortis ac interdum quis,
|
20
|
+
condimentum quis risus. Pellentesque in sodales velit. In dapibus
|
21
|
+
semper condimentum. Pellentesque urna arcu, vehicula id semper in,
|
22
|
+
bibendum vitae purus. Vivamus a posuere sapien. Integer vehicula
|
23
|
+
ullamcorper dolor facilisis sollicitudin. Donec a congue arcu.
|
24
|
+
Phasellus egestas lectus in massa bibendum in convallis enim dictum.
|
25
|
+
Mauris imperdiet aliquet fringilla.
|
26
|
+
|
27
|
+
Nunc consequat gravida est in rhoncus. Praesent in lectus convallis
|
28
|
+
enim hendrerit euismod sit amet id sem. Vestibulum ante ipsum primis
|
29
|
+
in faucibus orci luctus et ultrices posuere cubilia Curae; Nunc
|
30
|
+
consectetur pulvinar dolor, eget ornare ligula viverra in. Mauris
|
31
|
+
gravida, odio quis consequat imperdiet, velit eros imperdiet turpis,
|
32
|
+
sit amet vehicula felis purus a lacus. Fusce pharetra suscipit
|
33
|
+
vestibulum. Pellentesque et elit orci. Phasellus dapibus est quis ante
|
34
|
+
aliquam a aliquam erat lacinia. Vestibulum faucibus purus quis lectus
|
35
|
+
fringilla porttitor ac sed eros. Cras molestie lacinia diam, eu
|
36
|
+
fermentum mi interdum in. Aenean facilisis scelerisque velit eget
|
37
|
+
suscipit. Suspendisse sed ligula nulla, ac dictum nulla. Maecenas
|
38
|
+
tincidunt augue tincidunt quam fermentum ut scelerisque dolor
|
39
|
+
faucibus.
|
40
|
+
|
41
|
+
Pellentesque condimentum molestie lectus eu lacinia. Maecenas leo
|
42
|
+
tortor, tristique sed sagittis posuere, molestie nec massa. Phasellus
|
43
|
+
dignissim tellus sit amet mauris congue sodales. Pellentesque eros
|
44
|
+
augue, malesuada vitae facilisis a, dapibus convallis quam. Cras quis
|
45
|
+
ultrices turpis. Aenean vulputate mollis nibh, sit amet luctus nisl
|
46
|
+
dictum eu. Mauris pulvinar erat eu ligula sollicitudin non venenatis
|
47
|
+
ligula convallis. Mauris ultrices varius urna, sed feugiat massa
|
48
|
+
mollis posuere. Cras ultrices diam a magna vestibulum tincidunt.
|
49
|
+
|
50
|
+
Pellentesque venenatis lacinia lorem ac tempus. In vel ante nisl, non
|
51
|
+
ullamcorper nibh. Sed gravida scelerisque ante sit amet venenatis.
|
52
|
+
Aliquam luctus mattis nisl, vitae scelerisque massa molestie sed.
|
53
|
+
Vivamus a urna at quam egestas varius eget ac arcu. Sed tellus est,
|
54
|
+
suscipit sit amet tincidunt suscipit, pulvinar in enim. Duis ornare
|
55
|
+
tristique dolor, eu facilisis est congue ut. Nunc tincidunt tincidunt
|
56
|
+
felis, quis accumsan purus pretium a. Aliquam eu dolor justo, id
|
57
|
+
dictum mauris. Etiam vel erat ligula.
|
@@ -0,0 +1,57 @@
|
|
1
|
+
---
|
2
|
+
title: Example Page 2
|
3
|
+
...
|
4
|
+
|
5
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut quam diam,
|
6
|
+
commodo interdum ullamcorper at, condimentum vitae erat. Nam dignissim
|
7
|
+
ultricies risus sed dictum. Donec sit amet euismod velit. Donec
|
8
|
+
ullamcorper posuere risus at mollis. Aliquam quis tincidunt purus.
|
9
|
+
Donec id neque ullamcorper eros suscipit molestie. Integer quam erat,
|
10
|
+
eleifend viverra pellentesque vitae, porta elementum erat. Maecenas
|
11
|
+
fermentum tempor aliquam. In congue nulla vitae orci viverra sodales.
|
12
|
+
In hac habitasse platea dictumst. Phasellus vel elit est. Donec
|
13
|
+
rhoncus est at risus imperdiet feugiat. Donec vitae pellentesque
|
14
|
+
risus.
|
15
|
+
|
16
|
+
Donec nec diam erat, non elementum dolor. Ut convallis sagittis purus
|
17
|
+
et lobortis. Nam tempor ligula a mauris pharetra pharetra. Proin
|
18
|
+
molestie convallis venenatis. Nunc sollicitudin justo in metus
|
19
|
+
convallis dapibus. Proin nibh sapien, lobortis ac interdum quis,
|
20
|
+
condimentum quis risus. Pellentesque in sodales velit. In dapibus
|
21
|
+
semper condimentum. Pellentesque urna arcu, vehicula id semper in,
|
22
|
+
bibendum vitae purus. Vivamus a posuere sapien. Integer vehicula
|
23
|
+
ullamcorper dolor facilisis sollicitudin. Donec a congue arcu.
|
24
|
+
Phasellus egestas lectus in massa bibendum in convallis enim dictum.
|
25
|
+
Mauris imperdiet aliquet fringilla.
|
26
|
+
|
27
|
+
Nunc consequat gravida est in rhoncus. Praesent in lectus convallis
|
28
|
+
enim hendrerit euismod sit amet id sem. Vestibulum ante ipsum primis
|
29
|
+
in faucibus orci luctus et ultrices posuere cubilia Curae; Nunc
|
30
|
+
consectetur pulvinar dolor, eget ornare ligula viverra in. Mauris
|
31
|
+
gravida, odio quis consequat imperdiet, velit eros imperdiet turpis,
|
32
|
+
sit amet vehicula felis purus a lacus. Fusce pharetra suscipit
|
33
|
+
vestibulum. Pellentesque et elit orci. Phasellus dapibus est quis ante
|
34
|
+
aliquam a aliquam erat lacinia. Vestibulum faucibus purus quis lectus
|
35
|
+
fringilla porttitor ac sed eros. Cras molestie lacinia diam, eu
|
36
|
+
fermentum mi interdum in. Aenean facilisis scelerisque velit eget
|
37
|
+
suscipit. Suspendisse sed ligula nulla, ac dictum nulla. Maecenas
|
38
|
+
tincidunt augue tincidunt quam fermentum ut scelerisque dolor
|
39
|
+
faucibus.
|
40
|
+
|
41
|
+
Pellentesque condimentum molestie lectus eu lacinia. Maecenas leo
|
42
|
+
tortor, tristique sed sagittis posuere, molestie nec massa. Phasellus
|
43
|
+
dignissim tellus sit amet mauris congue sodales. Pellentesque eros
|
44
|
+
augue, malesuada vitae facilisis a, dapibus convallis quam. Cras quis
|
45
|
+
ultrices turpis. Aenean vulputate mollis nibh, sit amet luctus nisl
|
46
|
+
dictum eu. Mauris pulvinar erat eu ligula sollicitudin non venenatis
|
47
|
+
ligula convallis. Mauris ultrices varius urna, sed feugiat massa
|
48
|
+
mollis posuere. Cras ultrices diam a magna vestibulum tincidunt.
|
49
|
+
|
50
|
+
Pellentesque venenatis lacinia lorem ac tempus. In vel ante nisl, non
|
51
|
+
ullamcorper nibh. Sed gravida scelerisque ante sit amet venenatis.
|
52
|
+
Aliquam luctus mattis nisl, vitae scelerisque massa molestie sed.
|
53
|
+
Vivamus a urna at quam egestas varius eget ac arcu. Sed tellus est,
|
54
|
+
suscipit sit amet tincidunt suscipit, pulvinar in enim. Duis ornare
|
55
|
+
tristique dolor, eu facilisis est congue ut. Nunc tincidunt tincidunt
|
56
|
+
felis, quis accumsan purus pretium a. Aliquam eu dolor justo, id
|
57
|
+
dictum mauris. Etiam vel erat ligula.
|