-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (40 loc) · 1.14 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Monolithic Power Systems</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
body {
background-color: #3498db;
}
.jumbotron {
background-color: #3498db;
color: #ffffff;
}
#top-jumbotron-mps-logo-image {
width: 75%;
height: 75%;
margin-bottom: 50px;
margin-top: 50px;
}
</style>
</head>
<body>
<div class="jumbotron text-center">
<div class="row">
<div class="col-sm-3"></div>
<div class="col-sm-6">
<img src="image/mps_logo_vecto-white.png" alt="MPS Logo" id="top-jumbotron-mps-logo-image">
</div>
<div class="col-sm-3"></div>
</div>
<h1>Monolithic Power Systems</h1>
<p>GitHub Page</p>
<br>
</div>
</body>
</html>