-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
212 lines (187 loc) · 6.86 KB
/
about.html
File metadata and controls
212 lines (187 loc) · 6.86 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta name="description" content="The about me page." />
<meta name="keywords"
content="anic17, Newtrodit, Batch-Antivirus, Batch Antivirus, DiskRead, anic171, gfmaxgE, Complex, BFP, Batch Plugins, Homepage, Projectile Simulator" />
<link rel="icon" href="/resources/favicon.ico" type="image/x-icon" />
<title>anic17' projects</title>
<link rel="stylesheet" href="/style.css" />
<link rel="stylesheet" href="/rootstyle.css" />
<!-- Google Analytics -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XT5LM18KB9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-XT5LM18KB9");
</script>
</head>
<body>
<nav>
<div id="navbar"></div>
</nav>
<!-- Begins the website layout !-->
<div id="layout">
<div id="layout_notimportant">
<a href="https://anic17.github.io/about">
<h1 class="headers">About Me</h1>
</a>
<br />
<hr id="titlehr" />
<br />
<div class="description">
<p>
Hi, I'm Andreu, better known online as <strong>anic17</strong>. I am a second year Computer Science and Mathematics student at the
Universitat Politècnica de Catalunya. My early fascination with programming began in my childhood, spending countless hours experimenting with code and creating various projects.
Nowadays, I enjoy working on a wide range of software projects, from performance-focused, multiplatform system utilities to mathematical libraries and algorithms.
I believe that mathematics and programming are two sides of the same coin: they demand logical thinking, creativity, a deep understanding of concepts, and most importantly, a passion for problem-solving.
</p>
</div>
<br>
<br>
<div class="description">
<h2 class="headers">Skills</h2>
<table class="projects-table">
<tr>
<th>
<div class="projtabletext">
C
<div class="projtabledesc">6+ years of solid understanding of C
<br />2+ years of C++ experience
</div>
</div>
</th>
<th>
<div class="projtabletext">
HTML, CSS and JavaScript
<div class="projtabledesc">3+ years of creating lightweight yet polished websites</div>
</div>
</th>
<th>
<div class="projtabletext">
Batch
<div class="projtabledesc">7+ years mastering batch scripting</div>
</div>
</th>
<th>
<div class="projtabletext">
Python
<div class="projtabledesc">1+ year using Python for numerical linear algebra</div>
</div>
</th>
</tr>
<tr>
<td>
<hr class="projtablehr" />
</td>
<td>
<hr class="projtablehr" />
</td>
<td>
<hr class="projtablehr" />
</td>
<td>
<hr class="projtablehr" />
</td>
</tr>
<tr>
<td>
Worked on multiple skill-enriching projects which tackled diverse fields of coding
</td>
<td>
Solid foundation in front-end web development languages
</td>
<td>
Extensive expertise in batch automation for diverse sysadmin tasks
</td>
<td>
Solid experience with Python mathematical computations and data analysis
</td>
</tr>
</table>
<br>
<h3 class="headers">What I Have Worked On</h3>
<br>
<ul>
<li>Developed mathematics-related libraries and projects</li>
<li>Built blazingly fast and fully-featured text editors</li>
<li>Worked extensively with system automation and shell scripting</li>
<li>Created security-focused software</li>
<li>Low level MIPS32 & PIC18 assembly programming and debugging</li>
<li>Familiarity with Windows API and Linux system programming</li>
</ul>
</section>
<br>
<section>
<h3 class="headers">Frequently Used Programs</h3>
<br>
<div class="description">
<h4 class="indent">Code and Text Editors</h4>
<ul>
<li>Jupyter Notebook</li>
<li>Newtrodit</li>
<li>Notepad++</li>
<li>Visual Studio Code</li>
</ul>
</div>
<br>
<div class="description">
<h4 class="indent">Libraries and Compilers</h4>
<ul>
<li>GNU C/C++ Compiler (GCC & G++)</li>
<li>GNU Debugger (GDB)</li>
<li>GNU Make</li>
<li>Microchip MPLAB XC8</li>
<li>NumPy & SciPy (Linear Algebra)</li>
</ul>
</div>
<br>
<div class="description">
<h4 class="indent">Other Software</h4>
<ul>
<li>Git</li>
<li>Windows Terminal</li>
<li>Windows Subsystem for Linux (WSL)</li>
<li>DBeaver PostgreSQL client</li>
</ul>
</div>
</div>
<br />
<div class="description">
<h2 class="headers">Most Important Projects</h2>
<br />
<span>
<ul>
<li>
<a title="Newtrodit, a console text editor" class="increase"
href="https://anic17.github.io/Newtrodit">Newtrodit</a>, a console text editor
</li>
<li>
<a title="Batch Antivirus, an antivirus suite written in batch" class="increase"
href="https://anic17.github.io/Batch-Antivirus">Batch Antivirus</a>, an antivirus suite written in batch
</li>
</li>
</ul>
<br />
<br>
<strong>If you are looking to see even more interesting software I've made, visit the
<a title="Go to the homepage" class="increase" href="https://anic17.github.io">homepage</a>.</strong>
<br /><br />
</span>
</div>
</div>
<footer>
<span id="footer">
<!-- Empty placeholder for loading it dynamically-->
</span>
<span id="copyright"></span>
</footer>
</div>
<script src="/index.js"></script>
</body>
</html>