website/src/index.php

58 lines
955 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Eworc's site</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="index.js"></script>
</body>
</html>
<div class="intro-div">
<img src="img/me.png" class="profile-picture">
<h3>Hey! I'm Eworc.</h3>
<p>I write code, and listen to music :)</p>
<div class="links">
<a href="https://gitea.pibakery.xyz/eworc778">
<div class="link-card">
<img src="./img/gitea.svg" class="link-icon">
<p class="link-card-text">Gitea</p>
</div>
</a>
<a href="./tunes.php">
</a>
</div>
</div>
<div class="centered-div project-div">
<p>Here's some of my projects that I have made:</p>
</div>