-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 864 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<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=Roboto+Mono:wght@700&family=Spectral:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="card">
<h1>Welcome to My Bits of Good Page!</h1>
<img src="mliang.jpg" class="header-pic">
<h2> Click on any of the buttons to learn more about me!</h2>
<div class="nav">
<a href="about.html"><button>Who Am I?</button></a>
<a href="cs.html"><button>My CS Journey</button></a>
<a href="service.html"><button>Service</button></a>
</div>
</div>
<script src="script.js"></script>
</body>
</html>