Skip to content

Commit

Permalink
Merge pull request jlord#23 from jlord/remove-characters
Browse files Browse the repository at this point in the history
Remove characters that render differently
  • Loading branch information
jlord authored Sep 24, 2018
2 parents b9846cc + 3f3df9a commit 1a43ac6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/jlord/forkngo/gh-pages/badges/cobalt.png" width="200">

![screenshot](screenshot.png)
![screenshot](https://user-images.githubusercontent.com/1305617/45956448-87fec380-bfe0-11e8-8b8c-1bbbee7552c6.png)

A so very simple personal site.

Expand All @@ -13,8 +13,8 @@ See the demo at [jlord.github.io/hello](http://jlord.github.io/hello).
## Create your own


| You'll Need: ||
| -----------------------------------------------| ------------------------------------------------- |
| You'll Need: ||
|:---------------------------------------------|:--------------------------------------------------|
| [GitHub](http://www.github.com/join) account | Basic [HTML](http://learn.shayhowe.com/html-css/) |


Expand Down
5 changes: 3 additions & 2 deletions css/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ p {font-weight: 200; font-size: 20px;}

.container {margin: 0 auto; width: 700px; padding: 120px 12px 50px; overflow: auto;}
article {padding: 60px;}
article::before {
/* TODO find better cross-platform characters */
/* article::before {
content: '\2601';
position: relative;
top: 0;
Expand All @@ -38,7 +39,7 @@ article::after {
left: 300px;
color: #0068FF;
font-size: 44px;
}
} */
hr {border-bottom: 3px solid #0068FF;}

.meta {text-transform: uppercase; font-family: Arial, Courier New, Source Sans Pro, sans-serif; font-size: 10px; letter-spacing: .15em;}
Expand Down
Binary file removed screenshot.png
Binary file not shown.

0 comments on commit 1a43ac6

Please sign in to comment.