-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.35 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ningyi's Blog</title>
<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=Genos:ital,wght@1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./main.css">
</head>
<body>
<h1>
Ningyi's Blog
</h1>
<hr>
<div>
<a class="identity-values"href="identity-values.html"> Identity + Strengths + Values </a>
</div>
<hr>
<div>
<a class="learning-plan"href="learning-plan.html"> Cultural blog-Learning Plan </a>
</div>
<hr>
<div>
<a class="research-question"href="research-question.html"> What does it mean to display inline vs inline blocks? </a>
</div>
<hr>
<div>
<a class="Technical-Blog-JS-Fundamentals"href="Technical-Blog-JS-Fundamentals.html">Technical-Blog-Javascript-Fundamentals</a>
</div>
<hr>
<div>
<a class="Mindset"href="mindset.html">Cultural blog-Mindset</a>
</div>
<hr>
<div>
<a class="Minesweeper"href="">Minesweeper Game</a>
</div>
<hr>
<div>
<a class="foundations-reflection"href="foundations-reflection.html">Foundations Reflections</a>
</div>
<hr>
</body>
</html>