Skip to content

Commit 1b7871b

Browse files
yal521hattifnatt4r
authored andcommitted
Yang changes
1 parent 2a7f788 commit 1b7871b

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@
123123
</div>
124124
</div>
125125

126-
<div class="card" onclick="openPage('pages/008_yang.html')">
127-
<img class="card__img" src ="https://m-2.duitang.com/blog?id=1556287121&belong_album=124943451" alt="I did it!">
126+
<div class="card" onclick="openPage('pages/008_yang.html')">
127+
<img class="card__img" src ="https://www.mamp.one/wp-content/uploads/2024/09/image-resources2.jpg" alt="I did it!">
128128
<div class="card__text">
129-
<div class="card__message">I made this.</div>
129+
<div class="card__message">Hi there</div>
130130
<div class="card__name">Yang</div>
131131
</div>
132132
</div>

pages/008_yang.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
body {
2+
padding: 2rem 3rem;
3+
background-color: lemonchiffon;
4+
}
5+
p{
6+
font-size: 20px;
7+
}
8+
9+
.img_yang{
10+
width: 200px;
11+
}

pages/008_yang.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Yang's Page</title>
7+
<link rel="stylesheet" href="008_yang.css" />
8+
</head>
9+
<body>
10+
<h1 class="text">Welcome to Yang's Page!</h1>
11+
<img class="img_yang" src="https://www.mamp.one/wp-content/uploads/2024/09/image-resources2.jpg">
12+
<p class="text">I am really excited to meet everyone and learn from all of your unique perspectives.</p>
13+
<a href="../index.html">Back</a>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)