Giter VIP home page Giter VIP logo

angular-wordpress-theme's People

Contributors

austinthedeveloper avatar elvismdev avatar michaelapproved avatar royboy789 avatar

Watchers

 avatar  avatar

angular-wordpress-theme's Issues

Build folder

Move all files to the build folder for easier uploading

Integrate taxonomies

  • "work" taxonomy has been created on the Wordpress Admin side but is not coming back when calling the API (/wp-json/wp/v2/taxonomies)
  • The response comes back like this:
"work": [
      21,
      20
],
  • If it came back as the actual name, that could also work.

FTP Improvements

  • Figure out a better way to handle uploading
  • Look into a gulp task for this.
    • Gulp would build all files and then ftp the build folder

Resume Print View

  • Create a toggle that takes the resume data and formats it to a printable page.
  • Add in header information which does not show in the original resume.

Media Queries

  • Add media queries to SCSS
  • Create a menu toggle for smaller screens
    • Replace current menu with md-sidenav

Show dummy text while the page loads

Use lorem ipsum (Maybe bacon ipsum) to show fake data while the real data loads:

.dummy-text {
    cursor: pointer;
    h2, p {     
        color: #e2e2e2;
        background-color: #e2e2e2;
        box-shadow: 0.5em 0 0 #e2e2e2,-0.5em 0 0 #e2e2e2;       
    }
    p {
        display: inline;
        line-height: 2;
    }
}
<div class="dummy-text">
    <h2>Dummy</h2>
    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p>
</div>

Post Updates

  • Add featured image to post list and post
  • Add posted date
  • Create a directive that shows a dummy block of text while the real text loads.

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.