Boiler plate
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 28s
All checks were successful
Copy Files to Samba Share / Copy Files (push) Successful in 28s
This commit is contained in:
53
index.html
53
index.html
@@ -2,63 +2,18 @@
|
||||
<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 name="description" content="TBD">
|
||||
<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" />
|
||||
<title>Sinia</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="footer">
|
||||
<p id="footer-text">CptArn BV</p>
|
||||
<p id="footer-text">Sinia</p>
|
||||
</div>
|
||||
</body>
|
||||
<script>
|
||||
document.getElementById("footer-text").innerHTML = 'CptArn BV - ' + (new Date()).getFullYear();
|
||||
document.getElementById("footer-text").innerHTML = 'Sinia - ' + (new Date()).getFullYear();
|
||||
</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user