Initial Commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link type="text/css" rel="stylesheet" href="style.css">
|
||||
<link type="text/css" rel="stylesheet" href="index.css">
|
||||
<link rel="icon" type="image/jpg" href="assets/favicon.jpg">
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar">
|
||||
<a class="active" href="/">Home</a>
|
||||
<a href="projects.html">Projects</a>
|
||||
<a href="https://git.enumerated.dev/">Gitea Instance</a>
|
||||
</div>
|
||||
<div id="main">
|
||||
<img id="pfp" src="assets/pfp.jpg">
|
||||
<div id="info">
|
||||
<h1>EnumDev</h1>
|
||||
<span>Computer programmer and Linux enthusiast</span>
|
||||
<br><br>
|
||||
<a class="link" href="https://git.enumerated.dev/EnumDev"><img src="assets/gitea-logo.png"></a>
|
||||
<a class="link" href="https://gitlab.com/EnumDev"><img src="assets/gitlab-logo.png"></a>
|
||||
<a class="link" href="https://github.com/EnumuratedDev"><img src="assets/github-logo.png"></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user