Skip to content

Commit

Permalink
Merge pull request #5 from sebvc/sebvc-patch-1
Browse files Browse the repository at this point in the history
Update README.md: fix bug where html head styling not displaying on github-pages
  • Loading branch information
sebvc authored Jun 28, 2023
2 parents 78ec00f + 78fb109 commit 8854bab
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,12 @@ pandoc -f docx -t markdown_mmd sebvc_Resume.docx -o sebvc_Resume.md
I also preview the `.md` file on VSCode, so for formatting sake I add the following CSS Styling file to the head of the `.md` file and any images or icons rendered in the pdf are stored in the same `./media/` directory:

<blockquote>

```html
<head>
<link rel="stylesheet" href="media/style_block_insert.css">
</head>
```

<code>&lt;head&gt;
&lt;link rel="stylesheet" href="media/style_block_insert.css"&gt;
&lt;/head&gt;</code>
</blockquote>

---
---
## For You
This Resume, and more specifically this Repo, is **Open-Source, _not_ Open-Contribution**, similar to [SQLite](https://www.sqlite.org/copyright.html) and [Litestream](https://github.com/benbjohnson/litestream/commit/a8d63b54aa5bd2d9639af01e1e0c2098a65b323a#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R121).

Expand Down

0 comments on commit 8854bab

Please sign in to comment.