diff --git a/index.html b/index.html index 1185335..59582b7 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ +
@@ -7,23 +8,41 @@- Der 17. Kasseler Web Montag findet am 30. Januar 2017 statt. Infos und Anmeldung im Web Montag Wiki. -
+ Als Webmontag bezeichnet man eine Reihe informeller, nichtkommerzieller, dezentral organisierter Treffen um das Thema Internet + und digitale Technologien und dient dem offenen Austausch zwischen Entwicklern, Designern und allen Webenthusiasten. + +Seit 2013 findet der Webmontag auch in Kassel statt. Veranstaltungsort ist die Micromata GmbH in Kassel.
+Aktuelle Informationen zum nächsten Webmontag in Kassel findet ihr auf meetup.
+ + - + + diff --git a/package.json b/package.json index 555d5b6..6c0a159 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "time-grunt": "^0.4.0" }, "scripts": { - "postinstall": "bower install" + "postinstall": "bower install", + "build": "grunt" } } diff --git a/src/img/icons/facebook.svg b/src/img/icons/facebook.svg new file mode 100644 index 0000000..2358523 --- /dev/null +++ b/src/img/icons/facebook.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/img/icons/slack.svg b/src/img/icons/slack.svg new file mode 100644 index 0000000..207cd83 --- /dev/null +++ b/src/img/icons/slack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/img/icons/twitter.svg b/src/img/icons/twitter.svg new file mode 100644 index 0000000..b8aa90e --- /dev/null +++ b/src/img/icons/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/less/icons.less b/src/less/icons.less index 06ff761..b42dbc2 100644 --- a/src/less/icons.less +++ b/src/less/icons.less @@ -1,34 +1,13 @@ -@font-face { - font-family: 'icons'; - src:url('../fonts/icons.eot'); - src:url('../fonts/icons.eot?#iefix') format('embedded-opentype'), - url('../fonts/icons.ttf') format('truetype'), - url('../fonts/icons.woff') format('woff'), - url('../fonts/icons.svg#icons') format('svg'); - font-weight: normal; - font-style: normal; +[class^="icon-"] { + width: 1.5rem; } -[class^="icon-"], [class*=" icon-"] { - font-family: 'icons'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.icon-flattr:before { - content: "\e608"; +.icon-slack { + fill: #EFC35C } -.icon-twitter:before { - content: "\e609"; +.icon-twitter { + fill: #77ACE3 } -.icon-facebook:before { - content: "\e602"; +.icon-facebook { + fill: #445B8F } diff --git a/src/less/styles.less b/src/less/styles.less index fd85187..1725474 100644 --- a/src/less/styles.less +++ b/src/less/styles.less @@ -1,6 +1,7 @@ body { font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif; margin: 0 2em 2em 2em; + color: #333; } img { max-width: 100%; } a { color: #1a3784; } @@ -16,25 +17,6 @@ ul { a { text-decoration: none; } } -[class^="icon-"] { -font-size: 32px; -} - -.icon-twitter { - color: #4092cc; - &:hover { color: #317fbf; } -} - -.icon-flattr { - color: #8db65b; - &:hover { color: #ec8e24; } -} - -.icon-facebook { - color: #6d84b4; - &:hover { color: #4c66a4; } -} - .mfp-bg { background: rgb(119, 119, 119); opacity: 0.7;