Difference between revisions of "Team:Tongji Software/Safety"

Line 174: Line 174:
 
         html {
 
         html {
 
             height: 100%;
 
             height: 100%;
 +
            --color-bg: #1f174e;
 +
            --color-bg-2: #151436;
 +
            --color-bg-3: #060029;
 +
            background: linear-gradient(90deg, var(--color-bg-3), var(--color-bg-2),var(--color-bg),var(--color-bg-2), var(--color-bg-3));
 
         }
 
         }
 
          
 
          
Line 217: Line 221:
 
         }
 
         }
 
          
 
          
        #SectionContainer .cd-section:nth-of-type(odd) {
+
      /* #SectionContainer .cd-section:nth-of-type(odd) {
 
             background-color: #3e3947;
 
             background-color: #3e3947;
         }
+
         }*/
 
          
 
          
 
         #SectionContainer .cd-section:nth-of-type(odd) p {
 
         #SectionContainer .cd-section:nth-of-type(odd) p {
Line 225: Line 229:
 
         }
 
         }
 
          
 
          
         #SectionContainer .cd-section:nth-of-type(even) {
+
         /* #SectionContainer .cd-section:nth-of-type(even) {
 
             background-color: #745360;
 
             background-color: #745360;
         }
+
         } */
 
          
 
          
 
         #SectionContainer .cd-section:nth-of-type(even) p {
 
         #SectionContainer .cd-section:nth-of-type(even) p {

Revision as of 12:46, 19 October 2019

Tongji Software | Pathlab

Safety

SAFETY

question_icon

Who will use Pathlab?

answer_icon

iGEMers or Synthetic biologist.

question_icon

Will Pathlab harm human body or the environment?

answer_icon

Pathlab runs on a computer only. So, it does no harm to human body and the environment.

question_icon

How does Pathlab deal with users’ personal information?

answer_icon

Pathlab has neat data format, which means users have no need to upload or download any files. Meanwhile, users’ search record will not be collected, so there is no risk of information exposure.