-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (43 loc) · 2.29 KB
/
index.html
File metadata and controls
52 lines (43 loc) · 2.29 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<title>IrtsaDev</title>
<meta charset="UTF-8">
<meta name="description" content="Personal website for Irtsa-Dev (Irtsa).">
<meta name="keywords" content="Programming, Code, Blog, Irtsa-Dev.">
<meta name="author" content="Irtsa-Dev">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/index.css">
<link rel="shortcut icon" type="image/x-icon" href="./assets/favicon.ico?">
</head>
<body>
<nav class="navMenu"></nav>
<div style="text-align: center;">
</br>
</br>
<img src="./assets/irtsawebbanner.png" width=750>
</div>
<div class="homeInformation">
<pre>
Hello! You may call me Irtsa.
I am a programmer who primarily writes in Python. While I do have skills in other languages such as Java, C++, C#, and more,
I prefer to stick with Python.
Why? No other reason other than it is the language I am most comfortable with and have been coding in since around 2014.
I did start mainly using block based programming before I went on to other languages and eventually landing on Python.
After a few years I picked up Java, C++, C#, and so on.
Most of my work up until recent has been more personal projects for myself and those close to me, I didn't really feel all to great with
making my work public. If you want to check out my works, you can vist my <a href="./blog.html">blog</a> or go directly to my <a href="https://github.com/irtsa-dev" target="_blank" rel="noopener">github</a>.
</pre>
</div>
<script src="./scripts/navbuilder.js"></script>
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
<script>
kofiWidgetOverlay.draw('irtsa', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#323842',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>
</html>