Giter VIP home page Giter VIP logo

design-anchorage's Issues

Fix language menu styles

  • Active language should be different
  • Flags are not centralized to label (FF)
  • Language menu is too wide when there has only short labels and no flags.
  • Language menu arrow position needs to be improved (without flags)

anchorage-langmenu

Use "format_date" instead of "date" filter article dates

Use format_date instead of date filter article dates to show translated month names for enduser.

Current:

<time class="article-date" datetime="{{ article.created_at | date: '%Y-%m-%d' }}">{{ article.created_at | date: "%d. %B %Y" }}, </time>

Should be:

<time class="article-date" datetime="{{ article.created_at | date: '%Y-%m-%d' }}">{{ article.created_at | format_date: "%d. %B %Y" }}, </time>

Prefer format_date filter values like default, long or short over custom format like %d. %B %Y - since month and day order may be different in other languages. Read more: http://www.voog.com/developers/templating/basics/filters#format_date

Footer tweaks

Color: #afafaf
font size 14px
link #4a4a4a
fw 300

Custom fonts are not loaded

Example: In style stylesheets there is reference to assets/roboto-regular.woff but file name is Roboto-Regular.woff.

Blog tweaks

.blog-news-page .article-author, .blog-news-page .article-date โ€“ font-weight 300
.blog-article-page .comments-title โ€“ font-weight 300
.blog-news-page .articles-listing .blog-article .article-date - font-weight 300

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.