Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongheeyeun authored and heeyeun jeong committed Mar 28, 2017
1 parent 654b387 commit 7fec22b
Show file tree
Hide file tree
Showing 41 changed files with 2,977 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs/.sass-cache/
docs/_site/
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: bash
before_deploy:
- ./build_release
deploy:
provider: releases
api_key:
secure: IfN8+NuE8cjF+5jSv9wEj2l66gSD75RIgZZTJ/qkasn032lMIFyHicfq4X2p9XbAzEVC3tUOa5XhQnXIhLNv1LNg6mE5D966s9/0BJUjIkP0UscrYFfAEnAqD1ge3CiqZKnLWDwXHj951E5RRHUjMTtKUi0aO8e505HK+V2tSnctK/qtAjO8oWLPSQyzUBpkQMIaw1OOFMaL+eouFrTwykgMpmvAtKwDK1Ne/+hqYVhfZaFBjnQ6HmrPkUIFAyNAWZuLFwTVP19wZfjPQj+Mu9j6OR43lsaicQ5eLZ9AlsRldugkg2wM4TnTB18GpSFBhMHVyiMIZRPop3+VSwdqZSQUSZb91a7P0+R+YkTeI4pcSRwCeJOAnb+MNyXfFbPBvEYaeFRLTyPavbBcMPewsWIlAHaC9fEVOYO7PLWbHctf8MjXktMGK0ya8nBiihWTamq0i5VKfUff5w7hUwzrToRejWxF+Cdd7BhVGsWr6kf5k1Kn0Gad5RTDRkNZWNF+m6F14htnrVN8IO56RZkQnT9ReQjJABJZXnLoumfoyHyL8XZpOQOQzDLRMDUQRCkuh4OsC8r9uASM7/Yj436uk/TumlW5/fbrrYwlMlrI6bpAFTEy1xNgyEZ0zUZ/ecOeuwu7ATpgI64TiPgHQZcwitJvR6yPcYZbK3NKBeaod+s=
file: release/open-arrow.zip
on:
tags: true
repo: yeun/open-arrow
13 changes: 13 additions & 0 deletions build_release
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
set -e

release_tag="${TRAVIS_TAG:-"$(git tag | tail -n 1)"}";
project_root="$(pwd)";
release_base_dir="$project_root/release";

