From dd27dc3e6fbc7e393ea6ecd5abd825beae3601c2 Mon Sep 17 00:00:00 2001 From: chanukaravishan Date: Mon, 18 Nov 2024 14:15:30 +0530 Subject: [PATCH] data profiler update --- .DS_Store | Bin 0 -> 6148 bytes css/app.css | 24 + index.html | 4 +- lacuna.html | 64 +- resources/.DS_Store | Bin 0 -> 6148 bytes resources/data_profiling/w1_ac_roster.html | 20584 +++ resources/data_profiling/w1_appliances.html | 6011 + resources/data_profiling/w1_demographics.html | 78104 +++++++++ resources/data_profiling/w1_fan_roster.html | 9501 ++ .../w1_household_information_and_history.html | 128626 +++++++++++++++ resources/data_profiling/w1_light_roster.html | 14820 ++ resources/data_profiling/w1_room_roster.html | 12855 ++ resources/dataset_structure.png | Bin 0 -> 380511 bytes 13 files changed, 270582 insertions(+), 11 deletions(-) create mode 100644 .DS_Store create mode 100644 resources/.DS_Store create mode 100644 resources/data_profiling/w1_ac_roster.html create mode 100644 resources/data_profiling/w1_appliances.html create mode 100644 resources/data_profiling/w1_demographics.html create mode 100644 resources/data_profiling/w1_fan_roster.html create mode 100644 resources/data_profiling/w1_household_information_and_history.html create mode 100644 resources/data_profiling/w1_light_roster.html create mode 100644 resources/data_profiling/w1_room_roster.html create mode 100644 resources/dataset_structure.png diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..0293c8c2230d508f785e586eb2facdbe67612a9b GIT binary patch literal 6148 zcmeHK-AcnS6i&A3T87XI6)ywc4y^MJ@utlA0#@`wWwvf;u{P2ldoc#R)EDwmd>+q9 zGI4BzS0e5lIQf$E(~vJECt-~7ZZX(q%wddKpoldanmK}g)ETK63nEwFC|JsF*^p&n zITKBWzsLaYoejGNd&VUDvVYlA7|Rg6Z{brMWx4CV^IE;JwA{3sR?E8f?`7%dL0)9t zAic!VnUrxj=?CF?G%Wkh>ak4nAWDX*N{9wS2)Vk5l7TF{vPcG*%JsFwvMsystdB;W zgT1zJ$89k>?6_^QyR$zY+t%9V*3oJIA%0Bcizbu9f2U-{-~?WwGiP1TewxHGxdZPc zbCN+w3=jjvz~V4qPC%=*I7_CL5(C7*4;jGoL4YE91}lx~=zs>VkLYh8qCg+t5{SZ} zXRy);9uTfm0d*=jPYkZp!7fakXRy+!(-~JY!*|Tg+`Le@njP#yg){DHq?Q;U2BsOP z>!E}7|K$7k|8x?Khyh~YUopTNJ-^q5C7IefvpB4^0`vwH1>-7>pDEB$r5Iwd6mNhk Z0lUBspl7hs2o?~!2q+q;AqIYxfe&7MO*a4l literal 0 HcmV?d00001 diff --git a/css/app.css b/css/app.css index 64b5490..e82f06b 100644 --- a/css/app.css +++ b/css/app.css @@ -121,3 +121,27 @@ svg :focus { color: var(--mdc-theme-text-primary-on-background); margin: 0; } + +/* */ + + +.responsive-image { + width: 75%; + height: auto; /* Maintains the aspect ratio */ + max-width: 100%; /* Ensures the image doesn't overflow on smaller devices */ + margin: 0 auto; + display: block; /* Centers the image */ + } + +@media (max-width: 768px) { + .responsive-image { + width: 90%; /* Adjust the width for tablets and small screens */ + } +} + +@media (max-width: 480px) { + .responsive-image { + width: 100%; /* Adjust the width for mobile devices */ + } + } + \ No newline at end of file diff --git a/index.html b/index.html index 453c573..e016b92 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - LIRNEasia · Visualizations + LIRNEasia · DAP Projects @@ -25,7 +25,7 @@
-

Visualizations

+

DAP