Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 21 additions & 22 deletions members/slipemak/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,29 @@ <h1>Creative Coding and Computational Art Course</h1>
<img src="/logo/logo_nic.png" alt="Logo NI-CCC">
</div>
</header>
<section id="main">
<p>I am a guy who studied computer science in Košice, Slovakia.
At that time, I didn't like my university at all, and my field of study was quite difficult.
But now I major in software engineering. Frankly, I really like my university and am very motivated to perform as well as I can.</p>

<p>Hobbies and interests</p>
<ul>
<li>Keeping my body in shape, therefore gym and calistenic(workout)</li>
<li>Learning languages (especially english)</li>
<li>Touch typing (as fast as possible)</li>
<li>Sports: football, voleyball, swimming</li>
<li>Hiking and climbing</li>
<li>Reading books (mostly detectives)</li>
<li>I used to learn the guitar, but I paused for now.</li>
</ul>
<section id="main">
<p>I am a guy who studied computer science in Košice, Slovakia.
At that time, I didn't like my university at all, and my field of study was quite difficult.
But now I major in software engineering. Frankly, I really like my university and am very motivated to perform as well as I can.</p>

<p>Ideas</p>
<p>
Short tech overview: I would mostly like to do something using C# or TypeScript.<br>
I still wonder what it could be, but I'd like to develop something not complex yet really interesting, as some mobile application.<br>
</p>
<h1>Hobbies and interests</h1>
<ul>
<li>Keeping my body in shape, therefore gym and calisthenics (workout)</li>
<li>Learning languages (especially English)</li>
<li>Touch typing (as fast as possible)</li>
<li>Sports: football, volleyball, swimming</li>
<li>Hiking and climbing</li>
<li>Reading books (mostly detective novels)</li>
<li>I used to learn the guitar, but I paused for now.</li>
</ul>

</section>
<h1>Project idea</h1>
<p>
I want to create a mobile application that will be focused on processing and analyzing audio. The user should either upload or record a voice message and the
program will create a transcript and show user some data about the audio. For now I am planning to extract features like pitch, loudness, words per minute, but later
I would like to expand this list.
</p>
</section>
</body>


</html>