mkdir -p "$release_base_dir";
zip release/open-arrow.zip fonts/*

echo "Release $release_tag";
echo "${TRAVIS_REPO_SLUG:-"origin"}/${TRAVIS_BRANCH:-"master"}";
echo "release done.";
120 changes: 120 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
baseurl: /open-arrow
host: 0.0.0.0
markdown: kramdown
highlighter: rouge

oa-version: 1.0.0
glyph-name: [
"leftwards arrow",
"upwards arrow",
"rightwards arrow",
"downwards arrow",
"left right arrow",
"up down arrow",
"north west arrow",
"north east arrow",
"south east arrow",
"south west arrow",
"leftwards arrow with stroke",
"rightwards arrow with stroke",
"leftwards wave arrow",
"rightwards wave arrow",
"leftwards two headed arrow",
"upwards two headed arrow",
"rightwards two headed arrow",
"downwards two headed arrow",
"leftwards arrow with tail",
"rightwards arrow with tail",
"leftwards arrow from bar",
"upwards arrow from bar",
"rightwards arrow from bar",
"downwards arrow from bar",
"up down arrow with base",
"leftwards arrow with hook",
"rightwards arrow with hook",
"leftwards arrow with loop",
"rightwards arrow with loop",
"left right wave arrow",
"left right arrow with stroke",
"downwards zigzag arrow",
"upwards arrow with tip leftwards",
"upwards arrow with tip rightwards",
"downwards arrow with tip leftwards",
"downwards arrow with tip rightwards",
"rightwards arrow with corner downwards",
"downwards arrow with corner leftwards",
"anticlockwise top semicircle arrow",
"clockwise top semicircle arrow",
"north west arrow to long bar",
"leftwards arrow to bar over rightwards arrow to bar",
"anticlockwise open circle arrow",
"clockwise open circle arrow",
"leftwards harpoon with barb upwards",
"leftwards harpoon with barb downwards",
"upwards harpoon with barb rightwards",
"upwards harpoon with barb leftwards",
"rightwards harpoon with barb upwards",
"rightwards harpoon with barb downwards",
"downwards harpoon with barb rightwards",
"downwards harpoon with barb leftwards",
"rightwards arrow over leftwards arrow",
"upwards arrow leftwards of downwards arrow",
"leftwards arrow over rightwards arrow",
"leftwards paired arrows",
"upwards paired arrows",
"rightwards paired arrows 1",
"downwards paired arrows",
"leftwards harpoon over rightwards harpoon",
"rightwards harpoon over leftwards harpoon",
"leftwards double arrow with stroke",
"left right double arrow with stroke",
"rightwards double arrow with stroke",
"leftwards double arrow",
"upwards double arrow",
"rightwards double arrow",
"downwards double arrow",
"left right double arrow",
"up down double arrow",
"north west double arrow",
"north east double arrow",
"south east double arrow",
"south west double arrow",
"leftwards triple arrow",
"rightwards triple arrow",
"leftwards squiggle arrow",
"rightwards squiggle arrow",
"upwards arrow with double stroke",
"downwards arrow with double stroke",
"leftwards dashed arrow",
"upwards dashed arrow",
"rightwards dashed arrow",
"downwards dashed arrow",
"leftwards arrow to bar",
"rightwards arrow to bar",
"leftwards thick arrow",
"upwards thick arrow",
"rightwards thick arrow",
"downwards thick arrow",
"upwards thick arrow from bar 1",
"upwards thick arrow from bar",
"upwards thick arrow on pedestal with horizontal bar",
"upwards thick arrow on pedestal with vertical bar",
"upwards thick double arrow",
"upwards thick double arrow on pedestal",
"rightwards thick arrow from wall",
"north west arrow to corner",
"south east arrow to corner",
"up down thick arrow",
"right arrow with small circle",
"downwards arrow leftwards of upwards arrow",
"rightwards paired arrows",
"leftwards arrow with vertical stroke",
"rightwards arrow with vertical stroke",
"left right arrow with vertical stroke",
"leftwards arrow with double vertical stroke",
"rightwards arrow with double vertical stroke",
"left right arrow with double vertical stroke",
"leftwards open headed arrow",
"rightwards open headed arrow",
"left right open headed arrow"
]
48 changes: 48 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Open Arrow</title>
<link rel="shortcut icon" href="{{ site.baseurl }}/asset/favicon/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/asset/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{ site.baseurl }}/asset/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="{{ site.baseurl }}/asset/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="{{ site.baseurl }}/asset/favicon/favicon-16x16.png" sizes="16x16" />
<meta name="description" content="An arrow symbol font which contains between U+2190 and U+21ff" />
<meta name="application-name" content="Open Arrow"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="{{ site.baseurl }}/asset/favicon/mstile-144x144.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@_heeyeun">
<meta name="twitter:creator" content="@_heeyeun" />
<meta property="og:title" content="Open Arrow" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yeun.github.io/open-arrow/" />
<meta property="og:description" content="Arrow glyph webfont" />
<meta property="og:image" content="https://yeun.github.io/open-arrow/asset/images/og-image.png" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-52837717-4', 'auto');
ga('send', 'pageview');

</script>
</head>
<body>
<div class="container">
<div class="navigation">
<a class="blog-logo" href="{{ site.baseurl }}/"></a>
<a class="btn btn-download" href="https://github.com/yeun/open-arrow/releases/download/v{{ site.oa-version }}/open-arrow.zip" download>Download fonts</a>
</div>
{{ content }}
</div>
</body>
</html>
54 changes: 54 additions & 0 deletions docs/_sass/_basecoat.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
// Basecoat
// ───────────────────────────────────

html {
box-sizing: border-box;
font-size: $font-size-base;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

body {
color: $text-color;
font-family: $font-family-base;
font-size: $font-size-base;
line-height: $line-height-base;
-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

@include mobile {
font-size: 14px;
}
}

a {
color: $link-color;
text-decoration: none;

&:focus,
&:hover {
color: $link-hover-color;
}
}

section {
margin-bottom: 60px;
}

ol, ul {
padding-left: 0;
}
ol li {
list-style-position: inside;
margin-bottom: 1em;
line-height: 1.5;
}

::selection {
background: $selection-bg;
}
57 changes: 57 additions & 0 deletions docs/_sass/_grid.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
// Clearfix
// ───────────────────────────────────

@mixin clearfix() {
&:before,
&:after {
content: " "; // 1
display: table; // 2
}
&:after {
clear: both;
}
}

.clearfix {
@include clearfix();
}


// Container
// ───────────────────────────────────

.container {
@include clearfix();
margin-left: auto;
margin-right: auto;
padding-left: $container-padding-base;
padding-right: $container-padding-base;
max-width: 700px;

@media (max-width: 543px) {
padding-left: $container-padding-lg;
padding-right: $container-padding-lg;
}
@media (min-width: 1200px) {
max-width: 1400px;
}
@media (min-width: 1800px) {
max-width: 2100px;
}
@media (min-width: 2400px) {
max-width: 2700px;
}
@media (min-width: 2900px) {
max-width: 3600px;
}
}


// Mobile
// ───────────────────────────────────

@mixin mobile() {
@media (max-width: 543px) {
@content
}
}
49 changes: 49 additions & 0 deletions docs/_sass/_navbar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
// Navbar
// ───────────────────────────────────

a.blog-logo {
display: inline-block;
width: 100px;
height: 70px;
background: url('../asset/images/logo.svg') no-repeat;
background-size: 40px 40px;
fill: $oc-gray-0;
background-position: center left;
vertical-align: top;
}

.navigation .btn {
display: inline-block;
margin: 11px 0;
padding: 12px 16px;
font-size: 16px;
font-weight: 600;
line-height: 1;
color: $text-color;
white-space: nowrap;
text-align: center;
vertical-align: middle;
border: 2px dotted $text-color;
border-radius: 6px;
-webkit-user-select: select; // For unselecting text on the page
-moz-user-select: select;
-ms-user-select: select; // IE10+
user-select: select;
transition: background 0.2s ease,
color 0.1s ease,
border-color 0.2s ease;

&:hover,
&:focus,
&:active {
color: $oc-red-7;
border-color: $oc-red-6;
background-color: rgba($oc-red-0, 0.5);
outline: 0;
text-decoration: none;
}
}

.btn-download {
float: right;
}
Loading

0 comments on commit 7fec22b

Please sign in to comment.