-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (57 loc) · 2.17 KB
/
index.html
File metadata and controls
60 lines (57 loc) · 2.17 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="upgrade-insecure-requests"
/>
<meta
name="keywords"
content="johan cho, northeastern, industrial engineering, portfolio, projects, mbta map realtime, boston, keolis commuter services, john hancock, sharon high school, sharon, manulife, tandy"
/>
<meta name="author" content="Johan Cho" />
<link rel="canonical" href="https://tandyx.github.io" />
<meta
name="description"
content="Portfolio for a northeastern university industrial engineering student who's interested in data science"
/>
<link rel="icon" href="/src/img/lucario.ico" type="image/x-icon" />
<title>johan cho</title>
<meta property="og:url" content="https://tandyx.github.io" />
<meta property="og:image" content="/src/img/lucario.png" />
<meta property="og:description" content="my portfolio" />
<meta property="og:title" content="johan cho" />
<!-- <meta property="og:site_name" content="johan cho's portfolio" /> -->
<meta property="og:see_also" content="https://tandyx.github.io" />
<link rel="stylesheet" href="/src/css/index.css" />
<link rel="stylesheet" href="/src/css/projectcard.css" />
<script src="src/js/index.js" async defer></script>
</head>
<body class="titlepage">
<main class="mainContainer no-highlight">
<h1>johan cho</h1>
<p class="subheader">application specialist @ keoliscs</p>
<hr />
<div class="titlepage-links">
<div>
<a href="/about.html"><span class="white-text">></span> about</a>
</div>
<div>
<a href="/projects/index.html"
><span class="white-text">></span> projects</a
>
</div>
<div>
<a href="/etc/index.html"><span class="white-text">></span> etc</a>
</div>
<div>
<a href="https://mbtamapper.com" target="_blank" rel="noopener">
<span class="white-text">></span> mbtamapper</a
>
</div>
</div>
</main>
</body>
</html>