Skip to content
Snippets Groups Projects
Commit 71588fbc authored by Sylvain Arreckx's avatar Sylvain Arreckx
Browse files

Initial release

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 543 additions and 0 deletions
{
"directory": "bower_components"
}
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
node_modules
bower_components
dist
*.log
.sass-cache
.grunt
.DS_Store
\ No newline at end of file
{
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"white": true
}
{
"generator-reveal": {
"presentationTitle": "Débuter avec Git et Github",
"packageVersion": "0.0.1",
"useSass": false
}
}
\ No newline at end of file
# Generated on 2013-11-27 using generator-reveal 0.3.2
module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-gh-pages'
grunt.initConfig
"gh-pages":
"gh-pages":
options:
base: "dist"
src: [ '**' ]
watch:
livereload:
options:
livereload: true
files: [
'index.html'
'slides/*.md'
'slides/*.html'
'js/*.js'
]
index:
files: [
'templates/_index.html'
'templates/_section.html'
'slides/list.json'
]
tasks: ['buildIndex']
coffeelint:
files: ['Gruntfile.coffee']
tasks: ['coffeelint']
jshint:
files: ['js/*.js']
tasks: ['jshint']
connect:
livereload:
options:
port: 9000
# Change hostname to '0.0.0.0' to access
# the server from outside.
hostname: 'localhost'
base: '.'
open: true
livereload: true
coffeelint:
options:
indentation:
value: 4
all: ['Gruntfile.coffee']
jshint:
options:
jshintrc: '.jshintrc'
all: ['js/*.js']
copy:
dist:
files: [{
expand: true
src: [
'slides/**'
'bower_components/**'
'css/**'
'js/**'
'img/**'
'favicon.ico'
]
dest: 'dist/'
},{
expand: true
src: ['index.html']
dest: 'dist/'
filter: 'isFile'
}]
# Load all grunt tasks.
require('load-grunt-tasks')(grunt)
grunt.registerTask 'buildIndex',
'Build index.html from templates/_index.html and slides/list.json.',
->
indexTemplate = grunt.file.read 'templates/_index.html'
sectionTemplate = grunt.file.read 'templates/_section.html'
slides = grunt.file.readJSON 'slides/list.json'
html = grunt.template.process indexTemplate, data:
slides:
slides
section: (slide) ->
grunt.template.process sectionTemplate, data:
slide:
slide
grunt.file.write 'index.html', html
grunt.registerTask 'test',
'*Lint* javascript and coffee files.', [
'coffeelint'
'jshint'
]
grunt.registerTask 'server',
'Run presentation locally and start watch process (living document).', [
'buildIndex'
'connect:livereload'
'watch'
]
grunt.registerTask 'dist',
'Save presentation files to *dist* directory.', [
'test'
'buildIndex'
'copy'
]
# Define default task.
grunt.registerTask 'default', [
'test'
'server'
]
# Git Training
## Dependencies
- node
- yeoman
- bower
- grunt
## Installation
- Update your system
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential openssl libssl-dev curl
```
- Install Node
```
sudo apt install npm
npm install --global npm@latest
```
- Install Yeoman, bower and grunt
```
npm install --global yo
npm install -g generator-reveal
npm install -g grunt-cli
npm install -g bower
```
- Install other dependencies
```
npm install && bower install
```
## Serve
```
grunt
```
## Adding a new slide:
```bash
$ yo reveal:slide --markdown --attributes --notes "Slide Title"
```
## Publish to Github Pages
```bash
grunt dist
grunt gh-pages
```
## TODO
1. Use http://www.commitstrip.com/wp-content/uploads/2013/11/Strips-_Old-650-finalfinal1.jpg
{
"name": "debuter-avec-git-et-github",
"version": "0.0.1",
"dependencies": {
"reveal.js": "9da2921b7452204b99cd1b3e448e22735f16c751"
}
}
To modify your generated font, use the *dev.svg* file, located in the *fonts* folder in this package. You can import this dev.svg file to the IcoMoon app. All the tags (class names) and the Unicode points of your glyphs are saved in this file.
See the documentation for more info on how to use this package: http://icomoon.io/#docs/font-face
\ No newline at end of file
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
<iconset grid="13"></iconset>
</metadata>
<defs>
<font id="icomoon" horiz-adv-x="416" >
<font-face units-per-em="416" ascent="384" descent="-32" />
<missing-glyph horiz-adv-x="416" />
<glyph class="hidden" unicode="&#xf000;" d="M0,384L 416 -32L0 -32 z" horiz-adv-x="0" />
<glyph unicode="&#x67;" d="M 208,46.044c-7.781,0-15.563,4.028-23.62,12.086c-3.173,3.173-3.173,8.318,0,11.491c 3.173,3.172, 8.318,3.172, 11.491,0
C 200.83,64.661, 204.797,62.25, 208,62.25c 3.202,0, 7.17,2.411, 12.13,7.37c 3.174,3.172, 8.317,3.172, 11.491,0
c 3.173-3.173, 3.173-8.318,0-11.491C 223.563,50.072, 215.781,46.044, 208,46.044zM 0,170.519 C 0,150.25 1.733,131.876 5.2,115.398 C 8.667,98.921 13.542,84.629 19.825,72.526 C 26.108,60.423 34.053,49.815 43.658,40.7 C 53.263,31.585 63.699,24.076 74.966,18.17 C 86.233,12.265 99.124,7.488 113.641,3.843 C 128.157,0.198 142.927-2.354 157.949-3.813 C 172.971-5.271 189.511-6 207.566-6 C 225.621-6 242.196-5.273 257.29-3.814 C 272.385-2.356 287.191,0.196 301.706,3.842 C 316.223,7.488 329.152,12.263 340.49,18.169 C 351.829,24.075 362.338,31.585 372.014,40.698 C 381.693,49.813 389.674,60.421 395.956,72.524 C 402.241,84.628 407.153,98.92 410.691,115.396 C 414.23,131.874 415.999,150.248 415.999,170.516 C 415.999,206.827 404.731,238.105 382.199,264.353 C 383.499,267.853 384.618,271.863 385.557,276.384 C 386.495,280.904 387.398,287.284 388.264,295.523 C 389.133,303.762 388.807,313.278 387.29,324.068 C 385.773,334.859 382.922,345.869 378.732,357.096 L 375.482,357.754 C 373.316,358.191 369.778,358.046 364.866,357.315 C 359.956,356.586 354.213,355.275 347.642,353.378 C 341.070,351.484 332.584,347.728 322.183,342.114 C 311.784,336.5 300.806,329.391 289.25,320.788 C 269.605,326.767 242.523,333.022 208,333.022 C 173.478,333.022 146.322,326.767 126.535,320.788 C 114.978,329.393 103.965,336.465 93.493,342.006 C 83.020,347.548 74.642,351.339 68.359,353.38 C 62.075,355.421 56.262,356.734 50.917,357.317 C 45.572,357.9 42.141,358.083 40.625,357.864 C 39.109,357.645 37.989,357.39 37.267,357.098 C 33.077,345.869 30.188,334.86 28.599,324.068 C 27.011,313.278 26.649,303.8 27.516,295.634 C 28.383,287.468 29.322,281.051 30.333,276.385 C 31.345,271.719 32.5,267.709 33.8,264.355 C 11.267,238.253 0,206.975 0,170.519 Z M 55.468,124.242 C 55.468,147.814 64.134,169.189 81.468,188.371 C 86.668,194.224 92.699,198.654 99.56,201.66 C 106.421,204.667 114.22,206.375 122.96,206.782 C 131.699,207.188 140.040,207.107 147.985,206.538 C 155.929,205.968 165.752,205.196 177.452,204.221 C 189.151,203.245 199.262,202.758 207.785,202.758 C 216.306,202.758 226.419,203.246 238.117,204.221 C 249.819,205.196 259.641,205.968 267.585,206.538 C 275.531,207.107 283.871,207.188 292.611,206.782 C 301.35,206.374 309.186,204.667 316.119,201.66 C 323.052,198.654 329.119,194.224 334.319,188.371 C 351.652,169.189 360.319,147.814 360.319,124.242 C 360.319,110.425 358.876,98.111 355.986,87.3 C 353.097,76.489 349.449,67.428 345.044,60.113 C 340.638,52.797 334.462,46.618 326.519,41.58 C 318.574,36.54 310.882,32.638 303.444,29.876 C 296.005,27.113 286.399,24.959 274.627,23.414 C 262.853,21.872 252.31,20.935 242.992,20.611 C 233.675,20.286 221.94,20.123 207.785,20.123 C 193.629,20.123 181.929,20.287 172.685,20.611 C 163.44,20.935 152.932,21.872 141.16,23.414 C 129.387,24.959 119.782,27.113 112.343,29.876 C 104.904,32.639 97.212,36.54 89.268,41.58 C 81.323,46.619 75.148,52.797 70.743,60.113 C 66.337,67.428 62.689,76.489 59.801,87.3 C 56.912,98.111 55.468,110.425 55.468,124.242 ZM 104,136.998A26,39 2700 1 1 156,136.998A26,39 2700 1 1 104,136.998zM 260,136.998A26,39 2700 1 1 312,136.998A26,39 2700 1 1 260,136.998z" data-tags="github, octacat, social" />
<glyph unicode="&#x6c;" d="M 346.125,384L 69.875,384 C 31.444,384,0,352.556,0,314.125l0-276.25 c0-38.431, 31.444-69.875, 69.875-69.875l 276.25,0 c 38.431,0, 69.875,31.444, 69.875,69.875L 416,314.125 C 416,352.556, 384.556,384, 346.125,384z M 156,46l-52,0
L 104,228 l 52,0 L 156,46 z M 130,254c-14.359,0-26,11.641-26,26s 11.641,26, 26,26s 26-11.641, 26-26S 144.359,254, 130,254z M 338,46l-52,0 L 286,150
c0,14.359-11.641,26-26,26s-26-11.641-26-26l0-104 l-52,0 L 182,228 l 52,0 l0-32.285 C 244.724,210.447, 261.118,228, 279.5,228c 32.309,0, 58.5-29.101, 58.5-65
L 338,46 z" data-tags="linkedin, social" />
<glyph unicode="&#x74;" d="M 416,305.018c-15.306-6.788-31.754-11.376-49.018-13.439c 17.62,10.563, 31.154,27.288, 37.526,47.218
c-16.492-9.782-34.757-16.884-54.198-20.711c-15.568,16.587-37.75,26.951-62.297,26.951c-47.134,0-85.348-38.211-85.348-85.344
c0-6.689, 0.755-13.203, 2.21-19.45c-70.931,3.56-133.82,37.538-175.914,89.174c-7.347-12.605-11.556-27.266-11.556-42.907
c0-29.611, 15.067-55.734, 37.968-71.039c-13.99,0.444-27.15,4.283-38.656,10.675c-0.008-0.356-0.008-0.713-0.008-1.073
c0-41.351, 29.42-75.845, 68.462-83.688c-7.161-1.95-14.701-2.995-22.485-2.995c-5.5,0-10.846,0.536-16.058,1.532
c 10.861-33.906, 42.38-58.584, 79.727-59.27c-29.209-22.892-66.010-36.536-105.997-36.536c-6.889,0-13.682,0.404-20.36,1.194
c 37.77-24.217, 82.632-38.348, 130.83-38.348c 156.984,0, 242.83,130.050, 242.83,242.834c0,3.7-0.084,7.381-0.248,11.042
C 390.089,272.872, 404.558,287.903, 416,305.018z" data-tags="twitter, tweet, social" />
<glyph unicode="&#x6d;" d="M 388.835,329.192C 381.701,326.675, 28.558,202.25, 21.611,199.795c-5.907-2.080-7.238-7.176-0.208-9.963 c 8.341-3.349, 78.957-31.637, 78.957-31.637L 100.339,158.195 l 46.821-18.762c0,0, 225.41,165.547, 228.467,167.773c 3.058,2.246, 6.614-1.976, 4.389-4.389 c-2.226-2.434-163.717-177.091-163.717-177.091c-0.021,0-0.021,0-0.021,0l-9.402-10.483l 12.459-6.698l0,0c0,0, 96.72-52.062, 103.605-55.786 c 6.032-3.245, 13.894-0.541, 15.642,6.968c 2.059,8.861, 59.176,255.050, 60.445,260.499C 400.691,327.362, 395.99,331.709, 388.835,329.192z M 146.744,27.030 c0-5.138, 2.891-6.552, 6.885-2.933c 5.2,4.742, 59.259,53.248, 59.259,53.248l-66.144,34.237L 146.744,27.030 z" />
<glyph unicode="&#x70;" d="M 301.6,384l-87.36,0 C 202.758,384, 197.6,374.682, 197.6,363.2l 41.6,0 c 11.502,0, 20.8-9.318, 20.8-20.8l0-257.92 l 62.4-74.88L 322.4,363.2 C 322.4,374.682, 313.102,384, 301.6,384z M 197.6,321.6L 110.24,321.6 C 98.758,321.6, 93.6,312.282, 93.6,300.8l0-332.8 l 62.4,74.88l 62.4-74.88L 218.4,300.8 C 218.4,312.282, 209.102,321.6, 197.6,321.6z" />
<glyph unicode="&#x20;" horiz-adv-x="208" />
</font></defs></svg>
\ No newline at end of file
File added
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
<iconset grid="13"></iconset>
</metadata>
<defs>
<font id="icomoon" horiz-adv-x="416" >
<font-face units-per-em="416" ascent="384" descent="-32" />
<missing-glyph horiz-adv-x="416" />
<glyph class="hidden" unicode="&#xf000;" d="M0,384L 416 -32L0 -32 z" horiz-adv-x="0" />
<glyph unicode="&#x67;" d="M 208,46.044c-7.781,0-15.563,4.028-23.62,12.086c-3.173,3.173-3.173,8.318,0,11.491c 3.173,3.172, 8.318,3.172, 11.491,0
C 200.83,64.661, 204.797,62.25, 208,62.25c 3.202,0, 7.17,2.411, 12.13,7.37c 3.174,3.172, 8.317,3.172, 11.491,0
c 3.173-3.173, 3.173-8.318,0-11.491C 223.563,50.072, 215.781,46.044, 208,46.044zM 0,170.519 C 0,150.25 1.733,131.876 5.2,115.398 C 8.667,98.921 13.542,84.629 19.825,72.526 C 26.108,60.423 34.053,49.815 43.658,40.7 C 53.263,31.585 63.699,24.076 74.966,18.17 C 86.233,12.265 99.124,7.488 113.641,3.843 C 128.157,0.198 142.927-2.354 157.949-3.813 C 172.971-5.271 189.511-6 207.566-6 C 225.621-6 242.196-5.273 257.29-3.814 C 272.385-2.356 287.191,0.196 301.706,3.842 C 316.223,7.488 329.152,12.263 340.49,18.169 C 351.829,24.075 362.338,31.585 372.014,40.698 C 381.693,49.813 389.674,60.421 395.956,72.524 C 402.241,84.628 407.153,98.92 410.691,115.396 C 414.23,131.874 415.999,150.248 415.999,170.516 C 415.999,206.827 404.731,238.105 382.199,264.353 C 383.499,267.853 384.618,271.863 385.557,276.384 C 386.495,280.904 387.398,287.284 388.264,295.523 C 389.133,303.762 388.807,313.278 387.29,324.068 C 385.773,334.859 382.922,345.869 378.732,357.096 L 375.482,357.754 C 373.316,358.191 369.778,358.046 364.866,357.315 C 359.956,356.586 354.213,355.275 347.642,353.378 C 341.070,351.484 332.584,347.728 322.183,342.114 C 311.784,336.5 300.806,329.391 289.25,320.788 C 269.605,326.767 242.523,333.022 208,333.022 C 173.478,333.022 146.322,326.767 126.535,320.788 C 114.978,329.393 103.965,336.465 93.493,342.006 C 83.020,347.548 74.642,351.339 68.359,353.38 C 62.075,355.421 56.262,356.734 50.917,357.317 C 45.572,357.9 42.141,358.083 40.625,357.864 C 39.109,357.645 37.989,357.39 37.267,357.098 C 33.077,345.869 30.188,334.86 28.599,324.068 C 27.011,313.278 26.649,303.8 27.516,295.634 C 28.383,287.468 29.322,281.051 30.333,276.385 C 31.345,271.719 32.5,267.709 33.8,264.355 C 11.267,238.253 0,206.975 0,170.519 Z M 55.468,124.242 C 55.468,147.814 64.134,169.189 81.468,188.371 C 86.668,194.224 92.699,198.654 99.56,201.66 C 106.421,204.667 114.22,206.375 122.96,206.782 C 131.699,207.188 140.040,207.107 147.985,206.538 C 155.929,205.968 165.752,205.196 177.452,204.221 C 189.151,203.245 199.262,202.758 207.785,202.758 C 216.306,202.758 226.419,203.246 238.117,204.221 C 249.819,205.196 259.641,205.968 267.585,206.538 C 275.531,207.107 283.871,207.188 292.611,206.782 C 301.35,206.374 309.186,204.667 316.119,201.66 C 323.052,198.654 329.119,194.224 334.319,188.371 C 351.652,169.189 360.319,147.814 360.319,124.242 C 360.319,110.425 358.876,98.111 355.986,87.3 C 353.097,76.489 349.449,67.428 345.044,60.113 C 340.638,52.797 334.462,46.618 326.519,41.58 C 318.574,36.54 310.882,32.638 303.444,29.876 C 296.005,27.113 286.399,24.959 274.627,23.414 C 262.853,21.872 252.31,20.935 242.992,20.611 C 233.675,20.286 221.94,20.123 207.785,20.123 C 193.629,20.123 181.929,20.287 172.685,20.611 C 163.44,20.935 152.932,21.872 141.16,23.414 C 129.387,24.959 119.782,27.113 112.343,29.876 C 104.904,32.639 97.212,36.54 89.268,41.58 C 81.323,46.619 75.148,52.797 70.743,60.113 C 66.337,67.428 62.689,76.489 59.801,87.3 C 56.912,98.111 55.468,110.425 55.468,124.242 ZM 104,136.998A26,39 2700 1 1 156,136.998A26,39 2700 1 1 104,136.998zM 260,136.998A26,39 2700 1 1 312,136.998A26,39 2700 1 1 260,136.998z" />
<glyph unicode="&#x6c;" d="M 346.125,384L 69.875,384 C 31.444,384,0,352.556,0,314.125l0-276.25 c0-38.431, 31.444-69.875, 69.875-69.875l 276.25,0 c 38.431,0, 69.875,31.444, 69.875,69.875L 416,314.125 C 416,352.556, 384.556,384, 346.125,384z M 156,46l-52,0
L 104,228 l 52,0 L 156,46 z M 130,254c-14.359,0-26,11.641-26,26s 11.641,26, 26,26s 26-11.641, 26-26S 144.359,254, 130,254z M 338,46l-52,0 L 286,150
c0,14.359-11.641,26-26,26s-26-11.641-26-26l0-104 l-52,0 L 182,228 l 52,0 l0-32.285 C 244.724,210.447, 261.118,228, 279.5,228c 32.309,0, 58.5-29.101, 58.5-65
L 338,46 z" />
<glyph unicode="&#x74;" d="M 416,305.018c-15.306-6.788-31.754-11.376-49.018-13.439c 17.62,10.563, 31.154,27.288, 37.526,47.218
c-16.492-9.782-34.757-16.884-54.198-20.711c-15.568,16.587-37.75,26.951-62.297,26.951c-47.134,0-85.348-38.211-85.348-85.344
c0-6.689, 0.755-13.203, 2.21-19.45c-70.931,3.56-133.82,37.538-175.914,89.174c-7.347-12.605-11.556-27.266-11.556-42.907
c0-29.611, 15.067-55.734, 37.968-71.039c-13.99,0.444-27.15,4.283-38.656,10.675c-0.008-0.356-0.008-0.713-0.008-1.073
c0-41.351, 29.42-75.845, 68.462-83.688c-7.161-1.95-14.701-2.995-22.485-2.995c-5.5,0-10.846,0.536-16.058,1.532
c 10.861-33.906, 42.38-58.584, 79.727-59.27c-29.209-22.892-66.010-36.536-105.997-36.536c-6.889,0-13.682,0.404-20.36,1.194
c 37.77-24.217, 82.632-38.348, 130.83-38.348c 156.984,0, 242.83,130.050, 242.83,242.834c0,3.7-0.084,7.381-0.248,11.042
C 390.089,272.872, 404.558,287.903, 416,305.018z" />
<glyph unicode="&#x6d;" d="M 388.835,329.192C 381.701,326.675, 28.558,202.25, 21.611,199.795c-5.907-2.080-7.238-7.176-0.208-9.963 c 8.341-3.349, 78.957-31.637, 78.957-31.637L 100.339,158.195 l 46.821-18.762c0,0, 225.41,165.547, 228.467,167.773c 3.058,2.246, 6.614-1.976, 4.389-4.389 c-2.226-2.434-163.717-177.091-163.717-177.091c-0.021,0-0.021,0-0.021,0l-9.402-10.483l 12.459-6.698l0,0c0,0, 96.72-52.062, 103.605-55.786 c 6.032-3.245, 13.894-0.541, 15.642,6.968c 2.059,8.861, 59.176,255.050, 60.445,260.499C 400.691,327.362, 395.99,331.709, 388.835,329.192z M 146.744,27.030 c0-5.138, 2.891-6.552, 6.885-2.933c 5.2,4.742, 59.259,53.248, 59.259,53.248l-66.144,34.237L 146.744,27.030 z" />
<glyph unicode="&#x70;" d="M 301.6,384l-87.36,0 C 202.758,384, 197.6,374.682, 197.6,363.2l 41.6,0 c 11.502,0, 20.8-9.318, 20.8-20.8l0-257.92 l 62.4-74.88L 322.4,363.2 C 322.4,374.682, 313.102,384, 301.6,384z M 197.6,321.6L 110.24,321.6 C 98.758,321.6, 93.6,312.282, 93.6,300.8l0-332.8 l 62.4,74.88l 62.4-74.88L 218.4,300.8 C 218.4,312.282, 209.102,321.6, 197.6,321.6z" />
<glyph unicode="&#x20;" horiz-adv-x="208" />
</font></defs></svg>
\ No newline at end of file
File added
File added
<!doctype html>
<html>
<head>
<title>Your Font/Glyphs</title>
<link rel="stylesheet" href="style.css" />
<!--[if lte IE 7]><script src="lte-ie7.js"></script><![endif]-->
<style>
section, header, footer {display: block;}
body {
font-family: sans-serif;
color: #444;
line-height: 1.5;
font-size: 1em;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
.glyph {
font-size: 13px;
float: left;
text-align: center;
background: #eee;
padding: .75em;
margin: .75em 1.5em .75em 0;
width: 7.5em;
border-radius: .25em;
box-shadow: inset 0 0 0 1px #f8f8f8, 0 0 0 1px #CCC;
}
.glyph input {
font-family: consolas, monospace;
font-size: 13px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .125em;
}
.w-main {
width: 80%;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.fs1 {
font-size: 2em;
}
header {
margin: 2em 0;
padding-bottom: .5em;
color: #666;
box-shadow: 0 2px #eee;
}
header h1 {
font-size: 2em;
font-weight: normal;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after, .clear { clear: both; }
footer {
margin-top: 2em;
padding: .5em 0;
box-shadow: 0 -2px #eee;
}
a, a:visited {
color: #B35047;
text-decoration: none;
}
a:hover, a:focus {color: #000;}
.box1 {
font-size: 13px;
display: inline-block;
width: 15em;
padding: .25em .5em;
background: #eee;
margin: .5em 1em .5em 0;
}
</style>
</head>
<body>
<div class="w-main centered">
<section class="mtm clearfix" id="glyphs">
<header>
<h1>Your font contains the following glyphs</h1>
<p>The generated SVG font can be imported back to <a href="http://icomoon.io/app">IcoMoon</a> for modification.</p>
</header>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x67;"></div>
<input type="text" readonly="readonly" value="&amp;#x67;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x6c;"></div>
<input type="text" readonly="readonly" value="&amp;#x6c;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x74;"></div>
<input type="text" readonly="readonly" value="&amp;#x74;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x6d;"></div>
<input type="text" readonly="readonly" value="&amp;#x6d;" />
</div>
<div class="glyph">
<div class="fs1" aria-hidden="true" data-icon="&#x70;"></div>
<input type="text" readonly="readonly" value="&amp;#x70;" />
</div>
</section>
<div class="clear"></div>
<section class="mtm clearfix" id="glyphs">
<header>
<h1>Class Names</h1>
</header>
<span class="box1">
<span aria-hidden="true" class="icomoon-github"></span>
&nbsp;icomoon-github
</span>
<span class="box1">
<span aria-hidden="true" class="icomoon-linkedin"></span>
&nbsp;icomoon-linkedin
</span>
<span class="box1">
<span aria-hidden="true" class="icomoon-twitter"></span>
&nbsp;icomoon-twitter
</span>
<span class="box1">
<span aria-hidden="true" class="icomoon-untitled"></span>
&nbsp;icomoon-untitled
</span>
<span class="box1">
<span aria-hidden="true" class="icomoon-untitled-2"></span>
&nbsp;icomoon-untitled-2
</span>
</section>
<footer>
<p>Generated by <a href="http://icomoon.io">IcoMoon.io</a></p>
</footer>
</div>
<script>
document.getElementById("glyphs").addEventListener("click", function(e) {
var target = e.target;
if (target.tagName === "INPUT") {
target.select();
}
});
</script>
</body>
</html>
\ No newline at end of file
Icon Set: IcoMoon - Free -- http://keyamoon.com/icomoon/
License: CC BY 3.0 -- http://creativecommons.org/licenses/by/3.0/
\ No newline at end of file
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot');
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('fonts/icomoon.woff') format('woff'),
url('fonts/icomoon.ttf') format('truetype'),
url('fonts/icomoon.svg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
font-family: 'icomoon';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icomoon-"] {
*/
.icomoon-github, .icomoon-linkedin, .icomoon-twitter, .icomoon-sparrow, .icomoon-pinboard {
font-family: 'icomoon' !important;
speak: none;
font-style: normal !important;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icomoon-github:before {
content: "\67";
}
.icomoon-linkedin:before {
content: "\6c";
}
.icomoon-twitter:before {
content: "\74";
}
.icomoon-sparrow:before {
content: "\6d";
}
.icomoon-pinboard:before {
content: "\70";
}
@import url('icomoon79565/style.css');
.reveal pre {
font-size: 0.9em; /* Make the commands bigger */
box-shadow: 3px 4px 10px rgba(0,0,0,0.6);
}
.reveal pre code {
background-color: black;
padding: 0.5em;
}
.reveal h1, .reveal h2, .reveal h3 {
text-shadow: 2px 4px 10px rgba(0,0,0,0.6);
}
.reveal section img.as-is {
background: none;
border: none;
box-shadow: none
}
\ No newline at end of file
favicon.ico

39.9 KiB

img/branch-0-master.png

96.8 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment