-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (69 loc) · 3.23 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!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" />
<meta name="description" content="hod" />
<title>hod</title>
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/scroll.css" />
<link
rel="icon"
href="https://cdn.glitch.global/dc8f8ed8-aa70-4d2c-ba1a-df2ba913d86f/hod%20(3).gif?v=1656205075348"
type="image/x-icon"
/>
</head>
<body>
<main>
<div class="center">
<img
src="https://cdn.glitch.global/dc8f8ed8-aa70-4d2c-ba1a-df2ba913d86f/hod%20(3).gif?v=1656205075348"
style="width: 200px; height: 120px"
/>
</div>
<div class="main-text">
<h3>
Hello, World, I'm hod
<br /><br />
I'm a full stack developer, my primary tools and languages are
Node.js, Php, JavaScript, Lua, and of course, I use a lot of vanilla
HTML/CSS <br />I feel like a lot of things are overcompilcated in the
web development space, a lot of CSS frameworks and specialized ways to
write HTML, my goal is to learn more, and try to teach others things I
learn along the way. I also enjoy working with Bash, Linux, and
cybersecurity. I am currently an Adminstrator/Partner and Developer at
<a href="https://jdbdu.xyz" target="_blank">jdbdu</a> and a CodeTrainer Developer as
well, a product of jdbdu. In addition to that, I am a
<a href="https://jusoft.dev/" target="_blank">JuSoft</a> Developer. Open source
technology is something that I love to work on. <br />
I am generally a friendly person as long as you are nice, I also enjoy
some games occassionally. My favorite game of all time is Titanfall 2,
I also sometimes play ROBLOX as I like to use it as a lightweight game
development engine, that's where I learned what I know about Lua from.
<br />
I am always open to commissions, I make cheap portfolio websites sorta
like this one but with more content if you'd like for around 5
dollars, this includes a domain under 3 dollars for a year, as long as
you pay me via crypto. If you'd like to commission me or get me to
develop something for you, send me an email at hod@jdbdu.xyz, or DM me
on Discord via the CodeTrainer
<a href="https://discord.com/invite/tVgkzJagsh" target="_blank">Discord</a> <br />
If you'd like to donate to me, and NonZeroCornet, my partner in jdbdu,
make sure to head to the jdbdu
<a href="https://jdbdu.xyz/donate" target="_blank">donations page</a>
</h3>
</div>
<div>
<p class="center-60p">
© Joh Doyle and Brian Dean Ullery GP <br />
Original source code on
<a href="https://glitch.com/edit/#!/hoddotjdbdudotxyz" target="_blank">Glitch</a> and
<a href="https://github.com/hodss/hoddotjdbdudotxyz" target="_blank">GitHub</a>
<br />
<a href="https://jdbdu.xyz/terms">Terms of Service</a>
</p>
</div>
</main>
</body>
</html>