Skip to content

Commit

Permalink
Merge pull request #188 from JV-conseil-Internet-Consulting/dev
Browse files Browse the repository at this point in the history
DEV icon from icomoon.io/app
  • Loading branch information
JV-conseil authored Nov 26, 2023
2 parents da732e3 + dda076f commit 60124a2
Show file tree
Hide file tree
Showing 34 changed files with 1,155 additions and 1,225 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.1)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -13,20 +13,20 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
base64 (0.2.0)
bigdecimal (3.1.4)
colorator (1.1.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
drb (2.1.1)
drb (2.2.0)
ruby2_keywords
duktape (2.7.0.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.7.11)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand All @@ -36,7 +36,7 @@ GEM
ffi (1.16.3)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (3.24.4-arm64-darwin)
google-protobuf (3.25.1-arm64-darwin)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
Expand Down Expand Up @@ -113,22 +113,22 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minitest (5.20.0)
mutex_m (0.1.2)
nokogiri (1.15.4-arm64-darwin)
mutex_m (0.2.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (5.0.3)
racc (1.7.1)
public_suffix (5.0.4)
racc (1.7.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.1.3)
rouge (4.2.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.69.3-arm64-darwin)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down
3 changes: 2 additions & 1 deletion _config-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ author:
linkedin: vieillefont
github: JV-conseil-Internet-Consulting
# gist: JV-conseil
dev: https://dev.to/jvconseil
mastodon: https://mastodon.social/@JVconseil
stackoverflow: 2477854
twitter: JVconseil
# twitter: JVconseil
email: [email protected]

# Add links to the sidebar.
Expand Down
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ author:
linkedin: vieillefont
github: JV-conseil-Internet-Consulting
# gist: JV-conseil
dev: https://dev.to/jvconseil
mastodon: https://mastodon.social/@JVconseil
stackoverflow: 2477854
twitter: JVconseil
# twitter: JVconseil
email: [email protected]

# Add links to the sidebar.
Expand Down
3 changes: 2 additions & 1 deletion _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ JV-conseil:
linkedin: vieillefont
github: JV-conseil-Internet-Consulting
# gist: JV-conseil
dev: https://dev.to/jvconseil
mastodon: https://mastodon.social/@JVconseil
stackoverflow: 2477854
twitter: JVconseil
# twitter: JVconseil
email: [email protected]
# twitter: <username>
# email: <[email protected]>
Expand Down
3 changes: 3 additions & 0 deletions _data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,6 @@ download:
mastodon:
name: Mastodon
icon: icon-mastodon
dev:
name: DEV Community
icon: icon-dev-dot-to
4 changes: 2 additions & 2 deletions _js/src/clap-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import { webComponentsReady, stylesheetReady } from './common';
...('customElements' in window
? []
: [
import(/* webpackChunkName: "webcomponents" */ './polyfills/webcomponents').then(() =>
import(/* webpackChunkName: "shadydom" */ './polyfills/shadydom'),
import(/* webpackChunkName: "webcomponents" */ './polyfills/webcomponents').then(
() => import(/* webpackChunkName: "shadydom" */ './polyfills/shadydom'),
),
]),
]);
Expand Down
8 changes: 4 additions & 4 deletions _js/src/drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ import {
...('customElements' in window
? []
: [
import(/* webpackChunkName: "webcomponents" */ './polyfills/webcomponents').then(() =>
import(/* webpackChunkName: "shadydom" */ './polyfills/shadydom'),
import(/* webpackChunkName: "webcomponents" */ './polyfills/webcomponents').then(
() => import(/* webpackChunkName: "shadydom" */ './polyfills/shadydom'),
),
]),
...('ResizeObserver' in window
Expand Down Expand Up @@ -98,8 +98,8 @@ import {
window.matchMedia(BREAK_POINT_DYNAMIC).matches
? LARGE_DESKTOP
: window.matchMedia(BREAK_POINT_3).matches
? DESKTOP
: MOBILE;
? DESKTOP
: MOBILE;

// First we get hold of some DOM elements.
const drawerEl = document.getElementById('_drawer');
Expand Down
Binary file modified assets/icomoon/fonts/icomoon.eot
Binary file not shown.
114 changes: 113 additions & 1 deletion assets/icomoon/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icomoon/fonts/icomoon.ttf
Binary file not shown.
Binary file modified assets/icomoon/fonts/icomoon.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/icomoon/selection.json

Large diffs are not rendered by default.

26 changes: 15 additions & 11 deletions assets/icomoon/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?acnosj');
src: url('fonts/icomoon.eot?acnosj#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?acnosj') format('truetype'),
url('fonts/icomoon.woff?acnosj') format('woff'),
url('fonts/icomoon.svg?acnosj#icomoon') format('svg');
src: url('fonts/icomoon.eot?7vgre8');
src: url('fonts/icomoon.eot?7vgre8#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?7vgre8') format('truetype'),
url('fonts/icomoon.woff?7vgre8') format('woff'),
url('fonts/icomoon.svg?7vgre8#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand All @@ -26,29 +26,33 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-dev-dot-to:before {
content: "\e909";
}

.icon-gitpod:before {
content: "\e905";
/* color: #1aa6e4; */
color: #1aa6e4;
}

.icon-gitlab:before {
content: "\e906";
/* color: #fca121; */
color: #fca121;
}

.icon-git:before {
content: "\e908";
/* color: #f05032; */
color: #f05032;
}

.icon-postgresql:before {
content: "\e900";
/* color: #336791; */
color: #336791;
}

.icon-python:before {
content: "\e901";
/* color: #3776ab; */
color: #3776ab;
}

.icon-django:before {
Expand Down Expand Up @@ -438,4 +442,4 @@

.icon-history:before {
content: "\1f552";
}
}
2 changes: 1 addition & 1 deletion assets/js/121-deepdive-9.1.7.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/js/421-deepdive-9.1.7.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 60124a2

Please sign in to comment.