Code Monkey home page Code Monkey logo

aijs.rocks's People

Contributors

alex-saunders avatar eleanorhaproff avatar gantman avatar gogul09 avatar jawache avatar osamajandali avatar poshaughnessy avatar teropa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aijs.rocks's Issues

Flash of unstyled content when the page is refreshed

We seem to be inlining the styles, so adding them into the page via style tags like so:

<style id="gatsby-inlined-css">h1,h2,h3,h4,h5,h6.... </style>

This means that the CSS isn't cached in the browser and I think that is what is causing the ugly flash of wrong text font when the page loads or is refreshed.

I can see in the build folder we produce a style.css, I think if we include that instead of inlining the styles it will remove the flash of unstyled content and reduce page size as well.

<style src="/style.css"></style>

Cab we make the font size larger?

My eyesight isn't what it used to be and I'm finding the font really hard to read at its current size. A bit larger and it looks and reads much better.

I've set it to 100%/1.666em (before it's set to 75%/1.666em)

Before ->

screenshot 2018-07-27 15 56 05

After ->

screenshot 2018-07-27 15 55 52

npm run develop fails

the error is:

TypeError: Cannot read property 'childImageSharp' of null
(anonymous function)
src/pages/index.js:93
  90 | <PostTitle>{post.frontmatter.title}</PostTitle>
  91 | <Thumbnail
  92 |   style={{
> 93 |     backgroundImage: `url(${
  94 |       post.frontmatter.thumbnail.childImageSharp.responsiveSizes
  95 |         .src
  96 |     })`
View compiled
new Index
src/pages/index.js:85
  82 | return (
  83 |   <PostsWrapper>
  84 |     {posts
> 85 |       .filter(post => post.node.frontmatter.title.length > 0)
  86 |       .map(({ node: post }) => {
  87 |         return (
  88 |           <Post key={post.id}>

Submission instructions incorrect

Not sure if I'm 100% correct on this but the submission instructions indicate that you should 'create a folder inside /pages/', should this not be /pages/inspire? as this is where the showcased projects live?

Initial Design

Basic version.

  • No Tags
  • No Search
  • No Blog
  • Simpe Menu
  • Responsive

Add submission page

Add a submission page with instructions on how to submit, rules for what submissions we accept and format of the submission (images, markdown, essential fields etc...)

Add meta data to head for sharing on twitter and facebook

Proper Titles
Proper Description
Proper Image
Twitter Tags
Facebook OpenGraph Tags

E.g. view mine from codecraft.tv


<!-- Open Graph -->
  | <meta name="description" content="The way think about these two different ways of binding is in terms of inputs and outputs.   With the [] we are binding to an input of a Component.  With the () we are binding to an output of a Component.   This is what we call one-way data binding, since data only flows one way, either into or out … ">
  | <meta property="og:title" content="Property &amp; Event Binding • Quickstart • Angular 5">
  | <meta property="og:description" content="The way think about these two different ways of binding is in terms of inputs and outputs.   With the [] we are binding to an input of a Component.  With the () we are binding to an output of a Component.   This is what we call one-way data binding, since data only flows one way, either into or out … ">
  | <meta property="og:image" content="https://www.codecraft.tv/assets/images/site/codecraft-cover-v1.jpg">
  | <meta property="og:type" content="article">
  | <meta property="og:site_name" content="CodeCraft">
  |  
  | <!-- Twitter Card data -->
  | <meta name="twitter:card" content="summary">
  | <meta name="twitter:site" content="@jawache">
  | <meta name="twitter:title" content="Property &amp; Event Binding • Quickstart • Angular 5">
  | <meta name="twitter:description" content="The way think about these two different ways of binding is in terms of inputs and outputs.   With the [] we are binding to an input of a Component.  With the () we are binding to an output of a Component.   This is what we call one-way data binding, since data only flows one way, either into or out … ">
  | <meta name="twitter:creator" content="@jawache">
  | <meta name="twitter:image:src" content="https://www.codecraft.tv/assets/images/site/codecraft-cover-v1.jpg">

 

Need to add in helmet in layouts/index.js

Thumbnails don't work

Can't add "local" files as thumbnails to pages, only links to something already hosted.

Content only scrolls when mouse is over content area

Was quite confusing to figure out :/ scrolling only works when on the content area. Can we have the left/right panels static/fixed perhaps instead so scrolling anywhere on the page will scroll the whole page?

kgxhmiq3or

Styles for source code

Can we add a source code formatter, currently just shows as smaller

 text. If we can have a dark background to the source code I would <3 that!

screenshot 2018-07-27 15 54 58

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.