diff --git a/.gitignore b/.gitignore index 9f260cb..e9676a2 100644 --- a/.gitignore +++ b/.gitignore @@ -43,9 +43,9 @@ hs_err_pid* # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. -# .idea/modules.xml -# .idea/*.iml -# .idea/modules +.idea/modules.xml +.idea/*.iml +.idea/modules # CMake cmake-build-*/ @@ -79,3 +79,7 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser + +# Maven build +target/ +**/target/ diff --git a/shapes/index.html b/shapes/index.html deleted file mode 100644 index b024700..0000000 --- a/shapes/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -TP Shape COLICCHIO et GASSER - - - -
-
-
-
-
hello
-
- - - diff --git a/shapes/style.css b/shapes/style.css deleted file mode 100644 index 0e6d916..0000000 --- a/shapes/style.css +++ /dev/null @@ -1,8 +0,0 @@ -footer{text-align:center;margin:auto;height:50px;position:fixed;bottom:0;font-weight:bold;} - -.rectangle813589267{ position:absolute;top:89px;left:95px;width:60px;height:60px;background: #999999;border:1px solid #000000; }.circle1577038754{ position: absolute;top:159px;left:225px;width:40px;height:40px;border-radius:20px;-webkit-border-radius:20px;-o-border-radius:20px;-moz-border-radius:20px;background: #999999;border:1px solid #000000; } -.triangle527292885{ position: absolute;top: 38px;left: 243px;width: 0px;height: 0px;border: 0 solid transparent;border-left-width: 30.0px;border-right-width: 30.0px;border-bottom: 50px solid #ecb4ee;} -.rectangle1045587243{ position:absolute;top:105px;left:319px;width:40px;height:60px;background: #0000ff;border:1px solid #000000; } -.circle2117079733{ position: absolute;top:42px;left:109px;width:30px;height:30px;border-radius:15px;-webkit-border-radius:15px;-o-border-radius:15px;-moz-border-radius:15px;background: #999999;border:1px solid #ff0000; } -.text997905906{ position: absolute;top: 139px;left: 179px;width: 69px;height: 30px;font-family: "Arial";font-size: 30px;color: #0000ff;font-weight: bold;background: #ecb4ee;border:1px solid #0000ff; } -.rectangle1033207963{ position:absolute;top:185px;left:299px;width:50px;height:50px;background: #ecb4ee;border:1px solid #ffffff; }