Difference between revisions of "Team:ICT-Mumbai/Notebook"

Line 51: Line 51:
 
     }
 
     }
 
}
 
}
 
  
 
* {
 
* {
Line 57: Line 56:
 
}
 
}
  
 
+
body {
 +
    background-color: #474e5d;
 +
    font-family: Helvetica, sans-serif;
 +
}
  
 
/* The actual timeline (the vertical ruler) */
 
/* The actual timeline (the vertical ruler) */
 
.timeline {
 
.timeline {
     position: absolute;
+
     position: relative;
 
     max-width: 1200px;
 
     max-width: 1200px;
 
     margin: 0 auto;
 
     margin: 0 auto;
Line 68: Line 70:
 
/* The actual timeline (the vertical ruler) */
 
/* The actual timeline (the vertical ruler) */
 
.timeline::after {
 
.timeline::after {
     content: rgba(250,231,231);
+
     content: '';
 
     position: absolute;
 
     position: absolute;
 
     width: 6px;
 
     width: 6px;
     background-color: black;
+
     background-color: white;
 
     top: 0;
 
     top: 0;
 
     bottom: 0;
 
     bottom: 0;
 
     left: 50%;
 
     left: 50%;
 
     margin-left: -3px;
 
     margin-left: -3px;
}
 
 
body2 {
 
    background-color: #474e5d;
 
    font-family: Helvetica, sans-serif;
 
 
}
 
}
  
Line 124: Line 121:
 
     z-index: 1;
 
     z-index: 1;
 
     right: 30px;
 
     right: 30px;
     border: blue;
+
     border: medium solid white;
 
     border-width: 10px 0 10px 10px;
 
     border-width: 10px 0 10px 10px;
     border-color: blue;
+
     border-color: transparent transparent transparent white;
 
}
 
}
  
Line 138: Line 135:
 
     z-index: 1;
 
     z-index: 1;
 
     left: 30px;
 
     left: 30px;
     border: blue;
+
     border: medium solid white;
 
     border-width: 10px 10px 10px 0;
 
     border-width: 10px 10px 10px 0;
     border-color: blue;
+
     border-color: transparent white transparent transparent;
 
}
 
}
  
 
/* Fix the circle for containers on the right side */
 
/* Fix the circle for containers on the right side */
 
.right::after {
 
.right::after {
     left: -12px;
+
     left: -16px;
}
+
 
+
/* Fix the circle for containers on the right side */
+
.left::after {
+
    right: -12px;
+
 
}
 
}
  
Line 156: Line 148:
 
.content {
 
.content {
 
     padding: 20px 30px;
 
     padding: 20px 30px;
     background-color: rgba(250,231,231);
+
     background-color: white;
 
     position: relative;
 
     position: relative;
 
     border-radius: 6px;
 
     border-radius: 6px;
Line 178: Line 170:
 
   .container::before {
 
   .container::before {
 
     left: 60px;
 
     left: 60px;
     border: blue;
+
     border: medium solid white;
 
     border-width: 10px 10px 10px 0;
 
     border-width: 10px 10px 10px 0;
     border-color: blue;
+
     border-color: transparent white transparent transparent;
 
   }
 
   }
  
Line 193: Line 185:
 
   }
 
   }
 
}
 
}
 
 
</style>
 
</style>
 
</body>
 
</body>

Revision as of 07:32, 16 October 2017

ICT-Mumbai 2017

Week 1: Ideation

The first few weeks we ideated upon our problem statement and discussed ways to tackle them. After long discussions and much debate, we finally decided to work upon the issue that we think is quite relevant not only in our country but also in a lot of developing and developed countries, the real reason why public toilets are frowned upon and not used, despite new government policies that encourage building and usage of public toilets. For our inspiration and project summary see ‘project abstract’.

Week 2: Ground Reality

During this week, we decided to approach different NGO’s and organizations that are involved in promoting and providing better sanitation. Sulabh International is an India-based NGO that promotes and provides better sanitation by building public pay and use toilets and community toilets to name a few. To understand and evaluate the feasibility of our idea and to understand the ground reality we decided to meet with the XYZ of Sulabh Internation. A detailed transcript of our conversation with him can be found at our ‘human practices’ tab.

Week 3: We step into the lab!