Compare commits
8
Commits
51e905fac7
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
316448eb5a | ||
|
|
860c666207 | ||
|
|
73c801436a | ||
|
|
00ba0f3194 | ||
|
|
87bb76548b | ||
|
|
64e123bc43 | ||
|
|
d9d4f26958 | ||
|
|
18eae667d6 |
@@ -0,0 +1,44 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
|
||||
#access_log /var/log/nginx/host.access.log main;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
|
||||
# redirect server error pages to the static page /50x.html
|
||||
#
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
|
||||
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# proxy_pass http://127.0.0.1;
|
||||
#}
|
||||
|
||||
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
||||
#
|
||||
#location ~ \.php$ {
|
||||
# root html;
|
||||
# fastcgi_pass 127.0.0.1:9000;
|
||||
# fastcgi_index index.php;
|
||||
# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
|
||||
# include fastcgi_params;
|
||||
#}
|
||||
|
||||
# deny access to .htaccess files, if Apache's document root
|
||||
# concurs with nginx's one
|
||||
#
|
||||
#location ~ /\.ht {
|
||||
# deny all;
|
||||
#}
|
||||
}
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="box has-background-light has-margin-top-40 has-margin-bottom-10 has-text-centered">Copyright © 2019 by <a href="https://www.nbit.ch" title="nbit Informatik GmbH" ><span>nbit Informatik GmbH</span></a></div>
|
||||
<div class="box has-background-light has-margin-top-40 has-margin-bottom-10 has-text-centered">Copyright © 2023 by <a href="https://www.nbit.ch" title="nbit Informatik GmbH" ><span>nbit Informatik GmbH</span></a></div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ Mein CV sende ich Ihnen auf Wunsch gerne zu.
|
||||
<article class="message is-danger">
|
||||
<div class="message-body">
|
||||
<h2 class="is-hidden">Verfügbarkeit</h2>
|
||||
Verfügbar bin ich frühestens ab 01.08.2023.
|
||||
Verfügbar bin ich frühestens ab 01.02.2027.
|
||||
</div>
|
||||
</article>
|
||||
<hr />
|
||||
@@ -144,24 +144,13 @@ Verfügbar bin ich frühestens ab 01.08.2023.
|
||||
<div class="content has-margin-5">
|
||||
<h1 class="title">Kontakt</h1>
|
||||
nbit Informatik GmbH<br />
|
||||
Kirchweg 2<br />
|
||||
3510 Konolfingen<br />
|
||||
Untere Stockteile 16<br />
|
||||
3806 Bönigen b. Interlaken<br />
|
||||
+41 31 792 00 40<br />
|
||||
<a href="mailto:joerg.lehmann@nbit.ch">joerg.lehmann@nbit.ch</a>
|
||||
<br />
|
||||
<p><br />Falls EMails verschlüsselt werden sollen:</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="mystyle1">PGP Public Key</td>
|
||||
<td class="mystyle2"><a href="/files/6E3F4ECE.asc" target=”_blank”>0x6E3F4ECE</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="mystyle2">PGP Fingerprint</td>
|
||||
<td class="mystyle2">D998 BBDA 776E 8E12 6751 6A4F 49C3 BB68 6E3F 4ECE</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="box has-background-light has-margin-top-40 has-margin-bottom-10 has-text-centered">Copyright © 2020 by <a href="https://nbit.ch" title="nbit Informatik GmbH" ><span>nbit Informatik GmbH</span></a></div>
|
||||
<div class="box has-background-light has-margin-top-40 has-margin-bottom-10 has-text-centered">Copyright © 2023 by <a href="https://nbit.ch" title="nbit Informatik GmbH" ><span>nbit Informatik GmbH</span></a></div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Reference in New Issue
Block a user