99 lines
2.6 KiB
HTML
99 lines
2.6 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;
|
|
}
|
|
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 style="height: 100%; min-height: 100%">
|
|
<div class="nav">
|
|
<div class="nav-header">
|
|
<img src="images/logo.png" style="height: auto; width: 100%; max-width: 200px">
|
|
</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">
|
|
<div id="container">
|
|
<h2> Contact Us </h2>
|
|
<br />
|
|
<p />
|
|
<br />
|
|
<p />
|
|
<img src="images/sid.jpg" alt="SID" style="height:auto; max-width: 100%" />
|
|
<h3> Correspondence Address </h3>
|
|
ShanMukha Innovations Pvt. Ltd. <br />
|
|
First floor, Entreprenuership Centre, <br />
|
|
Society for Innovation & Development (SID), <br />
|
|
Indian Institute of Science (IISc), <br />
|
|
Bangalore - 560012 <br />
|
|
|
|
<br />
|
|
<p />
|
|
<br />
|
|
<p />
|
|
For more information, send an email to info(at)sminnovations.in
|
|
<p />
|
|
<br />
|
|
<p />
|
|
<br />
|
|
</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 © 2018</p>
|
|
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|