-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (50 loc) · 1.98 KB
/
index.html
File metadata and controls
63 lines (50 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Bipolar Factory - Building products as a service.</title>
<!-- Bootstrap core CSS -->
<link rel="icon" type="image/png" sizes="96x96" href="assets/images/favicon-96x96.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<style>
body {
background-color: #FFFFFF;
height: 100%;
}
html {
height: 100%;
}
.main-content {
height: 92%
}
</style>
</head>
<body>
<!-- Page Content -->
<div class="container d-flex main-content">
<div class="row align-self-center w-100">
<div class="col-12 mx-auto">
<img src="assets/images/logo.jpg"/>
<h1 class="mt-5">Building products as a service.</h1>
<p class="lead">We are a team of creative engineers with industrial experience in deep learning solutions
and the internet of things. We love working on challenging ideas in the B2B sector.</p>
<br/><br/>
<p class="lead">We are currenty building <a href="https://paar.in">a digital mirror that can sense
human body temperature.</a></p>
</div>
</div>
</div>
<footer class="footer">
<div class="container mx-auto">
<span class="text-muted text-center">Bipolar Factory. © copyright 2020. 57/9, IB Apartments, Chinnammal Street, KK Pudur, Coimbatore 641038</span>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.slim.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>