Giter Club home page Giter Club logo

iconicss's Introduction

Twitter Follow visitors

🌐 Programming Languages

JS   HTML5   HTML5   C++   C++   php

🔧 Tools

Cordova   Cordova   vscode   OpenRefine   QGIS   mysql   mysql

📊 Stats

Viglino GitHub stats

Git Stars

Main repo

Cool extensions for OpenLayers (ol).

ol-ext is a set of extensions, controls, interactions, popup to use with Openlayers.
View live examples online or the API documentation.

Icon font set for use with GIS and spatial analysis tools

I've collected in this repo icons and graphics I've been using in my projects. Font-GIS icons and font theme is designed mainly for GIS applications and web mapping tools. They can be easily included in a project using the font or svg images.

Style for IGN's Géoservice vector tiles (TMS/WMTS)

Cartographie

#30DayMapCHallenge

Des modèles pour créer des conceptions efficaces et raconter des histoires avec des cartes.

Cette publication vous donne un aperçu des possibilités offertes par les nouveaux outils du géoweb pour manipuler des données sur des cartes et les mettre en ligne. Elle montre comment bénéficier de la géoinformation en tant qu'individus ou société, pour des utilisations en politique, dans les affaires, dans la recherche ou dans l'éducation.

Jeu de rôle en solitaire qui se joue en ligne sur les cartes et photographies aériennes de l'IGN. Entre survie et rencontres, vous incarnez un personnage en fuite dans la campagne française.

iconicss's People

Contributors

gadlol avatar viglino avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

iconicss's Issues

Social media icons

I see youtube and instagram, but what about facebook, whatsapp, wechat, reddit and twitter, just to name a few big ones.

New Icon folder-close

Hello I have created a new icon folder-close so to be almost the same with folder-open but closed.

Screenshot from 2019-11-25 17:27:05

Here is the code:


i.icss-folder-close {
  width: .9em;
  height: .91em;
  border: 0 solid transparent;
  margin: .64em .045em 0;
}

i.icss-folder-close {
  border-radius: .05em;
  background: 0 0;
}

i.icss-folder-close:before {
  width: .5em;
  height: .2em;
  border-radius: .05em;
  background: currentColor;
  top: -.28em;
  left: 0;
}

i.icss-folder-close:after {
  width: .9em;
  height: .7em;
  border-radius: .05em;
  background: tr;
  -webkit-box-shadow: inset 0 0 0 0.08em;
  box-shadow: inset 0 0 0 0.08em;
  -webkit-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  top: -.11em;
  left: 0;
}

Invalid CSS in i.icss-yoda:after

Firstly, thanks for you awesome work!

I encountered an issue in i.icss-yoda:after selector with top value -.em: SASS throws error below.

Invalid CSS after "  top: -": expected expression (e.g. 1px, bold), was ".em;"

We can easily fix it by use value -.0em (instead of -.em).

diff --git a/css/yoda.css b/css/yoda.css
index b1cf42a..caead6e 100644
--- a/css/yoda.css
+++ b/css/yoda.css
@@ -54,7 +54,7 @@ i.icss-yoda:after {
   box-shadow:
     -.25em .1em 0 -.12em, .09em -.25em 0 -.12em;
   border-radius: 100% .1em 10% .5em / 100% .5em 10% .1em ;
-  top: -.em;
+  top: -.0em;
   left: -.05em;
   transform: scaleY(.35) rotate(45deg);
-}
\ No newline at end of file
+}

Save icon - disk

Hello,

Can you please create an icon like a floppy disk so to use it for save action?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.