-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (77 loc) · 2.01 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<html>
<head>
<title>Lightfinder</title>
<link href='https://fonts.googleapis.com/css?family=Oswald:300|Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<link href='bivald.css' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body, html {
width: 100%;
height: 100%;
}
body {
color: #1c3661;
min-height: 500px;
}
#content {
width: 400px;
height: 620px;
position: relative;
top: 50%;
transform: translateY(-50%);
margin: 0 auto;
}
h1, h2, h3 {
margin: 0; padding: 0; line-height: auto;
}
h1 {
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 36px;
text-align: center;
}
h2 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
text-align: center;
font-size: 18px;
}
h3 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
margin-top: 10px;
font-size: 16px;
opacity: 0.95;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
text-align: center;
}
a {
color: inherit;
}
@media only all and (max-width: 480px) {
h1, h2, h3, #content {
text-align: center;
width: 95%;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 14px;
}
a {
text-align: center;
}
}
</style>
<meta name="description" content="Lightfinder is a problem solving company that does software development, product development as well as architecture and software-approach reviews">
<link rel="icon" href="favicon.ico" sizes="any">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="manifest" href="manifest.webmanifest"></head>
<body>
<div id="content">
<img src="logo.svg">
<h3>We specialize in problem solving. We offer consultancy services within software and product development, as well as architecture and software-approach reviews. We also develop our own products. <br><br><a href="mailto:[email protected]">Contact us</a></h3>
</div>
</body>