-
Notifications
You must be signed in to change notification settings - Fork 0
/
My Review Notes.html
48 lines (41 loc) · 1.8 KB
/
My Review Notes.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NGHZZF1BJK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NGHZZF1BJK');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
<link rel="stylesheet" href="./style.css">
<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=Poppins:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<h1><a href = "./index.html">Deep Blue K</a></h1>
<h4>Yun Feng's Portfolio</h4>
<ul class="menu">
<li><a href = "./About Me.html">About Me</a></li>
<li><a href = "./My Resume.html">My Resume</a></li>
<li><a href = "./My Projects.html">My Projects</a></li>
<li><a href = "./My Review Notes.html">My Review Notes</a></li>
<li><a href = "./My Hobbies.html">My Hobbies</a></li>
<li><a href = "./Contact Me.html">Contact Me</a></li>
</ul>
</div>
<div class="content-wrapper">
<div class="content-block" id="./My Review Notes.html">
<h2>INFOMDA1</h2>
<p>Click <a href = "https://infomda1.netlify.app/docs/general/">here</a> for my study notes for INFOMDA1 (Supervised Learning and Visualization) from September to November 2023.</p>
</div>
</div>
</body>
</html>