Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
added links to each header in style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tylucaskelley committed Oct 17, 2015
1 parent d2ebb61 commit cbaeea7
Show file tree
Hide file tree
Showing 46 changed files with 6,212 additions and 63 deletions.
3 changes: 2 additions & 1 deletion README.md
@@ -1,4 +1,5 @@
frontend-nanodegree-styleguide
==============================

View the style guide at http://udacity.github.io/frontend-nanodegree-styleguide/
* Run `bower install` before working on it!
* View the style guide at http://udacity.github.io/frontend-nanodegree-styleguide/
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -24,6 +24,7 @@
"tests"
],
"dependencies": {
"normalize.css": "~3.0.2"
"normalize.css": "~3.0.2",
"font-awesome": "~4.4.0"
}
}
37 changes: 37 additions & 0 deletions bower_components/font-awesome/.bower.json
@@ -0,0 +1,37 @@
{
"name": "font-awesome",
"description": "Font Awesome",
"keywords": [],
"homepage": "http://fontawesome.io",
"dependencies": {},
"devDependencies": {},
"license": [
"OFL-1.1",
"MIT",
"CC-BY-3.0"
],
"main": [
"less/font-awesome.less",
"scss/font-awesome.scss"
],
"ignore": [
"*/.*",
"*.json",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
],
"version": "4.4.0",
"_release": "4.4.0",
"_resolution": {
"type": "version",
"tag": "v4.4.0",
"commit": "f2cc73da12f0e6d828bc2daaa72bff457067bf39"
},
"_source": "git://github.com/FortAwesome/Font-Awesome.git",
"_target": "~4.4.0",
"_originalSource": "font-awesome",
"_direct": true
}
33 changes: 33 additions & 0 deletions bower_components/font-awesome/.gitignore
@@ -0,0 +1,33 @@
*.pyc
*.egg-info
*.db
*.db.old
*.swp
*.db-journal

.coverage
.DS_Store
.installed.cfg
_gh_pages/*

.idea/*
.svn/*
src/website/static/*
src/website/media/*

bin
cfcache
develop-eggs
dist
downloads
eggs
parts
tmp
.sass-cache
node_modules

src/website/settingslocal.py
stunnel.log

.ruby-version
.bundle
42 changes: 42 additions & 0 deletions bower_components/font-awesome/.npmignore
@@ -0,0 +1,42 @@
*.pyc
*.egg-info
*.db
*.db.old
*.swp
*.db-journal

.coverage
.DS_Store
.installed.cfg
_gh_pages/*

.idea/*
.svn/*
src/website/static/*
src/website/media/*

bin
cfcache
develop-eggs
dist
downloads
eggs
parts
tmp
.sass-cache
node_modules

src/website/settingslocal.py
stunnel.log

.ruby-version

# don't need these in the npm package.
src/
_config.yml
bower.json
component.json
composer.json
CONTRIBUTING.md
Gemfile
Gemfile.lock
7 changes: 7 additions & 0 deletions bower_components/font-awesome/HELP-US-OUT.txt
@@ -0,0 +1,7 @@
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fonticons (https://fonticons.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.

Please. Check it out.

-Dave Gandy
22 changes: 22 additions & 0 deletions bower_components/font-awesome/bower.json
@@ -0,0 +1,22 @@
{
"name": "font-awesome",
"description": "Font Awesome",
"keywords": [],
"homepage": "http://fontawesome.io",
"dependencies": {},
"devDependencies": {},
"license": ["OFL-1.1", "MIT", "CC-BY-3.0"],
"main": [
"less/font-awesome.less",
"scss/font-awesome.scss"
],
"ignore": [
"*/.*",
"*.json",
"src",
"*.yml",
"Gemfile",
"Gemfile.lock",
"*.md"
]
}

0 comments on commit cbaeea7

Please sign in to comment.