Skip to content

Commit

Permalink
Some edits from months ago
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jones-Evans committed Jun 30, 2018
1 parent f59a89d commit a27336e
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 12 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Intro to Git & Github :octocat:
# Intro to Command Line, Git & GitHub :octocat:

**Presented by [Girl Develop It, Dayton](http://gdidayton.com)**
Much Love to, Forked from [tcmacdonald](https://github.com/tcmacdonald) from [gdicincy](http://git.gdicincy.com/).
Expand Down Expand Up @@ -35,7 +35,8 @@ Sign up for free at [https://github.com/join](https://github.com/join).

Resource|URL
---|---
Slides|[http://kevinjonesevans.github.io/intro-to-git/#/](http://kevinjonesevans.github.io/intro-to-git/#/)
Part One: Intro to Bash|[https://github.com/kevinjonesevans/intro-to-git/blob/master/bash.md](https://github.com/kevinjonesevans/intro-to-git/blob/master/bash.md)
Part Two: Intro to Git|[https://github.com/kevinjonesevans/intro-to-git/blob/master/git.md](https://github.com/kevinjonesevans/intro-to-git/blob/master/git.md)
Starter Kit|[https://github.com/kevinjonesevans/intro-to-git-starter-kit](https://github.com/kevinjonesevans/intro-to-git-starter-kit)
Intro|[Intro Slides](https://gdidayton.github.io/intro-to-git/intro-slides.html)
Slides|[http://gdidayton.com/intro-to-git/#/](https://gdidayton.github.io/intro-to-git/#/)
Part One: Intro to Bash|[https://github.com/gdidayton/intro-to-git/blob/master/bash.md](https://github.com/gdidayton/intro-to-git/blob/master/bash.md)
Part Two: Intro to Git|[https://github.com/gdidayton/intro-to-git/blob/master/git.md](https://github.com/gdidayton/intro-to-git/blob/master/git.md)
Starter Kit|[http://bit.ly/intro-to-git-starter-kit](http://bit.ly/intro-to-git-starter-kit)
12 changes: 6 additions & 6 deletions bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,13 @@ The outline below is provided as a handy reference of the commands we'll cover i
---

`wget` - Download a file.
`curl` - Download a file.

> __Required Arguments:__
> File url... `wget <url>`
> File url... `curl -O <url>`
> __Hint:__
> Try executing this... `wget http://www.gutenberg.org/files/2600/pg2600.txt`
> __Note for Mac Users:__
> If you don't have `wget` try this... `curl -O http://www.gutenberg.org/files/2600/pg2600.txt`
> Try executing this... `curl -O https://github.com/git/git/blob/master/Documentation/giteveryday.txt`
---

Expand Down Expand Up @@ -162,6 +159,9 @@ The outline below is provided as a handy reference of the commands we'll cover i
> __Hints:__
> Exit a man page by pressing the 'q' key on your keyboard.
> __Note For Windows Users...__
> Use this command instead... `help` or `--help`
`history` - Show command history
> __Special Characters:__
> Recall previous command... `!!`
Expand Down
Binary file added images/gdi-dayton-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mile_two.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wbi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions intro-slides.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
<link rel="stylesheet" href="css/reveal.css" />
<link rel="stylesheet" href="css/gdilight.css" />
<link rel="stylesheet" href="css/zenburn.css" />
<link rel="stylesheet" href="stylesheets/app.css" />
</head>
<body>

<div class="reveal"><div class="slides"><section data-markdown="intro-slides.md" data-separator="^---" data-separator-notes="^Note:"></section></div></div>

<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/lib/js/head.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/js/reveal.js"></script>
<script type="text/javascript" charset="utf-8">
Reveal.initialize({
history: true,
center: true,
progress: true,
dependencies: [
// Cross-browser shim that fully implements classList - https://github.com/eligrey/classList.js/
{ src: '//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/lib/js/classList.js', condition: function() { return !document.body.classList; } },
// Interpret Markdown in <section> elements
{ src: '//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: '//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
// Syntax highlight for <code> elements
{ src: '//cdnjs.cloudflare.com/ajax/libs/reveal.js/3.1.0/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});

</script>
</body>
</html>
53 changes: 53 additions & 0 deletions intro-slides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
![Girl Develop It](images/gdi-dayton-logo.png) <!-- .element: class="no-border" -->

#### Network: WBI 2nd Street
#### Password: 2ndStreet
#### Slides: [http://bit.ly/gdi-dayton-intro-to-git](http://bit.ly/gdi-dayton-intro-to-git)

While you wait for class to begin, get on the wifi, bring up the slides and go through the prerequistes for class.

---
![Girl Develop It](images/gdi-dayton-logo.png) <!-- .element: class="no-border" -->
## Introduction to Command Line, Git & GitHub</h3>
Brought to you by [Girl Develop It Dayton](www.gdidayton.com)

[@GDIDayton](http://www.twitter.com/gdidayton)

Presented by [Kevin Jones-Evans](http://www.twitter.com/kevinjonesevans)

Teaching assistants are Ren & K.C.

---
### Welcome!
Girl Develop It is here to provide affordable and accessible programs to learn software through mentorship and hands on instruction.
#### Some "rules"

* We are here for you!
* Every question is important
* Help each other
* Have fun

---
## Thanks to our location sponsor:

![WBI](images/wbi.png)

---
## Thanks to our snacks sponsor:

<img src="images/mile_two.png" height="600px">


---
## A few quick announcements
* WiFi Network is WBI 2nd Street the password is 2ndStreet
* Restrooms are down the hall and to the left
* Please be respectful!
---
### Introductions
* Who are you?
* What do you hope to get out of the class?
* What is your favorite fall beverage?
---

# Alright let's get started!
3 changes: 2 additions & 1 deletion slides.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![Girl Develop It](http://gdicincy.com/images/gdi-badge-250x250.png) <!-- .element: class="no-border" -->
![Girl Develop It](images/gdi-dayton-logo.png) <!-- .element: class="no-border" -->

[See everything in the repo](https://github.com/gdidayton/intro-to-git)
---

## Version Control <small class="gray">And Related Topics</small>
Expand Down
5 changes: 5 additions & 0 deletions stylesheets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@
.reveal .slides{
top: 0;
}
.reveal section img{
background: none;
border: none;
box-shadow: none;
}

0 comments on commit a27336e

Please sign in to comment.