-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMy Projects.html
More file actions
48 lines (42 loc) · 2.25 KB
/
My Projects.html
File metadata and controls
48 lines (42 loc) · 2.25 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
<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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agency</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 Resume.html">
<h2>My Projects</h2>
<div class="main">
<div class="left card"><img class="tile-image" src="https://user-images.githubusercontent.com/118432046/203781566-af873fc1-1369-4227-ad52-1f142574d9c7.png" height = "200">
<h3><a href = "./164-Students-Churn.html">I Analyzed 17 Metrics of 164 Students Applying Schools Overseas and Found the Secret of Preventing Customer Churn in Education Services</a></h3>
</div>
<div class="right card"><img class="tile-image" src="https://user-images.githubusercontent.com/118432046/202845775-74f011c5-2d3e-4c60-8746-2f9dd742f05d.png" height = "200">
<h3><a href = "./Wechat-118-Students.html">Here is What I Found about Chinese Students Planning to Study Abroad after Analyzing 540,000+ Lines of WeChat Chat History</a></h3>
</div>
</div>
</body>