initial commit
This commit is contained in:
Executable
+39
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="../../../../assets/img/favicon.png">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Portfolio Website - A. Reimann</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap" rel="stylesheet">
|
||||
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||
<script src="https://cdn.emailjs.com/dist/email.min.js"></script>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||
<link rel="stylesheet" href="../../../../assets/stylesheets/main.css">
|
||||
<link rel="stylesheet" href="../../../../assets/stylesheets/pages/impress.css">
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<!-- Background -->
|
||||
<?php echo file_get_contents('../../../../assets/components/animated_triplet_element_darkgray_red.php'); ?>
|
||||
|
||||
<!-- Header -->
|
||||
<?php echo file_get_contents('../../../../assets/components/headerEN.php'); ?>
|
||||
|
||||
<!-- Content -->
|
||||
<main>
|
||||
<div class='impressum'>
|
||||
<h1>Important Informations could stand here</h1>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
||||
<!-- Footer -->
|
||||
<?php echo file_get_contents('../../../../assets/components/footerEN.php'); ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user