-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (50 loc) · 2.75 KB
/
index.html
File metadata and controls
56 lines (50 loc) · 2.75 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
<!DOCTYPE html>
<html>
<head>
<title>Graber Software</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="res/stylesheet.css">
</head>
<body>
<a href="en/Company.html">english ></a>
<header><img src="res/logo.svg" alt="Graber Software"></header>
<nav>
<svg width="690" viewBox="0 0 765 145" preserveAspectRatio="xMinYMin">
<path d="M 39.47,14.93 203.73,130.4 H 470.4 Z" fill="#8b8d8e" opacity="0.7" />
<path d="M 106.67,0.33 V 145 L 430.93,65.36 Z" fill="#8b8d8e" opacity="0.5" />
<path d="M 216.53,8.3 0,115.8 764.8,8.3 Z" fill="#ff6e00" opacity="0.5" />
<path d="M 106.67,0.33 222.24,130.4 M 106.67,0.33 201.8,129.04 M 106.67,0.33 182.46,126.38 M 106.67,0.33 167.88,129.97 M 106.67,0.33 153.23,133.56 M 106.67,0.33 138.35,137.22 M 106.67,0.33 123.03,140.98 M 106.67,0.33 107.06,144.9 M 106.67,0.33 415.02,69.27 M 106.67,0.33 379.15,78.08 M 106.67,0.33 349.06,85.47 M 106.67,0.33 414.44,130.4 M 106.67,0.33 366.18,130.4 M 106.67,0.33 327.4,130.4 M 106.67,0.33 295.18,130.4 M 106.67,0.33 267.68,130.4 M 106.67,0.33 243.66,130.4" stroke="white" stroke-width="0.68" stroke-opacity="0.55" />
</svg>
<menu>
<a href="de/Firma.html">Firma ></a><a href="de/Leistungen.html">Leistungen ></a><a href="de/Referenzen.html">Referenzen ></a><a href="de/UeberUns.html">Über uns ></a><a href="de/Kontakt.html">Kontakt ></a>
</menu>
</nav>
<main>
<section>
<h1>Software should be made as simple as possible.<br>But not simpler.</h1>
<p>
Graber Software ist ein unabhängiges Ingenieurbüro. Wir sind spezialisiert auf komplexe Softwarelösungen im technischen Bereich.
Wir haben umfangreiches Know-How in Elektrotechnik, Mechanik, Robotik und in diversen anderen Gebieten im Ingenieurwesen.
Wir beraten Sie bei Ihren Projekten und ent­wickeln für Sie Software von höchster Qualität.
</p>
<p style="vertical-align: baseline">
<br />
<svg style="vertical-align: middle" width="20" height="20" viewBox="0 0 32 32">
<rect fill="#f00" height="32" width="32" />
<rect fill="#fff" height="6" width="20" x="6" y="13" />
<rect fill="#fff" height="20" width="6" x="13" y="6" />
</svg> Swiss Quality Software
</p>
</section>
</main>
<footer>
©
<script type="text/javascript">
var today = new Date();
var year = today.getFullYear();
document.write(year);
</script>
graber software <br><br><br>
</footer>
</body>
</html>