-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
281 lines (245 loc) · 13.7 KB
/
index.html
File metadata and controls
281 lines (245 loc) · 13.7 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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Min Thway Htut's Portfolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/m-icon.png"/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="manifest" href="/manifest.json">
</head>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
</head>
<body>
<nav>
<ul class="sidebar">
<li onclick=hideSidebar()><a href=""><svg xmlns="http://www.w3.org/2000/svg" height="26" viewBox="0 -960 960 960" width="26" fill="#fff"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li>
<li><a href="#about-me">About Me</a></li>
<li><a href="#university">Education</a></li>
<li><a href="#mySkills">Skills</a></li>
<li><a href="#myProjects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<ul>
<li><a href="">Min Thway Htut</a></li>
<li class="hideOnMobile"><a href="#about-me">About Me</a></li>
<li class="hideOnMobile"><a href="#university">Education</a></li>
<li class="hideOnMobile"><a href="#mySkills">Skills</a></li>
<li class="hideOnMobile"><a href="#myProjects">Projects</a></li>
<li class="hideOnMobile"><a href="#contact">Contact</a></li>
<li onclick="showSidebar()"><a href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#fff"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg></a></li>
</ul>
</nav>
<div class="newIntroSection">
<div class="intro-profile">
<img src="images/min-thway-htut-profile-picture.jpg" alt="Profile Picture of Min Thway Htut" loading="lazy" />
</div>
<div class="intro-bio">
<p id="first-line">Hello, I am</p>
<br />
<p id="my-name">Min Thway Htut</p>
<br />
<p id="who-am-i"> Aspiring Software Developer</p>
<div class="cv">
<a href="images/Min-Thway-Htut-Resume-CV.pdf" download="Min-Thway-Htut-Resume-CV"><i class="fa fa-download"></i>Download CV</a>
</div>
</div>
</div>
<div class="about-me-section">
<h2>About Me</h2>
<p id="description">I am a final-year Computer Science student with a strong interest in app and web development.
I came from Myanmar (Burma) and am currently living in Germany to pursue my studies.
I study Computer Science at GISMA University of Applied Sciences and work as a part-time app and web developer
for the Fraunhofer IOSB. My main task at Fraunhofer IOSB mainly involves designing and developing user interface for
the web-application using React.js, as well as for tablet software using React Native. Additionally, I am currently
focusing on backend development to become a full-stack developer.
</p>
</div>
<h2 id="university">Education</h2>
<div class="university">GISMA University of Applied Sciences (Potsdam, Germany)</div>
<div class="degree">BSc Computer Science</div>
<div class="time">September 2022 - Now</div>
<div class="university">Family Private High School (Mahlaing, Myanmar)</div>
<div class="degree">Pre-Matriculation & Matriculation</div>
<div class="time">May 2018 - March 2020</div>
<h2>Experience</h2>
<div class="university">Fraunhofer IOSB (Berlin, Germany)</div>
<div class="degree">Working Student | Web Development</div>
<div class="time">Nov 2024 - Present</div>
<h2 id="mySkills">Skills</h2>
<div class="skill-title">Programming Languages</div>
<div class="skill">
<ul>
<img src="icons/python-icon.png" id="skill-icon" loading="lazy"/>
<img src="icons/cpp-icon.png" id="skill-icon" loading="lazy" />
<img src="icons/javaScript.png" id="skill-icon" loading="lazy"/>
<img src="icons/Typescript-01.png" id="skill-icon" loading="lazy" />
<img src="icons/r.png" id="skill-icon" loading="lazy"/>
</ul>
</div>
<div class="skill-title">Web Development</div>
<div class="skill">
<ul>
<img src="icons/html-icon.png" id="skill-icon" loading="lazy"/>
<img src="icons/css-icon.png" id="skill-icon" loading="lazy"/>
<img src="icons/bootstrap-icon.png" id="skill-icon" loading="lazy"/>
<img src="icons/react.svg"id="skill-icon" loading="lazy"/>
<img src="icons/jquery_vertical_logo_icon_169489.png" id="skill-icon" loading="lazy"/>
<img src="icons/Figma-1-logo.png" id="skill-icon" loading="lazy"/>
<img src="icons/wordpress-logo-wordpress-icon-transparent-free-png (1).webp" id="skill-icon" loading="lazy"/>
</ul>
</div>
<div class="skill-title">Database</div>
<div class="skill">
<ul>
<img src="icons/1280px-MySQL_logo.svg.png" id="skill-icon" loading="lazy"/>
<img src="icons/Mongodb-PNG-Image-HD.png" id="skill-icon" loading="lazy"/>
</ul>
</div>
<div class="skill-title">Tools and Technologies</div>
<div class="skill">
<ul>
<img src="icons/git-icon.png" id="skill-icon" loading="lazy"/>
<img src="icons/25231.png" id="skill-icon" loading="lazy"/>
<img src="icons/wireshark.png" id="skill-icon" loading="lazy"/>
<img src="icons/gns3_94911.png" id="skill-icon" loading="lazy"/>
<img src="icons/4373190_docker_logo_logos_icon.png" id="skill-icon" loading="lazy"/>
</ul>
</div>
<div class="skill-title">Languages</div>
<div class="skill">
<ul>
<li>Burmese(Native)</li>
<li>English(Fluent)</li>
<li>German(B1)</li>
</ul>
</div>
<h2 id="honors">Honors & Awards</h2>
<div class="awards-border">
<div class="awards">
<i class="fa-solid fa-award" style="color: #1b1b35; width : 30px;"></i>
<div class="award-title">First Prize at AI Competition</div>
</div>
<div class="award-description">I built an AI GOMOKU agent using Python to compete against other opponents. I defeated all of them and secured first place.</div>
</div>
<h2>Licenses & Certifications</h2>
<div class="certifications">
<div class="individual-certificate">
<img src="certifications/fcc-frontend.png" alt="freeCodeCamp Frontend Certificate" loading="lazy">
<p id="description-certificate">Responsive Web Design</p>
</div>
<div class="individual-certificate">
<img src="certifications/fcc-javaScript.png" alt="freeCodeCamp javaScript Certificate" loading="lazy"/>
<p id="description-certificate">JavaScript Algorithms and Data Structures(Beta)</p>
</div>
<div class="individual-certificate">
<img src="certifications/react-native.png" alt="meta react native" loading="lazy"/>
<p id="description-certificate">React Native</p>
</div>
</div>
<p id="view-certificates"><a href="certificate.html">view more certificates</a></p>
<h2 id="myProjects">My Projects</h2>
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 4</div>
<img src="images/cpu-scheduler.png" style="width:100%; height:450px; border-radius: 15px;" loading="lazy">
<div class="text"> Process Scheduler and Memory Manager</div>
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 4</div>
<img src="images/image.png" style="width:100%; height: 450px; border-radius: 15px;" loading="lazy">
<div class="text">NutriLog</div>
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 4</div>
<img src="images/cozycorner.png" style="width:100%; height: 450px; border-radius: 15px;" loading="lazy">
<div class="text">Restaurant Website(Front-end)</div>
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 4</div>
<img src="images/datapipeline.png" style="width:100%; height: 450px; border-radius: 15px;" loading="lazy">
<div class="text">Machine Learning Pipeline (Python)</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
</div>
<button id="project-button"><a href="project.html">View More Projects</a></button>
<h2>Articles</h2>
<div class="article-section-description">Apart from coding and developing projects, I am also interested in writing IT-related articles.
</div>
<div class="article-section">
<div class="article">
<img src="images/article-one.jpeg" alt="The Role of Digital Technology" loading="lazy" />
<div class="article-title">The Role of Digital Technology in Education</div>
<div class="article-description">The article is about the importance of digital technology in education, including how technology differentiates the way we are learning today from what we did
a few years ago and elaboration on possible solutions to promote digital literacy in undeveloped regions. </div>
<br>
<div class="read-more"><a href="articles.html">Read More</a></div>
</div>
<div class="article">
<img src="images/nfc.webp" alt="NFC" loading="lazy"/>
<div class="article-title">Analyzing NFC Technology with Business Model Canvas</div>
<div class="article-description">NFC technology has a major impact on our daily life, offering seamless
opportunities such as mobile payment, product authentication, and other countless features.
In this case, the Business Model Canvas is used as a strategic management tool to provide
valuable insights as well as a clear picture of current customer base, driving a profit, and
delivering a unique value proposition regarding NFC technology and NFC chips.</div>
<div class="read-more"><a href="article-two.html">Read More</a></div>
</div>
</div>
<section class="contactUs">
<div class="contactMe" id="contact">
<h2 class="clear" id="clear">Contact Me</h2>
<div class="contact-wrapper">
<div class="contact-form">
<h3>Send me a message</h3>
<form method="POST" action="https://formsubmit.co/minthwayhtut568@gmail.com">
<div class="form-group">
<input type="text" name="name" placeholder="Your Name">
</div>
<div class="form-group">
<input type="email" name="name" placeholder="Your Email">
</div>
<div class="form-group">
<textarea name="message" placeholder="Your Message"></textarea>
</div>
<button href="mailto: minthwayhtut568@gmail.com" type="button submit">Send</button>
</form>
</div>
<div class="contact-info">
<h3>Contact Information</h3>
<p><li class="fas fa-phone"></li><a href="tel:+4917625877054">+49 17625877054</a></p>
<p class="social-links"><li class="fas fa-envelope"></li><a href="mailto:minthwayhtut568@gmail.com">minthwayhtut568@gmail.com</a></p>
<p class="social-links"><li class="fas fa-map-marker-alt"></li><a>Potsdam, Germany</a></p>
<p class="social-links"><li class="fab fa-linkedin"></li><a href="https://www.linkedin.com/in/min-thway-htut-42ab91278/">Connect with me on LinkedIn</a></p>
<p class="social-links"><li class="fab fa-github"></li><a href="https://github.com/Min-Thway-Htut">Visit my GitHub</a></p>
</div>
</div>
</div>
</section>
<script src="script.js"></script>
<script>
if('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js', { scope: '/' });
}
</script>
</body>
<footer class="footer">
<p>© minthwayhtut 2025 | Developed by Min Thway Htut</p>
<p id="last-update">Last updated on 26.01.2025</p>
</footer>
</html>