Help
RSS
API
Feed
Maltego
Contact
Domain > thejameskang.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-09-04
3.5.83.41
(
ClassC
)
2025-09-28
3.5.77.82
(
ClassC
)
2025-12-04
52.92.207.179
(
ClassC
)
Port 80
HTTP/1.1 200 OKx-amz-id-2: xCZAwedqeNNcdqCWlPp95UAtVOOc2/cBhz21bqOXEF+OroMtz0EuySkAmFGv6TCsGpciRraj+Wgx-amz-request-id: 1NNBVKM03GN3YTHTDate: Thu, 04 Dec 2025 08:30:23 GMTLast-Modified: Wed, 30 Sep 2020 20:19:38 GMTx-amz-version-id: nullETag: dcb97a05c4109bc1297b8320c0e1a2ddContent-Type: text/htmlContent-Length: 10821Server: AmazonS3 !DOCTYPE html>html langen>head> meta charsetutf-8> meta nameviewport contentwidthdevice-width, initial-scale1> title>James Kang/title> link relstylesheet hrefhttps://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css> script srchttps://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js>/script> script srchttps://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js>/script> script srchttps://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js>/script> script srchttps://use.fontawesome.com/releases/v5.0.8/js/all.js>/script> link hrefstyle.css relstylesheet>/head>body>!-- Navigation -->nav classnavbar navbar-expand-lg navbar-light bg-light> a classnavbar-brand href#>img src./img/5.png alt width100 height100>/a> button classnavbar-toggler typebutton data-togglecollapse data-target#navbarTogglerDemo02 aria-controlsnavbarTogglerDemo02 aria-expandedfalse aria-labelToggle navigation> span classnavbar-toggler-icon>/span> /button> div classcollapse navbar-collapse idnavbarTogglerDemo02> ul classnavbar-nav mr-auto mt-2 mt-lg-0> li classnav-item active> a classnav-link href#Top>Home span classsr-only>(current)/span>/a> /li> li classnav-item> a classnav-link href#PP>Portfolio/a> /li> li classnav-item> a classnav-link href./img/resume.pdf>Resume/a> /li> li classnav-item> a classnav-link href#contact>Contact/a> /li> /ul> /div> /nav>!--- Image Slider -->a NAMETop>/a>div idslides classcarousel slide data-ridecarousel data-intervalfalse> ul classcarousel-indicators> li data-target#slides data-slide-to0 classactive>/li> li data-target#slides data-slide-to1>/li> li data-target#slides data-slide-to2>/li> /ul> div classcarousel-inner> div classcarousel-item active> img src./img/10.png alt stylepadding-bottom: 2.9rem;> div classcarousel-caption> h1 classdisplay-2>hello world/h1> h3>Welcome to my page!/h3> button typebutton classbtn btn-primary btn-lg>a href#contact stylecolor: white;>Contact Me/a>/button> button typebutton classbtn btn-primary btn-lg>a href#abot stylecolor: white;>About me/a>/button> /div> /div> div classcarousel-item> img src./img/11.jpg alt> div classcarousel-caption> h1 classdisplay-2>projects/h1> h3>View my projects/h3> button typebutton classbtn btn-primary btn-lg>a href#PP stylecolor: white;>First Project/a>/button> button typebutton classbtn btn-primary btn-lg>a href#sproj stylecolor: white;>Later Projects/a>/button> /div> /div> div classcarousel-item> img src./img/12.jpg alt> div classcarousel-caption> h1 classdisplay-2>web development/h1> h3>View the websites/h3> button typebutton classbtn btn-primary btn-lg>a href# stylecolor: white;>Coming Soon/a>/button> button typebutton classbtn btn-primary btn-lg>a href# stylecolor: white;>Coming Soon/a>/button> /div> /div> /div> a classcarousel-control-prev href#slides rolebutton data-slideprev> span classcarousel-control-prev-icon aria-hiddentrue>/span> span classsr-only>Previous/span> /a> a classcarousel-control-next href#slides rolebutton data-slidenext> span classcarousel-control-next-icon aria-hiddentrue>/span> span classsr-only>Next/span> /a>/div>!--- Jumbotron -->!--- Welcome Section -->div classcontainer-fluid padding> div classrow welcome text-center> div classcol-12> h1 classdisplay-4>My name is James Kang/h1> /div> hr> div classcol-12> p classlead>I am a recent University of Oregon graduate pursuing opportunities in Computer Science. During my time at the University of Oregon, I have worked on various projects such as designing software to coding software. I have also worked on group projects where I operated as the project manager, making sure deliverables were met and the project was running on time./p> /div> /div>/div>!--- Three Column Section -->div classcontainer-fluid padding> div classrow text-center padding> div classcol-xs-12 col-sm-6 col-md-4> i classfab fa-python>/i> h3>Python/h3> p>I have 4 years of experience with Python. Starting from Hello World all the way to advanced software projects./p> /div> div classcol-xs-12 col-sm-6 col-md-4> img srchttps://img.icons8.com/color/48/000000/c-plus-plus-logo.png width95 height95 padding5> h3>C++/h3> p>C++ is one of my favorite languages due to its compile time being one of the fastest in modern languages. As such, half of my projects have utilized C++. /p> /div> div classcol-sm-12 col-md-4> i classfas fa-code>/i> h3>HTML/h3> p>Over the last few years I had to make multiple webpages (this one as well) using HTML. I also use CSS, Java, and Bootstrap./p> /div> /div> hr classmy-4>/div>!--- Two Column Section -->a NAMEPP>/a>div classcontainer-fluid padding> div classrow padding> div classcol-lg-6> h2>Smart Keyboard/h2> p>One of my first big scale projects was called the Smart Keyboard. There were three main parts for this project. The UI, predicting the end of the word, and predicting the next word./p> p>The idea was similar to the keyboards commonly found on phones. This project was entirely written in C for optimization purposes./p> p>I worked on the predicting the end of the word. Whenever a user types any partial word (even a full word) itll look through our trie structure until it can give us the 3 words that was used the most by the user. The more you use a word the more likely itll suggest that word to you. Data for this was pulled from the dictionary and text messages./p> p>Then my partner and I created the UI of functioning keyboard using Cs Ncurses./p> br> a hrefhttps://bitbucket.org/mcampbe3/cis330_project_group_7/src/master/ classbtn btn-primary>Learn more/a> /div> div classcol-lg-6> img src./img/1.png classimg-fluid width960 height367.5> /div> /div>/div>hr classmy-4>!--- Fixed background -->figure> div classfixed-wrap> div idfixed> /div> /div>/figure>a NAMEsproj>/a>!--- Other projects -->div classcontainer-fluid padding> div classrow welcome text-center> div classcol-12> h1 classdisplay-4>My other projects/h1> /div> hr> /div>/div>!--- Cards -->div classcontainer-fluid padding> div classrow padding> div classcol-md-4> div classcard> img src./img/3.png alt classcard-img-top> div classcard-body> h4 classcard-title stylepadding-top: 1rem;> AI Pacman/h4> p>The set of three projects were used in the class to teach the fundamentals of artificial intelligence/p> a hrefhttps://github.com/JamesKang26/Pacman classbtn btn-outline-secondary>Github/a> /div> /div> /div> div classcol-md-4> div classcard> img src./img/4.jpg alt classcard-img-top stylepadding-bottom: 22%;> div classcard-body> h4 classcard-title> Covid-19 tracker/h4> p>I built a visualization of the initial spread of COVID-19 using skills I had learned in my scientific visualization class./p> a hrefhttps://github.com/JamesKang26/Covid19tracker classbtn btn-outline-secondary>Github/a> /div> /div> /div> div classcol-md-4> div classcard> img src./img/6.png alt classcard-img-top> div classcard-body> h4 classcard-title>Uber data base/h4> p>I created a fictional databse for uber and uber eats that lets drivers wait in one queue for both services/p> a hrefhttps://github.com/JamesKang26/CIS451finalproj classbtn btn-outline-secondary>Github/a> /div> /div> /div> /div>/div>!--- Two Column Section -->a NAMEabot>/a>div classcontainer-fluid padding> div classrow padding> div classcol-lg-6> h2>About me/h2> p>My family came to the US when I was 10 and I have been here ever since. I am looking to gain more experience in computer science by staying in the United States./p> p>I graduated from the University of Oregon on June 2020 (what a bad time to graduate) with a major in Computer science and a minor in business. I have a few small projects that I am working on for local restaurants but I am hoping to expand my skills. I am eager to learn and open to relocation./p> p>I have worked with many different platforms including but not limited to: Python, C++, HTML, Flask, PHP, SQL, GIT, AWS. I do have more things that I am familiar with however my biggest strength is my ability to learn things quickly, my communication skills and my determination to meet deliverables./p> p>Thank you for your consideration and your time!/p> br> /div> div classcol-lg-6> img src./img/0.JPG classimg-fluid> /div> /div> hr classmy-4>/div>!--- Connect -->div classcontainer-fluid padding> div classrow text-center padding> div classcol-12> h2>Connect/h2> /div> div classcol-12 social padding> a hrefhttps://github.com/JamesKang26>i classfab fa-github>/i>/a> a hrefhttps://bitbucket.org/jkang2/>i classfab fa-bitbucket>/i>/a> a hrefhttps://twitter.com/Jameskang26>i classfab fa-twitter>/i>/a> a hrefhttps://www.linkedin.com/in/james~kang/>i classfab fa-linkedin>/i>/a> /div> /div>/div>!--- Footer -->a NAME contact>/a>footer classcontact> div classcontainer-fluid padding> div classrow text-center> div classcol-md-4> hr classlight> h5>Email/h5> hr classlight> p>jameskang2357@gmail.com/p> /div> div classcol-md-4> hr classlight> h5>Phone Number/h5> hr classlight> p>541-221-6780/p> /div> div classcol-md-4> hr classlight> h5>Address/h5> hr classlight> p>1992 brewer ave, 97401,Eugene Oregon/p> /div> div classcol-12> hr classlight-100> h5>© James Kang/h5> /div> /div> /div>/footer>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]