7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8
8
< title > MĎ</ title >
9
9
< 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 " / >
13
13
< script src ="https://code.jquery.com/jquery-3.7.1.min.js "
14
14
integrity ="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo= " crossorigin ="anonymous "> </ script >
15
15
< script src ="https://kit.fontawesome.com/56e0bbdeed.js " crossorigin ="anonymous "> </ script >
@@ -50,7 +50,7 @@ <h2>Education</h2>
50
50
</ li >
51
51
< li class ="nav-item ">
52
52
< button id ="projects-href ">
53
- < h2 > Projects< h2 >
53
+ < h2 > Projects</ h2 >
54
54
</ button >
55
55
</ li >
56
56
</ ul >
@@ -67,24 +67,20 @@ <h1>About Me</h1>
67
67
</ div >
68
68
< div class ="section-content ">
69
69
< div class ="section-text ">
70
- < h2 >
71
- Hello!
72
- </ h2 >
70
+ < h2 > Hello!</ h2 >
73
71
< 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.
81
79
</ span >
82
80
</ div >
83
- < hr >
81
+ < hr / >
84
82
< div >
85
- < h2 >
86
- My Links
87
- </ h2 >
83
+ < h2 > My Links</ h2 >
88
84
< div class ="about-me-links ">
89
85
< a href ="https://github.com/mtsdurica ">
90
86
< i class ="fa-brands fa-square-github fa-3x "> </ i >
@@ -107,19 +103,17 @@ <h1>Education</h1>
107
103
</ div >
108
104
< div class ="section-content ">
109
105
< 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 >
113
107
< 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 >
115
110
</ span >
116
111
</ a >
117
112
< 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 >
121
114
< span >
122
- Fakulta informačních technologií < i > (2021 - present)</ i >
115
+ Fakulta informačních technologií
116
+ < i > (2021 - present)</ i >
123
117
</ span >
124
118
</ a >
125
119
</ div >
@@ -134,53 +128,53 @@ <h1>Projects</h1>
134
128
< div class ="section-text ">
135
129
< h2 > Snaketype</ h2 >
136
130
< h3 >
137
- Simple typing speed test in terminal written in Python
131
+ Simple typing speed test in terminal written in
132
+ Python
138
133
</ h3 >
139
134
< 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
144
142
< a href ="https://monkeytype.com/ "> monkeytype</ a > .
145
143
</ span >
146
- < img src ="./img/snaketype.png ">
147
- </ img >
144
+ < img src ="./img/snaketype.png " alt ="" />
148
145
</ div >
149
146
< div class ="section-text ">
150
147
< h2 > NERRSID</ h2 >
151
- < h3 >
152
- 2D roguelike game written in C++
153
- </ h3 >
148
+ < h3 > 2D roguelike game written in C++</ h3 >
154
149
< 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.
169
167
</ span >
170
- < img src ="./img/nerrsid.png " </ img >
168
+ < img src ="./img/nerrsid.png " alt ="" / >
171
169
</ div >
172
170
</ div >
173
171
</ section >
174
172
</ div >
175
173
</ main >
176
174
< footer >
177
175
< 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 >
184
178
</ div >
185
179
</ footer >
186
180
< script src ="./src/main.js "> </ script >
0 commit comments