forked from skillcrush/105-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 908 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Let's Learn Git, GitHub and the Command Line</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=DotGothic16&display=swap" rel="stylesheet">
</head>
<body>
<section>
<h1>Git, GitHub & the Command Line</h1>
<p>Gotta love becoming a collaborative coder<span> and talking to robots!!</span></p>
<img src="img/happy-blue-robot.png">
<br>
<img src= "https://images.unsplash.com/photo-1507146153580-69a1fe6d8aa1?ixid=MXwxMjA3fDB8MHxzZWFyY2h8Mnx8cm9ib3QlMjBmcmllbmRzfGVufDB8fDB8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=60"
alt= "girl shaking hands with robot" height=200px width= 275px>
</section>
</body>
</html>