Giter Club home page Giter Club logo

aspinsiders.com's People

Contributors

adrianhopebailie avatar anaerin avatar augustoproiete avatar bradwilson avatar clairernovotny avatar damieng avatar dependabot[bot] avatar devhammer avatar hhariri avatar jamescrowley avatar jamiehowarth0 avatar kbaley avatar krisvandermast avatar maximrouiller avatar mehul avatar michaelschwarz avatar mikewarriner avatar mitchelsellers avatar rjdudley avatar thomasardal avatar vcsjones avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aspinsiders.com's Issues

Convert CSS to SCSS / SASS

The CSS is simple but using SCSS would make it look better. For example, this:

nav {
    background-color: black;
    display: block;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
}

nav ul li a:hover {
    background-color: #333;
}

could be better organized into this:

nav {
    background-color: black;
    display: block;
  ul {
    list-style-type: none;

    li {
      display: inline-block;

      a {
          padding: 15px;
          display: inline-block;
          text-decoration: none;
          color: #FFF;
          font-weight: normal;
          font-size: 12px;

          &:hover {
            background-color: #333;
          }
      }
    }
  }
}

New design suggestions

We should try and get members to vote on a new website design from existing Jekyll themes, suggested by the membership & shortlisted to a handful for voting on.

Requested feature list

Initial ideas for features:

  • Github sync with members activity, showing ASPInsider contributions across the .NET space (not entirely sure how this might work with GH tokens & a static site, but an idea nevertheless)
  • Extended personal bios (Gravatar, social media contact info, optional email address display, personal/professional website, etc.)
  • Blog synchronisation (aspinsiders.com would act as an RSS aggregator, containing excerpts, categories, and linking direct to a member's blog, for SEO purposes)

Please comment to upvote or add other features you'd like to see.

Add HTTPS support to aspinsiders.com

GitHub recently announced support for HTTPS on custom domains hosted on GitHub Pages by partnering with Let's Encrypt who issues the certificates.

We can benefit from that and in order to support HTTPS we just need to change the A records in the DNS settings for our domain.

@ardalis, could you please:

  1. Delete all existing A records for aspinsiders.com

  2. Add the 4 (four) A records below to aspinsiders.com

  • 185.199.108.153
  • 185.199.109.153
  • 185.199.110.153
  • 185.199.111.153

More detailed instructions here if you need.


ps: Please, let me know when it's done, so I can flip the switch on the GitHub settings for HTTPS.

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.