-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (190 loc) · 8.75 KB
/
index.html
File metadata and controls
196 lines (190 loc) · 8.75 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Allerito's website" />
<link rel="shortcut icon" href="images/logo.webp" type="image/x-icon" />
<link rel="stylesheet" href="styles/base.css" />
<link rel="stylesheet" href="styles/index.css" />
<script src="scripts/taskbar.js" defer="" type="module"></script>
<script src="scripts/description.js" defer="" type="module"></script>
<script src="scripts/footer.js" defer="" type="module"></script>
<title>Allerito</title>
</head>
<body>
<div class="taskbar-container"></div>
<div class="content-wrapper">
<div class="dashboard-container">
<div class="card" id="description"></div>
<img
class="profile-pic"
src="images/profile.webp"
alt="Profile Picture"
/>
</div>
<div class="tech-container">
<div class="skill-group">
<h3>My skills</h3>
<div class="flex-tech">
<a class="tech-box" href="https://www.python.org/">
<img src="images/tech/Python.svg" alt="Python" />
</a>
<a
class="tech-box"
href="https://learn.microsoft.com/en-us/dotnet/csharp/"
>
<img src="images/tech/Csharp.svg" alt="C sharp" />
</a>
<a
class="tech-box"
href="https://developer.mozilla.org/en-US/docs/Web/HTML"
>
<img src="images/tech/HTML.svg" alt="HTML" />
</a>
<a
class="tech-box"
href="https://developer.mozilla.org/en-US/docs/Web/CSS"
>
<img src="images/tech/CSS.svg" alt="CSS" />
</a>
<a
class="tech-box"
href="https://developer.mozilla.org/en-US/docs/Web/JavaScript"
>
<img
src="images/tech/JavaScript.svg"
alt="JavaScript"
/>
</a>
<a
class="tech-box"
href="https://www.markdownguide.org"
>
<img
src="images/tech/Markdown.svg"
alt="Markdown"
/>
</a>
<a class="tech-box" href="https://www.mysql.com/">
<img src="images/tech/MySQL.svg" alt="MySQL" />
</a>
<a
class="tech-box"
href="https://code.visualstudio.com/"
>
<img src="images/tech/VSCode.svg" alt="VSCode" />
</a>
<a class="tech-box" href="https://git-scm.com/">
<img src="images/tech/Git.svg" alt="Git" />
</a>
<a class="tech-box" href="https://github.com/">
<img src="images/tech/Github.svg" alt="GitHub" />
</a>
<a class="tech-box" href="https://about.gitlab.com/">
<img src="images/tech/GitLab.svg" alt="GitLab" />
</a>
<a
class="tech-box"
href="https://azure.microsoft.com/en-us/products/devops"
>
<img src="images/tech/Azure.svg" alt="Azure" />
</a>
<a class="tech-box" href="https://figma.com/">
<img src="images/tech/Figma.svg" alt="Figma" />
</a>
<a class="tech-box" href="https://unity.com/">
<img src="images/tech/Unity.svg" alt="Unity" />
</a>
<a class="tech-box" href="https://godotengine.org/">
<img src="images/tech/Godot.svg" alt="Godot" />
</a>
<a
class="tech-box"
href="https://dotnet.microsoft.com/en-us/"
>
<img src="images/tech/DotNet.svg" alt="DotNet" />
</a>
</div>
</div>
<div class="skill-group">
<h3>Learning</h3>
<div class="flex-tech">
<a class="tech-box" href="https://www.docker.com/">
<img src="images/tech/Docker.svg" alt="Docker" />
</a>
<a class="tech-box" href="https://go.dev/">
<img src="images/tech/GoLang.svg" alt="Go lang" />
</a>
<a class="tech-box" href="https://www.postgresql.org/">
<img
src="images/tech/PostgreSQL.svg"
alt="PostgreSQL"
/>
</a>
<a
class="tech-box"
href="https://docs.github.com/en/actions"
>
<img
src="images/tech/GithubActions.svg"
alt="GitHub Actions"
/>
</a>
<a class="tech-box" href="https://rust-lang.org/">
<img src="images/tech/Rust.svg" alt="Rust" />
</a>
<a class="tech-box" href="https://www.mongodb.com/">
<img src="images/tech/MongoDB.svg" alt="MongoDB" />
</a>
</div>
</div>
<div class="card current-project">
<h3>Greenify</h3>
<div class="project-layout">
<a
class="project-logo"
href="https://github.com/Allerito/Greenify"
>
<img
src="images/projects/greenify.webp"
alt="Greenify Project Image"
/>
</a>
<div class="project-info">
High-performance management for green energy assets.
Built for speed and security, it aggregates data to
optimize yield while providing predictive analytics
for both earnings and hardware health.
</div>
<div class="project-icons">
<a class="tech-box" href="https://go.dev/">
<img
src="images/tech/GoLang.svg"
alt="Go lang"
/>
</a>
<a
class="tech-box"
href="https://www.postgresql.org/"
>
<img
src="images/tech/PostgreSQL.svg"
alt="PostgreSQL"
/>
</a>
<a class="tech-box" href="https://www.docker.com/">
<img
src="images/tech/Docker.svg"
alt="Docker"
/>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer-container"></div>
</body>
</html>