Giter VIP home page Giter VIP logo

resumecards's Introduction

Hi, I'm Elle Kasai 👋

Product Designer who really like to keep things neat and minimal ✨

resumecards's People

Contributors

chibicode avatar ellekasai 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

resumecards's Issues

Want to add more card

Hi, I want to add more card, I mean more than 9. is it possible if possible than let me know how to do it.
Thanks.

Template resizing bug at 1200px

Thanks for this great template! I've used it for my personal website which I wanted to redo for a long time, and that's exactly the type of simple and clean design I had been looking for.

In the stylesheet, where you override:

$container-large-desktop: 970px;

It should actually be:

$container-desktop: 970px;
$container-large-desktop: 970px;

Otherwise if you resize the browser window from 1200px wide to 1199px, you will notice the layout on the page slightly changing. This is because $container-desktop is 960px by default, a 10px difference.

1200px

image

1199px

image

Make grid column height fit content

I see that the height of the grid is set to 315px (35px for the panel header & 280px for the panel body) using the following code.

.panel-heading {
  height: 35px;
}
.panel-body {
 height: 280px;
}

How do I get the height of each row of the grid to be height of the tallest column in the row so that vital space is not wasted?

Difficult integration with other sites

I am working on integrating your template into my own webpage, and I noticed you used the _posts folder to hold the resume information. I tried creating a new folder _foo, putting the cards in that folder, and changing the line in index.html which reads

 <div class="row">
        {% for card in site.posts %}
          <div class="col-sm-4">

into

 <div class="row">
        {% for card in site.foo %}
          <div class="col-sm-4">

Except the cards would not render.

Thoughts?

Doesn't work with ruby 2.4

When I exec bundle isntall , it occured an error.

$ bundle install

(snip)
Installing minima 2.0.0
Installing unicode-display_width 1.1.2
Using bundler 1.13.7
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    current directory: /home/vagrant/resumecards/vendor/bundle/ruby/2.4.0/gems/json-1.8.3/ext/json/ext/generator
/home/vagrant/.rbenv/versions/2.4.0/bin/ruby -r ./siteconf20170112-9119-nvrcar.rb extconf.rb
creating Makefile

current directory: /home/vagrant/resumecards/vendor/bundle/ruby/2.4.0/gems/json-1.8.3/ext/json/ext/generator
make "DESTDIR=" clean

current directory: /home/vagrant/resumecards/vendor/bundle/ruby/2.4.0/gems/json-1.8.3/ext/json/ext/generator
make "DESTDIR="
compiling generator.c
generator.c: In function ‘generate_json’:
generator.c:861:25: error: ‘rb_cFixnum’ undeclared (first use in this function)
     } else if (klass == rb_cFixnum) {
                         ^
generator.c:861:25: note: each undeclared identifier is reported only once for each function it appears in
generator.c:863:25: error: ‘rb_cBignum’ undeclared (first use in this function)
     } else if (klass == rb_cBignum) {
                         ^
generator.c: At top level:
cc1: warning: unrecognized command line option "-Wno-self-assign"
cc1: warning: unrecognized command line option "-Wno-constant-logical-operand"
cc1: warning: unrecognized command line option "-Wno-parentheses-equality"
cc1: warning: unrecognized command line option "-Wno-tautological-compare"
Makefile:241: recipe for target 'generator.o' failed
make: *** [generator.o] Error 1

make failed, exit code 2

Gem files will remain installed in /home/vagrant/resumecards/vendor/bundle/ruby/2.4.0/gems/json-1.8.3 for inspection.
Results logged to /home/vagrant/resumecards/vendor/bundle/ruby/2.4.0/extensions/x86_64-linux/2.4.0-static/json-1.8.3/gem_make.out

An error occurred while installing json (1.8.3), and Bundler cannot continue.
Make sure that `gem install json -v '1.8.3'` succeeds before bundling.

Because Ruby 2.4 unifies Fixnum and Bignum into Integer.
If you'd like to fix this dependency. ♨️

Way to deploy as subfolder of existing GitHub pages site?

I really like the look of the resume cards. I'd love to deploy this as a subfolder of my main Github Pages website at the root, so that when people visit url.my/resume, they see the resumecards index page.

However, I don't know enough Jekyll fu to make this work. I'm running into include path issues like Liquid Exception: Included file '_includes/nav.html' not found in resume/index.html. Is there a directive I can use to keep the server from trying to use the root as my base path for the resumecards content, yet won't affect the functionality of the root site?

Thanks in advance!

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.