-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
218 lines (206 loc) · 9.16 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
<!DOCTYPE HTML>
<html>
<head>
<title>Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<nav id="nav">
<ul>
<li><a href="#">Home</a></li>
<li>
<a href="#">Project</a>
<ul>
<li>
<a href="#">Binus Chat</a>
<ul>
<li><a href="https://ncthetruth.github.io/binuschat">Binus Chat - Web</a></li>
<li><a href="https://ncthetruth.github.io/binuschat">Soon (Binus Chat - Mobile)</a></li>
</ul>
<li><a href="https://ncthetruth.github.io/researchdatamining">Research Data Mining</a></li>
<li><a href="https://ncthetruth.github.io/earlycare">Early Care</a></li>
<li><a href="https://ncthetruth.github.io/virtualnursingassistant">Virtual Nursing Assistant</a></li>
<li><a href="https://ncthetruth.github.io/tanakaguitar">Tanaka Guitar</a></li>
<li><a href="https://ncthetruth.github.io/givemesomecredit">GiveMeSomeCredit</a></li>
</ul>
</li>
<li><a href="#one" class="scrolly">About</a></li>
<li><a href="#">Experience</a>
<ul>
<li><a href="https://ncthetruth.github.io/himti">HIMTI</a></li>
<li><a href="https://ncthetruth.github.io/ureekabinus">Ureeka Binus</a></li>
<li><a href="https://ncthetruth.github.io/graphicdesign">Graphic Design</a></li>
<li><a href="https://ncthetruth.github.io/otherexperience">Other Experience</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<body class="is-preload landing">
<section id="banner">
<div class="gradient-background"></div>
<div class="content">
<header>
<h2>Hi, I'm <span id="typed-text"></span><span id="cursor"></span></h2>
<p>Bina Nusantara University student majoring in Computer Science<br />
who has an interest in Data Science and Web Development</p>
</header>
<span class="image"><img src="images/miko.webp" alt="" /></span>
</div>
<a href="#one" class="goto-next scrolly">Next</a>
</section>
<!-- One -->
<section id="one" class="spotlight style1 bottom">
<span class="image fit main"><img src="images/bannerncthetruth.webp" alt="" /></span>
<div class="content">
<div class="container">
<div class="row">
<div class="col-4 col-12-medium">
<header>
<h2 class="bld">About Me</h2>
<p>Bina Nusantara University student majoring in Computer Science</p>
</header>
</div>
<div class="col-4 col-12-medium">
<p>I am Nicholas Christopher, currently a Computer Science student at Bina
Nusantara University, with a specialization in database technology,
particularly Data Science. I have a wealth of experience in graphic
design and web development. Additionally, I have a background in data mining.</p>
</div>
<div class="col-4 col-12-medium">
<p class="pmid">I conducted a research project in data mining titled "Comparison of Data Mining Algorithm for
Credit Card Fraud Detection" which can be viewed in the "Projects" section.
I am currently focusing on enhancing my skills in ETL, Data Mining, and Data Analysis
as I aspire to build a career in Data Science. This journey allows me to further develop
my capabilities and work as a Data Scientist in the future.</p>
</div>
</div>
</div>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</section>
<!-- Two -->
<section id="two" class="spotlight style2 right">
<span class="image fit main"><img src="images/Loginhome.webp" alt="" /></span>
<div class="content">
<header>
<h2 class="bld">Project 1</h2>
<p>Binus Chat</p>
</header>
<p class="pmid">Binus Chat is a project we have developed to facilitate communication among Binus University students,
staff, and faculty members while preserving the privacy of each individual. Binus Chat is a web-based
platform, making it user-friendly and accessible.</p>
<ul class="actions">
<li><a href="https://ncthetruth.github.io/binuschat" class="button">Learn More</a></li>
</ul>
</div>
<a href="#three" class="goto-next scrolly">Next</a>
</section>
<!-- Three -->
<section id="three" class="spotlight style3 left">
<span class="image fit main bottom"><img src="images/research.webp" alt="" /></span>
<div class="content">
<header>
<h2>Project 2</h2>
<p>Research Data Mining</p>
</header>
<p class="pmid">During the pandemic, credit card usage increased rapidly, leading to a surge in
credit card fraud threats. Through surveys and research, we have identified algorithms
to combat fraud. This research journal focuses on developing an efficient algorithm
for credit card fraud detection.</p>
<ul class="actions">
<li><a href="https://ncthetruth.github.io/researchdatamining" class="button">Learn More</a></li>
</ul>
</div>
<a href="#four" class="goto-next scrolly">Next</a>
</section>
<!-- Four -->
<section id="four" class="spotlight style1 bottom">
<span class="image fit main"><img src="images/earlycarebanner.webp" alt="" /></span>
<div class="content">
<div class="container">
<div class="row">
<div class="col-4 col-12-medium">
<header>
<h2 class="bld">More Project</h2>
<p>Many projects are not displayed and will be displayed here as soon as possible.</p>
</header>
</div>
<div class="col-4 col-12-medium">
<p class="pmid">Many projects have not been displayed yet due to the constraints of a demanding academic
schedule and a substantial workload of projects that need to be completed. I will do my
best to gradually showcase all of them. Thank you for your understanding.</p>
</div>
<div class="col-4 col-12-medium">
<p class="pmid">Here are some other projects. If you'd like to view more and upcoming projects,
you can check the navigation bar.</p>
<ul class="actions">
<li><a href="https://ncthetruth.github.io/earlycare" class="button">Learn More</a></li>
</ul>
</div>
</div>
</div>
</div>
<a href="#five" class="goto-next scrolly">Next</a>
</section>
<!-- Five -->
<section id="five" class="wrapper style1 special fade-up">
<div class="container">
<header class="major">
<h2 class="bld">Motivation</h2>
<p>What is my motivation ?</p>
</header>
<div class="box alt">
<div class="row gtr-uniform">
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-chart-area"></span>
<h3>Learning</h3>
<p>I am highly interested in new things, and it motivates me to learn new things.</p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-comment"></span>
<h3>Teaching</h3>
<p>I am very eager to share my knowledge with those who don't understand it yet, so that
I can gain more experience.</p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon solid alt major fa-lock"></span>
<h3>Focusing</h3>
<p>Focus on what you're learning until you become an expert in that field.</p>
</div>
</div>
<footer class="major">
<ul class="actions special">
<li><a href="#" class="button">HOME</a></li>
</ul>
</footer>
</div>
</section>
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/nicholas-christopher-081237146/" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.instagram.com/ncthetruth" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/ncthetruth" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>ncthetruth.github.io</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>