Skip to content

Commit 82b073d

Browse files
committed
GitHub page improvements with Docsify
1 parent d447234 commit 82b073d

File tree

10 files changed

+87
-36
lines changed

10 files changed

+87
-36
lines changed

.nojekyll

Whitespace-only changes.

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# BIT Resources
22
Ever evolving list of resources provided by the BIT community. Feel free to do a pull request to add more!
33

4-
{% for item in site.pages %}
5-
## [{{item.title}}]({{site.url}}/bit-resources{{item.url}})
6-
{% endfor %}
4+
## Built With
5+
6+
* [Docsify](https://docsify.now.sh) - A magical documentation site generator.
7+
8+
## Authors
9+
10+
* **Herman Haggerty** - Github:(https://github.com/dubh3124) Slack: @dubh3124
11+
12+
See also the list of [contributors](https://github.com/BlacksInTechnologyOrg/BlacksInTechnologyOrg.github.io/graphs/contributors) who participated in this project.
13+
14+
## Shoutouts
15+
16+
* BIT Leadership
17+
* https://blacksintechnology.net
18+
* Everyone that is contributing projects and resources!

_config.yml

-1
This file was deleted.

_sidebar.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- docs/_sidebar.md -->
2+
3+
* [Home](/)
4+
* [Entrepreneurs](entrepreneurs/README.md)
5+
* [Graphic Designer](graphic-designer/README.md)
6+
* [Web Development](web-development/README.md)
7+
* [Cyber Security](infosec/README.md)
8+
* [Blockchain](blockchain/README.md)

blockchain/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Blockchain Resources Coming Soon!

entrepreneurs/README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Entreprenurial Resources
1+
# Entreprenur
22
Time is important to an entrepreneur! Which is why BIT's very own Business Men and Women have put together a list of resources to help guide the budding bootstrapper. Feel free to add any resources that helped you along the way.
33

4-
> *"Keep going. No matter what." - Reginald Lewis*
4+
> *“There is another way of doing business. Yes, business is about profits, that is the first objective of business. But it also should be about people and about the planet”* - [Mo Ibrahim](https://en.wikipedia.org/wiki/Mohammed_Ibrahim_%28businessman%29)
55
6-
### Financial
6+
## Financial
77
Accounting
88
- Calulate Your Rate - http://www.yourrate.co/
99
- Wave - http://www.waveapps.com/
@@ -14,31 +14,31 @@ Payment Systems
1414
- Stripe - https://stripe.com/
1515
- Chargify - https://www.chargify.com/
1616

17-
### Legal
17+
## Legal
1818
Services
1919
- Rocket Lawyer - https://www.rocketlawyer.com/
2020
- Legal Zoom - https://www.legalzoom.com/
2121

2222
Documents
2323
- Legal Templates - https://legaltemplates.net/
2424

25-
### Data Collection
25+
## Data Collection
2626
- Wufoo - https://www.wufoo.com/
2727
- G Suite (Forms) - https://gsuite.google.com/products/forms/
2828

29-
### Funding
29+
## Funding
3030
- GoFundMe - https://www.gofundme.com/
3131
- Kick Starter - https://www.kickstarter.com/
3232

33-
### Organization
33+
## Organization
3434
Proposal
3535
- BidSketch - http://www.bidsketch.com/
3636
- Bonsai - https://www.hellobonsai.com/
3737

3838
Employee Scheduling
3939
- When I Work - http://wheniwork.com/
4040

41-
### Promotional/Advertisment
41+
## Promotional/Advertisment
4242
Online Promotion
4343
- HootSuite - https://hootsuite.com/
4444
- SumoMe - https://sumome.com/
@@ -47,7 +47,7 @@ Mail Services
4747
- MailChimp - http://www.mailchimp.com/
4848
- Mailgun - https://www.mailgun.com/
4949

50-
### Opportunities (Good for find work and finding workers)
50+
## Opportunities
5151
- Craiglist - https://www.craigslist.org/
5252
- Fiverr - https://www.fiverr.com/
5353
- Freelancer.com - https://www.freelancer.com/
@@ -56,11 +56,11 @@ Mail Services
5656
- UpWork - https://www.upwork.com/
5757
- Working Nomad - http://www.workingnomads.co/
5858

59-
### Books/Readings/Videos
59+
## Books/Readings/Videos
6060
- DO IT! - https://youtu.be/ZXsQAXx_ao0
6161
- Entrepreneurship in The 21st Century - http://futurethinkers.org/david-orban-entrepreneurship/
6262

63-
### Web Hosting
63+
## Web Hosting
6464
- AWS Application Hosting - https://aws.amazon.com/websites/
6565
- Google App Engine - https://cloud.google.com/appengine
6666
- Heroku - https://www.heroku.com/

graphic-designer/README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Graphic Design
22
A list of resources helpful for the person just starting (or kick starting) down a design path
33

4-
# UX:
4+
>*"I find that when people say they want to keep it ‘clean,’ more often than not they’re just a little afraid of taking a chance." - [Gail Anderson](https://www.gailycurl.com/)*
5+
6+
## UX:
57
* http://uxmyths.com/
68
* https://signalvnoise.com/posts/1926-a-shorthand-for-designing-ui-flows
79
* https://designshack.net/category/articles/critique-articles/
810
* https://www.useronboard.com/onboarding-teardowns/
911
* https://www.smashingmagazine.com/2014/12/design-principles-visual-weight-direction/
1012

11-
# HTML/CSS fundamentals and responsive design:
13+
## HTML/CSS fundamentals and responsive design:
1214
* https://codepen.io/mi-lee/post/an-overview-of-html5-semantics
1315
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element
1416
* http://tympanus.net/codrops/css_reference
@@ -21,28 +23,28 @@ A list of resources helpful for the person just starting (or kick starting) dow
2123
* https://bradfrost.github.io/this-is-responsive/patterns.html
2224
* http://bradfrost.com/demo/ish/
2325

24-
# Typography:
26+
## Typography:
2527
* http://fontpair.co/
2628
* https://femmebot.github.io/google-type/
2729
* http://www.typogui.de/
2830
* https://prowebtype.com
2931
* https://www.typewolf.com
3032
* http://practicaltypography.com/typography-in-ten-minutes.html
3133

32-
# Color, Gestalt, and Imagery:
34+
## Color, Gestalt, and Imagery:
3335
* https://material.io/color/
3436
* https://coolors.co/app
3537
* https://css-tricks.com/nerds-guide-color-web/
3638
* https://material.google.com/style/color.html
37-
* https://material.google.com/style/imagery.html#imagery-principles
39+
* https://material.google.com/style/imagery.html##imagery-principles
3840
* https://www.smashingmagazine.com/2014/09/design-principles-connecting-and-separating-elements-through-contrast-and-similarity/
3941
* https://color.adobe.com/create/color-wheel/
4042
* http://javier.xyz/cohesive-colors/
4143
* https://toolness.github.io/accessible-color-matrix/
4244
* http://webaim.org/resources/contrastchecker/
4345
* http://www.colourco.de/
4446

45-
# Inspiration:
47+
## Inspiration:
4648
* http://uxarchive.com/
4749
* http://land-book.com/
4850
* http://niceportfol.io/

index.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Document</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta name="description" content="Description">
8+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9+
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
<script>
14+
window.$docsify = {
15+
name: 'BIT Resources',
16+
repo: '',
17+
loadSidebar: true,
18+
loadNavbar: true,
19+
maxLevel: 4,
20+
subMaxLevel: 2
21+
}
22+
</script>
23+
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
24+
</body>
25+
</html>

infosec/README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,39 @@
1-
# How To Get Started In Cyber Security
1+
# Cyber Security
22

3-
### OS
3+
>*"The father of application security is Bob Abbott"* - Andrew van der Stock in reference to [Bob Abbott](https://www.acsac.org/acsa/memoriam/abbott.pdf)
4+
5+
## OS
46
- Linux
57
- kaliOS
68
- Windows
79
- Programming and scripting
810
- Python
911
- Bash
1012
- Powershell
11-
### Networking
13+
## Networking
1214
- TCP/IP
1315
- Firewalls/Access Control
1416
- OSI Model -https://www.lifewire.com/layers-of-the-osi-model-illustrated-818017
15-
### Certifications
17+
## Certifications
1618
- Security+
1719
- CEH
1820
- CISSP
1921
- CHFI
20-
### Books
22+
## Books
2123
- Linux Shell Scripting - https://www.amazon.com/Linux-Shell-Scripting-Cookbook-Second/dp/1782162747
2224
- Learn Python The Hard Way (Also, is free online) - https://learnpythonthehardway.org/
23-
### Tools (most are in Kali Linux but some are cross platform)
25+
## Tools (most are in Kali Linux but some are cross platform)
2426
- Wireshark
2527
- Nessus
2628
- Netcat
2729
- Tcpdump
2830
- Sysinternal
29-
### Web sites
31+
## Web sites
3032
- https://www.infosecindustry.com/ - Latest News on Security Events
3133
- http://www.professormesser.com/ - Training/Quizzes for Network+, Security+
3234
- https://www.sans.org
3335
- https://www.cybrary.it/ - FREE Online Cyber Security training
34-
### Job titles
36+
## Job titles
3537
- Security Engineer
3638
- Security Analyst
3739
- Information Security Analyst

web-development/README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Web Development
22

3-
### HTML Resources
3+
> *" An award-winning creative director, interdisciplinary artist, photographer, and 18-year veteran of the tech industry. "* - [Sarah Huny Young](http://supremeclientele.co/) *I know... its not a quote but she is a very dope web developer!*
4+
5+
## HTML Resources
46
References
57

68
- HTML Reference - http://htmlreference.io
@@ -10,7 +12,7 @@ References
1012

1113
Tutorials
1214

13-
### CSS Resources
15+
## CSS Resources
1416

1517
Tutorials/Games
1618

@@ -20,28 +22,28 @@ Tutorials/Games
2022
- CSS Reference - https://cssreference.io
2123
- CSS Grid Layout Tutorial Videos - https://gridbyexample.com/video
2224

23-
### JavaScript Resources
25+
## JavaScript Resources
2426

2527
Introduction & Guides - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide
2628
Try jQuery - http://try.jquery.com/
2729
Javascript Is Sexy - http://javascriptissexy.com
2830

2931

30-
### Helpful Web Tools
32+
## Helpful Web Tools
3133
- caniuse? - https://caniuse.com - Determine if a web feature is available on a browser.
3234
- builtwith - https://builtwith.com - List the technologies used by a specific website.
3335

3436

35-
### Command Line Tutorials/Utilities
37+
## Command Line Tutorials/Utilities
3638

3739
- Learn Enough Command Line To Be Dangerous - https://www.learnenough.com/command-line-tutorial
3840
- TLDR.sh - http://tldr.sh/
3941

40-
### Miscellaneous Resource
42+
## Miscellaneous Resource
4143
- Try Git - https://www.codeschool.com/courses/try-git
4244
- Discover Devtools - https://www.codeschool.com/courses/discover-devtools
4345

44-
### Git Tools
46+
## Git Tools
4547
- Pushing to Git from the Command Line - https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
4648
- Gitready - http://gitready.com
4749
- Pro Git - https://git-scm.com/book/en/v2

0 commit comments

Comments
 (0)