From fc746d9a41af0b82494a77fdfc80b6a00f97fc2e Mon Sep 17 00:00:00 2001 From: Emran Ahmed Date: Sun, 31 Jul 2016 21:54:43 +0600 Subject: [PATCH 1/3] fixing .gitignore --- .idea/.name | 1 - .idea/copyright/profiles_settings.xml | 3 - .idea/dictionaries/emran.xml | 3 - .idea/encodings.xml | 6 - .idea/extract-css-class.iml | 8 - .idea/jsLibraryMappings.xml | 6 - .idea/misc.xml | 53 ------ .idea/modules.xml | 8 - .idea/workspace.xml | 240 -------------------------- index.html | 1 - 10 files changed, 329 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/dictionaries/emran.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/extract-css-class.iml delete mode 100644 .idea/jsLibraryMappings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index af172c2..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -extract-css-class \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/dictionaries/emran.xml b/.idea/dictionaries/emran.xml deleted file mode 100644 index 1a934cc..0000000 --- a/.idea/dictionaries/emran.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/extract-css-class.iml b/.idea/extract-css-class.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/extract-css-class.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml deleted file mode 100644 index b8387eb..0000000 --- a/.idea/jsLibraryMappings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 90358e3..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - JavaScript - - - JavaScript function metricsJavaScript - - - Potentially confusing code constructsJavaScript - - - - - PHP - - - - - - - - - - - - - - - - - $USER_HOME$/.subversion - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 9d207bb..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 358d772..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1469973226135 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/index.html b/index.html index f374e2d..37e1345 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,6 @@

Parse CSS and Convert to PHP Array

- From f62b4df5d698b2f966344a4cd7af02193adc0687 Mon Sep 17 00:00:00 2001 From: Emran Ahmed Date: Sun, 14 Aug 2016 13:48:57 +0600 Subject: [PATCH 2/3] Sources added --- index.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f510498..d911109 100644 --- a/index.html +++ b/index.html @@ -40,6 +40,11 @@ display : inline-block; font-size : 12px; } + small { + + margin: 0 10px; + + } @@ -49,7 +54,15 @@

Parse CSS and Convert to PHP Array

for convert icon font css to php array like flaticon / fontawesome etc.

-

Github

+

+ Github + + Material Design Icons + + FontAwesome + + FlatIcon +