a fresh start
2
.editorconfig
Normal file
@ -0,0 +1,2 @@
|
||||
indent_style = space
|
||||
indent_size = 2
|
10
Gemfile
Normal file
@ -0,0 +1,10 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "middleman", "~>3.3"
|
||||
gem "awesome_print"
|
||||
gem "json", '~> 1.8'
|
||||
|
||||
gem "middleman-favicon-maker"
|
||||
gem "middleman-livereload"
|
||||
|
||||
gem "redcarpet"
|
136
Gemfile.lock
Normal file
@ -0,0 +1,136 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (4.1.5)
|
||||
i18n (~> 0.6, >= 0.6.9)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo (~> 1.1)
|
||||
awesome_print (1.2.0)
|
||||
celluloid (0.15.2)
|
||||
timers (~> 1.1.0)
|
||||
chunky_png (1.3.1)
|
||||
coffee-script (2.3.0)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.8.0)
|
||||
compass (1.0.1)
|
||||
chunky_png (~> 1.2)
|
||||
compass-core (~> 1.0.1)
|
||||
compass-import-once (~> 1.0.5)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
sass (>= 3.3.13, < 3.5)
|
||||
compass-core (1.0.1)
|
||||
multi_json (~> 1.0)
|
||||
sass (>= 3.3.0, < 3.5)
|
||||
compass-import-once (1.0.5)
|
||||
sass (>= 3.2, < 3.5)
|
||||
docile (1.1.5)
|
||||
em-websocket (0.5.1)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
erubis (2.7.0)
|
||||
eventmachine (1.0.3)
|
||||
execjs (2.2.1)
|
||||
favicon_maker (1.3)
|
||||
docile (~> 1.1)
|
||||
ffi (1.9.3)
|
||||
haml (4.0.5)
|
||||
tilt
|
||||
hike (1.2.3)
|
||||
hooks (0.4.0)
|
||||
uber (~> 0.0.4)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (0.6.11)
|
||||
json (1.8.1)
|
||||
kramdown (1.4.1)
|
||||
listen (2.7.9)
|
||||
celluloid (>= 0.15.2)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
middleman (3.3.5)
|
||||
coffee-script (~> 2.2)
|
||||
compass (>= 0.12.4)
|
||||
compass-import-once (= 1.0.5)
|
||||
execjs (~> 2.0)
|
||||
haml (>= 4.0.5)
|
||||
kramdown (~> 1.2)
|
||||
middleman-core (= 3.3.5)
|
||||
middleman-sprockets (>= 3.1.2)
|
||||
sass (>= 3.2.17, < 4.0)
|
||||
uglifier (~> 2.5)
|
||||
middleman-core (3.3.5)
|
||||
activesupport (~> 4.1.0)
|
||||
bundler (~> 1.1)
|
||||
erubis
|
||||
hooks (~> 0.3)
|
||||
i18n (~> 0.6.9)
|
||||
listen (>= 2.7.9, < 3.0)
|
||||
padrino-helpers (~> 0.12.3)
|
||||
rack (>= 1.4.5, < 2.0)
|
||||
rack-test (~> 0.6.2)
|
||||
thor (>= 0.15.2, < 2.0)
|
||||
tilt (~> 1.4.1, < 2.0)
|
||||
middleman-favicon-maker (3.7)
|
||||
favicon_maker (~> 1.3)
|
||||
middleman-core (>= 3.0.0)
|
||||
middleman-livereload (3.3.4)
|
||||
em-websocket (~> 0.5.1)
|
||||
middleman-core (~> 3.2)
|
||||
rack-livereload (~> 0.3.15)
|
||||
middleman-sprockets (3.3.9)
|
||||
middleman-core (~> 3.3)
|
||||
sprockets (~> 2.12.1)
|
||||
sprockets-helpers (~> 1.1.0)
|
||||
sprockets-sass (~> 1.2.0)
|
||||
minitest (5.4.1)
|
||||
multi_json (1.10.1)
|
||||
padrino-helpers (0.12.3)
|
||||
i18n (~> 0.6, >= 0.6.7)
|
||||
padrino-support (= 0.12.3)
|
||||
tilt (~> 1.4.1)
|
||||
padrino-support (0.12.3)
|
||||
activesupport (>= 3.1)
|
||||
rack (1.5.2)
|
||||
rack-livereload (0.3.15)
|
||||
rack
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rb-fsevent (0.9.4)
|
||||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.1.2)
|
||||
sass (3.4.2)
|
||||
sprockets (2.12.1)
|
||||
hike (~> 1.2)
|
||||
multi_json (~> 1.0)
|
||||
rack (~> 1.0)
|
||||
tilt (~> 1.1, != 1.3.0)
|
||||
sprockets-helpers (1.1.0)
|
||||
sprockets (~> 2.0)
|
||||
sprockets-sass (1.2.0)
|
||||
sprockets (~> 2.0)
|
||||
tilt (~> 1.1)
|
||||
thor (0.19.1)
|
||||
thread_safe (0.3.4)
|
||||
tilt (1.4.1)
|
||||
timers (1.1.0)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
uber (0.0.8)
|
||||
uglifier (2.5.3)
|
||||
execjs (>= 0.3.0)
|
||||
json (>= 1.8.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
awesome_print
|
||||
json (~> 1.8)
|
||||
middleman (~> 3.3)
|
||||
middleman-favicon-maker
|
||||
middleman-livereload
|
||||
redcarpet
|
11
bower.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "MarkAMoser",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"jquery": "~2.0",
|
||||
"normalize-scss": "~2.1",
|
||||
"modernizr": "~2.6.2",
|
||||
"bootstrap": "~3.2.0",
|
||||
"fontawesome": "~4.2.0"
|
||||
}
|
||||
}
|
93
config.rb
Normal file
@ -0,0 +1,93 @@
|
||||
#Markdown
|
||||
set :markdown_engine, :redcarpet
|
||||
|
||||
#Livereload
|
||||
activate :livereload
|
||||
|
||||
###
|
||||
# Compass
|
||||
###
|
||||
|
||||
# Change Compass configuration
|
||||
# compass_config do |config|
|
||||
# config.output_style = :compact
|
||||
# end
|
||||
|
||||
###
|
||||
# Page options, layouts, aliases and proxies
|
||||
###
|
||||
page 'crafty/*', :layout => false
|
||||
page 'blogin/*', :layout => false
|
||||
|
||||
# Per-page layout changes:
|
||||
#
|
||||
# With no layout
|
||||
# page "/path/to/file.html", :layout => false
|
||||
#
|
||||
# With alternative layout
|
||||
# page "/path/to/file.html", :layout => :otherlayout
|
||||
#
|
||||
# A path which all have the same layout
|
||||
# with_layout :admin do
|
||||
# page "/admin/*"
|
||||
# end
|
||||
|
||||
# Proxy (fake) files
|
||||
# page "/this-page-has-no-template.html", :proxy => "/template-file.html" do
|
||||
# @which_fake_page = "Rendering a fake page with a variable"
|
||||
# end
|
||||
|
||||
# Site Settings
|
||||
@analytics_account = 'UA-12808649-1'
|
||||
|
||||
# Asset Settings
|
||||
set :css_dir, 'assets/css'
|
||||
set :js_dir, 'assets/js'
|
||||
set :images_dir, 'assets/img'
|
||||
|
||||
# Add bower's directory to sprockets asset path
|
||||
after_configuration do
|
||||
@bower_config = JSON.parse(IO.read("#{root}/.bowerrc"))
|
||||
sprockets.append_path File.join "#{root}", @bower_config["directory"]
|
||||
end
|
||||
|
||||
# Build-specific configuration
|
||||
configure :build do
|
||||
# For example, change the Compass output style for deployment
|
||||
activate :minify_css
|
||||
|
||||
# Minify Javascript on build
|
||||
activate :minify_javascript
|
||||
|
||||
# Create favicon/touch icon set from source/favicon_base.png
|
||||
activate :favicon_maker
|
||||
|
||||
# Enable cache buster
|
||||
# activate :cache_buster
|
||||
|
||||
# alternative to cache buster
|
||||
# activate :asset_hash
|
||||
|
||||
# compress all the things
|
||||
# activate :gzip
|
||||
|
||||
# Use relative URLs
|
||||
# activate :relative_assets
|
||||
|
||||
# Compress PNGs after build
|
||||
# First: gem install middleman-smusher
|
||||
# require "middleman-smusher"
|
||||
# activate :smusher
|
||||
|
||||
# Or use a different image path
|
||||
# set :http_path, "/Content/images/"
|
||||
end
|
||||
|
||||
# ftp deployment configuration.
|
||||
# activate :deploy do |deploy|
|
||||
# deploy.method = :ftp
|
||||
# deploy.host = "ftp-host"
|
||||
# deploy.user = "ftp-user"
|
||||
# deploy.password = "ftp-password"
|
||||
# deploy.path = "ftp-path"
|
||||
# end
|
4
config.ru
Normal file
@ -0,0 +1,4 @@
|
||||
require 'rubygems'
|
||||
require 'middleman/rack'
|
||||
|
||||
run Middleman.server
|
100
data/video.yml
Normal file
@ -0,0 +1,100 @@
|
||||
---
|
||||
demo:
|
||||
file: "reel2011.mp4"
|
||||
title: "2011 Demo Reel"
|
||||
width: "960"
|
||||
height: "480"
|
||||
options:
|
||||
controls: true
|
||||
autoplay: false
|
||||
preload: "auto"
|
||||
note: "A short sampling of my after effects work. I do love to edit. (<a href=\"video/MarkMoser_reel2011.mp4\">download</a>)"
|
||||
vimeo: "<iframe src=\"http://player.vimeo.com/video/29118777?byline=0&portrait=0&autoplay=0\" width=\"720\" height=\"360\" frameborder=\"0\" webkitAllowFullScreen allowFullScreen></iframe>"
|
||||
|
||||
las_invent:
|
||||
file: "LAS_InventYourFuture_720x404.mp4"
|
||||
title: "Invent Your Future"
|
||||
width: "720"
|
||||
height: "404"
|
||||
options:
|
||||
controls: true
|
||||
autoplay: false
|
||||
preload: "auto"
|
||||
poster: "LAS_InventYourFuture_720x404.png"
|
||||
role: "Editor"
|
||||
credit: "DP: <a href=\"http://www.chrisbrownphoto.com\">Chris Brown</a><br />
|
||||
Art Direction: <a href=\"http://www.bonadiescreative.com\">John Bonadies</a>"
|
||||
|
||||
bid_web:
|
||||
file: "BackInTheDay_640x360.mov"
|
||||
title: "Back In the Day"
|
||||
width: "640"
|
||||
height: "360"
|
||||
options:
|
||||
controls: true
|
||||
autoplay: false
|
||||
preload: "auto"
|
||||
poster: "BackInTheDay_640x360.png"
|
||||
role: "Editor"
|
||||
credit: "Producer/Director/DP: <a href=\"http://www.chrisbrownphoto.com\">Chris Brown</a><br />
|
||||
Musician: <a href=\"http://www.rockymaffit.com\">Rocky Maffit</a><br />
|
||||
<a href=\"http://www.jhanamusic.com/artists/Rocky%20Maffit/rockymaffit.html\">Jhana Music Group</a>"
|
||||
|
||||
ccrawl_large:
|
||||
file: "CCrawl_purple_960x540.m4v"
|
||||
title: "PW Container Crawl"
|
||||
width: "960"
|
||||
height: "540"
|
||||
options:
|
||||
controls: true
|
||||
autoplay: false
|
||||
preload: "auto"
|
||||
poster: "CCrawl_purple_960x540.png"
|
||||
role: "Edit / Compositing"
|
||||
credit: "Producer/Director/DP: <a href=\"http://www.chrisbrownphoto.com\">Chris Brown</a><br />
|
||||
Stylist: Ron Walder <br />
|
||||
<a href=\"http://provenwinners.com/\">Proven Winners</a>"
|
||||
|
||||
crawl_demo_lg:
|
||||
file: "CrawlDemo_960x540.mov"
|
||||
title: "Crawl Breakdown"
|
||||
width: "960"
|
||||
height: "540"
|
||||
options:
|
||||
controls: true
|
||||
autoplay: false
|
||||
preload: "auto"
|
||||
poster: "CrawlDemo_960x540.png"
|
||||
role: "Edit / Compositing"
|
||||
credit: "Producer/Director/DP: <a href=\"http://www.chrisbrownphoto.com\">Chris Brown</a><br />
|
||||
Stylist: Ron Walder <br />
|
||||
<a href=\"http://provenwinners.com/\">Proven Winners</a>"
|
||||
|
||||
pw_garden_640:
|
||||
file: "SecretGarden_Alternate-640.m4v"
|
||||
title: "PW Garden Spot"
|
||||
width: "640"
|
||||
height: "360"
|
||||
options:
|
||||
controls: true
|
||||
autoplay: false
|
||||
preload: "auto"
|
||||
poster: "SecretGarden_Alternate-640.png"
|
||||
role: "Edit / Compositing"
|
||||
credit: "Producer/Director/DP: <a href=\"http://www.chrisbrownphoto.com\">Chris Brown</a><br />
|
||||
Stylist: Ron Walder <br />
|
||||
Creative Director: Dave Lierman <br />
|
||||
<a href=\"http://provenwinners.com/\">Proven Winners</a>"
|
||||
|
||||
balloon_time:
|
||||
file: "BalloonTime_400x262.mov"
|
||||
title: "Balloon Time!"
|
||||
width: "400"
|
||||
height: "262"
|
||||
options:
|
||||
controls: true
|
||||
autoplay: false
|
||||
preload: "auto"
|
||||
poster: "BalloonTime_400x262.png"
|
||||
role: "Prep / Shoot / Post"
|
||||
|
29
helpers/meta_helper.rb
Normal file
@ -0,0 +1,29 @@
|
||||
def page_title
|
||||
title = "Mark Moser" #Set site title here
|
||||
|
||||
if data.page.title
|
||||
title << " | " + data.page.title
|
||||
end
|
||||
|
||||
title
|
||||
end
|
||||
|
||||
def page_description
|
||||
description = "Sharing what I'm learning." # Set site description here
|
||||
|
||||
if data.page.description
|
||||
description = data.page.description
|
||||
end
|
||||
|
||||
description
|
||||
end
|
||||
|
||||
def page_keywords
|
||||
keywords = [] # Set site keywords here
|
||||
|
||||
if data.page.keywords
|
||||
keywords.concat(dat.page.keywords)
|
||||
end
|
||||
|
||||
keywords.uniq.join(", ")
|
||||
end
|
543
source/.htaccess
Normal file
@ -0,0 +1,543 @@
|
||||
# Apache configuration file
|
||||
# httpd.apache.org/docs/2.2/mod/quickreference.html
|
||||
|
||||
# Note .htaccess files are an overhead, this logic should be in your Apache
|
||||
# config if possible: httpd.apache.org/docs/2.2/howto/htaccess.html
|
||||
|
||||
# Techniques in here adapted from all over, including:
|
||||
# Kroc Camen: camendesign.com/.htaccess
|
||||
# perishablepress.com/press/2006/01/10/stupid-htaccess-tricks/
|
||||
# Sample .htaccess file of CMS MODx: modxcms.com
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Better website experience for IE users
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Force the latest IE version, in various cases when it may fall back to IE7 mode
|
||||
# github.com/rails/rails/commit/123eb25#commitcomment-118920
|
||||
# Use ChromeFrame if it's installed for a better experience for the poor IE folk
|
||||
|
||||
<IfModule mod_headers.c>
|
||||
Header set X-UA-Compatible "IE=Edge,chrome=1"
|
||||
# mod_headers can't match by content-type, but we don't want to send this header on *everything*...
|
||||
<FilesMatch "\.(appcache|crx|css|eot|gif|htc|ico|jpe?g|js|m4a|m4v|manifest|mp4|oex|oga|ogg|ogv|otf|pdf|png|safariextz|svg|svgz|ttf|vcf|webm|webp|woff|xml|xpi)$">
|
||||
Header unset X-UA-Compatible
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Cross-domain AJAX requests
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Serve cross-domain Ajax requests, disabled by default.
|
||||
# enable-cors.org
|
||||
# code.google.com/p/html5security/wiki/CrossOriginRequestSecurity
|
||||
|
||||
# <IfModule mod_headers.c>
|
||||
# Header set Access-Control-Allow-Origin "*"
|
||||
# </IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# CORS-enabled images (@crossorigin)
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Send CORS headers if browsers request them; enabled by default for images.
|
||||
# developer.mozilla.org/en/CORS_Enabled_Image
|
||||
# blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html
|
||||
# hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/
|
||||
# wiki.mozilla.org/Security/Reviews/crossoriginAttribute
|
||||
|
||||
<IfModule mod_setenvif.c>
|
||||
<IfModule mod_headers.c>
|
||||
# mod_headers, y u no match by Content-Type?!
|
||||
<FilesMatch "\.(gif|ico|jpe?g|png|svg|svgz|webp)$">
|
||||
SetEnvIf Origin ":" IS_CORS
|
||||
Header set Access-Control-Allow-Origin "*" env=IS_CORS
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Webfont access
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Allow access from all domains for webfonts.
|
||||
# Alternatively you could only whitelist your
|
||||
# subdomains like "subdomain.example.com".
|
||||
|
||||
<IfModule mod_headers.c>
|
||||
<FilesMatch "\.(eot|font.css|otf|ttc|ttf|woff)$">
|
||||
Header set Access-Control-Allow-Origin "*"
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Proper MIME type for all files
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# JavaScript
|
||||
# Normalize to standard type (it's sniffed in IE anyways)
|
||||
# tools.ietf.org/html/rfc4329#section-7.2
|
||||
AddType application/javascript js jsonp
|
||||
AddType application/json json
|
||||
|
||||
# Audio
|
||||
AddType audio/mp4 m4a f4a f4b
|
||||
AddType audio/ogg oga ogg
|
||||
|
||||
# Video
|
||||
AddType video/mp4 mp4 m4v f4v f4p
|
||||
AddType video/ogg ogv
|
||||
AddType video/webm webm
|
||||
AddType video/x-flv flv
|
||||
|
||||
# SVG
|
||||
# Required for svg webfonts on iPad
|
||||
# twitter.com/FontSquirrel/status/14855840545
|
||||
AddType image/svg+xml svg svgz
|
||||
AddEncoding gzip svgz
|
||||
|
||||
# Webfonts
|
||||
AddType application/vnd.ms-fontobject eot
|
||||
AddType application/x-font-ttf ttf ttc
|
||||
AddType application/x-font-woff woff
|
||||
AddType font/opentype otf
|
||||
|
||||
# Assorted types
|
||||
AddType application/octet-stream safariextz
|
||||
AddType application/x-chrome-extension crx
|
||||
AddType application/x-opera-extension oex
|
||||
AddType application/x-shockwave-flash swf
|
||||
AddType application/x-web-app-manifest+json webapp
|
||||
AddType application/x-xpinstall xpi
|
||||
AddType application/xml rss atom xml rdf
|
||||
AddType image/webp webp
|
||||
AddType image/x-icon ico
|
||||
AddType text/cache-manifest appcache manifest
|
||||
AddType text/vtt vtt
|
||||
AddType text/x-component htc
|
||||
AddType text/x-vcard vcf
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Allow concatenation from within specific js and css files
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# e.g. Inside of script.combined.js you could have
|
||||
# <!--#include file="libs/jquery-1.5.0.min.js" -->
|
||||
# <!--#include file="plugins/jquery.idletimer.js" -->
|
||||
# and they would be included into this single file.
|
||||
|
||||
# This is not in use in the boilerplate as it stands. You may
|
||||
# choose to use this technique if you do not have a build process.
|
||||
|
||||
#<FilesMatch "\.combined\.js$">
|
||||
# Options +Includes
|
||||
# AddOutputFilterByType INCLUDES application/javascript application/json
|
||||
# SetOutputFilter INCLUDES
|
||||
#</FilesMatch>
|
||||
|
||||
#<FilesMatch "\.combined\.css$">
|
||||
# Options +Includes
|
||||
# AddOutputFilterByType INCLUDES text/css
|
||||
# SetOutputFilter INCLUDES
|
||||
#</FilesMatch>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Gzip compression
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
<IfModule mod_deflate.c>
|
||||
|
||||
# Force deflate for mangled headers developer.yahoo.com/blogs/ydn/posts/2010/12/pushing-beyond-gzipping/
|
||||
<IfModule mod_setenvif.c>
|
||||
<IfModule mod_headers.c>
|
||||
SetEnvIfNoCase ^(Accept-EncodXng|X-cept-Encoding|X{15}|~{15}|-{15})$ ^((gzip|deflate)\s*,?\s*)+|[X~-]{4,13}$ HAVE_Accept-Encoding
|
||||
RequestHeader append Accept-Encoding "gzip,deflate" env=HAVE_Accept-Encoding
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
||||
# Compress all output labeled with one of the following MIME-types
|
||||
# (for Apache versions below 2.3.7, you don't need to enable `mod_filter`
|
||||
# and can remove the `<IfModule mod_filter.c>` and `</IfModule>` lines as
|
||||
# `AddOutputFilterByType` is still in the core directives)
|
||||
<IfModule mod_filter.c>
|
||||
AddOutputFilterByType DEFLATE application/atom+xml \
|
||||
application/javascript \
|
||||
application/json \
|
||||
application/rss+xml \
|
||||
application/vnd.ms-fontobject \
|
||||
application/x-font-ttf \
|
||||
application/xhtml+xml \
|
||||
application/xml \
|
||||
font/opentype \
|
||||
image/svg+xml \
|
||||
image/x-icon \
|
||||
text/css \
|
||||
text/html \
|
||||
text/plain \
|
||||
text/x-component \
|
||||
text/xml
|
||||
</IfModule>
|
||||
|
||||
</IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Expires headers (for better cache control)
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# These are pretty far-future expires headers.
|
||||
# They assume you control versioning with filename-based cache busting
|
||||
# Additionally, consider that outdated proxies may miscache
|
||||
# www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/
|
||||
|
||||
# If you don't use filenames to version, lower the CSS and JS to something like
|
||||
# "access plus 1 week".
|
||||
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive on
|
||||
|
||||
# Perhaps better to whitelist expires rules? Perhaps.
|
||||
ExpiresDefault "access plus 1 month"
|
||||
|
||||
# cache.appcache needs re-requests in FF 3.6 (thanks Remy ~Introducing HTML5)
|
||||
ExpiresByType text/cache-manifest "access plus 0 seconds"
|
||||
|
||||
# Your document html
|
||||
ExpiresByType text/html "access plus 0 seconds"
|
||||
|
||||
# Data
|
||||
ExpiresByType application/json "access plus 0 seconds"
|
||||
ExpiresByType application/xml "access plus 0 seconds"
|
||||
ExpiresByType text/xml "access plus 0 seconds"
|
||||
|
||||
# Feed
|
||||
ExpiresByType application/atom+xml "access plus 1 hour"
|
||||
ExpiresByType application/rss+xml "access plus 1 hour"
|
||||
|
||||
# Favicon (cannot be renamed)
|
||||
ExpiresByType image/x-icon "access plus 1 week"
|
||||
|
||||
# Media: images, video, audio
|
||||
ExpiresByType audio/ogg "access plus 1 month"
|
||||
ExpiresByType image/gif "access plus 1 month"
|
||||
ExpiresByType image/jpeg "access plus 1 month"
|
||||
ExpiresByType image/png "access plus 1 month"
|
||||
ExpiresByType video/mp4 "access plus 1 month"
|
||||
ExpiresByType video/ogg "access plus 1 month"
|
||||
ExpiresByType video/webm "access plus 1 month"
|
||||
|
||||
# HTC files (css3pie)
|
||||
ExpiresByType text/x-component "access plus 1 month"
|
||||
|
||||
# Webfonts
|
||||
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"
|
||||
ExpiresByType application/x-font-ttf "access plus 1 month"
|
||||
ExpiresByType application/x-font-woff "access plus 1 month"
|
||||
ExpiresByType font/opentype "access plus 1 month"
|
||||
ExpiresByType image/svg+xml "access plus 1 month"
|
||||
|
||||
# CSS and JavaScript
|
||||
ExpiresByType application/javascript "access plus 1 year"
|
||||
ExpiresByType text/css "access plus 1 year"
|
||||
|
||||
</IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Prevent mobile network providers from modifying your site
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# The following header prevents modification of your code over 3G on some
|
||||
# European providers.
|
||||
# This is the official 'bypass' suggested by O2 in the UK.
|
||||
|
||||
# <IfModule mod_headers.c>
|
||||
# Header set Cache-Control "no-transform"
|
||||
# </IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# ETag removal
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# FileETag None is not enough for every server.
|
||||
<IfModule mod_headers.c>
|
||||
Header unset ETag
|
||||
</IfModule>
|
||||
|
||||
# Since we're sending far-future expires, we don't need ETags for
|
||||
# static content.
|
||||
# developer.yahoo.com/performance/rules.html#etags
|
||||
FileETag None
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Stop screen flicker in IE on CSS rollovers
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# The following directives stop screen flicker in IE on CSS rollovers - in
|
||||
# combination with the "ExpiresByType" rules for images (see above).
|
||||
|
||||
# BrowserMatch "MSIE" brokenvary=1
|
||||
# BrowserMatch "Mozilla/4.[0-9]{2}" brokenvary=1
|
||||
# BrowserMatch "Opera" !brokenvary
|
||||
# SetEnvIf brokenvary 1 force-no-vary
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Set Keep-Alive Header
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Keep-Alive allows the server to send multiple requests through one
|
||||
# TCP-connection. Be aware of possible disadvantages of this setting. Turn on
|
||||
# if you serve a lot of static content.
|
||||
|
||||
# <IfModule mod_headers.c>
|
||||
# Header set Connection Keep-Alive
|
||||
# </IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Cookie setting from iframes
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Allow cookies to be set from iframes (for IE only)
|
||||
# If needed, specify a path or regex in the Location directive.
|
||||
|
||||
# <IfModule mod_headers.c>
|
||||
# Header set P3P "policyref=\"/w3c/p3p.xml\", CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\""
|
||||
# </IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Start rewrite engine
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Turning on the rewrite engine is necessary for the following rules and
|
||||
# features. FollowSymLinks must be enabled for this to work.
|
||||
|
||||
# Some cloud hosting services require RewriteBase to be set: goo.gl/HOcPN
|
||||
# If using the h5bp in a subdirectory, use `RewriteBase /foo` instead where
|
||||
# 'foo' is your directory.
|
||||
|
||||
# If your web host doesn't allow the FollowSymlinks option, you may need to
|
||||
# comment it out and use `Options +SymLinksIfOwnerMatch`, but be aware of the
|
||||
# performance impact: http://goo.gl/Mluzd
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
Options +FollowSymlinks
|
||||
# Options +SymLinksIfOwnerMatch
|
||||
RewriteEngine On
|
||||
# RewriteBase /
|
||||
</IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Suppress or force the "www." at the beginning of URLs
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# The same content should never be available under two different URLs -
|
||||
# especially not with and without "www." at the beginning, since this can cause
|
||||
# SEO problems (duplicate content). That's why you should choose one of the
|
||||
# alternatives and redirect the other one.
|
||||
|
||||
# By default option 1 (no "www.") is activated.
|
||||
# no-www.org/faq.php?q=class_b
|
||||
|
||||
# If you'd prefer to use option 2, just comment out all option 1 lines
|
||||
# and uncomment option 2.
|
||||
|
||||
# IMPORTANT: NEVER USE BOTH RULES AT THE SAME TIME!
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Option 1:
|
||||
# Rewrite "www.example.com -> example.com".
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteCond %{HTTPS} !=on
|
||||
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
|
||||
RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L]
|
||||
</IfModule>
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Option 2:
|
||||
# Rewrite "example.com -> www.example.com".
|
||||
# Be aware that the following rule might not be a good idea if you use "real"
|
||||
# subdomains for certain parts of your website.
|
||||
|
||||
# <IfModule mod_rewrite.c>
|
||||
# RewriteCond %{HTTPS} !=on
|
||||
# RewriteCond %{HTTP_HOST} !^www\..+$ [NC]
|
||||
# RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
|
||||
# </IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Built-in filename-based cache busting
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# If you're not using the build script to manage your filename version revving,
|
||||
# you might want to consider enabling this, which will route requests for
|
||||
# `/css/style.20110203.css` to `/css/style.css`.
|
||||
|
||||
# To understand why this is important and a better idea than all.css?v1231,
|
||||
# please refer to the bundled documentation about `.htaccess`.
|
||||
|
||||
# <IfModule mod_rewrite.c>
|
||||
# RewriteCond %{REQUEST_FILENAME} !-f
|
||||
# RewriteCond %{REQUEST_FILENAME} !-d
|
||||
# RewriteRule ^(.+)\.(\d+)\.(js|css|png|jpg|gif)$ $1.$3 [L]
|
||||
# </IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Prevent SSL cert warnings
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Rewrite secure requests properly to prevent SSL cert warnings, e.g. prevent
|
||||
# https://www.example.com when your cert only allows https://secure.example.com
|
||||
|
||||
# <IfModule mod_rewrite.c>
|
||||
# RewriteCond %{SERVER_PORT} !^443
|
||||
# RewriteRule ^ https://example-domain-please-change-me.com%{REQUEST_URI} [R=301,L]
|
||||
# </IfModule>
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Prevent 404 errors for non-existing redirected folders
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# without -MultiViews, Apache will give a 404 for a rewrite if a folder of the
|
||||
# same name does not exist.
|
||||
# webmasterworld.com/apache/3808792.htm
|
||||
|
||||
Options -MultiViews
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# Custom 404 page
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# You can add custom pages to handle 500 or 403 pretty easily, if you like.
|
||||
# If you are hosting your site in subdirectory, adjust this accordingly
|
||||
# e.g. ErrorDocument 404 /subdir/404.html
|
||||
ErrorDocument 404 /404.html
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# UTF-8 encoding
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Use UTF-8 encoding for anything served text/plain or text/html
|
||||
AddDefaultCharset utf-8
|
||||
|
||||
# Force UTF-8 for a number of file formats
|
||||
AddCharset utf-8 .atom .css .js .json .rss .vtt .xml
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# A little more security
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# To avoid displaying the exact version number of Apache being used, add the
|
||||
# following to httpd.conf (it will not work in .htaccess):
|
||||
# ServerTokens Prod
|
||||
|
||||
# "-Indexes" will have Apache block users from browsing folders without a
|
||||
# default document Usually you should leave this activated, because you
|
||||
# shouldn't allow everybody to surf through every folder on your server (which
|
||||
# includes rather private places like CMS system folders).
|
||||
<IfModule mod_autoindex.c>
|
||||
Options -Indexes
|
||||
</IfModule>
|
||||
|
||||
# Block access to "hidden" directories or files whose names begin with a
|
||||
# period. This includes directories used by version control systems such as
|
||||
# Subversion or Git.
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteCond %{SCRIPT_FILENAME} -d [OR]
|
||||
RewriteCond %{SCRIPT_FILENAME} -f
|
||||
RewriteRule "(^|/)\." - [F]
|
||||
</IfModule>
|
||||
|
||||
# Block access to backup and source files. These files may be left by some
|
||||
# text/html editors and pose a great security danger, when anyone can access
|
||||
# them.
|
||||
<FilesMatch "(\.(bak|config|dist|fla|inc|ini|log|psd|sh|sql|swp)|~)$">
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
Satisfy All
|
||||
</FilesMatch>
|
||||
|
||||
# If your server is not already configured as such, the following directive
|
||||
# should be uncommented in order to set PHP's register_globals option to OFF.
|
||||
# This closes a major security hole that is abused by most XSS (cross-site
|
||||
# scripting) attacks. For more information: http://php.net/register_globals
|
||||
#
|
||||
# IF REGISTER_GLOBALS DIRECTIVE CAUSES 500 INTERNAL SERVER ERRORS:
|
||||
#
|
||||
# Your server does not allow PHP directives to be set via .htaccess. In that
|
||||
# case you must make this change in your php.ini file instead. If you are
|
||||
# using a commercial web host, contact the administrators for assistance in
|
||||
# doing this. Not all servers allow local php.ini files, and they should
|
||||
# include all PHP configurations (not just this one), or you will effectively
|
||||
# reset everything to PHP defaults. Consult www.php.net for more detailed
|
||||
# information about setting PHP directives.
|
||||
|
||||
# php_flag register_globals Off
|
||||
|
||||
# Rename session cookie to something else, than PHPSESSID
|
||||
# php_value session.name sid
|
||||
|
||||
# Disable magic quotes (This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.)
|
||||
# php_flag magic_quotes_gpc Off
|
||||
|
||||
# Do not show you are using PHP
|
||||
# Note: Move this line to php.ini since it won't work in .htaccess
|
||||
# php_flag expose_php Off
|
||||
|
||||
# Level of log detail - log all errors
|
||||
# php_value error_reporting -1
|
||||
|
||||
# Write errors to log file
|
||||
# php_flag log_errors On
|
||||
|
||||
# Do not display errors in browser (production - Off, development - On)
|
||||
# php_flag display_errors Off
|
||||
|
||||
# Do not display startup errors (production - Off, development - On)
|
||||
# php_flag display_startup_errors Off
|
||||
|
||||
# Format errors in plain text
|
||||
# Note: Leave this setting 'On' for xdebug's var_dump() output
|
||||
# php_flag html_errors Off
|
||||
|
||||
# Show multiple occurrence of error
|
||||
# php_flag ignore_repeated_errors Off
|
||||
|
||||
# Show same errors from different sources
|
||||
# php_flag ignore_repeated_source Off
|
||||
|
||||
# Size limit for error messages
|
||||
# php_value log_errors_max_len 1024
|
||||
|
||||
# Don't precede error with string (doesn't accept empty string, use whitespace if you need)
|
||||
# php_value error_prepend_string " "
|
||||
|
||||
# Don't prepend to error (doesn't accept empty string, use whitespace if you need)
|
||||
# php_value error_append_string " "
|
||||
|
||||
# Increase cookie security
|
||||
<IfModule mod_php5.c>
|
||||
php_value session.cookie_httponly true
|
||||
</IfModule>
|
4
source/assets/css/_imports.scss
Normal file
@ -0,0 +1,4 @@
|
||||
@import "bootstrap/dist/css/bootstrap";
|
||||
@import "fontawesome/css/font-awesome";
|
||||
|
||||
// @import "compass";
|
7
source/assets/css/_settings.scss
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
any variables and settings should be defined here,
|
||||
like colors for instance
|
||||
*/
|
||||
|
||||
$backgroundColor: #fff;
|
||||
$textColor: #000;
|
10
source/assets/css/all.scss
Normal file
@ -0,0 +1,10 @@
|
||||
@charset "utf-8";
|
||||
|
||||
@import "settings";
|
||||
@import "imports";
|
||||
|
||||
|
||||
body {
|
||||
background: $backgroundColor;
|
||||
color: $textColor;
|
||||
}
|
BIN
source/assets/fonts/avantgardelt-extralight.eot
Normal file
465
source/assets/fonts/avantgardelt-extralight.svg
Normal file
@ -0,0 +1,465 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata></metadata>
|
||||
<defs>
|
||||
<font id="itc_avant_garde_gothic_lt_eRg" horiz-adv-x="1136" >
|
||||
<font-face units-per-em="2048" ascent="1638" descent="-410" />
|
||||
<missing-glyph horiz-adv-x="567" />
|
||||
<glyph horiz-adv-x="2048" />
|
||||
<glyph horiz-adv-x="2048" />
|
||||
<glyph unicode="
" horiz-adv-x="2048" />
|
||||
<glyph unicode=" " horiz-adv-x="567" />
|
||||
<glyph unicode="	" horiz-adv-x="567" />
|
||||
<glyph unicode=" " horiz-adv-x="567" />
|
||||
<glyph unicode="!" horiz-adv-x="530" d="M236 0v166h61v-166h-61zM236 340v1176h61v-1176h-61z" />
|
||||
<glyph unicode=""" horiz-adv-x="681" d="M193 909v607h61v-607h-61zM428 909v607h61v-607h-61z" />
|
||||
<glyph unicode="#" d="M37 555l6 47h309l39 281h-309l8 47h309l64 452h49l-63 -452h292l64 452h49l-63 -452h309l-6 -47h-312l-39 -281h312l-6 -47h-310l-69 -492h-49l67 492h-293l-67 -492h-52l70 492h-309zM401 602h293l41 281h-293z" />
|
||||
<glyph unicode="$" d="M170 465h61q7 -84 41.5 -149t85 -103t107 -57t115.5 -19q137 0 232 95t95 231q0 39 -7.5 73.5t-17.5 60.5t-31 50t-37.5 40.5t-48.5 33.5t-51.5 26.5t-59 22.5t-59.5 19t-63 18t-78 25.5t-79 41t-74 62t-51 89t-21 120.5q0 138 87.5 234.5t228.5 115.5v164h61v-164 q83 -10 146.5 -43.5t101 -81.5t57.5 -99.5t25 -107.5h-62q-9 75 -42.5 131.5t-78.5 86.5t-89 44.5t-84 14.5q-111 0 -200 -82.5t-89 -212.5q0 -43 10 -79.5t24.5 -62t42.5 -48.5t50.5 -37t64 -29.5t67.5 -23t75 -21.5q28 -8 40.5 -12t45 -16t51 -21.5t49.5 -28.5t50 -37.5 t42 -47t35.5 -60t21.5 -73t9 -87.5q0 -93 -44.5 -178t-129 -141.5t-189.5 -63.5v-195h-61v195q-157 14 -261.5 120.5t-113.5 266.5z" />
|
||||
<glyph unicode="%" horiz-adv-x="1472" d="M45 1208q0 145 94.5 239.5t239.5 94.5t239.5 -94.5t94.5 -239.5t-94.5 -239.5t-239.5 -94.5t-239.5 94.5t-94.5 239.5zM102 1208q0 -124 77.5 -203t199.5 -79t199 79t77 203t-77 203.5t-199 79.5t-199.5 -79.5t-77.5 -203.5zM233 0l936 1516h66l-936 -1516h-66zM760 307 q0 145 94.5 239.5t239.5 94.5t239 -94.5t94 -239.5t-94 -239.5t-239 -94.5t-239.5 94.5t-94.5 239.5zM817 307q0 -124 77.5 -203t199.5 -79t199 79t77 203t-77 203.5t-199 79.5t-199.5 -79.5t-77.5 -203.5z" />
|
||||
<glyph unicode="&" horiz-adv-x="1476" d="M113 397q0 76 26.5 144t66.5 117t96.5 92t107.5 70t108 50l-78 84q-70 79 -100 133t-33 134q0 130 92 225.5t228 95.5q139 0 237.5 -98t98.5 -232q0 -50 -12.5 -91.5t-36 -74t-53.5 -59t-69 -49t-78.5 -41.5t-85.5 -40q-8 -3 -12 -5l377 -385l256 489h68l-279 -534 l394 -404l-43 -41l-379 388l-49 -97q-21 -39 -32 -58.5t-35.5 -56.5t-44 -57t-53 -47t-67.5 -41t-81 -24.5t-101 -10.5q-98 0 -181.5 37t-137.5 97t-84.5 135.5t-30.5 154.5zM174 395q1 -95 45 -177t132 -134.5t202 -52.5q119 0 200 58t154 206l56 115l-404 417 q-92 -40 -161 -84.5t-111 -86t-67.5 -88t-35 -87t-10.5 -86.5zM369 1229q0 -115 104 -223l102 -109q65 29 102.5 46.5t80.5 42t65 45t42.5 49t28 61t7.5 73.5q0 106 -77 187t-195 84q-119 -3 -189.5 -82.5t-70.5 -173.5z" />
|
||||
<glyph unicode="'" horiz-adv-x="454" d="M197 909v607h61v-607h-61z" />
|
||||
<glyph unicode="(" horiz-adv-x="870" d="M211 494q0 322 164 607t430 441v-72q-148 -92 -266 -236.5t-190.5 -339t-72.5 -400.5q0 -207 72.5 -402t190.5 -340t266 -237v-76q-55 35 -90 59.5t-91 73.5t-104 104q-145 167 -227 379t-82 439z" />
|
||||
<glyph unicode=")" horiz-adv-x="870" d="M66 -492q148 93 266 238.5t190 340t72 400.5q0 308 -150 573t-378 406v76q54 -35 89.5 -60t91 -73.5t103.5 -103.5q146 -168 227.5 -379.5t81.5 -438.5q0 -322 -164 -608t-429 -440v69z" />
|
||||
<glyph unicode="*" horiz-adv-x="1173" d="M309 1087l219 127l-219 123l31 54l217 -127v252h59v-252l218 127l28 -52l-215 -125l219 -129l-28 -49l-222 125v-252h-59v254l-217 -127z" />
|
||||
<glyph unicode="+" horiz-adv-x="1228" d="M102 483v58h484v485h57v-485h483v-58h-483v-483h-57v483h-484z" />
|
||||
<glyph unicode="," horiz-adv-x="567" d="M125 -147l129 315h65l-129 -315h-65z" />
|
||||
<glyph unicode="-" horiz-adv-x="544" d="M0 537v59h545v-59h-545z" />
|
||||
<glyph unicode="." horiz-adv-x="567" d="M254 0v166h61v-166h-61z" />
|
||||
<glyph unicode="/" horiz-adv-x="1060" d="M137 -205l719 1721h68l-719 -1721h-68z" />
|
||||
<glyph unicode="0" d="M80 455v587q0 90 21 165.5t54.5 125.5t79 89t90.5 61t92.5 36t81.5 18.5t62 4.5q100 0 190 -34.5t157.5 -96.5t107 -153t39.5 -197v-606q0 -80 -20 -149t-52.5 -117t-76 -86.5t-89 -62.5t-92.5 -39.5t-85 -21.5t-69 -6q-57 0 -119 14t-129.5 49.5t-120.5 88t-87.5 138.5 t-34.5 192zM141 455q0 -99 36 -181.5t96 -135t136 -81t158 -28.5q49 0 102 12t112 43.5t105.5 77.5t76.5 122.5t30 170.5v606q0 78 -26 152t-77 136t-136.5 100t-192.5 38q-83 0 -158 -28.5t-134 -81.5t-93.5 -138t-34.5 -190v-594z" />
|
||||
<glyph unicode="1" d="M227 1460v56h398v-1516h-62v1460h-336z" />
|
||||
<glyph unicode="2" d="M117 0v55l651 666q102 103 150.5 188t52.5 178q1 175 -109 287.5t-276 112.5q-75 0 -142 -27t-120.5 -79.5t-86 -137t-34.5 -190.5h-62q2 101 30 184t72.5 138.5t103.5 94t121 55.5t126 17q190 0 315.5 -132.5t122.5 -332.5q-7 -105 -59 -191t-164 -210l-610 -621h833 v-55h-915z" />
|
||||
<glyph unicode="3" d="M80 440h61q3 -103 41 -184.5t98 -129.5t128.5 -72.5t138.5 -24.5q179 0 289 116.5t110 286.5q0 53 -15 108t-48.5 109t-82.5 96.5t-123 68.5t-163 26h-82v55h80q87 0 152 25.5t98.5 60.5t54 80.5t25 75.5t4.5 55q0 129 -80.5 212t-206.5 83q-130 0 -211.5 -83.5 t-89.5 -205.5h-61q5 83 38 150.5t84 108.5t111 63t123 22q69 0 131.5 -23t112.5 -66t80 -111t30 -152q0 -61 -21 -122t-71 -116.5t-121 -79.5v-4q74 -26 131.5 -68t91 -87t55 -96.5t29 -93t7.5 -79.5q0 -211 -130 -341t-337 -130q-86 0 -167.5 32t-147 90t-105.5 148 t-41 197z" />
|
||||
<glyph unicode="4" d="M35 295v53l770 1168h84v-1166h153v-55h-153v-295h-62v295h-792zM106 350h721v1092h-4z" />
|
||||
<glyph unicode="5" d="M43 444h61q11 -98 55 -178.5t106.5 -131t136 -78t147.5 -27.5q117 0 219.5 61.5t163.5 167.5t61 229q0 129 -62.5 236.5t-164 168t-217.5 60.5q-203 0 -346 -176l-53 15l139 725h680v-56h-631l-111 -571q31 23 53.5 37.5t65.5 36.5t95.5 33.5t111.5 11.5 q142 0 258.5 -72.5t180 -190t63.5 -251.5q0 -145 -71 -265.5t-187.5 -188t-249.5 -67.5q-60 0 -124 17t-128 54.5t-116 91.5t-89 133.5t-47 174.5z" />
|
||||
<glyph unicode="6" d="M68 469q0 118 34.5 204.5t94.5 174.5l458 668h70l-406 -590l5 -2q114 77 249 77q132 0 244.5 -63t181 -181t68.5 -265q0 -137 -63.5 -255.5t-179.5 -191t-257 -72.5q-101 0 -186 31t-141.5 82t-96 116.5t-57.5 133t-18 133.5zM129 473q0 -88 30 -168t84.5 -141.5t138 -98 t183.5 -36.5q95 0 178 37t140.5 99t90 145t32.5 175q0 90 -26 167t-69.5 130t-99.5 91t-116 55.5t-120 17.5q-56 0 -114.5 -15.5t-118.5 -52t-107 -89t-76.5 -135t-29.5 -181.5z" />
|
||||
<glyph unicode="7" d="M178 1460v56h805v-56l-676 -1460h-63l674 1460h-740z" />
|
||||
<glyph unicode="8" d="M106 428q3 151 91 268t227 162q-98 42 -159.5 132.5t-61.5 195.5q0 144 107 250t257 106q151 0 258 -103.5t107 -252.5q0 -105 -61.5 -195.5t-159.5 -132.5q138 -43 226 -160.5t91 -269.5q-5 -191 -138 -323t-323 -132t-323 132t-138 323zM168 428q0 -167 116 -283 t283 -116t283.5 116t116.5 283t-116.5 283t-283.5 116t-283 -116t-116 -283zM264 1184q0 -126 88 -213.5t215 -87.5t215 87.5t88 213.5q0 128 -88 215.5t-215 87.5t-215 -87.5t-88 -215.5z" />
|
||||
<glyph unicode="9" d="M70 1024q0 137 63 255t179 190.5t257 72.5q101 0 186 -31t141.5 -81.5t96.5 -116t58 -133t18 -133.5q0 -118 -34.5 -204.5t-94.5 -174.5l-459 -668h-69l405 590l-4 2q-46 -31 -106 -53q-77 -25 -144 -25q-132 0 -244 63.5t-180.5 181.5t-68.5 265zM131 1030 q0 -112 39.5 -202.5t103 -145.5t138 -84t149.5 -29q56 0 114.5 15.5t119 52t107 89t76.5 135t30 181.5q0 118 -51 218.5t-152.5 163.5t-233.5 63q-127 0 -228.5 -63t-156.5 -167t-55 -227z" />
|
||||
<glyph unicode=":" horiz-adv-x="567" d="M254 0v166h61v-166h-61zM254 920v165h61v-165h-61z" />
|
||||
<glyph unicode=";" horiz-adv-x="567" d="M125 -147l129 315h65l-129 -315h-65zM252 920v165h61v-165h-61z" />
|
||||
<glyph unicode="<" horiz-adv-x="1228" d="M102 481v66l1024 481v-63l-956 -451l956 -451v-63z" />
|
||||
<glyph unicode="=" horiz-adv-x="1228" d="M102 285v57h1024v-57h-1024zM102 682v57h1024v-57h-1024z" />
|
||||
<glyph unicode=">" horiz-adv-x="1228" d="M102 0v63l957 451l-957 451v63l1024 -481v-66z" />
|
||||
<glyph unicode="?" horiz-adv-x="1097" d="M82 1112q4 94 36 170t78.5 123t105.5 78.5t113.5 44t106.5 12.5q114 0 212.5 -53t160 -153t61.5 -224q0 -30 -4.5 -58.5t-18 -57.5t-23 -50t-34 -51.5t-35 -44.5t-43 -47t-41 -41t-44.5 -43q-45 -44 -76 -90.5t-46 -80.5t-22.5 -79t-8.5 -66t-1 -61h-61q2 53 4 81.5 t12 78.5t28.5 87.5t54.5 87.5t87 99q15 16 50.5 52t51 52t40.5 48t36.5 56t21.5 59t11 73q0 150 -106 256.5t-265 106.5q-50 0 -99.5 -12t-99.5 -40t-89 -68.5t-64.5 -104t-28.5 -140.5h-61zM498 0v166h59v-166h-59z" />
|
||||
<glyph unicode="@" horiz-adv-x="1630" d="M84 748q0 162 61 308.5t165 253t250.5 169.5t309.5 63q84 0 167.5 -18.5t162 -53.5t146.5 -90t118.5 -124t79.5 -160t29 -193q0 -115 -36 -213.5t-91 -163t-121.5 -110.5t-126 -66t-106.5 -20q-15 0 -30.5 1.5t-41 10.5t-44 24t-32.5 45.5t-14 71.5h-4 q-94 -145 -260 -145q-24 0 -50 6t-58 24t-56.5 46t-41 77t-16.5 113q0 140 61 274t162.5 218t211.5 84q57 0 100 -18t66 -46.5t34.5 -54t16.5 -51.5h4l47 137h57l-196 -557q0 -1 -5 -13.5t-9.5 -26.5t-8.5 -32.5t-4 -32.5q-1 -34 10 -56t32 -31t36.5 -12t34.5 -3 q46 0 100.5 20.5t111.5 63.5t103.5 102.5t76.5 146.5t30 185q0 116 -38.5 214t-102 166t-147 115.5t-173.5 70t-181 22.5q-116 0 -226 -34t-201.5 -100t-160 -155t-107 -205.5t-38.5 -246.5q0 -160 60 -297.5t159 -229t227.5 -143t266.5 -51.5q84 0 172 21t173.5 62.5 t160.5 112t121 160.5h51q-36 -86 -96.5 -156.5t-130.5 -116.5t-150 -78t-154.5 -45.5t-144.5 -13.5q-160 0 -303.5 61t-246 164.5t-162.5 247t-60 302.5zM502 604q0 -62 16 -106t43 -66t53.5 -31.5t55.5 -9.5q215 0 303 273l57 149q3 8 9 25.5t7.5 22.5t5.5 17.5t5 17.5 l3 15t2.5 17.5t0.5 17.5q-1 49 -20.5 86t-48.5 56.5t-57 28.5t-54 9q-63 0 -130.5 -41.5t-123 -110.5t-91.5 -167.5t-36 -202.5z" />
|
||||
<glyph unicode="A" horiz-adv-x="1406" d="M14 0l650 1516h79l650 -1516h-66l-227 528h-793l-227 -528h-66zM334 584h739l-371 874z" />
|
||||
<glyph unicode="B" horiz-adv-x="1105" d="M158 0v1516h321q172 0 266 -56q96 -51 137.5 -139t41.5 -186q0 -23 -1.5 -42.5t-12.5 -64t-31 -80.5t-62.5 -76.5t-101.5 -66.5v-4q58 -16 105 -43.5t78 -57.5t54 -66.5t35.5 -68.5t19.5 -66t9 -55.5t2 -40.5q-3 -266 -240 -368q-100 -35 -241 -35h-379zM219 55h320 q129 0 217 33q197 84 200 315q0 113 -54.5 198.5t-149.5 127.5q-58 25 -107 31t-151 6h-275v-711zM219 821h275q144 0 215 39q88 50 120.5 120.5t32.5 162.5q0 97 -45 170.5t-108 101.5q-73 43 -230 45h-260v-639z" />
|
||||
<glyph unicode="C" horiz-adv-x="1609" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q116 -1 223.5 -33t190 -86t144.5 -115t106 -130h-72q-22 31 -51 63.5t-85 78.5t-118.5 81t-152.5 60t-185 26q-149 0 -282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5t57 -290.5t154.5 -232t231 -151t282.5 -55.5 q100 0 193.5 26.5t155.5 61.5t118 82.5t81 75.5t44 55h70q-40 -68 -103 -130t-146.5 -113.5t-191 -82.5t-221.5 -31q-161 0 -305.5 59t-250.5 162t-168 250t-62 314z" />
|
||||
<glyph unicode="D" horiz-adv-x="1435" d="M158 0v1516h428q358 0 561 -200.5t203 -557.5t-203 -557.5t-561 -200.5h-428zM219 55h367q329 0 515.5 185.5t186.5 513.5q0 332 -185 519t-517 187h-367v-1405z" />
|
||||
<glyph unicode="E" horiz-adv-x="1120" d="M158 0v1516h831v-56h-770v-669h770v-56h-770v-680h770v-55h-831z" />
|
||||
<glyph unicode="F" horiz-adv-x="976" d="M158 0v1516h743v-56h-682v-669h682v-56h-682v-735h-61z" />
|
||||
<glyph unicode="G" horiz-adv-x="1746" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q211 0 399 -97.5t290 -264.5h-74q-114 149 -271.5 228t-343.5 79q-149 0 -282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5t57 -290.5t154.5 -232t231 -151t282.5 -55.5q140 0 268.5 47t223 125.5t158 178.5t84.5 206 h-904v55h977q-16 -136 -85 -259t-175 -213t-248.5 -143t-298.5 -53q-161 0 -305.5 59t-250.5 162t-168 250t-62 314z" />
|
||||
<glyph unicode="H" horiz-adv-x="1286" d="M158 0v1516h61v-725h848v725h61v-1516h-61v735h-848v-735h-61z" />
|
||||
<glyph unicode="I" horiz-adv-x="378" d="M158 0v1516h61v-1516h-61z" />
|
||||
<glyph unicode="J" horiz-adv-x="927" d="M12 289h68q16 -66 48 -116t66.5 -76.5t76 -42.5t69.5 -20.5t53 -4.5q110 3 184.5 55t100.5 123q33 83 33 227v1082h61v-1082q0 -159 -37 -250q-42 -85 -104 -133q-105 -78 -242 -78q-134 0 -242.5 83.5t-134.5 232.5z" />
|
||||
<glyph unicode="K" horiz-adv-x="1097" d="M186 0v1516h62v-1024h4l772 1024h74l-566 -748l566 -768h-74l-530 719l-246 -324v-395h-62z" />
|
||||
<glyph unicode="L" horiz-adv-x="866" d="M158 0v1516h61v-1461h641v-55h-702z" />
|
||||
<glyph unicode="M" horiz-adv-x="1910" d="M158 0v1516h98l700 -1418l699 1418h96v-1516h-61v1454h-2h2h-4l-713 -1454h-35l-715 1454h-4v-1454h-61z" />
|
||||
<glyph unicode="N" horiz-adv-x="1511" d="M158 0v1516h92l1038 -1434h4v1434h62v-1516h-78l-1053 1454h-4v-1454h-61z" />
|
||||
<glyph unicode="O" horiz-adv-x="1742" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q129 0 248.5 -37.5t216.5 -108t169.5 -165.5t112.5 -217t40 -256q0 -223 -106 -403.5t-286 -281t-395 -100.5q-161 0 -305.5 59t-250.5 162t-168 250t-62 314zM145 758q0 -154 57 -290.5t154.5 -232t231 -151 t282.5 -55.5t282.5 55.5t231 151t154.5 232t57 290.5t-57 290.5t-154.5 232t-231 151t-282.5 55.5t-282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5z" />
|
||||
<glyph unicode="P" horiz-adv-x="1046" d="M137 0v1516h352q141 0 224 -18.5t155 -72.5q68 -50 111 -144t43 -196t-43 -196t-111 -144q-72 -53 -155.5 -71.5t-223.5 -18.5h-290v-655h-62zM199 711h293q128 0 204 18.5t140 65.5q55 40 90 120.5t35 167.5q0 90 -35 171.5t-90 121.5q-65 47 -140 65.5t-204 18.5h-293 v-749z" />
|
||||
<glyph unicode="Q" horiz-adv-x="1806" d="M115 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q129 0 248.5 -37.5t216.5 -108t169.5 -165.5t112.5 -217t40 -256q0 -94 -20.5 -182t-46.5 -146.5t-68 -117.5t-67 -86t-61 -62q89 -53 172.5 -81t214.5 -46v-64q-87 11 -148.5 24.5t-116.5 37t-82 38t-91 52.5 q-212 -152 -467 -152q-176 0 -326.5 64t-251.5 172.5t-157.5 250.5t-56.5 298zM176 758q0 -137 43 -254q185 61 352 61q248 0 451 -110q50 -26 104.5 -65.5t249.5 -188.5q123 106 186.5 250t63.5 307q0 154 -57 290.5t-154.5 232t-231 151t-282.5 55.5t-282.5 -55.5 t-231 -151t-154.5 -232t-57 -290.5zM244 444q37 -77 86 -140t98.5 -105.5t106.5 -74.5t107 -49.5t103 -28.5t90 -14t74 -3q126 0 236.5 40.5t181.5 94.5q-18 12 -79.5 58.5t-115.5 87.5t-55 42q-241 158 -514 158q-68 0 -132.5 -11.5t-97 -22t-89.5 -32.5z" />
|
||||
<glyph unicode="R" horiz-adv-x="1134" d="M137 0v1516h346q170 0 257.5 -15t146.5 -49q94 -46 156.5 -159.5t62.5 -243.5q1 -10 1 -21q0 -48 -12 -100q-14 -62 -48.5 -126.5t-85 -114.5t-129 -81.5t-173.5 -32.5l-59 -2l408 -571h-78l-445 627h95q118 0 191.5 18.5t143.5 77.5q129 134 129 324q0 102 -47.5 199.5 t-132.5 152.5q-63 40 -143.5 50.5t-237.5 10.5h-284v-1460h-62z" />
|
||||
<glyph unicode="S" horiz-adv-x="1060" d="M92 383h62q11 -83 42.5 -148t71 -102.5t89 -62t91 -33t80.5 -8.5q96 0 182.5 44t142.5 128t56 188q0 56 -13.5 104t-35 82t-54 62t-63.5 46.5t-71.5 34t-70.5 24.5t-67 19l-12 3q-150 37 -226 82q-171 101 -171 299v11q-1 173 117 277q122 107 295 107q69 0 132 -20.5 t117.5 -62t92 -110.5t49.5 -159h-62q-56 297 -334 297q-148 0 -247 -91.5t-99 -238.5q0 -50 12 -92.5t30.5 -73t52 -57t63.5 -44t78 -34.5t82.5 -27t89.5 -24q4 -1 15 -4q31 -8 51 -13.5t61.5 -22t70.5 -35t65.5 -50.5t59 -69.5t38.5 -92.5t16 -119q0 -121 -63.5 -219.5 t-164 -151.5t-213.5 -53q-56 0 -113.5 14.5t-113.5 47.5t-100.5 79.5t-74.5 116t-36 152.5z" />
|
||||
<glyph unicode="T" horiz-adv-x="907" d="M10 1460v56h885v-56h-412v-1460h-61v1460h-412z" />
|
||||
<glyph unicode="U" horiz-adv-x="1239" d="M156 532v984h61v-984q0 -70 1.5 -104.5t10 -84t28.5 -90t54 -85.5q49 -64 134.5 -101.5t177.5 -37.5q88 0 172 37.5t133 101.5q34 45 54 85.5t28.5 90t10 84t1.5 104.5v984h61v-984v-26q0 -50 -3 -90q-4 -50 -20 -119t-56 -128t-103 -103q-127 -93 -283 -93 q-153 0 -280 93q-63 44 -103 103t-56 129q-16 68 -20 118q-3 40 -3 90v26z" />
|
||||
<glyph unicode="V" horiz-adv-x="1363" d="M14 1516h70l598 -1414l600 1414h68l-648 -1516h-43z" />
|
||||
<glyph unicode="W" horiz-adv-x="1818" d="M25 1516h65l406 -1432h4l387 1432h43l391 -1432h4l406 1432h63l-434 -1516h-80l-371 1354h-4l-366 -1354h-82z" />
|
||||
<glyph unicode="X" d="M16 0l516 770l-497 746h74l456 -689l461 689h72l-498 -746l520 -770h-71l-484 717l-481 -717h-68z" />
|
||||
<glyph unicode="Y" horiz-adv-x="1134" d="M31 1516h67l469 -924l467 924h70l-506 -994v-522h-61v522z" />
|
||||
<glyph unicode="Z" horiz-adv-x="1021" d="M12 1460v56h955l-826 -1461h869v-55h-969l825 1460h-854z" />
|
||||
<glyph unicode="[" horiz-adv-x="870" d="M365 -31v1045q0 32 1 53t7.5 66.5t18 80t37 83.5t60.5 88t90.5 81.5t125.5 75.5v-74q-275 -135 -275 -454v-1045q0 -317 275 -452v-74q-177 85 -258.5 214.5t-81.5 311.5z" />
|
||||
<glyph unicode="\" horiz-adv-x="1060" d="M137 1516h68l719 -1721h-68z" />
|
||||
<glyph unicode="]" horiz-adv-x="870" d="M166 -483q274 135 274 452v1045q0 42 -3 76.5t-18.5 91t-42.5 102.5t-81 96.5t-129 87.5v74q177 -86 258.5 -215.5t81.5 -312.5v-1045q0 -31 -1 -52t-7.5 -66t-18 -80t-37 -83.5t-60.5 -87.5t-90.5 -81.5t-125.5 -75.5v74z" />
|
||||
<glyph unicode="^" horiz-adv-x="1228" d="M229 768l353 748h65l352 -748h-65l-320 680l-319 -680h-66z" />
|
||||
<glyph unicode="_" horiz-adv-x="1024" d="M0 -154h1024v-102h-1024v102z" />
|
||||
<glyph unicode="`" d="M295 1522l29 47l485 -283l-27 -47z" />
|
||||
<glyph unicode="a" horiz-adv-x="1380" d="M84 543q0 151 68.5 279.5t201 209t301.5 80.5q124 0 233.5 -47.5t176 -114.5t94.5 -141h4v276h58v-1085h-58v270h-4q-71 -140 -202.5 -218.5t-301.5 -78.5q-129 0 -238.5 48t-181 127.5t-111.5 182t-40 212.5zM141 543q1 -75 21 -148t63 -140t103 -117.5t146 -80.5 t188 -30q146 0 263 70.5t180.5 188t63.5 257.5q0 222 -147.5 369t-366.5 147q-141 0 -258 -64.5t-186.5 -183.5t-69.5 -268z" />
|
||||
<glyph unicode="b" horiz-adv-x="1380" d="M160 0v1516h57v-707h4q62 130 190.5 215t313.5 88q169 0 301.5 -80.5t201 -209t68.5 -279.5q0 -110 -40 -212.5t-111.5 -182t-181 -127.5t-238.5 -48q-170 0 -301.5 78.5t-202.5 218.5h-4v-270h-57zM211 543q0 -140 64 -257.5t181 -188t263 -70.5q126 0 227.5 45.5 t163.5 120.5t95 165t34 185q0 149 -69.5 268t-186.5 183.5t-258 64.5q-219 0 -366.5 -147t-147.5 -369z" />
|
||||
<glyph unicode="c" horiz-adv-x="1267" d="M84 541q0 159 73.5 290t204.5 206t293 75q114 0 219 -40t193 -128t129 -211h-63q-30 86 -86 152t-123 103q-66 36 -134 54q-64 17 -126 17h-7q-113 -1 -196 -35t-170 -111q-67 -61 -108.5 -161.5t-41.5 -208.5q0 -149 71 -268.5t188 -183.5t255 -64q89 1 170 27.5 t140.5 70.5t102 99.5t62.5 117.5h64q-57 -167 -201.5 -266.5t-337.5 -102.5q-117 0 -222 41.5t-182 115.5t-122 181t-45 232v-2z" />
|
||||
<glyph unicode="d" horiz-adv-x="1386" d="M84 543q0 151 68.5 279.5t201 209t301.5 80.5q124 0 233.5 -47.5t176 -114.5t94.5 -141h4v707h58v-1516h-58v270h-4q-71 -140 -202.5 -218.5t-301.5 -78.5q-129 0 -238.5 48t-181 127.5t-111.5 182t-40 212.5zM141 543q1 -75 21 -148t63 -140t103 -117.5t146 -80.5 t188 -30q146 0 263 70.5t180.5 188t63.5 257.5q0 222 -147.5 369t-366.5 147q-141 0 -258 -64.5t-186.5 -183.5t-69.5 -268z" />
|
||||
<glyph unicode="e" horiz-adv-x="1267" d="M63 541q0 160 75.5 291.5t207 205.5t291.5 74q147 0 273 -65t207.5 -191t88.5 -289l-2 -30h-1081q1 -102 34.5 -188.5t86.5 -145t121 -99.5q68 -42 137 -60q65 -18 128 -17h7q153 0 276 75t187 211h63q-73 -168 -215 -255q-139 -85 -305 -85h-8q-163 0 -294.5 74.5 t-204.5 205t-73 290.5v-2zM125 590h1022q-6 128 -79 238q-74 112 -190 174q-107 58 -223 57h-18q-204 0 -352 -133t-160 -336z" />
|
||||
<glyph unicode="f" horiz-adv-x="538" d="M14 1032v53h179v107q0 334 339 350v-55q-27 -2 -40 -3.5t-48 -9t-56 -18t-51 -32.5t-46.5 -50.5t-28.5 -73.5q-12 -43 -12 -94v-8v-113h282v-53h-282v-1032h-57v1032h-179z" />
|
||||
<glyph unicode="g" horiz-adv-x="1382" d="M82 543q0 112 40.5 215t113.5 181.5t183 125.5t240 47q124 0 233.5 -47.5t176 -114.5t94.5 -141h4v276h58v-964q0 -94 -22.5 -175.5t-58.5 -139.5t-84 -105.5t-99 -77t-105 -50t-99 -28.5t-83 -8q-169 0 -318 89t-217 245h66q1 -2 11.5 -19t15 -23.5t15.5 -22.5t19.5 -26 t21.5 -24.5t27.5 -27.5t30.5 -25q71 -57 156 -85t164 -28q95 0 185.5 37.5t160.5 104t112.5 166t42.5 213.5v159h-6q-70 -140 -201 -218.5t-301 -78.5q-106 0 -199 31t-161 85.5t-117.5 126.5t-74.5 155.5t-25 171.5zM139 543q1 -75 21.5 -148t63.5 -140t103.5 -117.5 t148 -80.5t190.5 -30q146 0 263 70.5t181 188t64 257.5q0 222 -148 369t-367 147q-144 0 -262.5 -64.5t-188 -183.5t-69.5 -268z" />
|
||||
<glyph unicode="h" horiz-adv-x="1310" d="M160 0v1516h57v-639h4q49 113 174 175q119 60 249 60h13q211 0 340 -108q158 -134 158 -431v-573h-57v573q0 263 -133 383q-114 103 -308 103q-205 -3 -322.5 -117t-117.5 -317v-625h-57z" />
|
||||
<glyph unicode="i" horiz-adv-x="376" d="M160 0v1085h57v-1085h-57zM160 1329v187h57v-187h-57z" />
|
||||
<glyph unicode="j" horiz-adv-x="448" d="M-29 -375q59 9 100.5 32.5t65.5 55t37 81.5t17 98.5t4 119.5v1073h57v-1073q0 -39 -0.5 -60t-3 -61t-7 -64t-14 -60t-23.5 -59t-35.5 -50.5t-49 -44t-65 -30.5t-83.5 -19v61zM195 1327v189h57v-189h-57z" />
|
||||
<glyph unicode="k" horiz-adv-x="956" d="M160 0v1516h57v-1219h4l592 788h76l-402 -530l437 -555h-76l-397 510l-234 -311v-199h-57z" />
|
||||
<glyph unicode="l" horiz-adv-x="374" d="M160 0v1516h57v-1516h-57z" />
|
||||
<glyph unicode="m" horiz-adv-x="1943" d="M160 0v1085h57v-192h4q35 70 87 117.5t107 67.5t93.5 27t73.5 7q207 0 319 -133q51 -55 72 -127h4q22 68 76 127q57 63 140 98t175 35q189 0 297 -108q125 -122 125 -396v-608h-57v608q0 248 -111 359q-89 92 -254 92q-79 0 -156 -31.5t-125 -93.5q-51 -66 -67 -130.5 t-16 -195.5v-608h-58v608v33q0 99 -16 159q-18 70 -62 130q-94 123 -286 129h-13q-71 0 -138 -31q-73 -34 -114 -88q-100 -115 -100 -322v-618h-57z" />
|
||||
<glyph unicode="n" horiz-adv-x="1312" d="M160 0v1085h57v-208h4q49 113 174 175q119 60 249 60h13q211 0 340 -108q158 -134 158 -431v-573h-57v573q0 263 -133 383q-114 103 -308 103q-205 -3 -322.5 -117t-117.5 -317v-625h-57z" />
|
||||
<glyph unicode="o" horiz-adv-x="1312" d="M84 543q0 243 163.5 406t407.5 163t408 -163t164 -406q0 -161 -74.5 -291.5t-205.5 -204.5t-292 -74t-291.5 74t-205 204.5t-74.5 291.5zM141 543q0 -221 147 -368.5t367 -147.5t367 147.5t147 368.5t-147 368.5t-367 147.5t-367 -147.5t-147 -368.5z" />
|
||||
<glyph unicode="p" horiz-adv-x="1386" d="M160 -436v1521h57v-270h4q71 140 202.5 218.5t301.5 78.5q129 0 238.5 -47.5t181 -127t111.5 -182t40 -212.5q0 -112 -40.5 -215t-113 -182t-181 -126t-236.5 -47q-124 0 -233.5 47.5t-176 114.5t-94.5 141h-4v-712h-57zM211 543q0 -222 147.5 -369t366.5 -147 q141 0 258 64.5t186.5 183.5t69.5 268q-1 95 -34 185t-95 165t-163.5 120.5t-227.5 45.5q-146 0 -263 -70.5t-181 -188t-64 -257.5z" />
|
||||
<glyph unicode="q" horiz-adv-x="1380" d="M84 543q0 110 40 212.5t111.5 182t181 127t238.5 47.5q170 0 301.5 -78.5t202.5 -218.5h4v270h58v-1521h-58v712h-4q-28 -74 -94.5 -141t-176 -114.5t-233.5 -47.5q-128 0 -236.5 47t-181 126t-113 182t-40.5 215zM141 543q0 -149 69.5 -268t186.5 -183.5t258 -64.5 q219 0 366.5 147t147.5 369q0 140 -63.5 257.5t-180.5 188t-263 70.5q-102 0 -188 -30t-146 -80.5t-103 -117.5t-63 -140t-21 -148z" />
|
||||
<glyph unicode="r" horiz-adv-x="618" d="M160 0v1085h57v-196h4q20 42 47.5 76.5t53.5 56.5t60.5 39t59 25.5t60 14.5t52.5 7.5t46 3.5v-55q-43 -1 -71 -4.5t-74.5 -21t-92.5 -50.5q-89 -80 -117 -171t-28 -222v-588h-57z" />
|
||||
<glyph unicode="s" horiz-adv-x="872" d="M98 301h58q0 -127 77 -200.5t199 -73.5q118 -1 190 77q70 74 70 178v9q-3 110 -65 170t-197 90q-58 17 -94 29.5t-77 35.5t-64.5 50t-39.5 69t-18 96q0 131 84.5 206t210.5 75q125 -2 206 -75.5t81 -207.5h-57q0 115 -67 173q-65 57 -157 57h-6q-108 0 -175 -65 q-62 -60 -62 -150v-13q4 -94 59 -141.5t178 -81.5q126 -34 176 -62q133 -75 142 -247q1 -11 1 -21q-1 -121 -87 -209q-94 -96 -232 -96q-91 0 -169 39q-79 40 -125 116q-41 68 -41 151q0 11 1 22z" />
|
||||
<glyph unicode="t" horiz-adv-x="606" d="M14 1032v53h240v431h57v-431h279v-53h-279v-1032h-57v1032h-240z" />
|
||||
<glyph unicode="u" horiz-adv-x="1312" d="M160 512v573h57v-573q0 -263 133 -383q113 -102 307 -102q206 2 323.5 117.5t117.5 324.5v616h57v-1085h-57v219h-4q-33 -81 -103.5 -138.5t-156.5 -83.5q-79 -24 -164 -24h-13q-210 0 -340 109q-157 133 -157 430z" />
|
||||
<glyph unicode="v" horiz-adv-x="985" d="M8 1085h60l424 -1017l417 1017h66l-447 -1085h-73z" />
|
||||
<glyph unicode="w" horiz-adv-x="1552" d="M20 1085h64l367 -999h4l301 852h43l301 -852h4l364 999h66l-401 -1085h-66l-291 823h-4l-287 -823h-65z" />
|
||||
<glyph unicode="x" horiz-adv-x="833" d="M20 0l363 545l-363 540h74l324 -485l325 485h70l-360 -540l360 -545h-70l-325 489l-324 -489h-74z" />
|
||||
<glyph unicode="y" horiz-adv-x="985" d="M23 1085h63l401 -1005l428 1005h68l-657 -1521h-66l193 438z" />
|
||||
<glyph unicode="z" horiz-adv-x="833" d="M25 0v49l673 983h-637v53h711v-55l-674 -977h709v-53h-782z" />
|
||||
<glyph unicode="{" horiz-adv-x="870" d="M236 457v57q74 19 119.5 126.5t45.5 266.5v383q0 134 37 193t131 59h136v-53h-111q-80 0 -103.5 -45.5t-23.5 -190.5v-379q0 -116 -42 -229.5t-124 -159.5q75 -33 120.5 -137.5t45.5 -236.5v-375q0 -106 11 -155.5t36 -67t80 -17.5h111v-53h-136q-94 0 -131 61t-37 197 v375q0 153 -34.5 243t-130.5 138z" />
|
||||
<glyph unicode="|" d="M539 -205v1721h61v-1721h-61z" />
|
||||
<glyph unicode="}" horiz-adv-x="870" d="M166 -504h110q55 0 80 17.5t36 67t11 155.5v375q0 132 45.5 236.5t120.5 137.5q-82 46 -124 159.5t-42 229.5v379q0 145 -23.5 190.5t-103.5 45.5h-110v53h135q94 0 131 -59t37 -193v-383q0 -159 46 -266.5t120 -126.5v-57q-96 -48 -131 -138.5t-35 -242.5v-375 q0 -136 -37 -197t-131 -61h-135v53z" />
|
||||
<glyph unicode="~" horiz-adv-x="1228" d="M156 469q39 74 106.5 113.5t143.5 33.5q13 0 26.5 -1t28.5 -4.5t26 -6t28 -8.5l25.5 -9t28 -11.5t25.5 -11t27.5 -12t25.5 -11.5q5 -3 23 -11t24.5 -11t22.5 -10t23 -10t21.5 -8.5t22.5 -8t20 -6.5t21 -5.5t19.5 -2.5t19.5 -1q37 0 71 21.5t53 44.5t44 61l39 -39 q-37 -67 -91.5 -106t-111.5 -39q-36 0 -80.5 12.5t-70.5 23.5t-82 37q-58 27 -83.5 38t-69.5 24.5t-76 13.5q-62 3 -113.5 -23.5t-97.5 -103.5z" />
|
||||
<glyph unicode="¡" horiz-adv-x="530" d="M236 -428v1176h61v-1176h-61zM236 922v165h61v-165h-61z" />
|
||||
<glyph unicode="¢" d="M139 756q0 58 14.5 116.5t48 116.5t82 104.5t121.5 78.5t162 40v195h62v-197q53 -6 95.5 -18t95 -37.5t98 -74.5t79.5 -119h-67q-104 192 -334 192q-178 0 -286.5 -114.5t-108.5 -276.5q0 -77 25.5 -148t73 -128t124 -91.5t170.5 -34.5q70 0 130 18.5t100 48t65.5 58.5 t40.5 58h69q-30 -59 -73 -104t-82.5 -69.5t-85 -40.5t-74 -21t-55.5 -7v-221h-62v221q-105 6 -189.5 51t-135 111.5t-77 142t-26.5 150.5z" />
|
||||
<glyph unicode="£" d="M12 750v55h176q-81 102 -84 250q0 206 138 345.5t350 139.5q164 0 297.5 -99.5t177.5 -275.5h-63q-40 141 -153 230.5t-259 89.5q-186 -3 -303 -120.5t-123 -309.5q4 -143 102 -250h559v-55h-499v-5q34 -24 67 -57.5t68 -82.5t56.5 -115t21.5 -138q0 -156 -92 -297h188 q129 0 193 21.5t116 70.5q109 117 109 261q0 40 -15 102h64q12 -58 12 -100q0 -100 -38.5 -177.5t-84.5 -123.5q-75 -66 -145.5 -87.5t-220.5 -21.5h-553v55h303q1 2 17.5 25.5t27.5 44.5t26 55t23 77.5t8 92.5q0 119 -57.5 211.5t-179.5 188.5h-230z" />
|
||||
<glyph unicode="¤" d="M0 618l23 56h137v219h-160l23 55h137v94q0 159 67.5 274t176.5 170.5t245 55.5q137 0 256 -60t203 -179l-35 -54q-149 238 -426 238q-186 0 -306 -119.5t-120 -318.5v-101h733l-22 -55h-711v-219h623l-23 -56h-600v-163q0 -99 34.5 -181t93.5 -134.5t135.5 -81.5 t162.5 -29q153 0 262.5 81t145.5 212h61q-40 -164 -170.5 -256.5t-294.5 -92.5q-65 0 -130.5 15.5t-131.5 52t-116 90t-81.5 137.5t-31.5 187v163h-160z" />
|
||||
<glyph unicode="¥" d="M66 1516h65l434 -717l443 717h65l-418 -678h387v-54h-419l-27 -53v-168h446v-53h-446v-510h-61v510h-439v53h439v168l-29 53h-410v54h379z" />
|
||||
<glyph unicode="¦" d="M539 -205v688h61v-688h-61zM539 827v689h61v-689h-61z" />
|
||||
<glyph unicode="§" horiz-adv-x="1173" d="M123 664q0 90 52 175t155 138q-94 89 -94 219q0 159 104 252.5t262 93.5q169 0 271 -90.5t102 -251.5h-57q-7 83 -34.5 140.5t-72.5 87t-95 41.5t-114 12q-138 0 -222.5 -77t-86.5 -202q1 -40 10 -73t26.5 -58.5t34.5 -44t45 -35.5t45 -26t46 -23l307 -145 q244 -115 244 -316q0 -97 -53 -181t-142 -136q143 -101 143 -260q0 -156 -114 -258.5t-293 -102.5q-17 0 -35.5 1t-65 8.5t-86 21.5t-87 43.5t-81 69.5t-56.5 105t-23 145v65h57v-63q1 -70 22 -127.5t56.5 -95.5t84 -63.5t101.5 -37t111 -10.5q157 0 252.5 80t99.5 219 q-5 88 -50.5 147.5t-162.5 112.5l-399 184q-2 1 -17.5 9.5t-23 12.5t-25.5 16t-28.5 21t-27 25.5t-27 32t-23 38t-19 46t-11.5 53t-5 62.5zM180 657q1 -83 43 -146t115 -99l461 -213q67 28 130 106t64 172q0 34 -9 65t-18.5 52.5t-32 44t-34 33.5t-42.5 29t-39 22l-40 20 l-405 195q-87 -42 -139.5 -113.5t-53.5 -167.5z" />
|
||||
<glyph unicode="¨" d="M416 1266v237h59v-237h-59zM662 1266v237h59v-237h-59z" />
|
||||
<glyph unicode="©" horiz-adv-x="1638" d="M37 758q0 212 100 390.5t280 284t402 105.5q164 0 309.5 -61.5t248.5 -166t162.5 -248.5t59.5 -304q0 -163 -61.5 -308.5t-166 -249t-248.5 -163.5t-304 -60q-162 0 -306.5 59.5t-249 162t-165.5 248.5t-61 311zM94 758q0 -151 56 -285.5t152.5 -231.5t231 -153.5 t285.5 -56.5q149 0 282.5 56t230.5 152.5t153.5 231.5t56.5 287q0 147 -54.5 280.5t-149 232t-230 156.5t-289.5 58q-155 0 -291 -58.5t-230.5 -157t-149 -231.5t-54.5 -280zM389 756q0 211 123 343t322 132q154 0 266 -86.5t129 -220.5h-58q-17 88 -74 147.5t-124 83 t-142 23.5q-165 0 -275 -113t-110 -307q0 -89 23.5 -161t61.5 -119t89 -79t103 -45.5t106 -13.5q22 0 47.5 3.5t67 13.5t78.5 33.5t73 57.5t61.5 92t33.5 132h57q-9 -119 -70 -208t-152.5 -133t-197.5 -44q-82 0 -158 28.5t-139.5 83t-102 147.5t-38.5 210z" />
|
||||
<glyph unicode="ª" horiz-adv-x="899" d="M53 1186q0 148 107.5 252t263.5 104q65 0 127 -22.5t106 -63.5q54 -51 76 -104h4v174h58v-682h-58v170h-4q-30 -78 -121 -137q-81 -50 -188 -50q-162 0 -266.5 107t-104.5 252zM111 1178q0 -51 21 -102.5t59.5 -95.5t100 -71.5t134.5 -27.5q136 0 223.5 89.5t87.5 213.5 q0 128 -93 216.5t-220 88.5q-125 0 -219 -84.5t-94 -226.5z" />
|
||||
<glyph unicode="«" horiz-adv-x="718" d="M100 565l228 396l41 -54l-197 -342l197 -340l-41 -53zM328 565l229 396l39 -54l-197 -342l197 -340l-39 -53z" />
|
||||
<glyph unicode="¬" horiz-adv-x="1228" d="M102 682v57h1024v-454h-57v397h-967z" />
|
||||
<glyph unicode="­" horiz-adv-x="544" d="M0 537v59h545v-59h-545z" />
|
||||
<glyph unicode="®" horiz-adv-x="1638" d="M37 758q0 212 100 390.5t280 284t402 105.5q164 0 309.5 -61.5t248.5 -166t162.5 -248.5t59.5 -304q0 -163 -61.5 -308.5t-166 -249t-248.5 -163.5t-304 -60q-162 0 -306.5 59.5t-249 162t-165.5 248.5t-61 311zM94 758q0 -151 56 -285.5t152.5 -231.5t231 -153.5 t285.5 -56.5q149 0 282.5 56t230.5 152.5t153.5 231.5t56.5 287q0 147 -54.5 280.5t-149 232t-230 156.5t-289.5 58q-155 0 -291 -58.5t-230.5 -157t-149 -231.5t-54.5 -280zM481 299v907h379q20 0 35 -0.5t50 -5t61.5 -13t60 -26.5t55 -43t37 -65t15.5 -90q0 -86 -50 -143 t-127 -79v-4q47 -11 78 -30.5t47.5 -48t23 -57.5t9.5 -69q9 -142 13.5 -175.5t17.5 -57.5h-60q-10 16 -13 43.5t-11 161.5q-2 29 -4 46t-6.5 39.5t-13 36t-21.5 29.5t-33 24.5t-47 16.5t-64 11.5t-84 3.5h-290v-412h-58zM539 764h286q6 1 31 3t43 4t47 8t50 14t45 23.5 t39.5 34.5t25.5 48t10 64q0 190 -266 190h-311v-389z" />
|
||||
<glyph unicode="¯" d="M203 1352v61h729v-61h-729z" />
|
||||
<glyph unicode="°" horiz-adv-x="819" d="M117 1159q0 123 85 208t208 85t207.5 -85t84.5 -208t-84.5 -208t-207.5 -85t-208 85t-85 208zM174 1159q0 -99 68 -167t168 -68q99 0 167 68t68 167t-68 167.5t-167 68.5t-167.5 -68.5t-68.5 -167.5z" />
|
||||
<glyph unicode="±" horiz-adv-x="1228" d="M98 0v57h1032v-57h-1032zM98 575v58h488v403h57v-403h487v-58h-487v-403h-57v403h-488z" />
|
||||
<glyph unicode="²" horiz-adv-x="718" d="M74 606v47l379 396q60 66 86 114.5t26 98.5q0 41 -10.5 77.5t-33.5 69.5t-65.5 52.5t-99.5 19.5q-96 0 -153.5 -67.5t-57.5 -184.5h-57q0 63 16 115t43 86.5t62.5 58t73.5 33.5t77 10q118 0 190.5 -72.5t72.5 -197.5q0 -63 -32.5 -121t-98.5 -129l-338 -355h475v-51h-555 z" />
|
||||
<glyph unicode="³" horiz-adv-x="718" d="M68 881h57q1 -64 24 -113t58 -75t72 -39t73 -13q105 0 166.5 64t61.5 165q0 38 -14 76t-41.5 73.5t-76.5 58t-112 22.5h-55v51h55q49 0 86 14.5t55 34t29 45.5t13.5 41.5t2.5 28.5q0 69 -43.5 117t-116.5 49t-118.5 -45t-48.5 -121h-58q3 56 25 100t55.5 68.5t70.5 36.5 t74 12q87 0 152.5 -61t65.5 -154q0 -129 -117 -189q77 -31 125.5 -100.5t48.5 -153.5q0 -124 -80 -204t-205 -80q-71 0 -134 31t-106 99t-44 161z" />
|
||||
<glyph unicode="´" d="M328 1286l485 283l29 -47l-488 -283z" />
|
||||
<glyph unicode="µ" horiz-adv-x="1148" d="M150 -371v1456h57v-614q0 -54 2 -88t8.5 -82.5t24 -88t45.5 -71.5q96 -114 272 -114q174 0 274.5 136t100.5 406v516h57v-1085h-57v244h-4q-11 -33 -24.5 -62.5t-44 -70t-68 -69t-99 -49t-135.5 -20.5q-244 0 -348 185h-4v-529h-57z" />
|
||||
<glyph unicode="¶" horiz-adv-x="1148" d="M25 1106q0 114 52.5 204.5t131.5 139.5q43 27 119.5 46.5t175.5 19.5h504v-58h-131v-1716h-62v1712h-264v-1712h-62v960h-40q-130 0 -228.5 57t-147 148t-48.5 199z" />
|
||||
<glyph unicode="·" horiz-adv-x="567" d="M254 440v166h61v-166h-61z" />
|
||||
<glyph unicode="¸" d="M418 -285h55q18 -71 96 -71q37 0 65.5 26t29.5 74q-1 40 -29 66t-66 26q-55 0 -84 -51l-45 10l95 205h59l-53 -115l4 -2q12 6 26 6q68 0 108 -44t40 -101q0 -61 -40 -108.5t-110 -47.5q-12 0 -24.5 1.5t-34 8.5t-38.5 19.5t-32.5 38t-21.5 59.5z" />
|
||||
<glyph unicode="¹" horiz-adv-x="718" d="M152 1464v52h251v-910h-57v858h-194z" />
|
||||
<glyph unicode="º" horiz-adv-x="899" d="M90 1178q0 155 102 258.5t254 105.5q158 0 260.5 -105t102.5 -251q0 -104 -53 -188t-135.5 -127.5t-174.5 -43.5q-146 0 -251 103t-105 248zM147 1180q0 -121 88 -210t211 -89q80 0 149.5 38.5t112.5 109t44 157.5q-2 125 -87.5 214t-213.5 89q-124 0 -214 -86t-90 -223z " />
|
||||
<glyph unicode="»" horiz-adv-x="718" d="M123 225l196 340l-196 342l39 54l229 -396l-229 -393zM350 225l197 340l-197 342l41 54l227 -396l-227 -393z" />
|
||||
<glyph unicode="¼" horiz-adv-x="1433" d="M90 1464v52h252v-910h-57v858h-195zM293 0l674 1516h61l-676 -1516h-59zM735 174v43l457 692h68v-684h86v-51h-86v-174h-58v174h-467zM805 225h397v609l2 -5l-4 5z" />
|
||||
<glyph unicode="½" horiz-adv-x="1536" d="M90 1464v52h252v-910h-57v858h-195zM293 0l674 1516h61l-676 -1516h-59zM893 0v47l379 395q60 66 86 114.5t26 98.5q0 41 -10.5 77.5t-33 69.5t-65 52.5t-99.5 19.5q-96 0 -153.5 -67t-57.5 -184h-58q0 79 24.5 139.5t65 95t87 51.5t96.5 17q118 0 190 -73t72 -198 q0 -63 -32.5 -120.5t-98.5 -128.5l-338 -355h475v-51h-555z" />
|
||||
<glyph unicode="¾" horiz-adv-x="1652" d="M82 881h57q1 -64 24 -113t58.5 -75t72 -39t73.5 -13q105 0 166 64t61 165q0 38 -14 76t-41.5 73.5t-76.5 58t-112 22.5h-55v51h55q49 0 86 14.5t55.5 34.5t29.5 45.5t13.5 41t2.5 28.5q0 69 -43.5 117t-116.5 49t-119 -45.5t-49 -120.5h-57q3 56 25 100t55.5 68.5 t70.5 36.5t74 12q87 0 152 -60.5t65 -154.5q0 -129 -117 -189q77 -31 125.5 -100.5t48.5 -153.5q0 -124 -79.5 -204t-204.5 -80q-71 0 -134 31t-106.5 99t-44.5 161zM514 0l674 1516h61l-676 -1516h-59zM956 174v43l457 692h68v-684h86v-51h-86v-174h-58v174h-467zM1026 225 h397v609l2 -5l-4 5z" />
|
||||
<glyph unicode="¿" horiz-adv-x="1097" d="M141 -25q0 30 4.5 58.5t18.5 58t23 50t34 51.5t35.5 45t43 47t41 41t44.5 43q55 54 89 107.5t47 107t15.5 82.5t2.5 79h61q-2 -53 -4 -81.5t-12 -78.5t-28.5 -87.5t-54.5 -87.5t-87 -99q-15 -16 -50.5 -52t-51 -52t-40.5 -48t-36.5 -56t-21.5 -59t-11 -73 q0 -150 105.5 -256t264.5 -106q50 0 99.5 12t99.5 39.5t89 68t64.5 104t28.5 140.5h62q-4 -94 -36 -170t-79 -123t-106 -78.5t-113.5 -44t-106.5 -12.5q-114 0 -212.5 53t-160 153t-61.5 224zM541 920v165h59v-165h-59z" />
|
||||
<glyph unicode="À" horiz-adv-x="1406" d="M14 0l650 1516h79l650 -1516h-66l-227 528h-793l-227 -528h-66zM334 584h739l-371 874zM430 1901l29 47l485 -283l-26 -47z" />
|
||||
<glyph unicode="Á" horiz-adv-x="1406" d="M14 0l650 1516h79l650 -1516h-66l-227 528h-793l-227 -528h-66zM334 584h739l-371 874zM463 1665l485 283l29 -47l-488 -283z" />
|
||||
<glyph unicode="Â" horiz-adv-x="1406" d="M14 0l650 1516h79l650 -1516h-66l-227 528h-793l-227 -528h-66zM303 1686l399 225l402 -225l-53 -31l-349 192l-348 -192zM334 584h739l-371 874z" />
|
||||
<glyph unicode="Ã" horiz-adv-x="1406" d="M14 0l650 1516h79l650 -1516h-66l-227 528h-793l-227 -528h-66zM332 1790q88 72 200 72q68 0 175 -50q60 -32 96 -43.5t86 -11.5q65 0 143 47l41 -43q-97 -65 -182 -65q-98 0 -186 51q-68 35 -100.5 46t-72.5 11q-91 0 -159 -55zM334 584h739l-371 874z" />
|
||||
<glyph unicode="Ä" horiz-adv-x="1406" d="M14 0l650 1516h79l650 -1516h-66l-227 528h-793l-227 -528h-66zM334 584h739l-371 874zM551 1645v237h59v-237h-59zM797 1645v237h59v-237h-59z" />
|
||||
<glyph unicode="Å" horiz-adv-x="1406" d="M14 0l650 1516h79l650 -1516h-66l-227 528h-793l-227 -528h-66zM334 584h739l-371 874zM516 1733q0 77 55 131.5t131 54.5q78 0 133.5 -54.5t55.5 -131.5t-55.5 -132t-133.5 -55q-76 0 -131 55t-55 132zM573 1735q0 -53 37.5 -91t91.5 -38q55 0 93.5 38t38.5 91 q0 54 -38.5 92.5t-93.5 38.5q-54 0 -91.5 -38.5t-37.5 -92.5z" />
|
||||
<glyph unicode="Æ" horiz-adv-x="1933" d="M-16 0l1048 1516h750v-56h-647v-669h647v-56h-647v-680h647v-55h-709v541h-645l-375 -541h-69zM473 596h600v883h-4z" />
|
||||
<glyph unicode="Ç" horiz-adv-x="1609" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q116 -1 223.5 -33t190 -86t144.5 -115t106 -130h-72q-22 31 -51 63.5t-85 78.5t-118.5 81t-152.5 60t-185 26q-149 0 -282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5t57 -290.5t154.5 -232t231 -151t282.5 -55.5 q100 0 193.5 26.5t155.5 61.5t118 82.5t81 75.5t44 55h70q-40 -68 -103 -130t-146.5 -113.5t-191 -82.5t-221.5 -31h-10l-41 -88l4 -2q12 6 27 6q68 0 107.5 -44t39.5 -101q0 -61 -39.5 -108.5t-109.5 -47.5q-16 0 -33.5 3.5t-44 14t-47 39t-27.5 70.5h56q18 -71 96 -71 q37 0 65 26t29 74q-1 40 -28.5 66t-65.5 26q-55 0 -84 -51l-45 10l84 182q-149 12 -281 75t-229 164.5t-153 242t-56 299.5z" />
|
||||
<glyph unicode="È" horiz-adv-x="1120" d="M158 0v1516h831v-56h-770v-669h770v-56h-770v-680h770v-55h-831zM287 1901l28 47l486 -283l-27 -47z" />
|
||||
<glyph unicode="É" horiz-adv-x="1120" d="M158 0v1516h831v-56h-770v-669h770v-56h-770v-680h770v-55h-831zM319 1665l486 283l29 -47l-488 -283z" />
|
||||
<glyph unicode="Ê" horiz-adv-x="1120" d="M158 0v1516h831v-56h-770v-669h770v-56h-770v-680h770v-55h-831zM160 1686l399 225l402 -225l-54 -31l-348 192l-348 -192z" />
|
||||
<glyph unicode="Ë" horiz-adv-x="1120" d="M158 0v1516h831v-56h-770v-669h770v-56h-770v-680h770v-55h-831zM408 1645v237h59v-237h-59zM653 1645v237h60v-237h-60z" />
|
||||
<glyph unicode="Ì" horiz-adv-x="378" d="M-125 1901l29 47l485 -283l-27 -47zM158 0v1516h61v-1516h-61z" />
|
||||
<glyph unicode="Í" horiz-adv-x="378" d="M-10 1665l485 283l29 -47l-488 -283zM158 0v1516h61v-1516h-61z" />
|
||||
<glyph unicode="Î" horiz-adv-x="378" d="M-211 1686l399 225l402 -225l-53 -31l-349 192l-348 -192zM158 0v1516h61v-1516h-61z" />
|
||||
<glyph unicode="Ï" horiz-adv-x="378" d="M37 1645v237h59v-237h-59zM158 0v1516h61v-1516h-61zM283 1645v237h59v-237h-59z" />
|
||||
<glyph unicode="Ð" horiz-adv-x="1435" d="M0 735v56h158v725h428q358 0 561 -200.5t203 -557.5t-203 -557.5t-561 -200.5h-428v735h-158zM219 55h367q329 0 515.5 185.5t186.5 513.5q0 332 -185 519t-517 187h-367v-669h514v-56h-514v-680z" />
|
||||
<glyph unicode="Ñ" horiz-adv-x="1511" d="M158 0v1516h92l1038 -1434h4v1434h62v-1516h-78l-1053 1454h-4v-1454h-61zM385 1790q88 72 201 72q67 0 174 -50q60 -32 96 -43.5t86 -11.5q65 0 143 47l41 -43q-97 -65 -182 -65q-98 0 -186 51q-68 35 -100 46t-72 11q-92 0 -160 -55z" />
|
||||
<glyph unicode="Ò" horiz-adv-x="1742" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q129 0 248.5 -37.5t216.5 -108t169.5 -165.5t112.5 -217t40 -256q0 -223 -106 -403.5t-286 -281t-395 -100.5q-161 0 -305.5 59t-250.5 162t-168 250t-62 314zM145 758q0 -154 57 -290.5t154.5 -232t231 -151 t282.5 -55.5t282.5 55.5t231 151t154.5 232t57 290.5t-57 290.5t-154.5 232t-231 151t-282.5 55.5t-282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5zM598 1901l29 47l485 -283l-27 -47z" />
|
||||
<glyph unicode="Ó" horiz-adv-x="1742" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q129 0 248.5 -37.5t216.5 -108t169.5 -165.5t112.5 -217t40 -256q0 -223 -106 -403.5t-286 -281t-395 -100.5q-161 0 -305.5 59t-250.5 162t-168 250t-62 314zM145 758q0 -154 57 -290.5t154.5 -232t231 -151 t282.5 -55.5t282.5 55.5t231 151t154.5 232t57 290.5t-57 290.5t-154.5 232t-231 151t-282.5 55.5t-282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5zM631 1665l485 283l29 -47l-488 -283z" />
|
||||
<glyph unicode="Ô" horiz-adv-x="1742" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q129 0 248.5 -37.5t216.5 -108t169.5 -165.5t112.5 -217t40 -256q0 -223 -106 -403.5t-286 -281t-395 -100.5q-161 0 -305.5 59t-250.5 162t-168 250t-62 314zM145 758q0 -154 57 -290.5t154.5 -232t231 -151 t282.5 -55.5t282.5 55.5t231 151t154.5 232t57 290.5t-57 290.5t-154.5 232t-231 151t-282.5 55.5t-282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5zM471 1686l399 225l402 -225l-53 -31l-349 192l-348 -192z" />
|
||||
<glyph unicode="Õ" horiz-adv-x="1742" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q129 0 248.5 -37.5t216.5 -108t169.5 -165.5t112.5 -217t40 -256q0 -223 -106 -403.5t-286 -281t-395 -100.5q-161 0 -305.5 59t-250.5 162t-168 250t-62 314zM145 758q0 -154 57 -290.5t154.5 -232t231 -151 t282.5 -55.5t282.5 55.5t231 151t154.5 232t57 290.5t-57 290.5t-154.5 232t-231 151t-282.5 55.5t-282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5zM500 1790q88 72 200 72q67 0 174 -50q60 -32 96 -43.5t87 -11.5q65 0 143 47l41 -43q-97 -65 -182 -65q-99 0 -187 51 q-68 35 -100 46t-72 11q-91 0 -159 -55z" />
|
||||
<glyph unicode="Ö" horiz-adv-x="1742" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q129 0 248.5 -37.5t216.5 -108t169.5 -165.5t112.5 -217t40 -256q0 -223 -106 -403.5t-286 -281t-395 -100.5q-161 0 -305.5 59t-250.5 162t-168 250t-62 314zM145 758q0 -154 57 -290.5t154.5 -232t231 -151 t282.5 -55.5t282.5 55.5t231 151t154.5 232t57 290.5t-57 290.5t-154.5 232t-231 151t-282.5 55.5t-282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5zM719 1645v237h59v-237h-59zM965 1645v237h59v-237h-59z" />
|
||||
<glyph unicode="×" horiz-adv-x="1228" d="M102 47l469 467l-469 463l41 45l471 -467l471 467l41 -45l-469 -463l469 -467l-41 -43l-471 469l-471 -469z" />
|
||||
<glyph unicode="Ø" horiz-adv-x="1742" d="M84 758q0 167 62 314t168 249.5t250.5 161.5t305.5 59q251 0 449 -133l180 248l49 -37l-180 -248q136 -110 212.5 -268t76.5 -346q0 -223 -106 -403.5t-286 -281t-395 -100.5q-241 0 -430 125l-200 -274l-47 37l196 270q-142 107 -223.5 270t-81.5 357zM145 758 q0 -179 74.5 -330t204.5 -250l860 1184q-186 125 -414 125q-149 0 -282.5 -55.5t-231 -151t-154.5 -232t-57 -290.5zM475 145q176 -116 395 -116q149 0 282.5 55.5t231 151t154.5 232t57 290.5q0 174 -69.5 321t-192.5 246z" />
|
||||
<glyph unicode="Ù" horiz-adv-x="1239" d="M156 532v984h61v-984q0 -70 1.5 -104.5t10 -84t28.5 -90t54 -85.5q49 -64 134.5 -101.5t177.5 -37.5q88 0 172 37.5t133 101.5q34 45 54 85.5t28.5 90t10 84t1.5 104.5v984h61v-984q1 -66 -3 -115.5t-20 -119t-56 -128.5t-103 -103q-127 -93 -283 -93q-153 0 -280 93 q-63 44 -103 103t-56 128.5t-20 119t-3 115.5zM346 1901l29 47l485 -283l-26 -47z" />
|
||||
<glyph unicode="Ú" horiz-adv-x="1239" d="M156 532v984h61v-984q0 -70 1.5 -104.5t10 -84t28.5 -90t54 -85.5q49 -64 134.5 -101.5t177.5 -37.5q88 0 172 37.5t133 101.5q34 45 54 85.5t28.5 90t10 84t1.5 104.5v984h61v-984q1 -66 -3 -115.5t-20 -119t-56 -128.5t-103 -103q-127 -93 -283 -93q-153 0 -280 93 q-63 44 -103 103t-56 128.5t-20 119t-3 115.5zM379 1665l485 283l29 -47l-487 -283z" />
|
||||
<glyph unicode="Û" horiz-adv-x="1239" d="M156 532v984h61v-984q0 -70 1.5 -104.5t10 -84t28.5 -90t54 -85.5q49 -64 134.5 -101.5t177.5 -37.5q88 0 172 37.5t133 101.5q34 45 54 85.5t28.5 90t10 84t1.5 104.5v984h61v-984q1 -66 -3 -115.5t-20 -119t-56 -128.5t-103 -103q-127 -93 -283 -93q-153 0 -280 93 q-63 44 -103 103t-56 128.5t-20 119t-3 115.5zM219 1686l399 225l402 -225l-53 -31l-349 192l-348 -192z" />
|
||||
<glyph unicode="Ü" horiz-adv-x="1239" d="M156 532v984h61v-984q0 -70 1.5 -104.5t10 -84t28.5 -90t54 -85.5q49 -64 134.5 -101.5t177.5 -37.5q88 0 172 37.5t133 101.5q34 45 54 85.5t28.5 90t10 84t1.5 104.5v984h61v-984q1 -66 -3 -115.5t-20 -119t-56 -128.5t-103 -103q-127 -93 -283 -93q-153 0 -280 93 q-63 44 -103 103t-56 128.5t-20 119t-3 115.5zM467 1645v237h59v-237h-59zM713 1645v237h59v-237h-59z" />
|
||||
<glyph unicode="Ý" horiz-adv-x="1134" d="M31 1516h67l469 -924l467 924h70l-506 -994v-522h-61v522zM328 1665l485 283l29 -47l-488 -283z" />
|
||||
<glyph unicode="Þ" horiz-adv-x="1046" d="M137 0v1516h62v-320h290q151 0 228 -18t151 -72q68 -50 111 -144t43 -196t-43 -196t-111 -144q-74 -54 -151 -72t-228 -18h-290v-336h-62zM199 391h293q132 0 205.5 18t138.5 66q54 42 89.5 122.5t35.5 166.5q0 88 -35 169.5t-90 123.5q-65 48 -138.5 66t-205.5 18h-293 v-750z" />
|
||||
<glyph unicode="ß" horiz-adv-x="1144" d="M156 0v967q0 174 17 261t63 150q50 76 134.5 119t176.5 43q185 0 293 -111t108 -292q0 -40 -8.5 -83.5t-30.5 -99t-70.5 -104t-117.5 -76.5v-4q83 -11 149.5 -49.5t106.5 -93.5t61 -118.5t21 -129.5q0 -177 -120.5 -291.5t-281.5 -114.5q-57 1 -109.5 13t-105.5 42.5 t-93 76.5t-67 119.5t-32 166.5h57q3 -84 29 -150t63 -104.5t85.5 -64t92 -35t87.5 -10.5q136 0 236.5 97.5t100.5 244.5q0 176 -129 282q-56 40 -119 59.5t-190 20.5h-57v53h55q130 0 230 101.5t100 251.5q0 165 -94 257.5t-248 92.5q-77 0 -149.5 -35.5t-110.5 -93.5 q-49 -72 -62.5 -151.5t-13.5 -239.5v-967h-57z" />
|
||||
<glyph unicode="à" horiz-adv-x="1380" d="M84 543q0 151 68.5 279.5t201 209t301.5 80.5q124 0 233.5 -47.5t176 -114.5t94.5 -141h4v276h58v-1085h-58v270h-4q-71 -140 -202.5 -218.5t-301.5 -78.5q-129 0 -238.5 48t-181 127.5t-111.5 182t-40 212.5zM141 543q1 -75 21 -148t63 -140t103 -117.5t146 -80.5 t188 -30q146 0 263 70.5t180.5 188t63.5 257.5q0 222 -147.5 369t-366.5 147q-141 0 -258 -64.5t-186.5 -183.5t-69.5 -268zM418 1522l28 47l486 -283l-27 -47z" />
|
||||
<glyph unicode="á" horiz-adv-x="1380" d="M84 543q0 151 68.5 279.5t201 209t301.5 80.5q124 0 233.5 -47.5t176 -114.5t94.5 -141h4v276h58v-1085h-58v270h-4q-71 -140 -202.5 -218.5t-301.5 -78.5q-129 0 -238.5 48t-181 127.5t-111.5 182t-40 212.5zM141 543q1 -75 21 -148t63 -140t103 -117.5t146 -80.5 t188 -30q146 0 263 70.5t180.5 188t63.5 257.5q0 222 -147.5 369t-366.5 147q-141 0 -258 -64.5t-186.5 -183.5t-69.5 -268zM440 1286l486 283l28 -47l-487 -283z" />
|
||||
<glyph unicode="â" horiz-adv-x="1380" d="M84 543q0 151 68.5 279.5t201 209t301.5 80.5q124 0 233.5 -47.5t176 -114.5t94.5 -141h4v276h58v-1085h-58v270h-4q-71 -140 -202.5 -218.5t-301.5 -78.5q-129 0 -238.5 48t-181 127.5t-111.5 182t-40 212.5zM141 543q1 -75 21 -148t63 -140t103 -117.5t146 -80.5 t188 -30q146 0 263 70.5t180.5 188t63.5 257.5q0 222 -147.5 369t-366.5 147q-141 0 -258 -64.5t-186.5 -183.5t-69.5 -268zM291 1307l399 225l402 -225l-54 -31l-348 192l-348 -192z" />
|
||||
<glyph unicode="ã" horiz-adv-x="1380" d="M84 543q0 151 68.5 279.5t201 209t301.5 80.5q124 0 233.5 -47.5t176 -114.5t94.5 -141h4v276h58v-1085h-58v270h-4q-71 -140 -202.5 -218.5t-301.5 -78.5q-129 0 -238.5 48t-181 127.5t-111.5 182t-40 212.5zM141 543q1 -75 21 -148t63 -140t103 -117.5t146 -80.5 t188 -30q146 0 263 70.5t180.5 188t63.5 257.5q0 222 -147.5 369t-366.5 147q-141 0 -258 -64.5t-186.5 -183.5t-69.5 -268zM319 1391q86 71 201 71q69 0 174 -49q60 -32 96 -43.5t87 -11.5q65 0 143 47l41 -43q-98 -66 -182 -66q-98 0 -187 52q-68 35 -100 46t-72 11 q-92 0 -160 -55z" />
|
||||
<glyph unicode="ä" horiz-adv-x="1380" d="M84 543q0 151 68.5 279.5t201 209t301.5 80.5q124 0 233.5 -47.5t176 -114.5t94.5 -141h4v276h58v-1085h-58v270h-4q-71 -140 -202.5 -218.5t-301.5 -78.5q-129 0 -238.5 48t-181 127.5t-111.5 182t-40 212.5zM141 543q1 -75 21 -148t63 -140t103 -117.5t146 -80.5 t188 -30q146 0 263 70.5t180.5 188t63.5 257.5q0 222 -147.5 369t-366.5 147q-141 0 -258 -64.5t-186.5 -183.5t-69.5 -268zM539 1266v237h59v-237h-59zM784 1266v237h60v-237h-60z" />
|
||||
<glyph unicode="å" horiz-adv-x="1380" d="M84 543q0 151 68.5 279.5t201 209t301.5 80.5q124 0 233.5 -47.5t176 -114.5t94.5 -141h4v276h58v-1085h-58v270h-4q-71 -140 -202.5 -218.5t-301.5 -78.5q-129 0 -238.5 48t-181 127.5t-111.5 182t-40 212.5zM141 543q1 -75 21 -148t63 -140t103 -117.5t146 -80.5 t188 -30q146 0 263 70.5t180.5 188t63.5 257.5q0 222 -147.5 369t-366.5 147q-141 0 -258 -64.5t-186.5 -183.5t-69.5 -268zM504 1401q0 77 55 131.5t131 54.5q78 0 133.5 -54.5t55.5 -131.5t-55.5 -132t-133.5 -55q-76 0 -131 55t-55 132zM561 1403q0 -53 37.5 -91 t91.5 -38q55 0 93 38t38 91q0 54 -38 92.5t-93 38.5q-54 0 -91.5 -38.5t-37.5 -92.5z" />
|
||||
<glyph unicode="æ" horiz-adv-x="2363" d="M84 541q0 120 43.5 226.5t119 182t180.5 119t224 43.5q142 0 265 -63.5t200 -186.5q13 -21 41 -94h4v317h58v-315h4q31 77 41 94q159 248 446 248q129 0 237.5 -47.5t179 -128t110.5 -183.5t42 -216h-1060q9 -101 39.5 -183.5t75 -136t95.5 -92.5t107 -59.5t102 -29.5 t88 -9q80 0 153 25t129 68t98 91t73 102h68q-28 -62 -75 -120t-111 -108.5t-149.5 -81t-178.5 -30.5q-140 -2 -259.5 59.5t-197.5 176.5q-31 46 -53 123h-4v-332h-58v332h-4q-24 -87 -53 -125q-47 -69 -111.5 -118.5t-129.5 -72.5t-115 -32.5t-93 -10.5q-161 0 -291.5 74 t-205 204.5t-74.5 291.5v-2zM141 543q0 -221 147.5 -368.5t368.5 -147.5q134 0 250.5 70t186 189t69.5 257q0 135 -67 253.5t-184.5 190.5t-254.5 72q-221 0 -368.5 -147.5t-147.5 -368.5zM1221 590h995q-36 227 -170.5 348t-331.5 121q-218 0 -364 -168q-45 -51 -73 -108 t-37 -93.5t-19 -99.5z" />
|
||||
<glyph unicode="ç" horiz-adv-x="1267" d="M84 543q1 119 44.5 224.5t118.5 181t181 119.5t227 44q114 0 219 -40t193 -128t129 -211h-63q-30 86 -86 152t-123 102.5t-134.5 54.5t-132.5 17q-113 -1 -196 -35t-170 -111q-67 -61 -108.5 -161.5t-41.5 -208.5q0 -149 71 -268.5t188 -183.5t255 -64q89 1 170 27.5 t140.5 70.5t102 99.5t62.5 117.5h64q-57 -167 -201.5 -266.5t-337.5 -102.5h-4l-41 -88l4 -2q12 6 27 6q68 0 107.5 -44t39.5 -101q0 -61 -39.5 -108.5t-109.5 -47.5q-16 0 -33.5 3.5t-44 14t-47 39t-27.5 70.5h56q18 -71 96 -71q37 0 65 26t29 74q-1 40 -28.5 66t-65.5 26 q-55 0 -84 -51l-45 10l84 185q-220 19 -365 174.5t-145 388.5z" />
|
||||
<glyph unicode="è" horiz-adv-x="1267" d="M63 541q0 160 75.5 291.5t207 205.5t291.5 74q147 0 273 -65t207.5 -191t88.5 -289l-2 -30h-1081q1 -102 34.5 -188.5t86.5 -145t121 -99.5t137 -59.5t135 -17.5q153 0 276 75t187 211h63q-73 -168 -215 -255t-313 -85q-163 0 -294.5 74.5t-204.5 205t-73 290.5v-2z M125 590h1022q-6 128 -79.5 238.5t-189.5 173t-241 57.5q-204 0 -352 -133t-160 -336zM360 1522l29 47l485 -283l-26 -47z" />
|
||||
<glyph unicode="é" horiz-adv-x="1267" d="M63 541q0 160 75.5 291.5t207 205.5t291.5 74q147 0 273 -65t207.5 -191t88.5 -289l-2 -30h-1081q1 -102 34.5 -188.5t86.5 -145t121 -99.5t137 -59.5t135 -17.5q153 0 276 75t187 211h63q-73 -168 -215 -255t-313 -85q-163 0 -294.5 74.5t-204.5 205t-73 290.5v-2z M125 590h1022q-6 128 -79.5 238.5t-189.5 173t-241 57.5q-204 0 -352 -133t-160 -336zM383 1286l485 283l29 -47l-487 -283z" />
|
||||
<glyph unicode="ê" horiz-adv-x="1267" d="M63 541q0 160 75.5 291.5t207 205.5t291.5 74q147 0 273 -65t207.5 -191t88.5 -289l-2 -30h-1081q1 -102 34.5 -188.5t86.5 -145t121 -99.5t137 -59.5t135 -17.5q153 0 276 75t187 211h63q-73 -168 -215 -255t-313 -85q-163 0 -294.5 74.5t-204.5 205t-73 290.5v-2z M125 590h1022q-6 128 -79.5 238.5t-189.5 173t-241 57.5q-204 0 -352 -133t-160 -336zM233 1307l400 225l401 -225l-53 -31l-348 192l-348 -192z" />
|
||||
<glyph unicode="ë" horiz-adv-x="1267" d="M63 541q0 160 75.5 291.5t207 205.5t291.5 74q147 0 273 -65t207.5 -191t88.5 -289l-2 -30h-1081q1 -102 34.5 -188.5t86.5 -145t121 -99.5t137 -59.5t135 -17.5q153 0 276 75t187 211h63q-73 -168 -215 -255t-313 -85q-163 0 -294.5 74.5t-204.5 205t-73 290.5v-2z M125 590h1022q-6 128 -79.5 238.5t-189.5 173t-241 57.5q-204 0 -352 -133t-160 -336zM471 1266v237h59v-237h-59zM717 1266v237h59v-237h-59z" />
|
||||
<glyph unicode="ì" horiz-adv-x="376" d="M-125 1522l29 47l485 -283l-27 -47zM160 0v1085h57v-1085h-57z" />
|
||||
<glyph unicode="í" horiz-adv-x="376" d="M-10 1286l485 283l29 -47l-488 -283zM160 0v1085h57v-1085h-57z" />
|
||||
<glyph unicode="î" horiz-adv-x="376" d="M-211 1307l399 225l402 -225l-53 -31l-349 192l-348 -192zM160 0v1085h57v-1085h-57z" />
|
||||
<glyph unicode="ï" horiz-adv-x="376" d="M37 1266v237h59v-237h-59zM160 0v1085h57v-1085h-57zM283 1266v237h59v-237h-59z" />
|
||||
<glyph unicode="ð" horiz-adv-x="1312" d="M84 541q3 169 78 298.5t203.5 199.5t291.5 73q117 0 227 -48.5t181 -135.5l4 4q-147 227 -438 381l-391 -158l-41 41l368 150q-152 75 -340 139l70 31q182 -61 340 -144l358 144l39 -43l-334 -134q149 -87 253.5 -181.5t164 -195t85.5 -201.5t26 -216q0 -107 -33 -200 t-89 -159.5t-129.5 -114.5t-155.5 -72t-167 -26q-110 0 -211 37t-181 106.5t-129 179.5t-50 245zM141 543q-1 -221 146 -368.5t368 -147.5q223 0 369.5 148.5t146.5 369.5q0 140 -71 259t-188.5 187t-252.5 68q-147 -1 -266 -68.5t-186 -185t-66 -262.5z" />
|
||||
<glyph unicode="ñ" horiz-adv-x="1312" d="M160 0v1085h57v-208h4q49 113 174 175.5t262 59.5q211 0 340 -108q158 -134 158 -431v-573h-57v573q0 263 -133 383q-114 103 -308 103q-205 -3 -322.5 -117t-117.5 -317v-625h-57zM285 1391q86 71 200 71q69 0 174 -49q60 -32 96 -43.5t87 -11.5q65 0 143 47l41 -43 q-98 -66 -182 -66q-98 0 -187 52q-68 35 -100.5 46t-71.5 11q-91 0 -159 -55z" />
|
||||
<glyph unicode="ò" horiz-adv-x="1312" d="M84 543q0 243 163.5 406t407.5 163t408 -163t164 -406q0 -161 -74.5 -291.5t-205.5 -204.5t-292 -74t-291.5 74t-205 204.5t-74.5 291.5zM141 543q0 -221 147 -368.5t367 -147.5t367 147.5t147 368.5t-147 368.5t-367 147.5t-367 -147.5t-147 -368.5zM383 1522l29 47 l485 -283l-27 -47z" />
|
||||
<glyph unicode="ó" horiz-adv-x="1312" d="M84 543q0 243 163.5 406t407.5 163t408 -163t164 -406q0 -161 -74.5 -291.5t-205.5 -204.5t-292 -74t-291.5 74t-205 204.5t-74.5 291.5zM141 543q0 -221 147 -368.5t367 -147.5t367 147.5t147 368.5t-147 368.5t-367 147.5t-367 -147.5t-147 -368.5zM406 1286l485 283 l29 -47l-488 -283z" />
|
||||
<glyph unicode="ô" horiz-adv-x="1312" d="M84 543q0 243 163.5 406t407.5 163t408 -163t164 -406q0 -161 -74.5 -291.5t-205.5 -204.5t-292 -74t-291.5 74t-205 204.5t-74.5 291.5zM141 543q0 -221 147 -368.5t367 -147.5t367 147.5t147 368.5t-147 368.5t-367 147.5t-367 -147.5t-147 -368.5zM256 1307l399 225 l402 -225l-53 -31l-349 192l-348 -192z" />
|
||||
<glyph unicode="õ" horiz-adv-x="1312" d="M84 543q0 243 163.5 406t407.5 163t408 -163t164 -406q0 -161 -74.5 -291.5t-205.5 -204.5t-292 -74t-291.5 74t-205 204.5t-74.5 291.5zM141 543q0 -221 147 -368.5t367 -147.5t367 147.5t147 368.5t-147 368.5t-367 147.5t-367 -147.5t-147 -368.5zM285 1391 q86 71 200 71q69 0 174 -49q60 -32 96 -43.5t87 -11.5q65 0 143 47l41 -43q-98 -66 -182 -66q-98 0 -187 52q-68 35 -100.5 46t-71.5 11q-91 0 -159 -55z" />
|
||||
<glyph unicode="ö" horiz-adv-x="1312" d="M84 543q0 243 163.5 406t407.5 163t408 -163t164 -406q0 -161 -74.5 -291.5t-205.5 -204.5t-292 -74t-291.5 74t-205 204.5t-74.5 291.5zM141 543q0 -221 147 -368.5t367 -147.5t367 147.5t147 368.5t-147 368.5t-367 147.5t-367 -147.5t-147 -368.5zM504 1266v237h59 v-237h-59zM750 1266v237h59v-237h-59z" />
|
||||
<glyph unicode="÷" horiz-adv-x="1228" d="M102 483v58h1024v-58h-1024zM584 0v166h61v-166h-61zM584 858v166h61v-166h-61z" />
|
||||
<glyph unicode="ø" horiz-adv-x="1312" d="M84 543q0 243 163.5 406t407.5 163q178 0 314 -90l127 176l43 -35l-123 -172q100 -81 155.5 -196.5t55.5 -251.5q0 -161 -74.5 -291.5t-205.5 -204.5t-292 -74q-174 0 -313 90l-123 -169l-45 34l123 168q-100 76 -156.5 193t-56.5 254zM141 543q0 -123 49.5 -228.5 t137.5 -175.5l608 838q-124 82 -281 82q-220 0 -367 -147.5t-147 -368.5zM373 106q127 -79 282 -79q220 0 367 147.5t147 368.5q0 123 -48.5 227.5t-137.5 175.5z" />
|
||||
<glyph unicode="ù" horiz-adv-x="1312" d="M160 512v573h57v-573q0 -263 133 -383q113 -102 307 -102q206 2 323.5 117.5t117.5 324.5v616h57v-1085h-57v219h-4q-33 -81 -103.5 -138.5t-156 -83.5t-177.5 -24q-210 0 -340 109q-157 133 -157 430zM383 1522l29 47l485 -283l-27 -47z" />
|
||||
<glyph unicode="ú" horiz-adv-x="1312" d="M160 512v573h57v-573q0 -263 133 -383q113 -102 307 -102q206 2 323.5 117.5t117.5 324.5v616h57v-1085h-57v219h-4q-33 -81 -103.5 -138.5t-156 -83.5t-177.5 -24q-210 0 -340 109q-157 133 -157 430zM416 1286l485 283l29 -47l-488 -283z" />
|
||||
<glyph unicode="û" horiz-adv-x="1312" d="M160 512v573h57v-573q0 -263 133 -383q113 -102 307 -102q206 2 323.5 117.5t117.5 324.5v616h57v-1085h-57v219h-4q-33 -81 -103.5 -138.5t-156 -83.5t-177.5 -24q-210 0 -340 109q-157 133 -157 430zM256 1307l399 225l402 -225l-53 -31l-349 192l-348 -192z" />
|
||||
<glyph unicode="ü" horiz-adv-x="1312" d="M160 512v573h57v-573q0 -263 133 -383q113 -102 307 -102q206 2 323.5 117.5t117.5 324.5v616h57v-1085h-57v219h-4q-33 -81 -103.5 -138.5t-156 -83.5t-177.5 -24q-210 0 -340 109q-157 133 -157 430zM504 1266v237h59v-237h-59zM750 1266v237h59v-237h-59z" />
|
||||
<glyph unicode="ý" horiz-adv-x="985" d="M23 1085h63l401 -1005l428 1005h68l-657 -1521h-66l193 438zM252 1286l485 283l29 -47l-487 -283z" />
|
||||
<glyph unicode="þ" horiz-adv-x="1394" d="M160 -436v1952h57v-723h4q45 96 115.5 163.5t147 99t137 44t114.5 12.5q120 0 226.5 -43.5t183 -119t120.5 -181t44 -225.5q0 -161 -75 -291.5t-206.5 -204.5t-292.5 -74q-171 0 -308 87.5t-206 226.5h-4v-723h-57zM217 537q0 -95 39.5 -187.5t107 -163.5t166 -115 t207.5 -44q221 0 367.5 147.5t146.5 368.5t-146.5 368.5t-367.5 147.5q-100 0 -194 -38t-166.5 -104.5t-116 -165.5t-43.5 -214z" />
|
||||
<glyph unicode="ÿ" horiz-adv-x="985" d="M23 1085h63l401 -1005l428 1005h68l-657 -1521h-66l193 438zM340 1266v237h59v-237h-59zM586 1266v237h59v-237h-59z" />
|
||||
<glyph unicode="Œ" horiz-adv-x="2412" d="M84 758q0 226 103.5 406.5t279.5 279t389 98.5q258 0 457 -137.5t264 -357.5h4v469h707v-56h-646v-669h646v-56h-646v-680h646v-55h-707v469h-4q-63 -218 -261.5 -357t-451.5 -139q-162 0 -305.5 58t-248 160t-165.5 249.5t-61 317.5zM145 758q0 -157 56 -294t152 -232 t227.5 -149t279.5 -54q133 0 249 41.5t200 111t145 161t92.5 192t34.5 202.5v45q-2 81 -24 163t-62 161.5t-102 148t-139 120.5t-178.5 82t-215.5 30q-148 0 -279.5 -54t-227.5 -149t-152 -232t-56 -294z" />
|
||||
<glyph unicode="œ" horiz-adv-x="2367" d="M84 541q0 161 74.5 291.5t205 205t291.5 74.5q127 0 240 -54t192 -149q70 -92 103 -194l4 8q26 75 65 136t85 101.5t95 69.5t101 44.5t96 22.5t86 7q159 0 289.5 -79t202.5 -208t72 -278h-1061q6 -125 52 -225t118 -161.5t158 -93.5t178 -32q146 0 272 75t176 215h64 q-16 -38 -27.5 -61t-36 -61t-59 -72t-80.5 -64q-147 -86 -309 -86q-55 0 -114.5 12.5t-125 42t-121.5 73t-102.5 112t-69.5 152.5h-4q-43 -107 -107 -186.5t-137.5 -122.5t-146.5 -63t-148 -20q-161 0 -291.5 74t-205 204.5t-74.5 291.5v-2zM141 543q0 -221 147 -368.5 t367 -147.5q143 0 261.5 74.5t182.5 191.5t64 246q0 94 -36.5 186t-100.5 166.5t-161.5 121t-209.5 46.5q-220 0 -367 -147.5t-147 -368.5zM1227 592h991q-3 53 -22.5 112.5t-60.5 121.5t-97 112t-139 81.5t-179 31.5q-192 0 -331 -129t-162 -330z" />
|
||||
<glyph unicode="Ÿ" horiz-adv-x="1134" d="M31 1516h67l469 -924l467 924h70l-506 -994v-522h-61v522zM416 1645v237h59v-237h-59zM662 1645v237h59v-237h-59z" />
|
||||
<glyph unicode="ˆ" d="M168 1307l399 225l402 -225l-54 -31l-348 192l-348 -192z" />
|
||||
<glyph unicode="˜" d="M197 1391q86 71 200 71q69 0 174 -49q60 -32 96 -43.5t87 -11.5q65 0 143 47l41 -43q-98 -66 -182 -66q-98 0 -187 52q-68 35 -100.5 46t-71.5 11q-91 0 -159 -55z" />
|
||||
<glyph unicode=" " horiz-adv-x="974" />
|
||||
<glyph unicode=" " horiz-adv-x="1948" />
|
||||
<glyph unicode=" " horiz-adv-x="974" />
|
||||
<glyph unicode=" " horiz-adv-x="1948" />
|
||||
<glyph unicode=" " horiz-adv-x="649" />
|
||||
<glyph unicode=" " horiz-adv-x="487" />
|
||||
<glyph unicode=" " horiz-adv-x="324" />
|
||||
<glyph unicode=" " horiz-adv-x="324" />
|
||||
<glyph unicode=" " horiz-adv-x="243" />
|
||||
<glyph unicode=" " horiz-adv-x="389" />
|
||||
<glyph unicode=" " horiz-adv-x="108" />
|
||||
<glyph unicode="‐" horiz-adv-x="544" d="M0 537v59h545v-59h-545z" />
|
||||
<glyph unicode="‑" horiz-adv-x="544" d="M0 537v59h545v-59h-545z" />
|
||||
<glyph unicode="‒" horiz-adv-x="544" d="M0 537v59h545v-59h-545z" />
|
||||
<glyph unicode="–" horiz-adv-x="1024" d="M72 537v59h880v-59h-880z" />
|
||||
<glyph unicode="—" horiz-adv-x="2048" d="M72 537v59h1904v-59h-1904z" />
|
||||
<glyph unicode="‘" horiz-adv-x="567" d="M184 1516h68l131 -316h-68z" />
|
||||
<glyph unicode="’" horiz-adv-x="567" d="M184 1200l131 316h68l-131 -316h-68z" />
|
||||
<glyph unicode="‚" horiz-adv-x="567" d="M184 -147l131 315h68l-131 -315h-68z" />
|
||||
<glyph unicode="“" horiz-adv-x="757" d="M188 1516h68l131 -316h-68zM371 1516h67l131 -316h-67z" />
|
||||
<glyph unicode="”" horiz-adv-x="757" d="M188 1200l131 316h68l-131 -316h-68zM371 1200l131 316h67l-131 -316h-67z" />
|
||||
<glyph unicode="„" horiz-adv-x="757" d="M188 -147l131 315h68l-131 -315h-68zM371 -147l131 315h67l-131 -315h-67z" />
|
||||
<glyph unicode="•" horiz-adv-x="768" d="M72 772q0 129 90.5 223.5t224.5 94.5q127 0 218 -93.5t91 -224.5q0 -132 -91.5 -224.5t-219.5 -92.5q-130 0 -221.5 93.5t-91.5 223.5z" />
|
||||
<glyph unicode="…" horiz-adv-x="2048" d="M311 0v168h62v-168h-62zM993 0v168h62v-168h-62zM1675 0v168h62v-168h-62z" />
|
||||
<glyph unicode=" " horiz-adv-x="389" />
|
||||
<glyph unicode="‹" horiz-adv-x="507" d="M109 563l227 398l41 -54l-197 -344l197 -338l-41 -53z" />
|
||||
<glyph unicode="›" horiz-adv-x="507" d="M131 225l197 338l-197 344l41 54l227 -398l-227 -391z" />
|
||||
<glyph unicode=" " horiz-adv-x="487" />
|
||||
<glyph unicode="€" d="M0 618l23 56h137v219h-160l23 55h137v94q0 159 67.5 274t176.5 170.5t245 55.5q137 0 256 -60t203 -179l-35 -54q-149 238 -426 238q-186 0 -306 -119.5t-120 -318.5v-101h733l-22 -55h-711v-219h623l-23 -56h-600v-163q0 -99 34.5 -181t93.5 -134.5t135.5 -81.5 t162.5 -29q153 0 262.5 81t145.5 212h61q-40 -164 -170.5 -256.5t-294.5 -92.5q-65 0 -130.5 15.5t-131.5 52t-116 90t-81.5 137.5t-31.5 187v163h-160z" />
|
||||
<glyph unicode="™" horiz-adv-x="2027" d="M18 1466l2 50h564v-50h-256v-860h-56v860h-254zM713 606v910h75l426 -824l428 824h74v-910h-55v830h-4l-426 -830h-33l-426 828h-4v-828h-55z" />
|
||||
<glyph unicode="◼" horiz-adv-x="1085" d="M0 0v1085h1085v-1085h-1085z" />
|
||||
<glyph unicode="fi" horiz-adv-x="804" d="M14 1032v53h179v107q0 334 339 350v-55q-27 -2 -40 -3.5t-48 -9t-56 -18t-51 -32.5t-46.5 -50.5t-29 -74t-11.5 -101.5v-113h395v-1085h-57v1032h-338v-1032h-57v1032h-179zM588 1329v187h57v-187h-57z" />
|
||||
<glyph unicode="fl" horiz-adv-x="804" d="M14 1032v53h179v107q0 334 339 350v-55q-27 -2 -40 -3.5t-48 -9t-56 -18t-51 -32.5t-46.5 -50.5t-29 -74t-11.5 -101.5v-113h338v431h57v-1516h-57v1032h-338v-1032h-57v1032h-179z" />
|
||||
<hkern u1=" " u2="“" k="205" />
|
||||
<hkern u1=" " u2="‘" k="205" />
|
||||
<hkern u1=" " u2="Y" k="123" />
|
||||
<hkern u1=" " u2="W" k="51" />
|
||||
<hkern u1=" " u2="V" k="164" />
|
||||
<hkern u1=" " u2="T" k="51" />
|
||||
<hkern u1=" " u2="A" k="41" />
|
||||
<hkern u1="," u2="”" k="205" />
|
||||
<hkern u1="," u2="’" k="205" />
|
||||
<hkern u1="," u2=" " k="143" />
|
||||
<hkern u1="." u2="”" k="205" />
|
||||
<hkern u1="." u2="’" k="205" />
|
||||
<hkern u1="." u2=" " k="143" />
|
||||
<hkern u1="A" u2="”" k="174" />
|
||||
<hkern u1="A" u2="’" k="174" />
|
||||
<hkern u1="A" u2="y" k="102" />
|
||||
<hkern u1="A" u2="w" k="133" />
|
||||
<hkern u1="A" u2="v" k="143" />
|
||||
<hkern u1="A" u2="u" k="41" />
|
||||
<hkern u1="A" u2="Y" k="164" />
|
||||
<hkern u1="A" u2="W" k="123" />
|
||||
<hkern u1="A" u2="V" k="209" />
|
||||
<hkern u1="A" u2="U" k="82" />
|
||||
<hkern u1="A" u2="T" k="51" />
|
||||
<hkern u1="A" u2="Q" k="82" />
|
||||
<hkern u1="A" u2="O" k="102" />
|
||||
<hkern u1="A" u2="G" k="82" />
|
||||
<hkern u1="A" u2="C" k="82" />
|
||||
<hkern u1="B" u2="A" k="20" />
|
||||
<hkern u1="C" u2="A" k="82" />
|
||||
<hkern u1="D" u2="Y" k="92" />
|
||||
<hkern u1="D" u2="W" k="61" />
|
||||
<hkern u1="D" u2="V" k="102" />
|
||||
<hkern u1="D" u2="A" k="102" />
|
||||
<hkern u1="D" u2="." k="102" />
|
||||
<hkern u1="D" u2="," k="102" />
|
||||
<hkern u1="F" u2="e" k="41" />
|
||||
<hkern u1="F" u2="a" k="41" />
|
||||
<hkern u1="F" u2="A" k="154" />
|
||||
<hkern u1="F" u2="." k="358" />
|
||||
<hkern u1="F" u2="," k="358" />
|
||||
<hkern u1="G" u2="Y" k="31" />
|
||||
<hkern u1="G" u2="." k="82" />
|
||||
<hkern u1="G" u2="," k="82" />
|
||||
<hkern u1="J" u2="a" k="41" />
|
||||
<hkern u1="J" u2="A" k="61" />
|
||||
<hkern u1="J" u2="." k="31" />
|
||||
<hkern u1="K" u2="y" k="51" />
|
||||
<hkern u1="K" u2="u" k="72" />
|
||||
<hkern u1="K" u2="o" k="92" />
|
||||
<hkern u1="K" u2="e" k="41" />
|
||||
<hkern u1="K" u2="O" k="61" />
|
||||
<hkern u1="L" u2="”" k="205" />
|
||||
<hkern u1="L" u2="’" k="205" />
|
||||
<hkern u1="L" u2="y" k="47" />
|
||||
<hkern u1="L" u2="Y" k="164" />
|
||||
<hkern u1="L" u2="W" k="113" />
|
||||
<hkern u1="L" u2="V" k="231" />
|
||||
<hkern u1="L" u2="T" k="94" />
|
||||
<hkern u1="O" u2="Y" k="82" />
|
||||
<hkern u1="O" u2="X" k="61" />
|
||||
<hkern u1="O" u2="W" k="41" />
|
||||
<hkern u1="O" u2="V" k="92" />
|
||||
<hkern u1="O" u2="T" k="31" />
|
||||
<hkern u1="O" u2="A" k="123" />
|
||||
<hkern u1="O" u2="." k="102" />
|
||||
<hkern u1="O" u2="," k="102" />
|
||||
<hkern u1="P" u2="o" k="41" />
|
||||
<hkern u1="P" u2="e" k="41" />
|
||||
<hkern u1="P" u2="a" k="41" />
|
||||
<hkern u1="P" u2="A" k="205" />
|
||||
<hkern u1="P" u2="." k="492" />
|
||||
<hkern u1="P" u2="," k="492" />
|
||||
<hkern u1="R" u2="Y" k="20" />
|
||||
<hkern u1="R" u2="W" k="-20" />
|
||||
<hkern u1="R" u2="V" k="20" />
|
||||
<hkern u1="R" u2="T" k="-31" />
|
||||
<hkern u1="T" u2="y" k="61" />
|
||||
<hkern u1="T" u2="w" k="113" />
|
||||
<hkern u1="T" u2="u" k="94" />
|
||||
<hkern u1="T" u2="r" k="61" />
|
||||
<hkern u1="T" u2="o" k="100" />
|
||||
<hkern u1="T" u2="e" k="100" />
|
||||
<hkern u1="T" u2="a" k="143" />
|
||||
<hkern u1="T" u2="O" k="31" />
|
||||
<hkern u1="T" u2="A" k="51" />
|
||||
<hkern u1="T" u2=";" k="59" />
|
||||
<hkern u1="T" u2=":" k="31" />
|
||||
<hkern u1="T" u2="." k="186" />
|
||||
<hkern u1="T" u2="-" k="154" />
|
||||
<hkern u1="T" u2="," k="168" />
|
||||
<hkern u1="U" u2="A" k="82" />
|
||||
<hkern u1="U" u2="." k="41" />
|
||||
<hkern u1="U" u2="," k="41" />
|
||||
<hkern u1="V" u2="u" k="113" />
|
||||
<hkern u1="V" u2="o" k="207" />
|
||||
<hkern u1="V" u2="i" k="72" />
|
||||
<hkern u1="V" u2="e" k="207" />
|
||||
<hkern u1="V" u2="a" k="213" />
|
||||
<hkern u1="V" u2="O" k="92" />
|
||||
<hkern u1="V" u2="G" k="41" />
|
||||
<hkern u1="V" u2="A" k="209" />
|
||||
<hkern u1="V" u2=";" k="68" />
|
||||
<hkern u1="V" u2=":" k="37" />
|
||||
<hkern u1="V" u2="." k="297" />
|
||||
<hkern u1="V" u2="-" k="184" />
|
||||
<hkern u1="V" u2="," k="297" />
|
||||
<hkern u1="W" u2="y" k="41" />
|
||||
<hkern u1="W" u2="u" k="61" />
|
||||
<hkern u1="W" u2="o" k="94" />
|
||||
<hkern u1="W" u2="i" k="20" />
|
||||
<hkern u1="W" u2="e" k="96" />
|
||||
<hkern u1="W" u2="a" k="102" />
|
||||
<hkern u1="W" u2="O" k="41" />
|
||||
<hkern u1="W" u2="A" k="119" />
|
||||
<hkern u1="W" u2=";" k="68" />
|
||||
<hkern u1="W" u2=":" k="31" />
|
||||
<hkern u1="W" u2="." k="217" />
|
||||
<hkern u1="W" u2="-" k="102" />
|
||||
<hkern u1="W" u2="," k="217" />
|
||||
<hkern u1="Y" u2="u" k="174" />
|
||||
<hkern u1="Y" u2="o" k="182" />
|
||||
<hkern u1="Y" u2="i" k="31" />
|
||||
<hkern u1="Y" u2="e" k="182" />
|
||||
<hkern u1="Y" u2="a" k="190" />
|
||||
<hkern u1="Y" u2="O" k="82" />
|
||||
<hkern u1="Y" u2="A" k="164" />
|
||||
<hkern u1="Y" u2=";" k="47" />
|
||||
<hkern u1="Y" u2=":" k="20" />
|
||||
<hkern u1="Y" u2="." k="297" />
|
||||
<hkern u1="Y" u2="-" k="215" />
|
||||
<hkern u1="Y" u2="," k="297" />
|
||||
<hkern u1="a" u2="t" k="-10" />
|
||||
<hkern u1="a" u2="p" k="-41" />
|
||||
<hkern u1="a" u2="b" k="-10" />
|
||||
<hkern u1="b" u2="y" k="41" />
|
||||
<hkern u1="b" u2="v" k="41" />
|
||||
<hkern u1="b" u2="u" k="20" />
|
||||
<hkern u1="c" u2="y" k="41" />
|
||||
<hkern u1="c" u2="k" k="31" />
|
||||
<hkern u1="e" u2="y" k="41" />
|
||||
<hkern u1="e" u2="w" k="41" />
|
||||
<hkern u1="e" u2="v" k="41" />
|
||||
<hkern u1="f" u2="o" k="41" />
|
||||
<hkern u1="f" u2="l" k="61" />
|
||||
<hkern u1="f" u2="i" k="61" />
|
||||
<hkern u1="f" u2="f" k="31" />
|
||||
<hkern u1="f" u2="a" k="41" />
|
||||
<hkern u1="f" u2="." k="102" />
|
||||
<hkern u1="f" u2="," k="102" />
|
||||
<hkern u1="g" u2="a" k="31" />
|
||||
<hkern u1="h" u2="y" k="61" />
|
||||
<hkern u1="k" u2="y" k="51" />
|
||||
<hkern u1="k" u2="o" k="92" />
|
||||
<hkern u1="k" u2="e" k="72" />
|
||||
<hkern u1="l" u2="w" k="41" />
|
||||
<hkern u1="m" u2="y" k="41" />
|
||||
<hkern u1="m" u2="u" k="41" />
|
||||
<hkern u1="n" u2="y" k="31" />
|
||||
<hkern u1="n" u2="v" k="61" />
|
||||
<hkern u1="n" u2="u" k="31" />
|
||||
<hkern u1="o" u2="y" k="41" />
|
||||
<hkern u1="o" u2="x" k="31" />
|
||||
<hkern u1="o" u2="w" k="41" />
|
||||
<hkern u1="o" u2="v" k="61" />
|
||||
<hkern u1="o" u2="." k="51" />
|
||||
<hkern u1="o" u2="," k="51" />
|
||||
<hkern u1="p" u2="y" k="41" />
|
||||
<hkern u1="p" u2="." k="51" />
|
||||
<hkern u1="p" u2="," k="51" />
|
||||
<hkern u1="r" u2="y" k="-82" />
|
||||
<hkern u1="r" u2="v" k="-82" />
|
||||
<hkern u1="r" u2="u" k="-41" />
|
||||
<hkern u1="r" u2="t" k="-82" />
|
||||
<hkern u1="r" u2="s" k="-41" />
|
||||
<hkern u1="r" u2="q" k="16" />
|
||||
<hkern u1="r" u2="p" k="-41" />
|
||||
<hkern u1="r" u2="o" k="41" />
|
||||
<hkern u1="r" u2="n" k="-43" />
|
||||
<hkern u1="r" u2="m" k="-57" />
|
||||
<hkern u1="r" u2="l" k="-41" />
|
||||
<hkern u1="r" u2="k" k="-41" />
|
||||
<hkern u1="r" u2="i" k="-41" />
|
||||
<hkern u1="r" u2="g" k="-2" />
|
||||
<hkern u1="r" u2="e" k="8" />
|
||||
<hkern u1="r" u2="d" k="12" />
|
||||
<hkern u1="r" u2="c" k="14" />
|
||||
<hkern u1="r" u2="." k="150" />
|
||||
<hkern u1="r" u2="-" k="123" />
|
||||
<hkern u1="r" u2="," k="154" />
|
||||
<hkern u1="s" u2="t" k="-31" />
|
||||
<hkern u1="s" u2="." k="-41" />
|
||||
<hkern u1="s" u2="," k="-41" />
|
||||
<hkern u1="u" u2="z" k="-31" />
|
||||
<hkern u1="v" u2="o" k="41" />
|
||||
<hkern u1="v" u2="e" k="41" />
|
||||
<hkern u1="v" u2="a" k="61" />
|
||||
<hkern u1="v" u2="." k="184" />
|
||||
<hkern u1="v" u2="," k="184" />
|
||||
<hkern u1="w" u2="o" k="61" />
|
||||
<hkern u1="w" u2="h" k="-31" />
|
||||
<hkern u1="w" u2="e" k="41" />
|
||||
<hkern u1="w" u2="a" k="61" />
|
||||
<hkern u1="w" u2="." k="184" />
|
||||
<hkern u1="w" u2="," k="184" />
|
||||
<hkern u1="x" u2="i" k="-31" />
|
||||
<hkern u1="y" u2="o" k="61" />
|
||||
<hkern u1="y" u2="e" k="41" />
|
||||
<hkern u1="y" u2="a" k="61" />
|
||||
<hkern u1="y" u2="." k="174" />
|
||||
<hkern u1="y" u2="," k="205" />
|
||||
<hkern u1="‘" u2="‘" k="248" />
|
||||
<hkern u1="‘" u2="A" k="174" />
|
||||
<hkern u1="’" u2="’" k="248" />
|
||||
<hkern u1="’" u2="v" k="41" />
|
||||
<hkern u1="’" u2="t" k="-20" />
|
||||
<hkern u1="’" u2="s" k="31" />
|
||||
<hkern u1="’" u2="r" k="41" />
|
||||
<hkern u1="’" u2="d" k="143" />
|
||||
<hkern u1="’" u2=" " k="205" />
|
||||
<hkern u1="“" u2="A" k="174" />
|
||||
<hkern u1="”" u2=" " k="205" />
|
||||
</font>
|
||||
</defs></svg>
|
After Width: | Height: | Size: 66 KiB |
BIN
source/assets/fonts/avantgardelt-extralight.ttf
Normal file
BIN
source/assets/fonts/avantgardelt-extralight.woff
Normal file
BIN
source/assets/fonts/lato-bold.eot
Normal file
BIN
source/assets/fonts/lato-bold.ttf
Normal file
BIN
source/assets/fonts/lato-bold.woff
Normal file
BIN
source/assets/fonts/lato-regular.eot
Normal file
BIN
source/assets/fonts/lato-regular.ttf
Normal file
BIN
source/assets/fonts/lato-regular.woff
Normal file
BIN
source/assets/img/ObleyMirror_100.jpg
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
source/assets/img/ObleyMirror_585.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
source/assets/img/RovingGlow200Square.gif
Normal file
After Width: | Height: | Size: 653 KiB |
BIN
source/assets/img/RovingGlow200Square.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
source/assets/img/RovingGlow_960x540.gif
Normal file
After Width: | Height: | Size: 1.1 MiB |
BIN
source/assets/img/RovingGlow_960x540_f00.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
source/assets/img/favicon.ico
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
source/assets/img/fullsight_100.jpg
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
source/assets/img/fullsight_200px_bbevel.jpg
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
source/assets/img/fullsight_200px_bevel.jpg
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
source/assets/img/fullsight_500.jpg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
source/assets/img/fullsight_gray_960x540.png
Normal file
After Width: | Height: | Size: 32 KiB |
7
source/assets/js/app.coffee
Normal file
@ -0,0 +1,7 @@
|
||||
#= require jquery/jquery
|
||||
|
||||
(($) ->
|
||||
$(window).on('load', () ->
|
||||
|
||||
)
|
||||
)(jQuery)
|
1
source/assets/js/vendor/modernizr.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
//= include modernizr/modernizr
|
89
source/blogin/article.html.haml
Normal file
@ -0,0 +1,89 @@
|
||||
!!!
|
||||
%html{lang: "en"}
|
||||
%head
|
||||
%title Blogin | beautiful and Minimal Blog Template Designed & Coded by pixelhint.com
|
||||
%meta{charset: "utf-8"}/
|
||||
%meta{content: "pixelhint.com", name: "author"}/
|
||||
%link{href: "/blogin/css/reset.css", rel: "stylesheet", type: "text/css"}/
|
||||
%link{href: "/blogin/css/blogin.css", rel: "stylesheet", type: "text/css"}/
|
||||
%body
|
||||
%header
|
||||
.wrapper
|
||||
%a{href: "#"}
|
||||
%img.h_logo{alt: "Blogin", src: "/blogin/img/logo.png", title: ""}/
|
||||
%nav
|
||||
%ul.main_nav
|
||||
%li.current
|
||||
%a{href: "#"} Journal
|
||||
%li
|
||||
%a{href: "#"} About
|
||||
%li
|
||||
%a{href: "#"} Work
|
||||
%li
|
||||
%a{href: "#"} Contact
|
||||
|
||||
%section.main2.wrapper
|
||||
%section.content
|
||||
%article
|
||||
.article_image
|
||||
%a{href: "#"}
|
||||
%img{alt: "", src: "/blogin/img/pic4.jpg", title: ""}/
|
||||
.post
|
||||
%h1.title
|
||||
%a{href: "#"} Duis aute irure dolor in henderit in voluptate.
|
||||
%p Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo doconsequat, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
%p Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur...
|
||||
%a.read_more{href: "#"}
|
||||
Continue Reading
|
||||
%i.read_more_arrow
|
||||
%article
|
||||
.article_image
|
||||
%a{href: "#"}
|
||||
%img{alt: "", src: "/blogin/img/pic5.jpg", title: ""}/
|
||||
.post
|
||||
%h1.title
|
||||
%a{href: "#"} Duis aute irure dolor in henderit in voluptate.
|
||||
%p Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo doconsequat, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
%p Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur...
|
||||
%a.read_more{href: "#"}
|
||||
Continue Reading
|
||||
%i.read_more_arrow
|
||||
|
||||
%aside.sidebar
|
||||
%section.widget
|
||||
%h3.widget-title About Blogin.
|
||||
.textwidget
|
||||
%p Duis aute irure dolor in rhenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
|
||||
%p Excepteur sint occaecat sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
%section.widget
|
||||
%h3.widget-title Search.
|
||||
%form.search_widget
|
||||
%input#search-field.search-field{placeholder: "What are you looking for?", type: "text"}/
|
||||
%section.widget
|
||||
%a{href: "#"}
|
||||
%img{alt: "", src: "/blogin/img/ads.jpg", title: ""}/
|
||||
|
||||
%nav.pagination
|
||||
%a.previous{href: "#"}
|
||||
%i>
|
||||
Previous
|
||||
%a.next{href: "#"}
|
||||
Next
|
||||
%i
|
||||
|
||||
|
||||
%footer
|
||||
.wrapper
|
||||
%img.logo_footer{alt: "Blogin", src: "/blogin/img/logo_footer.png", title: ""}/
|
||||
%p.rights
|
||||
© 2014 Blogin.com - All Rights Reserved - Find more free Templates at
|
||||
%a{href: "http://Pixelhint.com", target: "_blink"} Pixelhint.com
|
||||
%ul.social_profiles
|
||||
%li.f
|
||||
%a{href: "http://facebook.com/pixelhint", target: "_blink"}
|
||||
%li.t
|
||||
%a{href: "http://twitter.com/pixelhint", target: "_blink"}
|
||||
%li.be
|
||||
%a{href: "http://behance.net/pixelhint", target: "_blink"}
|
||||
%li.d
|
||||
%a{href: "http://dribbble.com/pixelhint", target: "_blink"}
|
483
source/blogin/css/blogin.css
Normal file
@ -0,0 +1,483 @@
|
||||
/*
|
||||
|
||||
Template Author : pixelhint.com
|
||||
Author Email : contact@pixelhint.com
|
||||
|
||||
|
||||
*****************************************
|
||||
|
||||
|
||||
- Header
|
||||
- Main Section
|
||||
- Sidebar & widgets
|
||||
- Pagination
|
||||
- Footer
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* Fonts */
|
||||
@font-face {
|
||||
font-family: 'LatoRegular';
|
||||
src: url('/fonts/Lato-Regular.eot');
|
||||
src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/Lato-Regular.woff') format('woff'),
|
||||
url('/fonts/Lato-Regular.ttf') format('truetype'),
|
||||
url('/fonts/Lato-Regular.svg#LatoRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'LatoBold';
|
||||
src: url('/fonts/Lato-Bold.eot');
|
||||
src: url('/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/Lato-Bold.woff') format('woff'),
|
||||
url('/fonts/Lato-Bold.ttf') format('truetype'),
|
||||
url('/fonts/Lato-Bold.svg#LatoBold') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Header */
|
||||
header{
|
||||
width: 100%;
|
||||
height: 126px;
|
||||
background-color: #292929;
|
||||
border-bottom: 4px #1e1e1e solid;
|
||||
}
|
||||
|
||||
header img.h_logo{
|
||||
display: block;
|
||||
float: left;
|
||||
margin-top: 49px;
|
||||
}
|
||||
|
||||
header nav{
|
||||
float: right;
|
||||
}
|
||||
|
||||
ul.main_nav{
|
||||
font-family: 'LatoBold', 'Helvetica', arial;
|
||||
margin-right: -1px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul.main_nav li{
|
||||
float: left;
|
||||
letter-spacing: 2px;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.main_nav li a{
|
||||
display: block;
|
||||
width: 130px;
|
||||
height: 71px;
|
||||
padding-top: 55px;
|
||||
border-right: 1px #1e1e1e solid;
|
||||
vertical-align: middle;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 1px 0 #1e1e1e;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul.main_nav li:first-child a{
|
||||
border-left: 1px #1e1e1e solid;
|
||||
}
|
||||
|
||||
ul.main_nav li.current a{
|
||||
color: #58c93a;
|
||||
box-shadow: 0 4px 0 #58c93a;
|
||||
}
|
||||
|
||||
ul.main_nav li a:hover{
|
||||
background: #242424;
|
||||
}
|
||||
|
||||
/* Main section */
|
||||
.main{
|
||||
position: relative;
|
||||
border-left: 1px #e1e0e0 solid;
|
||||
border-right: 1px #e1e0e0 solid;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.main article{
|
||||
margin: 80px 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
.main .article_image,
|
||||
.main .post{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.main .article_image{
|
||||
width: 470px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
|
||||
.main .post{
|
||||
width: 430px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.main .post h1.title,
|
||||
.main2 .post h1.title{
|
||||
font-family: 'LatoBold', 'Helvetica', arial;
|
||||
font-weight: bold;
|
||||
font-size: 28px;
|
||||
text-transform: uppercase;
|
||||
line-height: 30px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.main .title a,
|
||||
.main2 .title a{
|
||||
text-decoration: none;
|
||||
color: #4f4e4e;
|
||||
}
|
||||
|
||||
.main .title a:hover,
|
||||
.main2 .title a:hover{
|
||||
color: #58c93a;
|
||||
}
|
||||
|
||||
.main .post p,
|
||||
.main2 .post p{
|
||||
font-family: 'LatoRegular', 'Helvetica', arial;
|
||||
font-size: 16px;
|
||||
color: #606060;
|
||||
line-height: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.main a.read_more,
|
||||
.main2 a.read_more{
|
||||
font-family: 'LatoRegular', 'Helvetica', arial;
|
||||
display: inline-block;
|
||||
padding: 10px 30px 13px 30px;
|
||||
background: #ffffff;
|
||||
border: 2px #c2c2c2 solid;
|
||||
color: #c2c2c2;
|
||||
text-decoration: none;
|
||||
margin-top: 14px;
|
||||
|
||||
border-radius: 100px;
|
||||
-webkit-border-radius: 100px;
|
||||
-moz-border-radius: 100px;
|
||||
-o-border-radius: 100px;
|
||||
-ms-border-radius: 100px;
|
||||
}
|
||||
|
||||
.main a.read_more:hover,
|
||||
.main2 a.read_more:hover{
|
||||
border: 2px #58c93a solid;
|
||||
color: #58c93a;
|
||||
}
|
||||
|
||||
.main a.read_more i.read_more_arrow,
|
||||
.main2 a.read_more i.read_more_arrow{
|
||||
width: 15px;
|
||||
height: 7px;
|
||||
background: url('/blogin/img/read_more_arrow.png') no-repeat;
|
||||
display: inline-block;
|
||||
opacity: 0;
|
||||
margin-left: -5px;
|
||||
}
|
||||
|
||||
.main a.read_more:hover i.read_more_arrow,
|
||||
.main2 a.read_more:hover i.read_more_arrow{
|
||||
opacity: 1;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.main2{
|
||||
padding-top: 80px;
|
||||
position: relative;
|
||||
border-left: 1px #e1e0e0 solid;
|
||||
border-right: 1px #e1e0e0 solid;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.main2 .content{
|
||||
width: 620px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.main2 .post{
|
||||
width: 580px;
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Sidebar & widgets */
|
||||
aside{
|
||||
width: 280px;
|
||||
height: 1000px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
aside .widget{
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
aside h3.widget-title{
|
||||
width: 240px;
|
||||
padding: 17px 20px;
|
||||
border-left: 3px #58c93a solid;
|
||||
background: #f8f8f8;
|
||||
margin-bottom: 20px;
|
||||
font-family: 'LatoBold', 'Helvetica', arial;
|
||||
font-weight: bold;
|
||||
font-size: 16px;
|
||||
color: #6c6969;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
aside .textwidget p{
|
||||
width: 240px;
|
||||
padding: 0 20px;
|
||||
font-family: 'LatoRegular', 'Helvetica', arial;
|
||||
font-size: 16px;
|
||||
color: #737373;
|
||||
margin-bottom: 10px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.search_widget .search-field{
|
||||
width: 240px;
|
||||
height: 50px;
|
||||
padding: 0 20px;
|
||||
color: #828282;
|
||||
font-family: 'LatoRegular', 'Helvetica', arial;
|
||||
font-size: 12px;
|
||||
letter-spacing: .5px;
|
||||
outline: none;
|
||||
border: 1px #e1e0e0 solid;
|
||||
}
|
||||
|
||||
|
||||
.search_widget .search-field:focus{
|
||||
border: 1px #b9b9b9 solid;
|
||||
}
|
||||
|
||||
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: #b9b9b9;
|
||||
}
|
||||
|
||||
:-moz-placeholder { /* Firefox 18- */
|
||||
color: #b9b9b9;
|
||||
}
|
||||
|
||||
::-moz-placeholder { /* Firefox 19+ */
|
||||
color: #b9b9b9;
|
||||
}
|
||||
|
||||
:-ms-input-placeholder {
|
||||
color: #b9b9b9;
|
||||
}
|
||||
|
||||
/* pagination */
|
||||
.pagination{
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 30px 0;
|
||||
border-top: 1px #e1e0e0 solid;
|
||||
border-bottom: 1px #e1e0e0 solid;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.pagination a{
|
||||
color: #818181;
|
||||
}
|
||||
|
||||
.previous,
|
||||
.next{
|
||||
text-decoration: none;
|
||||
margin: 0 30px;
|
||||
font-family: 'LatoBold', 'Helvetica', arial;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.previous{
|
||||
float: left;
|
||||
}
|
||||
|
||||
.next{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.previous i,
|
||||
.next i{
|
||||
width: 15px;
|
||||
height: 7px;
|
||||
display: inline-block;
|
||||
margin-bottom: 3px;
|
||||
background: url('/blogin/img/pagination.png') no-repeat;
|
||||
}
|
||||
|
||||
.previous i{
|
||||
background-position: 0 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.next i{
|
||||
background-position: -16px 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.previous:hover,
|
||||
.next:hover{
|
||||
color: #58c93a;
|
||||
}
|
||||
.previous:hover i,
|
||||
.next:hover i{
|
||||
background: url('/blogin/img/pagination_hover.png') no-repeat;
|
||||
}
|
||||
|
||||
.previous:hover i{
|
||||
background-position: 0px 0;
|
||||
}
|
||||
|
||||
.next:hover i{
|
||||
background-position: -16px 0;
|
||||
}
|
||||
|
||||
|
||||
/* footer */
|
||||
footer{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
background: #f8f8f8;
|
||||
border-top: 1px #e1e0e0 solid;
|
||||
margin-top: -1px;
|
||||
padding: 80px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer .logo_footer,
|
||||
footer p.rights{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
footer p.rights{
|
||||
font-family: 'LatoRegular', 'Helvetica', arial;
|
||||
color: #a6a6a6;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
footer p.rights a{
|
||||
font-family: 'LatoBold', 'Helvetica', arial;
|
||||
font-weight: bold;
|
||||
color: #939292;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
footer ul.social_profiles{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer ul.social_profiles li{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
footer ul.social_profiles li a{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-right: 16px;
|
||||
display: inline-block;
|
||||
background: url('/blogin/img/sp.png') no-repeat;
|
||||
}
|
||||
|
||||
footer ul.social_profiles li a:hover{
|
||||
background: url('/blogin/img/sp_hover.png') no-repeat;
|
||||
}
|
||||
|
||||
footer ul.social_profiles .f a{
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
footer ul.social_profiles .t a{
|
||||
background-position: -41px 0;
|
||||
}
|
||||
|
||||
footer ul.social_profiles .be a{
|
||||
background-position: -82px 0;
|
||||
}
|
||||
|
||||
footer ul.social_profiles .d a{
|
||||
background-position: -123px 0;
|
||||
}
|
||||
|
||||
|
||||
footer ul.social_profiles .f a:hover{
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
footer ul.social_profiles .t a:hover{
|
||||
background-position: -41px 0;
|
||||
}
|
||||
|
||||
footer ul.social_profiles .be a:hover{
|
||||
background-position: -82px 0;
|
||||
}
|
||||
|
||||
footer ul.social_profiles .d a:hover{
|
||||
background-position: -123px 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* General CSS*/
|
||||
.wrapper{
|
||||
width: 978px;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
ul.main_nav li a,
|
||||
.main .title a,
|
||||
.main2 .title a,
|
||||
.main a.read_more,
|
||||
.main2 a.read_more,
|
||||
.main a.read_more i.read_more_arrow,
|
||||
.main2 a.read_more i.read_more_arrow,
|
||||
.previous,
|
||||
.next,
|
||||
.previous i,
|
||||
.next i,
|
||||
footer ul.social_profiles li a,
|
||||
.search_widget .search-field{
|
||||
transition: .2s linear;
|
||||
-webkit-transition: .2s linear;
|
||||
-moz-transition: .2s linear;
|
||||
-o-transition: .2s linear;
|
||||
}
|
99
source/blogin/css/reset.css
Normal file
@ -0,0 +1,99 @@
|
||||
html, body, div, span, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
abbr, address, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, samp,
|
||||
small, strong, sub, sup, var,
|
||||
b, i,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin:0;
|
||||
padding:0;
|
||||
border:0;
|
||||
outline:0;
|
||||
font-size:100%;
|
||||
vertical-align:baseline;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height:1;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
article,aside,details,figcaption,figure,
|
||||
footer,header,hgroup,menu,nav,section {
|
||||
display:block;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes:none;
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content:'';
|
||||
content:none;
|
||||
}
|
||||
|
||||
a {
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size:100%;
|
||||
vertical-align:baseline;
|
||||
background:transparent;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* change colours to suit your needs */
|
||||
ins {
|
||||
background-color:#ff9;
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
/* change colours to suit your needs */
|
||||
mark {
|
||||
background-color:#ff9;
|
||||
color:#000;
|
||||
font-style:italic;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
abbr[title], dfn[title] {
|
||||
border-bottom:1px dotted;
|
||||
cursor:help;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
}
|
||||
|
||||
/* change border colour to suit your needs */
|
||||
hr {
|
||||
display:block;
|
||||
height:1px;
|
||||
border:0;
|
||||
border-top:1px solid #cccccc;
|
||||
margin:1em 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
input, select {
|
||||
vertical-align:middle;
|
||||
}
|
BIN
source/blogin/img/ads.jpg
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
source/blogin/img/logo.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
source/blogin/img/logo_footer.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
source/blogin/img/pagination.png
Normal file
After Width: | Height: | Size: 991 B |
BIN
source/blogin/img/pagination_hover.png
Normal file
After Width: | Height: | Size: 993 B |
BIN
source/blogin/img/pic1.jpg
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
source/blogin/img/pic2.jpg
Normal file
After Width: | Height: | Size: 115 KiB |
BIN
source/blogin/img/pic3.jpg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
source/blogin/img/pic4.jpg
Normal file
After Width: | Height: | Size: 129 KiB |
BIN
source/blogin/img/pic5.jpg
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
source/blogin/img/pic6.jpg
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
source/blogin/img/read_more_arrow.png
Normal file
After Width: | Height: | Size: 974 B |
BIN
source/blogin/img/sp.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
source/blogin/img/sp_hover.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
source/blogin/img/submit_icon.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
83
source/blogin/index.html.haml
Normal file
@ -0,0 +1,83 @@
|
||||
!!!
|
||||
%html{lang: "en"}
|
||||
%head
|
||||
%title Blogin | beautiful and Minimal Blog Template Designed & Coded by pixelhint.com
|
||||
%meta{charset: "utf-8"}/
|
||||
%link{href: "blogin/css/reset.css", rel: "stylesheet", type: "text/css"}/
|
||||
%link{href: "blogin/css/blogin.css", rel: "stylesheet", type: "text/css"}/
|
||||
%body
|
||||
%header
|
||||
.wrapper
|
||||
%a{href: "#"}
|
||||
%img.h_logo{alt: "Blogin", src: "blogin/img/logo.png", title: ""}/
|
||||
%nav
|
||||
%ul.main_nav
|
||||
%li.current
|
||||
%a{href: "#"} Journal
|
||||
%li
|
||||
%a{href: "#"} About
|
||||
%li
|
||||
%a{href: "#"} Work
|
||||
%li
|
||||
%a{href: "#"} Contact
|
||||
|
||||
%section.main.wrapper
|
||||
%article
|
||||
.article_image
|
||||
%a{href: "#"}
|
||||
%img{alt: "", src: "blogin/img/pic1.jpg", title: ""}/
|
||||
.post
|
||||
%h1.title
|
||||
%a{href: "#"} Duis aute irure dolor in henderit in voluptate.
|
||||
%p Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo doconsequat, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
%p Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur...
|
||||
%a.read_more{href: "#"}
|
||||
Continue Reading
|
||||
%i.read_more_arrow
|
||||
%article
|
||||
.article_image
|
||||
%a{href: "#"}
|
||||
%img{alt: "", src: "blogin/img/pic2.jpg", title: ""}/
|
||||
.post
|
||||
%h1.title
|
||||
%a{href: "#"} Duis aute irure dolor in henderit in voluptate.
|
||||
%p Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo doconsequat, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
%p Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur...
|
||||
%a.read_more{href: "#"}
|
||||
Continue Reading
|
||||
%i.read_more_arrow
|
||||
%article
|
||||
.article_image
|
||||
%a{href: "#"}
|
||||
%img{alt: "", src: "blogin/img/pic3.jpg", title: ""}/
|
||||
.post
|
||||
%h1.title
|
||||
%a{href: "#"} Duis aute irure dolor in henderit in voluptate.
|
||||
%p Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo doconsequat, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||
%p Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur...
|
||||
%a.read_more{href: "#"}
|
||||
Continue Reading
|
||||
%i.read_more_arrow
|
||||
%nav.pagination
|
||||
%a.previous{href: "#"}
|
||||
%i>
|
||||
Previous
|
||||
%a.next{href: "#"}
|
||||
Next
|
||||
%i
|
||||
|
||||
%footer
|
||||
.wrapper
|
||||
%img.logo_footer{alt: "Blogin", src: "blogin/img/logo_footer.png", title: ""}/
|
||||
%p.rights
|
||||
© 2014 Blogin.com - All Rights Reserved - Find more free Templates at
|
||||
%a{href: "http://Pixelhint.com", target: "_blink"} Pixelhint.com
|
||||
%ul.social_profiles
|
||||
%li.f
|
||||
%a{href: "http://facebook.com/pixelhint", target: "_blink"}
|
||||
%li.t
|
||||
%a{href: "http://twitter.com/pixelhint", target: "_blink"}
|
||||
%li.be
|
||||
%a{href: "http://behance.net/pixelhint", target: "_blink"}
|
||||
%li.d
|
||||
%a{href: "http://dribbble.com/pixelhint", target: "_blink"}
|
4
source/blogin/js/jquery.js
vendored
Normal file
8
source/blogin/js/waypoints.js
Normal file
533
source/crafty/css/crafty.css
Normal file
@ -0,0 +1,533 @@
|
||||
/*
|
||||
|
||||
Template Author : pixelhint.com
|
||||
Author Email : contact@pixelhint.com
|
||||
Template Name : Crafty
|
||||
|
||||
|
||||
*****************************************
|
||||
|
||||
|
||||
- Header
|
||||
- Billboard
|
||||
- Services
|
||||
- Video
|
||||
- Recent Work
|
||||
- Subscription
|
||||
- Social Media Icons
|
||||
- Footer
|
||||
- Subsciption pop-up
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* Fonts */
|
||||
@font-face {
|
||||
font-family: 'lato_regular';
|
||||
src: url('/fonts/lato-regular.eot');
|
||||
src: url('/fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/lato-regular.woff') format('woff'),
|
||||
url('/fonts/lato-regular.ttf') format('truetype'),
|
||||
url('/fonts/lato-regular.svg#LatoRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'lato_bold';
|
||||
src: url('/fonts/lato-bold.eot');
|
||||
src: url('/fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/lato-bold.woff') format('woff'),
|
||||
url('/fonts/lato-bold.ttf') format('truetype'),
|
||||
url('/fonts/lato-bold.svg#LatoBold') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'avantgardelt-extralight';
|
||||
src: url('/fonts/avantgardelt-extralight.eot');
|
||||
src: url('/fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/avantgardelt-extralight.woff') format('woff'),
|
||||
url('/fonts/avantgardelt-extralight.ttf') format('truetype'),
|
||||
url('/fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* General CSS*/
|
||||
.wrapper{
|
||||
width: 1200px;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
.feature a,
|
||||
.cta a.cta_btn,
|
||||
.testimonials #t_navigation a{
|
||||
transition:all .2s linear;
|
||||
-webkit-transition:all .2s linear;
|
||||
-moz-transition:all .2s linear;
|
||||
-o-transition:all .2s linear;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* header */
|
||||
header{
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
background: #353434;
|
||||
}
|
||||
|
||||
header .logo{
|
||||
float: left;
|
||||
margin-top: 21px;
|
||||
}
|
||||
|
||||
header nav{
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
margin: 20px 0 0 40px;
|
||||
padding: 13px 40px;
|
||||
border-left: 1px #404040 solid;
|
||||
}
|
||||
|
||||
header nav ul{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
header nav ul li{
|
||||
float: left;
|
||||
margin-left: 35px;
|
||||
font-size: 16px;
|
||||
font-family: 'lato_regular', arial;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
header nav ul li:first-child{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
header nav ul li a {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
header ul.social{
|
||||
float: right;
|
||||
list-style: none;
|
||||
margin-top: 23px;
|
||||
}
|
||||
|
||||
header ul.social li{
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
header ul.social li a{
|
||||
display: block;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
background: url('/crafty/img/sm.png') no-repeat;
|
||||
}
|
||||
|
||||
header ul.social li a{
|
||||
display: block;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
header ul.social li a.fb{
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
header ul.social li a.twitter{
|
||||
background-position: -36px 0;
|
||||
}
|
||||
|
||||
header ul.social li a.gplus{
|
||||
background-position: -72px 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Billboard */
|
||||
.billboard{
|
||||
width: 100%;
|
||||
height: 580px;
|
||||
background: url("../crafty/img/billboard.jpg") no-repeat center center;
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.billboard .caption{
|
||||
margin-left: 515px;
|
||||
margin-top: 220px;
|
||||
}
|
||||
|
||||
.billboard .caption p{
|
||||
display: inline-block;
|
||||
color: #000;
|
||||
font-family: "avantgardelt-extralight", arial;
|
||||
font-weight: lighter;
|
||||
font-size: 35px;
|
||||
padding: 20px;
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
margin-bottom: 2px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Services/features */
|
||||
.features{
|
||||
width: 100%;
|
||||
padding: 100px 0;
|
||||
background: #f7f7f7;
|
||||
}
|
||||
|
||||
.features .row{
|
||||
margin-bottom: 100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.features .row:last-child{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.features .row .feature:last-child{
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.features .feature{
|
||||
display: block;
|
||||
width: 346px;
|
||||
height: auto;
|
||||
float: left;
|
||||
margin-right: 80px;
|
||||
}
|
||||
|
||||
.feature .ficon{
|
||||
display: block;
|
||||
width: 65px;
|
||||
float: left;
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
.feature .details_exp{
|
||||
display: block;
|
||||
width: 240px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.feature h3{
|
||||
margin-bottom: 20px;
|
||||
color: #767575;
|
||||
font-family: "lato_bold", arial;
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
|
||||
}
|
||||
|
||||
.feature p{
|
||||
margin-bottom: 20px;
|
||||
color: #9e9e9e;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
|
||||
}
|
||||
|
||||
.feature a{
|
||||
color: #848484;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 15px;
|
||||
text-decoration: none;
|
||||
letter-spacing: .5px;
|
||||
}
|
||||
|
||||
.feature a:hover{
|
||||
color: #353434;
|
||||
}
|
||||
|
||||
.feature a span{
|
||||
font-family: arial;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* testimonials */
|
||||
.testimonials{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.testimonials h2{
|
||||
color: #4e4e4e;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 26px;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 80px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.caroufredsel_wrapper{
|
||||
margin: 0 auto!important;
|
||||
}
|
||||
|
||||
.testimonials .testi_slider,{
|
||||
width: 1040px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.testimonials .testi_slider .t{
|
||||
width: 1040px;
|
||||
text-align: center;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.testimonials p{
|
||||
color: #8e8d8d;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.testimonials p.author{
|
||||
color: #686767;
|
||||
font-family: "lato_bold", arial;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.testimonials #t_navigation a{
|
||||
display: inline-block;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
background: #dadada;
|
||||
text-decoration: none;
|
||||
margin-right: 10px;
|
||||
margin-top: 40px;
|
||||
|
||||
border-radius: 100px;
|
||||
-webkit-border-radius: 100px;
|
||||
-moz-border-radius: 100px;
|
||||
-o-border-radius: 100px;
|
||||
}
|
||||
|
||||
.testimonials #t_navigation a.selected{
|
||||
background: #bebebe;
|
||||
}
|
||||
|
||||
.sep_line{
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
width: 13px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.sep_line:after{
|
||||
content: "";
|
||||
display: block;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
background: #dedede;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.sep_top{
|
||||
border-bottom: 1px #dedede solid;
|
||||
margin-bottom: 40px
|
||||
}
|
||||
|
||||
.sep_bottom{
|
||||
border-top: 1px #dedede solid;
|
||||
margin-top: 40px
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Info section */
|
||||
.info{
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.info_pic{
|
||||
display: block;
|
||||
width: 50%;
|
||||
height: 405px;
|
||||
float: left;
|
||||
background: url('/crafty/img/info_img.jpg') no-repeat;
|
||||
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
|
||||
.info_details{
|
||||
display: block;
|
||||
width: 50%;
|
||||
height: 245px;
|
||||
float: left;
|
||||
background: #3b3b3b;
|
||||
padding: 80px 0;
|
||||
}
|
||||
|
||||
.info_details h3{
|
||||
color: #fff;
|
||||
font-family: "lato_bold", arial;
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
max-width: 560px;
|
||||
margin: 0 0 40px 40px;
|
||||
letter-spacing: 1px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.info_details p{
|
||||
color: #ededed;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 16px;
|
||||
max-width: 560px;
|
||||
margin: 0 0 40px 40px;
|
||||
letter-spacing: 1px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.info_details a{
|
||||
color: #fff;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 16px;
|
||||
margin: 0 0 0 40px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.info_details a span{
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Take To Action section */
|
||||
.cta{
|
||||
text-align: center;
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
.cta h3{
|
||||
color: #6b6b6b;
|
||||
font-family: "lato_bold", arial;
|
||||
font-size: 34px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.cta p{
|
||||
color: #7f7c7c;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 17px;
|
||||
margin-top: 20px;
|
||||
letter-spacing: .5px;
|
||||
}
|
||||
|
||||
.cta a.cta_btn{
|
||||
display: inline-block;
|
||||
padding: 20px 60px;
|
||||
background-color: #65bf95;
|
||||
color: #fff;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 20px;
|
||||
text-decoration: none;
|
||||
margin-top: 60px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
|
||||
|
||||
-moz-border-radius: 1px;
|
||||
-webkit-border-radius: 1px;
|
||||
border-radius: 1px;
|
||||
|
||||
}
|
||||
|
||||
.cta a.cta_btn:hover{
|
||||
background: #56b086;
|
||||
}
|
||||
|
||||
.cta .cta_sep{
|
||||
display: block;
|
||||
width: 1px;
|
||||
height: 100px;
|
||||
background: #dedede;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* footer */
|
||||
footer{
|
||||
padding: 100px 0;
|
||||
border-top: 1px #dedede solid;
|
||||
background: #f7f7f7;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer .rights{
|
||||
color: #3b3b3b;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 14px;
|
||||
margin-top: 30px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
footer .rights a{
|
||||
text-decoration: none;
|
||||
font-family: 'lato_bold', arial;
|
||||
font-weight: bold;
|
||||
color: #3b3b3b;
|
||||
}
|
||||
|
||||
a{
|
||||
color: #3b3b3b;
|
||||
}
|
||||
|
||||
|
||||
|
||||
::selection {color:#ffffff;background:#353434;}
|
||||
::-moz-selection {color:#ffffff;background:#353434;
|
658
source/crafty/css/crafty_responsive.css
Normal file
@ -0,0 +1,658 @@
|
||||
/*
|
||||
|
||||
Template Author : pixelhint.com
|
||||
Author Email : contact@pixelhint.com
|
||||
Template Name : Crafty
|
||||
|
||||
|
||||
*****************************************
|
||||
|
||||
|
||||
- Header
|
||||
- Billboard
|
||||
- Services/features
|
||||
- Testimonials
|
||||
- Info section
|
||||
- Take To Action section
|
||||
- footer
|
||||
- Responsive code
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* Fonts */
|
||||
@font-face {
|
||||
font-family: 'lato_regular';
|
||||
src: url('/fonts/lato-regular.eot');
|
||||
src: url('/fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/lato-regular.woff') format('woff'),
|
||||
url('/fonts/lato-regular.ttf') format('truetype'),
|
||||
url('/fonts/lato-regular.svg#LatoRegular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'lato_bold';
|
||||
src: url('/fonts/lato-bold.eot');
|
||||
src: url('/fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/lato-bold.woff') format('woff'),
|
||||
url('/fonts/lato-bold.ttf') format('truetype'),
|
||||
url('/fonts/lato-bold.svg#LatoBold') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'avantgardelt-extralight';
|
||||
src: url('/fonts/avantgardelt-extralight.eot');
|
||||
src: url('/fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
|
||||
url('/fonts/avantgardelt-extralight.woff') format('woff'),
|
||||
url('/fonts/avantgardelt-extralight.ttf') format('truetype'),
|
||||
url('/fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* General CSS*/
|
||||
.wrapper{
|
||||
max-width: 1200px;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
::selection {color:#ffffff;background:#353434;}
|
||||
::-moz-selection {color:#ffffff;background:#353434;}
|
||||
|
||||
.feature a,
|
||||
.cta a.cta_btn,
|
||||
.testimonials #t_navigation a,
|
||||
header ul.social li a,
|
||||
header nav ul li a{
|
||||
transition:all .2s linear;
|
||||
-webkit-transition:all .2s linear;
|
||||
-moz-transition:all .2s linear;
|
||||
-o-transition:all .2s linear;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* header */
|
||||
header{
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
background: #353434;
|
||||
}
|
||||
|
||||
header .logo{
|
||||
float: left;
|
||||
margin-top: 21px;
|
||||
}
|
||||
|
||||
header .menu_icon{
|
||||
display: block;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
background: url('/crafty/img/menu_icon.png') no-repeat;
|
||||
float: right;
|
||||
margin-top: 23px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
header nav{
|
||||
overflow: hidden;
|
||||
display: inline-block;
|
||||
margin: 20px 0 0 40px;
|
||||
padding: 13px 40px;
|
||||
border-left: 1px #404040 solid;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
header nav ul{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
header nav ul li{
|
||||
float: left;
|
||||
margin-left: 35px;
|
||||
font-size: 16px;
|
||||
font-family: 'lato_regular', arial;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
header nav ul li:first-child{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
header nav ul li a {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
header nav ul li a:hover{
|
||||
color: #65bf95;
|
||||
}
|
||||
|
||||
header ul.social{
|
||||
float: right;
|
||||
list-style: none;
|
||||
margin-top: 23px;
|
||||
}
|
||||
|
||||
header ul.social li{
|
||||
float: left;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
header ul.social li a{
|
||||
display: block;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
background: url('/crafty/img/sm.png') no-repeat;
|
||||
}
|
||||
|
||||
header ul.social li a:hover{
|
||||
background: url('/crafty/img/sm_hover.png') no-repeat;
|
||||
}
|
||||
|
||||
header ul.social li a{
|
||||
display: block;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
header ul.social li a.fb{
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
header ul.social li a.twitter{
|
||||
background-position: -36px 0;
|
||||
}
|
||||
|
||||
header ul.social li a.gplus{
|
||||
background-position: -72px 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Billboard */
|
||||
.billboard{
|
||||
width: 100%;
|
||||
height: 580px;
|
||||
background: url("/crafty/img/billboard.jpg") no-repeat center center;
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.billboard .caption{
|
||||
margin-left: 515px;
|
||||
margin-top: 220px;
|
||||
}
|
||||
|
||||
.billboard .caption p{
|
||||
display: inline-block;
|
||||
color: #000;
|
||||
font-family: "avantgardelt-extralight", arial;
|
||||
font-weight: lighter;
|
||||
font-size: 35px;
|
||||
padding: 20px;
|
||||
background: rgba(255, 255, 255, 0.6);
|
||||
margin-bottom: 2px;
|
||||
text-transform: uppercase;
|
||||
z-index: 8888;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Services/features */
|
||||
.features{
|
||||
width: 100%;
|
||||
padding-top: 100px;
|
||||
background: #f7f7f7;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.features .feature{
|
||||
display: block;
|
||||
width: 28.83333333333333%;
|
||||
height: auto;
|
||||
float: left;
|
||||
margin-right: 6.666666666666667%;
|
||||
margin-bottom: 100px;
|
||||
}
|
||||
|
||||
.features .feature:nth-child(3n+0)
|
||||
{
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.feature .ficon{
|
||||
display: block;
|
||||
width: 18.78612716763006%;
|
||||
float: left;
|
||||
margin-right: 11.5606936416185%;
|
||||
}
|
||||
|
||||
.feature .details_exp{
|
||||
display: block;
|
||||
width: 69.36416184971098%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.feature h3{
|
||||
margin-bottom: 20px;
|
||||
color: #767575;
|
||||
font-family: "lato_bold", arial;
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
|
||||
}
|
||||
|
||||
.feature p{
|
||||
margin-bottom: 20px;
|
||||
color: #9e9e9e;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 15px;
|
||||
line-height: 22px;
|
||||
|
||||
}
|
||||
|
||||
.feature a{
|
||||
color: #848484;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 15px;
|
||||
text-decoration: none;
|
||||
letter-spacing: .5px;
|
||||
}
|
||||
|
||||
.feature a:hover{
|
||||
color: #353434;
|
||||
}
|
||||
|
||||
.feature a span{
|
||||
font-family: arial;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Testimonials */
|
||||
.testimonials{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.testimonials h2{
|
||||
color: #4e4e4e;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 26px;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 80px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.caroufredsel_wrapper{
|
||||
max-width: 1040px!important;
|
||||
margin: 0 auto!important;
|
||||
}
|
||||
|
||||
.testimonials .testi_slider{
|
||||
max-width: 1040px!important;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.testimonials .testi_slider .t{
|
||||
max-width: 1040px!important;
|
||||
text-align: center;
|
||||
float: left;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.testimonials p{
|
||||
color: #8e8d8d;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 20px;
|
||||
line-height: 30px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.testimonials p.author{
|
||||
color: #686767;
|
||||
font-family: "lato_bold", arial;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.testimonials #t_navigation a{
|
||||
display: inline-block;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
background: #dadada;
|
||||
text-decoration: none;
|
||||
margin-right: 10px;
|
||||
margin-top: 40px;
|
||||
|
||||
border-radius: 100px;
|
||||
-webkit-border-radius: 100px;
|
||||
-moz-border-radius: 100px;
|
||||
-o-border-radius: 100px;
|
||||
}
|
||||
|
||||
.testimonials #t_navigation a.selected{
|
||||
background: #bebebe;
|
||||
}
|
||||
|
||||
.sep_line{
|
||||
display: block;
|
||||
width: 13.5px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.sep_line:after{
|
||||
content: "";
|
||||
display: block;
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
background: #dedede;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.sep_top{
|
||||
border-bottom: 1px #dedede solid;
|
||||
margin: 0 auto 40px auto;
|
||||
}
|
||||
|
||||
.sep_bottom{
|
||||
border-top: 1px #dedede solid;
|
||||
margin: 40px auto 0 auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Info Section */
|
||||
.info{
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
background: #3b3b3b;
|
||||
}
|
||||
|
||||
.info_pic{
|
||||
display: block;
|
||||
width: 50%;
|
||||
height: 405px;
|
||||
float: left;
|
||||
background: url('/crafty/img/info_img.jpg') no-repeat;
|
||||
|
||||
background-size: cover;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
|
||||
.info_details{
|
||||
display: block;
|
||||
width: 50%;
|
||||
height: 245px;
|
||||
float: left;
|
||||
padding: 80px 0;
|
||||
}
|
||||
|
||||
.info_details h3{
|
||||
color: #fff;
|
||||
font-family: "lato_bold", arial;
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
max-width: 560px;
|
||||
margin: 0 0 3.333333333333333% 40px;
|
||||
letter-spacing: 1px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
.info_details p{
|
||||
color: #ededed;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 16px;
|
||||
max-width: 560px;
|
||||
margin: 0 0 3.333333333333333% 40px;
|
||||
letter-spacing: 1px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.info_details a{
|
||||
color: #fff;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 16px;
|
||||
margin: 0 0 0 40px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.info_details a span{
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Call To Action Section */
|
||||
.cta{
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
||||
.cta h3{
|
||||
color: #6b6b6b;
|
||||
font-family: "lato_bold", arial;
|
||||
font-size: 34px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.cta p{
|
||||
color: #7f7c7c;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 17px;
|
||||
margin-top: 20px;
|
||||
letter-spacing: .5px;
|
||||
}
|
||||
|
||||
.cta a.cta_btn{
|
||||
display: inline-block;
|
||||
padding: 20px 60px;
|
||||
background-color: #65bf95;
|
||||
color: #fff;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 20px;
|
||||
text-decoration: none;
|
||||
margin-top: 60px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
|
||||
|
||||
-moz-border-radius: 1px;
|
||||
-webkit-border-radius: 1px;
|
||||
border-radius: 1px;
|
||||
|
||||
}
|
||||
|
||||
.cta a.cta_btn:hover{
|
||||
background: #56b086;
|
||||
}
|
||||
|
||||
.cta .cta_sep{
|
||||
display: block;
|
||||
width: 1px;
|
||||
height: 100px;
|
||||
background: #dedede;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Footer */
|
||||
footer{
|
||||
padding: 100px 0;
|
||||
border-top: 1px #dedede solid;
|
||||
background: #f7f7f7;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer .rights{
|
||||
color: #3b3b3b;
|
||||
font-family: "lato_regular", arial;
|
||||
font-size: 14px;
|
||||
margin-top: 30px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
footer .rights a{
|
||||
text-decoration: none;
|
||||
font-family: 'lato_bold', arial;
|
||||
font-weight: bold;
|
||||
color: #3b3b3b;
|
||||
}
|
||||
|
||||
a{
|
||||
color: #3b3b3b;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Responsive code */
|
||||
@media (max-width:1200px){
|
||||
.wrapper{
|
||||
padding: 0 40px;
|
||||
}
|
||||
.info_pic,
|
||||
.info_details{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.info_details{
|
||||
height: auto;
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.info_details h3,
|
||||
.info_details p,
|
||||
.info_details a{
|
||||
max-width: 80%;
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin: 40px auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width:1000px){
|
||||
.billboard .caption{
|
||||
text-align: center;
|
||||
margin-left: 0;
|
||||
}
|
||||
.cta{
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width:800px){
|
||||
header .logo{
|
||||
float: none;
|
||||
}
|
||||
|
||||
header .menu_icon{
|
||||
display: block;
|
||||
}
|
||||
|
||||
ul.social{
|
||||
display: none;
|
||||
}
|
||||
|
||||
header nav{
|
||||
display: block;
|
||||
background: #353434;
|
||||
margin: 21px 0 0 0;
|
||||
padding: 0;
|
||||
border-left: 0;
|
||||
border-top: 1px #2c2c2c solid;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
}
|
||||
header nav{
|
||||
border-bottom-left-radius: 2px;
|
||||
-webkit-border-bottom-left-radius: 2px;
|
||||
-moz-border-bottom-left-radius: 2px;
|
||||
-o-border-bottom-left-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
-webkit-border-bottom-right-radius: 2px;
|
||||
-moz-border-bottom-right-radius: 2px;
|
||||
-o-border-bottom-right-radius: 2px;
|
||||
}
|
||||
header nav.show_menu{
|
||||
display: block;
|
||||
}
|
||||
header nav ul li{
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
border-bottom: 1px #2c2c2c solid;
|
||||
}
|
||||
header nav ul li:last-child{
|
||||
border-bottom: 0;
|
||||
}
|
||||
header nav ul li a{
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 20px 0;
|
||||
}
|
||||
header nav ul li a:active{
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 20px 0;
|
||||
background: #2c2c2c;
|
||||
}
|
||||
|
||||
.features .feature{
|
||||
width: 46.66666666666667%;
|
||||
margin-right: 6.666666666666667%!important;
|
||||
}
|
||||
.features .feature:nth-child(2n+2)
|
||||
{
|
||||
margin-right: 0!important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:500px){
|
||||
|
||||
.features .feature{
|
||||
width: 100%;
|
||||
margin-right: 0!important;
|
||||
}
|
||||
|
||||
}
|
99
source/crafty/css/reset.css
Normal file
@ -0,0 +1,99 @@
|
||||
html, body, div, span, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
abbr, address, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, samp,
|
||||
small, strong, sub, sup, var,
|
||||
b, i,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section, summary,
|
||||
time, mark, audio, video {
|
||||
margin:0;
|
||||
padding:0;
|
||||
border:0;
|
||||
outline:0;
|
||||
font-size:100%;
|
||||
vertical-align:baseline;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height:1;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
article,aside,details,figcaption,figure,
|
||||
footer,header,hgroup,menu,nav,section {
|
||||
display:block;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
blockquote, q {
|
||||
quotes:none;
|
||||
}
|
||||
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
content:'';
|
||||
content:none;
|
||||
}
|
||||
|
||||
a {
|
||||
margin:0;
|
||||
padding:0;
|
||||
font-size:100%;
|
||||
vertical-align:baseline;
|
||||
background:transparent;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* change colours to suit your needs */
|
||||
ins {
|
||||
background-color:#ff9;
|
||||
color:#000;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
/* change colours to suit your needs */
|
||||
mark {
|
||||
background-color:#ff9;
|
||||
color:#000;
|
||||
font-style:italic;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
del {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
abbr[title], dfn[title] {
|
||||
border-bottom:1px dotted;
|
||||
cursor:help;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse:collapse;
|
||||
border-spacing:0;
|
||||
}
|
||||
|
||||
/* change border colour to suit your needs */
|
||||
hr {
|
||||
display:block;
|
||||
height:1px;
|
||||
border:0;
|
||||
border-top:1px solid #cccccc;
|
||||
margin:1em 0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
input, select {
|
||||
vertical-align:middle;
|
||||
}
|
BIN
source/crafty/img/billboard.jpg
Normal file
After Width: | Height: | Size: 854 KiB |
BIN
source/crafty/img/icon1.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
source/crafty/img/icon2.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
source/crafty/img/icon3.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
source/crafty/img/icon4.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
source/crafty/img/icon5.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
source/crafty/img/icon6.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
source/crafty/img/info_img.jpg
Normal file
After Width: | Height: | Size: 231 KiB |
BIN
source/crafty/img/logo.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
source/crafty/img/logo_footer.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
source/crafty/img/menu_icon.png
Normal file
After Width: | Height: | Size: 1018 B |
BIN
source/crafty/img/slider_nav.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
source/crafty/img/sm.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
source/crafty/img/sm_hover.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
134
source/crafty/index.html.haml
Normal file
@ -0,0 +1,134 @@
|
||||
!!!
|
||||
%html{lang: "en"}
|
||||
%head
|
||||
%title Crafty | Free HTML5/CSS3 template
|
||||
%meta{charset: "utf-8"}/
|
||||
%meta{content: "width=device-width, initial-scale=1.0, minimum-scale=1.0", name: "viewport"}/
|
||||
%link{href: "crafty/css/reset.css", rel: "stylesheet", type: "text/css"}/
|
||||
%link{href: "crafty/css/crafty_responsive.css", rel: "stylesheet", type: "text/css"}/
|
||||
%script{src: "crafty/js/jquery.js", type: "text/javascript"}
|
||||
%script{src: "crafty/js/carouFredSel.js", type: "text/javascript"}
|
||||
%script{src: "crafty/js/crafty.js", type: "text/javascript"}
|
||||
%body
|
||||
%header
|
||||
.wrapper
|
||||
%img.logo{alt: "Crafty", src: "crafty/img/logo.png"}/
|
||||
%a#menu_icon.menu_icon{href: "#"}
|
||||
%nav#nav_menu
|
||||
%ul
|
||||
%li
|
||||
%a{href: "#"} Our Story
|
||||
%li
|
||||
%a{href: "#"} Price
|
||||
%li
|
||||
%a{href: "#"} Journal
|
||||
%li
|
||||
%a{href: "#"} Contact
|
||||
%ul.social
|
||||
%li
|
||||
%a.fb{href: "#"}
|
||||
%li
|
||||
%a.twitter{href: "#"}
|
||||
%li
|
||||
%a.gplus{href: "#"}
|
||||
|
||||
%section.billboard
|
||||
.wrapper
|
||||
.caption
|
||||
%p Excepteu roccaecat
|
||||
%p sunt culpa officia deserunt
|
||||
|
||||
%section.features
|
||||
.wrapper
|
||||
.feature
|
||||
.ficon
|
||||
%img{alt: "", src: "crafty/img/icon1.png"}/
|
||||
.details_exp
|
||||
%h3 Excepteur sint.
|
||||
%p Coccaecat cupidatat aliqu proident sunt in culpa qui officia deserunt mollit anim.
|
||||
%a{href: "#"}
|
||||
more details
|
||||
%span →
|
||||
.feature
|
||||
.ficon
|
||||
%img{alt: "", src: "crafty/img/icon2.png"}/
|
||||
.details_exp
|
||||
%h3 Excepteur sint.
|
||||
%p Coccaecat cupidatat aliqu proident sunt in culpa qui officia deserunt mollit anim.
|
||||
%a{href: "#"}
|
||||
more details
|
||||
%span →
|
||||
.feature
|
||||
.ficon
|
||||
%img{alt: "", src: "crafty/img/icon3.png"}/
|
||||
.details_exp
|
||||
%h3 Excepteur sint.
|
||||
%p Coccaecat cupidatat aliqu proident sunt in culpa qui officia deserunt mollit anim.
|
||||
%a{href: "#"}
|
||||
more details
|
||||
%span →
|
||||
.feature
|
||||
.ficon
|
||||
%img{alt: "", src: "crafty/img/icon4.png"}/
|
||||
.details_exp
|
||||
%h3 Excepteur sint.
|
||||
%p Coccaecat cupidatat aliqu proident sunt in culpa qui officia deserunt mollit anim.
|
||||
%a{href: "#"}
|
||||
more details
|
||||
%span →
|
||||
.feature
|
||||
.ficon
|
||||
%img{alt: "", src: "crafty/img/icon5.png"}/
|
||||
.details_exp
|
||||
%h3 Excepteur sint.
|
||||
%p Coccaecat cupidatat aliqu proident sunt in culpa qui officia deserunt mollit anim.
|
||||
%a{href: "#"}
|
||||
more details
|
||||
%span →
|
||||
.feature
|
||||
.ficon
|
||||
%img{alt: "", src: "crafty/img/icon6.png"}/
|
||||
.details_exp
|
||||
%h3 Excepteur sint.
|
||||
%p Coccaecat cupidatat aliqu proident sunt in culpa qui officia deserunt mollit anim.
|
||||
%a{href: "#"}
|
||||
more details
|
||||
%span →
|
||||
|
||||
%section.testimonials.wrapper
|
||||
%span.sep_line.sep_top
|
||||
%h2 Testimonials
|
||||
#tslider.testi_slider
|
||||
.t
|
||||
%p Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu pariatur.
|
||||
%p.author John Doe - UX Designer
|
||||
.t
|
||||
%p Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu pariatur.
|
||||
%p.author Jane Eva - SEO Expert
|
||||
.t
|
||||
%p Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu pariatur, Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
%p.author John David - Developer
|
||||
#t_navigation
|
||||
%span.sep_line.sep_bottom
|
||||
|
||||
%section.info
|
||||
.info_pic
|
||||
.info_details
|
||||
%h3 sed do eiusmod tempor incididunt ut labore et dolore.
|
||||
%p Magna aliqua ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat duis aute irure dolor in reprehenderit in voluptate velit esse cillum.
|
||||
%a{href: ""}
|
||||
More Details
|
||||
%span →
|
||||
|
||||
%section.cta
|
||||
%h3 Take Action & buy your copy now!
|
||||
%p excepteur sint occaecat cupidatat non proiden deserunt mollit anim laborum.
|
||||
%a.cta_btn{href: "#"} Sign up now!
|
||||
%span.cta_sep
|
||||
|
||||
%footer
|
||||
%img{alt: "Crafty", src: "crafty/img/logo_footer.png"}/
|
||||
%p.rights
|
||||
Copyright © crafty - All rights reserved, Find more free templates at
|
||||
%a{href: "http://pixelhint.com"} Pixelhint.com
|
||||
|
4255
source/crafty/js/carouFredSel.js
Normal file
30
source/crafty/js/crafty.js
Normal file
@ -0,0 +1,30 @@
|
||||
$(document).ready(function(){
|
||||
|
||||
/* Testimonials Slider */
|
||||
$('#tslider').carouFredSel({
|
||||
circular : true,
|
||||
infinite: false,
|
||||
responsive : true,
|
||||
scroll : {
|
||||
items : 1,
|
||||
fx : "fade"
|
||||
},
|
||||
pagination: {
|
||||
container: "#t_navigation",
|
||||
anchorBuilder: function(nr){
|
||||
return '<a href="#'+nr+'"></a>';
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
/* hide-show mobile menu */
|
||||
$("#menu_icon").click(function(){
|
||||
$("#nav_menu").toggleClass("show_menu");
|
||||
return false;
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
4
source/crafty/js/jquery.js
vendored
Normal file
31
source/index.haml
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: A Fresh Start
|
||||
---
|
||||
|
||||
.row
|
||||
.col-md-8
|
||||
|
||||
%h2 I’m Mark Moser, your digital handyman.
|
||||
|
||||
%p
|
||||
I’m most fond of working in video post production: editing, compositing, and
|
||||
motion graphics. I’m all set up for your HD video needs or putting together that
|
||||
web video you are dreaming up. I can either be your “one man band” for those smaller
|
||||
productions, put together a killer team when you need even greater production value,
|
||||
or be the go-to post production guy you call to join your existing team.
|
||||
|
||||
%p
|
||||
I have experience shooting interviews and putting together short informational
|
||||
videos. I am very comfortable in the whole Adobe Production Suite of tools. I also
|
||||
work with wordpress, developing themes and custom plugins to accomplish tasks not
|
||||
quite covered in the base install.
|
||||
|
||||
%p
|
||||
I want to do great work, with people who also do great work. I love to explore and
|
||||
learn about my world. I enjoy being challenged. I take pleasure in providing creative
|
||||
solutions to specific needs, always keeping the bigger picture in mind. I was raised to
|
||||
work hard and play hard. I have a high value for quality
|
||||
craftsmanship and look forward to getting my hands dirty realizing your vision.
|
||||
|
||||
.col-md-4
|
||||
= partial "partials/side_list"
|
24
source/layouts/layout.html.haml
Normal file
@ -0,0 +1,24 @@
|
||||
!!!
|
||||
/[if lt IE 7] <html class="no-js lt-ie9 lt-ie8 lt-ie7">
|
||||
/ [if IE 7] <html class="no-js lt-ie9 lt-ie8"> <![endif]
|
||||
/ [if IE 8] <html class="no-js lt-ie9"><![endif]
|
||||
%html.no-js
|
||||
%head
|
||||
%meta{charset: "utf-8"}/
|
||||
%meta{content: "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/
|
||||
%meta{content: "width=device-width,initial-scale=1.0", name: "viewport"}/
|
||||
%meta{content: page_description, name: "description"}/
|
||||
%meta{content: page_keywords, name: "keywords"}/
|
||||
%title= page_title
|
||||
= stylesheet_link_tag "all"
|
||||
= javascript_include_tag "vendor/modernizr"
|
||||
= partial "partials/analytics"
|
||||
= yield_content :head
|
||||
%body{class: page_classes}
|
||||
/[if lt IE 8]
|
||||
<haml_loud> partial "partials/compatibility-notice" </haml_loud>
|
||||
= partial "partials/header"
|
||||
.container-fluid
|
||||
= yield
|
||||
= partial "partials/footer"
|
||||
= javascript_include_tag "app"
|
13
source/partials/_analytics.erb
Normal file
@ -0,0 +1,13 @@
|
||||
<% if @analytics_account %>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(["_setAccount", "<%=@analytics_account%>"]);
|
||||
_gaq.push(["_trackPageview"]);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
<% end %>
|
3
source/partials/_compatibility-notice.erb
Normal file
@ -0,0 +1,3 @@
|
||||
<p class="compatibility-notice">
|
||||
Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.
|
||||
</p>
|
7
source/partials/_footer.haml
Normal file
@ -0,0 +1,7 @@
|
||||
%footer
|
||||
%p
|
||||
=link_to 'main', '/'
|
||||
·
|
||||
= link_to 'projects', 'video'
|
||||
%p= mail_to 'mmoser@fullsight.com'
|
||||
%p 309.363.4474
|
18
source/partials/_header.haml
Normal file
@ -0,0 +1,18 @@
|
||||
%nav.navbar.navbar-default{:role => "navigation"}
|
||||
.container-fluid
|
||||
/ Brand and toggle get grouped for better mobile display
|
||||
.navbar-header
|
||||
%button.navbar-toggle.collapsed{"data-target" => "#bs-example-navbar-collapse-1", "data-toggle" => "collapse", :type => "button"}
|
||||
%span.sr-only Toggle navigation
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%span.icon-bar
|
||||
%a.navbar-brand{:href => "/"}
|
||||
= tag :img, src: '/assets/img/ObleyMirror_100.jpg'
|
||||
/ Collect the nav links, forms, and other content for toggling
|
||||
#bs-example-navbar-collapse-1.collapse.navbar-collapse
|
||||
%ul.nav.navbar-nav
|
||||
%li.active
|
||||
%a{:href => "#"} Link
|
||||
%li
|
||||
%a{:href => "#"} Link
|
40
source/partials/_side_list.haml
Normal file
@ -0,0 +1,40 @@
|
||||
%p
|
||||
check out some of
|
||||
= link_to 'my work', 'video'
|
||||
|
||||
%ul
|
||||
%li
|
||||
more video can be found on
|
||||
= link_to 'vimeo', 'http://www.vimeo.com/mmoser'
|
||||
%li
|
||||
I occasionally play on
|
||||
= link_to 'obleys.net', 'http://www.obleys.net'
|
||||
%li
|
||||
and sometimes
|
||||
= link_to 'youtube', 'http://www.youtube.com/user/ObleyWan'
|
||||
%li
|
||||
view my
|
||||
= link_to 'linked in', 'http://www.linkedin.com/in/markamoser'
|
||||
page
|
||||
|
||||
%ul
|
||||
%li= link_to 'skype: fullsightstudios', 'skype:fullsightstudios?userinfo'
|
||||
|
||||
%ul
|
||||
%li
|
||||
= link_to 'bluehost', 'http://www.bluehost.com/track/fullsight'
|
||||
is my preferred shared web host
|
||||
|
||||
%li
|
||||
= link_to 'digital ocean', 'https://www.digitalocean.com/?refcode=0d1758a3ccb2'
|
||||
is my preferred vps host
|
||||
|
||||
%li
|
||||
free cloud storage from
|
||||
= link_to 'dropbox', 'https://www.getdropbox.com/referrals/NTUzODQzOQ'
|
||||
|
||||
%ul
|
||||
%li TEMPLATE TEMP
|
||||
%li= link_to 'blogin', 'blogin'
|
||||
%li= link_to 'blogin-sidebar', 'blogin/article.html'
|
||||
%li= link_to 'crafty', 'crafty'
|