-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.html
More file actions
99 lines (99 loc) · 4.66 KB
/
home.html
File metadata and controls
99 lines (99 loc) · 4.66 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<title>aroary</title>
<!-- Metas -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#1A1A1A">
<meta name="description" content="aroary">
<meta name="keywords" content="aroary, profile, website, resume, home">
<meta name="author" content="aroary">
<meta property="og:title" content="aroary">
<meta property="og:type" content="profile">
<meta property="og:image" content="https://aroary.com/media/pfp.png">
<meta property="og:url" content="https://aroary.com/home.html">
<meta property="og:description" content="aroary">
<meta name="google-site-verification" content="nr_j9LF0RdtCWo1mk6OkTAvaeHaFHITwC-lVQu0UhFc">
<meta name="msvalidate.01" content="DBDAC1B99C18D6F590EC8FEC5784355D">
<!-- Links -->
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped&display=swap">
<link rel="stylesheet" href="./styles/theme/colors.css">
<link rel="stylesheet" href="./styles/theme/header.css">
<link rel="stylesheet" href="./styles/theme/main.css">
<link rel="stylesheet" href="./styles/theme/footer.css">
<link rel="stylesheet" href="./styles/home.css">
<link rel="stylesheet" href="./styles/dots.css">
<link rel="stylesheet" href="./styles/theme/notifications.css">
<!-- Scripts -->
<script src="./scripts/theme/footer.js" defer></script>
<script src="./scripts/home.js" defer></script>
<script src="./scripts/dots.js" defer></script>
</head>
<body>
<header>
<table>
<tbody>
<tr>
<td id="logo">
<a href="./home.html">
<img id="pfp" src="./media/pfp.png" alt="profile image">
<strong>aroary</strong>
</a>
</td>
<td id="navi">
<nav>
<ul>
<li><a href="./home.html">Home</a></li>
<li><a href="./contact.html">Contact</a></li>
<li><a href="./projects.html">Projects</a></li>
</ul>
</nav>
</td>
<td id="medi">
<a href="https://aroary.com/aroary/" target="_blank" rel="noopener noreferrer"><img src="./media/github-dark.png" alt="GitHub"></a>
</td>
</tr>
</tbody>
</table>
</header>
<main>
<img src="./media/pfp.png" alt="aroary" draggable="false">
<div>
<h2 title="Me">About</h2>
<p>
Meet aroary, a talented backend software developer with 5 years of experience in building robust and scalable systems.
aroary specializes in server-side development and has a deep understanding of technologies such as Python and Node.js.
He has a talent for developing complex algorithms and databases that allow for seamless and efficient data management.
</p>
<p>
Throughout his career, aroary has tackled a variety of projects and has consistently delivered high-quality results.
He has a reputation for being a problem solver and is able to find creative solutions to even the most challenging technical issues.
</p>
<p>
aroary's passion for technology and commitment to staying up-to-date with the latest industry developments makes him a valuable asset to any development team.
His ability to work collaboratively with others, combined with his technical expertise, makes him an effective communicator and team player.
</p>
<p>
If you're looking for a backend developer with a proven track record of delivering robust and scalable systems, look no further than aroary.
Contact him to learn more about how he can bring his skills and expertise to your next project.
</p>
<table>
<tr>
<td><button onclick="location.href = './contact.html'">Contact</button></td>
<td><button onclick="location.href = './projects.html'">Projects</button></td>
</tr>
</table>
<h6 title="Limited"><a href="./resume.html">resume</a></h6>
</div>
</main>
<footer>
<h5><i>If you have a problem feel free to fix it™</i></h5>
<h6>copyright © aroary</h6>
</footer>
<canvas id="dots" width="500" height="500"></canvas>
</body>
</html>