Skip to content

Commit 06fbab0

Browse files
added the readme and some other stuff
1 parent f51ada5 commit 06fbab0

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.DS_Store

6 KB
Binary file not shown.

CSS/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
body {
5-
font-family: Helvetica, Arial, Verdana, sans-serif;
5+
font-family: 'Raleway', sans-serif;
66
color: #e5e5e5;
77
font-size: 12px;
88
background:#bfbfbf;
@@ -12,7 +12,7 @@ body {
1212

1313

1414
h1, h2 {
15-
font-family: 'Open Sans', sans-serif;
15+
font-family: 'Raleway', sans-serif;
1616
font-weight: 300;
1717
margin:0 0 15px 0;
1818
}

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ Download Git
4242
```brew install git```
4343

4444
Windows:
45-
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git#Installing-on-Windows
45+
Click "Clone in Desktop"
46+
-Follow Prompts to install
47+
48+
49+
4650

4751
Setting up git to work with your github account https://help.github.com/articles/set-up-git/#setting-up-git
4852

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Lets Build a one page site with Javascript, Jquery, HTML and CSS!</title>
55
<link href="CSS/style.css" rel="stylesheet" type="text/css">
6+
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
67

78
</head>
89
<body>
@@ -22,7 +23,7 @@ <h2 class="subtitle">And it's all about mopeds!</h2>
2223
<a href="#s3" class="subNavBtn">Try Mopeds!</a>
2324
<a href="#s4" class="subNavBtn">Spy Mopeds</a>
2425
<a href="#s5" class="subNavBtn">Buy Mopeds</a>
25-
<a href="https://twitter.com/grahammcbain" class="subNavBtn extLink end">Follow me on twitterk</a>
26+
<a href="https://twitter.com/grahammcbain" class="subNavBtn extLink end">Follow me on twitter</a>
2627
</div>
2728
</div>
2829

0 commit comments

Comments
 (0)