Git Product home page Git Product logo

saagarjha / ucsb-ccs-computing.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ucsb-ccs-computing/ucsb-ccs-computing.github.io

0.0 3.0 0.0 21.63 MB

Website: https://ucsb-ccs-computing.github.io. See also: https://ucsb-cs-ce-profiles.github.io

Home Page: https://ucsb-ccs-computing.github.io

License: MIT License

Ruby 15.16% JavaScript 7.53% HTML 59.10% CSS 17.08% Shell 1.13%

ucsb-ccs-computing.github.io's Introduction

ucsb-ccs-computing.github.io

Jekyll-based website for UCSB CCS Computing program

For shared resources, articles, and student/alumni/faculty profiles.

website: https://ucsb-ccs-computing.github.io

To test locally:

  • One time setup:
    • git clone the repo
    • Install rvm (the Ruby version manager)
    • Run ./setup.sh to install correct ruby version, bundler version, and bundle the gems
  • From then on, to test the site locally:
    • Run `./jekyll.sh
    • Point browser to localhost:4000

Resizing images with Imagemagick

The convert command line utility is available in the Imagemagick package, which is available on CSIL, and can be installed on Mac via homebrew

To convert images of arbitrary size to 300 pixels of height, while maintaining aspect ration, use:

convert -resize x300 orig.jpg 300h.jpg

To convert images of arbitrary size to 50 pixels high,

convert -resize x50 orig.jpg 50h.jpg

ucsb-ccs-computing.github.io's People

Contributors

pconrad avatar lockshaw avatar adelbertc avatar rookie1024 avatar lia-approves avatar asayre avatar coolbeans19 avatar dananguyenucsb avatar jahwffrey avatar jroesch avatar gamrix avatar currentoor avatar kpavery avatar tkonolige avatar eepperly avatar jalexanderqed avatar williamberman avatar

Watchers

James Cloos avatar Saagar Jha avatar  avatar

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.