-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
108 lines (103 loc) · 3.83 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!doctype html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bundesverband Green Software</title>
<link rel="icon" type="image/x-icon" sizes="16x16" href="images/BVGS_Icon_16x16.ico">
<link rel="icon" type="image/x-icon" sizes="32x32" href="images/BVGS_Icon_32x32.ico">
<link rel="icon" type="image/x-icon" sizes="48x48" href="images/BVGS_Icon_48x48.ico">
<link rel="icon" type="image/x-icon" sizes="256x256" href="images/BVGS_Icon_256x256.ico">
<link rel="apple-touch-icon" sizes="180x180" href="images/BVGS_apple_touch_icon_180x180.webp">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" type="text/css" href="css/mobile.css">
<script src="js/mobile.js" type="text/javascript"></script>
</head>
<body>
<div id="page">
<div id="header">
<div>
<a href="index.html" class="logo"><img src="images/BVGS_Logo.webp" alt="Green leaf in angle brackets logo besides text Bundesverband Green Software" width="100" height="50"></a>
<!-- <ul id="navigation">
<li class="selected">
<a href="index.html">Home</a>
</li>
<li class="menu">
<a href="about.html">About</a>
<ul class="primary">
<li>
<a href="product.html">Product</a>
</li>
</ul>
</li>
<li class="menu">
<a href="blog.html">Blog</a>
<ul class="secondary">
<li>
<a href="singlepost.html">Single post</a>
</li>
</ul>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul> -->
</div>
</div>
<div id="body" class="home">
<div class="header">
<div class="background-div">
<img src="../images/backround.webp" alt="white Hello World text on teal backround and green angle brackets" class="background-img">
</div>
</div>
<div class="body">
<div>
<!-- <div> -->
<p>Die IKT-Branche ist derzeit für rund 4% der globalen CO2-Emissionen verantwortlich. Tendenz stark steigend. Als Akteure der Digitalisierung stehen wir in der Verantwortung und haben die Chance, unser Wissen und unsere Position zu nutzen, um diesen Trend zu stoppen und die Emissionen von Software zu minimieren.</p>
<!-- </div> -->
<!-- <img src="images/yogurt.jpg" alt=""> -->
</div>
</div>
<div class="footer">
<div>
<p>
Wir treten ein für eine Zukunft, in der Software sparsam mit Umweltressourcen umgeht und beschleunigen die Anwendung von Standards, Werkzeugen und Best-Practices für Green Software in Deutschland.<br><br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<!-- <ul>
<li>
<a href="product.html" class="product"></a>
<h1>PRODUCTS</h1>
</li>
<li>
<a href="about.html" class="about"></a>
<h1>OUR STORY</h1>
</li>
<li>
<a href="product.html" class="flavor"></a>
<h1>FLAVORS</h1>
</li>
<li>
<a href="contact.html" class="contact"></a>
<h1>OUR LOCATION</h1>
</li>
</ul> -->
</div>
</div>
</div>
<div id="footer">
<div>
<!-- <div class="connect">
<a href="http://freewebsitetemplates.com/go/facebook/" class="facebook">facebook</a>
<a href="http://freewebsitetemplates.com/go/twitter/" class="twitter">twitter</a>
<a href="http://freewebsitetemplates.com/go/googleplus/" class="googleplus">googleplus</a>
<a href="http://pinterest.com/fwtemplates/" class="pinterest">pinterest</a>
</div>
<p>© 2023 Freeeze. All Rights Reserved.</p> -->
<a href="impressum.html">Impressum</a> <a href="datenschutz.html">Datenschutz</a> <a href="mitgliedschaft.html">Mitgliedschaft</a>
</div>
</div>
</div>
</body>
</html>