Skip to content

Commit

Permalink
Deploy corrode/corrode.github.io to corrode/corrode.github.io:gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 4, 2023
0 parents commit a017f31
Show file tree
Hide file tree
Showing 24 changed files with 2,781 additions and 0 deletions.
74 changes: 74 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# MOD_DEFLATE COMPRESSION
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml application/x-javascript application/x-httpd-php
#Pour les navigateurs incompatibles
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
#ne pas mettre en cache si ces fichiers le sont déjà
SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
#les proxies doivent donner le bon contenu
Header append Vary User-Agent env=!dont-vary

# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 7200 seconds"
ExpiresByType image/jpg "access plus 2592000 seconds"
ExpiresByType image/jpeg "access plus 2592000 seconds"
ExpiresByType image/png "access plus 2592000 seconds"
ExpiresByType image/gif "access plus 2592000 seconds"
AddType image/x-icon .ico
ExpiresByType image/ico "access plus 2592000 seconds"
ExpiresByType image/icon "access plus 2592000 seconds"
ExpiresByType image/x-icon "access plus 2592000 seconds"
ExpiresByType text/css "access plus 2592000 seconds"
ExpiresByType text/javascript "access plus 2592000 seconds"
ExpiresByType text/html "access plus 7200 seconds"
ExpiresByType application/xhtml+xml "access plus 7200 seconds"
ExpiresByType application/javascript A259200
ExpiresByType application/x-javascript "access plus 2592000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"
</IfModule>
# END Expire headers

# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<FilesMatch "\\.(ico|jpe?g|png|gif|swf|gz|ttf)$">
Header set Cache-Control "max-age=2592000, public"
</FilesMatch>
<FilesMatch "\\.(css)$">
Header set Cache-Control "max-age=2592000, public"
</FilesMatch>
<FilesMatch "\\.(js)$">
Header set Cache-Control "max-age=2592000, private"
</FilesMatch>
<filesMatch "\\.(html|htm)$">
Header set Cache-Control "max-age=7200, public"
</filesMatch>
# Disable caching for scripts and other dynamic files
<FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$">
Header unset Cache-Control
</FilesMatch>
</IfModule>
# END Cache-Control Headers

# KILL THEM ETAGS
Header unset ETag
FileETag none

# protect wpconfig.php
<files wp-config.php>
order allow,deny
deny from all
</files>

# protect the htaccess file
<files .htaccess>
order allow,deny
deny from all
</files>

# protection de la lecture des répertoires
Options -Indexes
25 changes: 25 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://corrode.dev/style.css">
<title>ERROOOOOOOORRR</title>
</head>
<body>
<div class="error-content">
<h1>
<span class="char1">E</span>
<span class="char2">R</span>
<span class="char3">R</span>
<span class="char4">O</span>
<span class="char5">R</span>
<span class="char7">4</span>
<span class="char8">0</span>
<span class="char9">4</span>
</h1>
<img src="/ronflex.png" />
</div>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
corrode.dev
83 changes: 83 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Corrode Rust Consulting </title>
<meta name="author" content="Corrode Rust Consulting">
<meta name=description content="Personal website of a web developer using zola static generator website.">
<meta property="og:title" content="Corrode Rust Consulting">
<meta property="og:image" content="https://corrode.dev/corrode.svg">
<meta property="og:description" content="Personal website of a web developer using zola static generator website.">
<link rel="me" href="https://mastodon.social/@mre">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://corrode.dev/style.css">
</head>

<body>
<div class="app">
<nav class="nav">
<a class="nav-item"
href="https://corrode.dev/"
>
<img src="https://corrode.dev/corrode.svg" alt="corrode" width="200">
</a>
<div class="nav-right">
<a class="nav-item active"
href="https://corrode.dev/about"
>
<span>About</span>
</a>
<a class="nav-item"
href="https://corrode.dev/legal"
>
<span>Legal</span>
</a>
<a class="nav-item button"
href="https://corrode.dev/quote"
>
<span>Get a Quote</span>
</a>
</div>
</nav>
<main class="container">

<div class="about">
<h1>Description</h1>
<div><p>Hi, I'm Matthias Endler, a Rust developer and open source maintainer. I've built
popular Rust crates like <a href="https://github.com/tinysearch/tinysearch">tinysearch</a>,
<a href="https://github.com/mre/hyperjson">hyperjson</a>, and
<a href="https://github.com/lycheeverse/lychee">lychee</a>.
I'm a Rustacean since 2015 and I've been working with Rust professionally since 2019.</p>
<p>You might have seen me speaking at conferences such as
<a href="https://www.youtube.com/watch?v=ePiWBGh35q0">FOSDEM</a> in Brussels,
<a href="https://www.youtube.com/watch?v=imtejBNbm0o">Cod{e}motion</a> in Amsterdam, and
<a href="https://www.youtube.com/watch?v=sEcbTYLtLSM">BrisTech</a> in Bristol. I've also
given workshops at <a href="https://github.com/rust-embedded/wg/issues/235">emBO++</a> in
Bochum,
<a href="https://speakerdeck.com/mre/workshop-write-your-own-shell-in-rust">RustBeltRust</a>
in Columbus, OH and <a href="https://hackmd.io/ru4intliRlyJ9t8pU2F29A">RustFest</a>
Barcelona.</p>
<p>I'm passionate about <a href="https://github.com/mre/idiomatic-rust">Idiomatic Rust</a> and
I love to <a href="https://endler.dev/">blog</a>.</p>
<p>With my solid knowledge around performance optimizations, scalability,
concurrent- and parallel execution and WebAssembly, I help clients around the
world to get the most out of Rust.</p>
<p>Feel free to <a href="mailto:hi@corrode.dev">get in contact</a> with me, I'm always up for
a chat!</p>
</div>
</div>

</main>
<footer class="footer">

<div>
<span class="copyright">©</span>&nbsp;2023 - D&uuml;sseldorf, Germany
</div>

</footer>
</div>
</body>
</html>
109 changes: 109 additions & 0 deletions corrode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions hero/future copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions hero/future.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/envelope.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a017f31

Please sign in to comment.