First commit

This commit is contained in:
Pierre Hubert
2016-11-19 12:08:12 +01:00
commit 990540b2b9
4706 changed files with 931207 additions and 0 deletions

Binary file not shown.

4
assets/img/tuile/README.txt Executable file
View File

@ -0,0 +1,4 @@
How to use these files
===
To get your Windows 8.1 tiles up and running on your site, upload the browserconfig.xml and PNG files in this ZIP to the root of your website. The browserconfig.xml contains references to your logo assets and notifications. No other changes to your webpage are required!

View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><browserconfig><msapplication><tile><square70x70logo src="tiny.png"/><square150x150logo src="square.png"/><wide310x150logo src="wide.png"/><square310x310logo src="large.png"/><TileColor>#0c218a</TileColor></tile></msapplication></browserconfig>

6
assets/img/tuile/code.txt Executable file
View File

@ -0,0 +1,6 @@
<meta name="application-name" content="Communiquons.org"/>
<meta name="msapplication-TileColor" content="#0c218a"/>
<meta name="msapplication-square70x70logo" content="tiny.png"/>
<meta name="msapplication-square150x150logo" content="square.png"/>
<meta name="msapplication-wide310x150logo" content="wide.png"/>
<meta name="msapplication-square310x310logo" content="large.png"/>

BIN
assets/img/tuile/large.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
assets/img/tuile/square.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
assets/img/tuile/tiny.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
assets/img/tuile/wide.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB