Skip to content

Commit 87df561

Browse files
committed
.
1 parent 1ed331c commit 87df561

File tree

1 file changed

+51
-57
lines changed

1 file changed

+51
-57
lines changed

index.html

+51-57
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title></title>
99
<link rel="stylesheet" href="./style/style.css" />
10-
<link rel="preconnect" href="https://fonts.googleapis.com">
11-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
12-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
10+
<link rel="preconnect" href="https://fonts.googleapis.com" />
11+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
12+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet" />
1313
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
1414
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
1515
<script src="https://kit.fontawesome.com/56e0bbdeed.js" crossorigin="anonymous"></script>
@@ -50,7 +50,7 @@ <h2>Education</h2>
5050
</li>
5151
<li class="nav-item">
5252
<button id="projects-href">
53-
<h2>Projects<h2>
53+
<h2>Projects</h2>
5454
</button>
5555
</li>
5656
</ul>
@@ -67,24 +67,20 @@ <h1>About Me</h1>
6767
</div>
6868
<div class="section-content">
6969
<div class="section-text">
70-
<h2>
71-
Hello!
72-
</h2>
70+
<h2>Hello!</h2>
7371
<span>
74-
Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim labore culpa sint
75-
ad
76-
nisi
77-
Lorem pariatur mollit ex esse exercitation amet. Nisi anim cupidatat excepteur officia.
78-
Reprehenderit
79-
nostrud nostrud ipsum Lorem est aliquip amet voluptate voluptate dolor minim nulla est
80-
proident.
72+
Lorem ipsum dolor sit amet, officia excepteur ex
73+
fugiat reprehenderit enim labore culpa sint ad
74+
nisi Lorem pariatur mollit ex esse exercitation
75+
amet. Nisi anim cupidatat excepteur officia.
76+
Reprehenderit nostrud nostrud ipsum Lorem est
77+
aliquip amet voluptate voluptate dolor minim
78+
nulla est proident.
8179
</span>
8280
</div>
83-
<hr>
81+
<hr />
8482
<div>
85-
<h2>
86-
My Links
87-
</h2>
83+
<h2>My Links</h2>
8884
<div class="about-me-links">
8985
<a href="https://github.com/mtsdurica">
9086
<i class="fa-brands fa-square-github fa-3x"></i>
@@ -107,19 +103,17 @@ <h1>Education</h1>
107103
</div>
108104
<div class="section-content">
109105
<a href="https://spsjm.sk/" class="education-school">
110-
<h2>
111-
Stredná priemyselná škola Jozefa Murgaša
112-
</h2>
106+
<h2>Stredná priemyselná škola Jozefa Murgaša</h2>
113107
<span>
114-
Informačné a sieťové technológie <i>(2017 - 2021)</i>
108+
Informačné a sieťové technológie
109+
<i>(2017 - 2021)</i>
115110
</span>
116111
</a>
117112
<a href="https://www.fit.vut.cz/" class="education-school">
118-
<h2>
119-
Vysoké učení technické v Brně
120-
</h2>
113+
<h2>Vysoké učení technické v Brně</h2>
121114
<span>
122-
Fakulta informačních technologií <i>(2021 - present)</i>
115+
Fakulta informačních technologií
116+
<i>(2021 - present)</i>
123117
</span>
124118
</a>
125119
</div>
@@ -134,53 +128,53 @@ <h1>Projects</h1>
134128
<div class="section-text">
135129
<h2>Snaketype</h2>
136130
<h3>
137-
Simple typing speed test in terminal written in Python
131+
Simple typing speed test in terminal written in
132+
Python
138133
</h3>
139134
<span>
140-
Snaketype is a simple yet effective tool designed to measure a
141-
user's typing speed directly within the terminal environment. Leveraging Python's
142-
versatility and ease of use, this script provides an accessible means for individuals to
143-
assess and improve their typing proficiency. Main inspiration came from
135+
Snaketype is a simple yet effective tool
136+
designed to measure a user's typing speed
137+
directly within the terminal environment.
138+
Leveraging Python's versatility and ease of use,
139+
this script provides an accessible means for
140+
individuals to assess and improve their typing
141+
proficiency. Main inspiration came from
144142
<a href="https://monkeytype.com/">monkeytype</a>.
145143
</span>
146-
<img src="./img/snaketype.png">
147-
</img>
144+
<img src="./img/snaketype.png" alt="" />
148145
</div>
149146
<div class="section-text">
150147
<h2>NERRSID</h2>
151-
<h3>
152-
2D roguelike game written in C++
153-
</h3>
148+
<h3>2D roguelike game written in C++</h3>
154149
<span>
155-
At its core, our game utilizes procedural generation algorithms to construct
156-
vast, ever-changing worlds ripe for exploration. Each playthrough presents players with
157-
a
158-
completely unique landscape, ensuring that no two adventures are ever alike. From
159-
sprawling
160-
forests to labyrinthine caverns, the possibilities are endless.
161-
162-
Combat system draws inspiration from beloved JRPGs, offering strategic turn-based
163-
battles where every decision counts. Players must carefully consider their actions as
164-
they
165-
face off against procedurally generated enemies, each with their own distinct abilities
166-
and
167-
behaviors. The dynamic nature of the AI ensures that encounters remain fresh and
168-
unpredictable, challenging players to adapt their tactics on the fly.
150+
At its core, our game utilizes procedural
151+
generation algorithms to construct vast,
152+
ever-changing worlds ripe for exploration. Each
153+
playthrough presents players with a completely
154+
unique landscape, ensuring that no two
155+
adventures are ever alike. From sprawling
156+
forests to labyrinthine caverns, the
157+
possibilities are endless. Combat system draws
158+
inspiration from beloved JRPGs, offering
159+
strategic turn-based battles where every
160+
decision counts. Players must carefully consider
161+
their actions as they face off against
162+
procedurally generated enemies, each with their
163+
own distinct abilities and behaviors. The
164+
dynamic nature of the AI ensures that encounters
165+
remain fresh and unpredictable, challenging
166+
players to adapt their tactics on the fly.
169167
</span>
170-
<img src="./img/nerrsid.png" </img>
168+
<img src="./img/nerrsid.png" alt="" />
171169
</div>
172170
</div>
173171
</section>
174172
</div>
175173
</main>
176174
<footer>
177175
<div id="footer-container">
178-
<span>
179-
Made by Matúš Ďurica
180-
</span>
181-
<span>
182-
VUT v Brně
183-
</span>
176+
<span> Made by Matúš Ďurica </span>
177+
<span> VUT v Brně </span>
184178
</div>
185179
</footer>
186180
<script src="./src/main.js"></script>

0 commit comments

Comments
 (0)