Skip to content

Instantly share code, notes, and snippets.

@alastairparagas
Last active September 1, 2016 19:09
Show Gist options
  • Select an option

  • Save alastairparagas/62e9f20c183e0177f4d06fab01997cb2 to your computer and use it in GitHub Desktop.

Select an option

Save alastairparagas/62e9f20c183e0177f4d06fab01997cb2 to your computer and use it in GitHub Desktop.
Introductory Resources

ACM Introductory Resources

Welcome to Association for Computing Machinery at FIU! Here are some introductory resources that will get you up and running for our upcoming workshops here at ACM!

## What is GitHub? GitHub is an online code repository for the Git code management system. * [CodeSchool Git Playground](https://www.codeschool.com/courses/try-git) * [Quick Git Guide](http://rogerdudler.github.io/git-guide/)

## Website Our official ACM website is [here](http://fiuacm.com)

## What is HTML/CSS/Javascript? HTML stands for Hypertext Markup Language - the principal language to structure content on the web on a way that is easily digestible by both search engines and web browsers. CSS - Cascading Style Sheets, dictates the design of this very content. Last but not least, Javascript allows us to make complex interactions within our content, allowing us to make server-side calls, handle browser-storage, interact with various other web services and so forth. * [HTML Mozilla Guide](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Introduction) * [CSS Mozilla Guide](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_Started/What_is_CSS) * [Eloquent Javascript](http://eloquentjavascript.net) * [Awesome HTML5](https://github.com/diegocard/awesome-html5) * [Awesome Javascript](https://github.com/sorrycc/awesome-javascript)

## Upcoming Hackathons Join us for some exciting hackathons around the nation! Sign up **ASAP**! * [HackGT](https://hackgt.com) * [HackRiddle](http://hackriddle.com) * [MIA Game Jam](http://www.miagamejam.com)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment