GithubHelp home page GithubHelp logo

govfresh / govfresh.github.io Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 116.15 MB

Design.Technology. Democracy.

Home Page: https://govfresh.com

Ruby 0.01% HTML 98.35% JavaScript 1.34% CSS 0.32%
government civics democracy technology design

govfresh.github.io's Introduction

govfresh.github.io's People

Contributors

lukefretwell avatar

Stargazers

 avatar  avatar

Watchers

 avatar

govfresh.github.io's Issues

Test layouts

  • test layouts in posts to see if can consolidate folders

Set up Figma

  • profile
  • link to site
  • set brand project for feedback

Brand

  • Refine?
  • Add brand assets
  • Update throughout site, socials, etc.

Pagination

Would be great to get this to work on:

  • gamechangers
  • radar
  • thoughts
  • reviews
  • books

Currently works on:

  • /posts

Fix categories include link and categories page(s)

  • nomenclature (topics?)
  • add link to cats in footer
  • /categories
  • show all content types in cat pages
  • cats page title
  • add categories to posts
  • show nav pills on all pages
    <!-- Topics -->

    {% if site.categories %}
    <div class="container-fluid">
        <div class="row">
            <div class="col-sm-12">
                {% if page.categories-title %}
                <h2>{{ page.categories-title }}</h2>
                {% endif %}
                {% if page.categories-description %}
                <p class="lead">{{ page.categories-description }}</p>
                {% endif %}
            </div>
        </div>
        <div class="row">
            <div class="col-sm-12">
                <div class="categories">
                    <ul class="nav nav-pills">
                        {% for category in site.categories %}
                        <li class="nav-item">
                            <a href="{{category.url}}" class="nav-link">{{category|first}}</a>
                        </li>
                        {% endfor %}
                    </ul>
                </div>
            </div>
        </div>
    </div>
    {% endif %}

SVG info

  • download
  • text/title in file
  • remove fill color / height / width
  • save
  • open/get/minimize code
  • paste code into front matter

Set up project management

Create issue templates/labels:

  • thoughts
  • radar
  • gamechangers
  • general
  • ops

Other:

  • Add workflow
  • Set up board
  • Move alls cards to backlog and label

Content strategy

  • sections
  • recurring schedule (posts + newsletter/social)
  • review doc templates

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.