Skip to content

Commit 502e218

Browse files
authored
Update README.md
1 parent 1a43ac6 commit 502e218

File tree

1 file changed

+2
-53
lines changed

1 file changed

+2
-53
lines changed

README.md

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,3 @@
1-
# Hello Page
1+
Forked with thanks from [jlord/hello](https://github.com/jlord/hello). jlord/hello is a [Fork-n-Go](http://jlord.github.io/forkngo) project, so fork to get started making your own.
22

3-
<img src="https://raw.githubusercontent.com/jlord/forkngo/gh-pages/badges/cobalt.png" width="200">
4-
5-
![screenshot](https://user-images.githubusercontent.com/1305617/45956448-87fec380-bfe0-11e8-8b8c-1bbbee7552c6.png)
6-
7-
A so very simple personal site.
8-
9-
This is a [Fork-n-Go](http://jlord.github.io/forkngo) project, so fork to get started making your own.
10-
11-
See the demo at [jlord.github.io/hello](http://jlord.github.io/hello).
12-
13-
## Create your own
14-
15-
16-
| You'll Need: ||
17-
|:---------------------------------------------|:--------------------------------------------------|
18-
| [GitHub](http://www.github.com/join) account | Basic [HTML](http://learn.shayhowe.com/html-css/) |
19-
20-
21-
### First, fork this repository.
22-
23-
Click the fork button in the upper right. Now you have a copy of this repository on your GitHub account!
24-
25-
### Rename your fork
26-
27-
Once you've forked it, click on Settings and rename your fork, because probably `hello` is not what you want in your URL. Name your new repository: `username.github.io` (but make `username` your username, for instance, I'd use `jlord.github.io`). GitHub will host all website files on the `master` branch of a repo with that account name convention. Woo! More info on that at [pages.github.com](http://www.pages.github.com).
28-
29-
You can also give it any 'ol name and GitHub will host it using this pattern: `username.github.io/reponame`. Or you can keep it named `hello` and find it at: `username.github.io/hello`.
30-
31-
### Make yours live
32-
33-
1. From your fork's page on GitHub, click the index.html link, then on the next page click Edit.
34-
2. Make changes to the HTML so that the site reflects your name and bio.
35-
8. At the bottom of the site, click the Commit button to save your changes.
36-
37-
Now your site is live! Go check it out!
38-
39-
40-
### Style
41-
42-
There are basic styles included in `style.css` but go wild and make it your own, try other things!
43-
44-
### Bonus Style
45-
46-
![2](screenshot2.png)
47-
48-
There is another style option included within this repository. If you change the CSS file specified on **line 7** in `index.html` to:
49-
50-
```HTML
51-
<link rel="stylesheet" type="text/css" href="css/style.css"
52-
```
53-
54-
Then you'll get the other option! Commit your changes to make it live. Change the file called for back to `css/style2.css` to go back to the other.
3+
Repo site: [http://ej2432.github.io/code4lib22_wikibase_workshop/](http://ej2432.github.io/code4lib22_wikibase_workshop/).

0 commit comments

Comments
 (0)