-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (26 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>UNC Track & Field Schedule </title>
<link rel="stylesheet" href="./style.css" type="text/css">
</head>
<body>
<p>This will be my schedule landing page for UNC's Track & Field Team!</p>
<p>Because I'm a Tar Heel Born & Bred!! Rah Rah Rah!</p>
<p>I have now created a new branch and switched to it, this is where I will do my coding add my images, etc. You
could have already added your images, that would be fine as well!</p>
<h4>Now let's pretend I'm finished, or close to finished, or even just at a good stopping point. I want to save my
work here then push my code to github and let my instructor know that I have some code ready for review or some
questions about my code. </h4>
<ol>
<li>First Let's Save this File</li>
<li>Second - Add the Files to Saging </li>
<li>Make a new commit</li>
<li>Push to my remote github</li>
<li>Create A Pull Request</li>
</ol>
</body>
</html>