Files
website/public/team.html
2018-11-24 14:36:33 +05:30

165 lines
4.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>ShanMukha Innovations - Developing a Swiss army knife of clinical diagnostics for serving 4 Billion people</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Roboto:400,300,200,100&subset=latin,cyrillic" rel="stylesheet">
<link href="css/navbar.css" rel="stylesheet">
<!-- // [start style] -->
<style>
#section1 {
margin-top: 100px;
margin-left: 50px;
background-color: white;
font-family: Roboto, sans-serif;
font-weight: 100;
font-size: 18px;
}
#section1 p {
font-weight: 300;
text-align: left;
margin-bottom: 0px;
margin-top: 20px;
}
.column {
float: left;
margin-top: 50px;
margin-bottom: 16px;
padding: 0 20px;
}
/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
}
}
/* Add some shadows to create a card effect */
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
/* Some left and right padding inside the container */
.container {
padding: 0 16px;
}
/* Clear floats */
.container::after, .row::after {
content: "";
clear: both;
display: table;
}
.title {
color: grey;
}
footer {
font-family: Roboto, sans-serif;
font-weight: 300;
text-align: center;
background-color: hsl(8, 70%, 54%);
color: white;
padding-bottom: 20px;
padding-top: 20px;
}
</style>
</head>
<body>
<div class="nav">
<div class="nav-header">
<div class="nav-title">
<img width="290" heigth="62" src="images/logo.png">
</div>
</div>
<div class="nav-btn">
<label for="nav-check">
<span></span>
<span></span>
<span></span>
</label>
</div>
<input type="checkbox" id="nav-check">
<div class="nav-links">
<a href="index.html"> Home </a>
<a href="team.html"> Team </a>
<a href="tech.html"> Technology </a>
<a href="contact.html"> Contact </a>
</div>
</div>
<div id="section1">
<h2> Team </h2>
<div class="row">
<div class="column">
<div class="card">
<img src="images/saisiva.jpg" alt="Dr. Sai Siva" style="height:200px; width:200px;">
<div class="container">
<h3>Sai Siva Gorthi<br /> PhD</h3>
<p class="title">Founder Director</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/akhila.png" alt="Akhila" style="height:220px; width:200px;">
<div class="container">
<h3>Akhila Prasad</h3>
<p class="title">Operations Leader</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/kapil.jpeg" alt="Kapil" style="height:220px; width:200px;">
<div class="container">
<h3>Kapil Rawat</h3>
<p class="title">Systems Engineer</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="card">
<img src="images/sujith.jpg" alt="Sujith" style="height:200px; width:220px;">
<div class="container">
<h3>Sujith Vijayan</h3>
<p class="title">Product Design Leader</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="images/arun.png" alt="Arun" style="height:200px; width:210px;">
<div class="container">
<h3>Arun B</h3>
<p class="title">Customer Dev Leader</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<a href="https://www.linkedin.com/company/sminnovations/">
<img alt="Linked In" height="32" width="32" src="images/in.svg" style="margin-right:10px"/>
</a>
<a href="https://twitter.com/sminnovations1">
<img alt="Twitter" height="32" width="32" src="images/twitter.svg" />
</a>
<p>ShanMukha Innovations &copy; 2018</p>
</div>
</footer>
</body>
</html>