-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (22 loc) · 966 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
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GH Pages</title>
<link rel="stylesheet" href="/css/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
</head>
<body>
<h1>My Projects</h1>
<!--
<h2> <a href="#">Personal Page</a></h2>
<p>HTML exercise using media tags.</p> -->
<h2><a href="https://danielamlins.github.io/dci_orientation_final/index.html">DCI Orientation Course Final</a></h2>
<p>Business card website model for a pet sitter.</p>
<h2> <a href="https://danielamlins.github.io/basic_calculator/">Basic Calculator</a></h2>
<p>Basic Calculator exercise.</p>
<h2> <a href="https://danielamlins.github.io/dom-transversing-exercises/index.html">Example of FbW8 Assignment</a></h2>
<p>Javascript exercise on transversing.</p>
</body>
</html>