64 lines
1.9 KiB
HTML
64 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" content="CptArn Freelance creative thinker with a solution focus. For all projects involving prototyping, coding or automation in a wide array of situations (IT projects, factory/home automation, new products).">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
|
<title>CptArn</title>
|
|
<style>
|
|
* {
|
|
font-family: 'Inter', sans-serif;
|
|
}
|
|
.hero-container {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.hero-image {
|
|
width: 50%
|
|
}
|
|
|
|
.footer {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 6rem;
|
|
}
|
|
|
|
#footer-text {
|
|
text-align: center;
|
|
}
|
|
|
|
.contact-details {
|
|
width: 100%;
|
|
flex: 1 1 0;
|
|
align-items: center;
|
|
margin-top: 3rem;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content-wrapper {
|
|
width: 50%;
|
|
margin: 0 auto;
|
|
}
|
|
</style>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="footer">
|
|
<p id="footer-text">CptArn BV</p>
|
|
</div>
|
|
</body>
|
|
<script>
|
|
document.getElementById("footer-text").innerHTML = 'CptArn BV - ' + (new Date()).getFullYear();
|
|
</script>
|
|
</html> |