-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 1.43 KB
/
index.html
File metadata and controls
35 lines (32 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>DogWaterDev</title>
<link rel="icon" type="image/x-icon" href="assets/img/titleimg.jpg">
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
</head>
<body>
<div class="navbar" style="margin-top: 2.75%;">
<a class="navelement active">About</a>
<a class="navelement" href="projects.html">Projects</a>
<a class="navelement" href="goals.html">Goals</a>
<a class="navelement" href="contact.html">Contact</a>
</div>
<div id="title">
<h1 class="title" style="margin-top: 0%;">DogWaterDev</h1>
</div>
<div>
<h2 id="aintro">About me</h2>
<div>
<p style="margin-top: 5%;">Hi there! I'm DogWaterDev, a programmer hailing from Germany.</p>
<p>With my skills in Java, Python, HTML, CSS, JavaScript, I am able to build sleek websites/webapps or complex tools like compilers or game engines.</p>
<p>I love being able to create awesome stuff with my programming skills, like this website!</p>
<p>Join the discord server <a href="https://discord.gg/8QVUdeJUcr" class="lnk">here!</a></p>
<p>Thanks for stopping by, and I hope you keep exploring this page!</p>
</div>
</div>
<div id="contact">
</div>
</body>
</html>