-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
229 lines (229 loc) · 11.5 KB
/
index.html
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mark Katigbak - Portfolio</title>
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon_io/favicon-16x16.png">
<link rel="manifest" href="images/favicon_io/site.webmanifest">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header class="responsive">
<h1 class="logo"><p class="type-text">MARK KATIGBAK</p></h1>
<nav>
<ul>
<li><a href="#projects">PROJECTS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</nav>
</header>
<main class="responsive">
<section id="about">
<h2 class="title">Hi there!</h2>
<div class="description">
<p style="text-indent: 20px;" class="responsive-text">
I'm Mark, a <span style="color: #20C20E; font-weight: bolder;">software developer</span> based in <span class="canada">Canada</span>,
and I started programming in 2024. This portfolio showcases the projects I've been working on as I continue to learn and improve my skills.
Thanks for stopping by!
</p>
</div>
</section>
<section id="skills">
<h2 class="title">Tools I Use</h2>
<div class="logos">
<div class="scroll-slide">
<span>C++</span>
<span>C#</span>
<span>JavaScript</span>
<span>Python</span>
<span>React</span>
<span>CSS</span>
<span>HTML</span>
<span>Node</span>
<span>Express</span>
</div>
<div class="scroll-slide">
<span>C++</span>
<span>C#</span>
<span>JavaScript</span>
<span>Python</span>
<span>React</span>
<span>CSS</span>
<span>HTML</span>
<span>Node</span>
<span>Express</span>
</div>
</div>
<div class="logos">
<div class="scroll-slide-reverse">
<span>Pandas</span>
<span>SciKit-Learn</span>
<span>MySQL</span>
<span>SQLite</span>
<span>MSSQL</span>
<span>Figma</span>
<span>Git</span>
<span>GitHub</span>
<span>Arduino</span>
</div>
<div class="scroll-slide-reverse">
<span>Pandas</span>
<span>SciKit-Learn</span>
<span>MySQL</span>
<span>SQLite</span>
<span>MSSQL</span>
<span>Figma</span>
<span>Git</span>
<span>GitHub</span>
<span>Arduino</span>
</div>
</div>
</section>
<section id="projects">
<h2 class="title">Projects</h2>
<div class="project-container">
<ul id="project-list">
<li class="project" id="project-1">
<div class="project-body">
<div class="project-title">
<h2>Text-Based Adventure Game</h2>
<a href="https://mkatigbak.github.io/text-based-adventure-game/" target="_blank">
<button>
<span class="icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
class="svg-icon"
>
<path
d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
></path>
</svg>
</span>
</button>
</a>
</div>
<hr />
<div class="project-content">
<p>A button-driven text-based adventure game made using HTML, CSS, and JavaScript.</p>
</div>
</div>
</li>
<li class="project" id="project-2">
<div class="project-body">
<div class="project-title">
<h2>Under Construction</h2>
<a href="https://github.com/mkatigbak?tab=repositories" target="_blank">
<button>
<span class="icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
class="svg-icon"
>
<path
d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
></path>
</svg>
</span>
</button>
</a>
</div>
<hr />
<div class="project-content">
<p>Visit <a href="https://github.com/mkatigbak?tab=repositories" target="_blank" style="color: #20C20E; font-weight: bolder; font-size: large;">my github repository</a> for now to check some of my projects.</p>
<!-- <img alt="Project Image" class="project-image" /> -->
</div>
</div>
</li>
<!-- <li class="project" id="project-3">
<div class="project-body">
<div class="project-title">
<h2>Placeholder Project Title</h2>
<a href="#" target="_blank">
<button>
<span class="icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
class="svg-icon"
>
<path
d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
></path>
</svg>
</span>
</button>
</a>
</div>
<hr />
<div class="project-content">
<p>Placeholder project discription.</p>
<img alt="Project Image" class="project-image" />
</div>
</div>
</li>
<li class="project" id="project-4">
<div class="project-body">
<div class="project-title">
<h2>Placeholder Project Title</h2>
<a href="#" target="_blank">
<button>
<span class="icon">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
class="svg-icon"
>
<path
d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
></path>
</svg>
</span>
</button>
</a>
</div>
<hr />
<div class="project-content">
<p>Placeholder project discription.</p>
<img alt="Project Image" class="project-image" />
</div>
</div>
</li> -->
</ul>
</div>
</section>
<section id="contact">
<h2 class="title">Contact</h2>
<nav>
<ul class="icon-container">
<li><a href="https://www.linkedin.com/in/mark-katigbak" target="_blank">
<img src="images/linkedin-icon.png" alt="LinkedIn Icon">
<span class="icon-label">LinkedIn</span>
</a></li>
<li><a href="https://github.com/mkatigbak" target="_blank">
<img src="images/github-icon.png" alt="GitHub Icon">
<span class="icon-label">GitHub</span>
</a></li>
<li><a href="mailto:[email protected]">
<img src="images/outlook-icon.png" alt="Outlook Icon">
<span class="icon-label">Outlook</span>
</a></li>
</ul>
</nav>
<div class="button-container">
<button class="back-to-top" id="back-to-top">
<a href="https://mkatigbak.github.io/portfolio/">Back to Top</a>
</button>
</div>
</section>
</main>
<footer class="responsive">
<p style="text-align: center;">© 2025 Mark Katigbak</p>
</footer>
<script src="javascript/scripts.js"></script>
</body>
</html>