-
Notifications
You must be signed in to change notification settings - Fork 0
/
coding.html
22 lines (22 loc) · 964 Bytes
/
coding.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html lang="en">
<head>
<link rel="stylesheet" href="src/AquaMain.css">
<meta name="viewport" content="width=device-width, initial-scale=1 "/>
<meta name="description" content="My personal website to display random things">
<meta charset="UTF-8">
<title>Darth-Ness' Website</title>
</head>
<body>
<div id="banner"></div>
<div class="center">
<h2>My main projects</h2>
<h4>If you are intrested, I have other projects which can be found on my GitHub</h4>
</div>
<div class="cards center">
<div class="github-card" data-user="Darth-Ness" data-repo="WarpCore"></div>
<div class="github-card" data-user="Darth-Ness" data-repo="AquaCSS"></div>
<div class="github-card" data-user="Darth-Ness" data-repo="Ink"></div>
</div>
<script src="src/app.js"></script>
<script src="src/cards.js"></script>
</html>