forked from alekssaul/simplewebapp
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (52 loc) · 2.91 KB
/
index.html
File metadata and controls
64 lines (52 loc) · 2.91 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
64
<html>
<head>
<title>coreos.com</title>
<link rel="stylesheet" href="./coreos.com_files/linen.css" type="text/css">
<style>
.logo.portrait {
/* width: auto; */
max-width: 800px;
max-height: 400px;
}
</style>
</head>
<body>
<div class="content" style="text-align:center">
<span style="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="./coreos.com_files/coreos-wordmark-vert-color.png" style="opacity: 1;display:inline;"/>
</span>
<br/><br/>
<span sytle="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="https://i0.wp.com/containerjournal.com/wp-content/uploads/2015/07/tectonic-bycoreos-color-copy.png" style="opacity: 1; display:inline;">
</span>
<!-- Insert URL to customer logo in @src. Look for a PNG. ex: google "verizon png logo" -->
<!--
<br/><br/>
<span sytle="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="https://quay.io/static/img/quay_preview.png" style="opacity: 1; display:inline;">
</span>
<span style="float:none; display:inline-block; margin: 0 50px 0 50px">
<h1 style="font-size:160px">+</h1><br/><br/><br/><br/><br/>
</span>
<span sytle="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="http://www.loneshooter.com/wp-content/uploads/2012/12/openx-logo-300x225.png" style="opacity: 1; display:inline;"/>
</span>
<span sytle="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_1484666957/trackmaven.png" style="opacity: 1; display:inline;"/>
</span>
<span sytle="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="https://pbs.twimg.com/profile_images/606508041882738688/HgJqPAyB.png" style="opacity: 1; display:inline;"/>
</span>
<span sytle="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="http://www.pngall.com/wp-content/uploads/2016/06/Nike-Logo-PNG-Image.png" style="opacity: 1; display:inline;"/>
</span>
<span sytle="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_1484666957/trackmaven.png" style="opacity: 1; display:inline;"/>
</span>
<span sytle="float:none; display:inline-block;">
<img class="logo portrait smallImage" src="https://pbs.twimg.com/profile_images/606508041882738688/HgJqPAyB.png" style="opacity: 1; display:inline;"/>
</span>
-->
</div>
</body>
</html>