Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
removed jekyll mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-batistuta committed May 28, 2024
1 parent 8924ceb commit ec24aa9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 160 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/jekyll.yml

This file was deleted.

7 changes: 0 additions & 7 deletions Gemfile

This file was deleted.

84 changes: 0 additions & 84 deletions Gemfile.lock

This file was deleted.

10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JPG to PNG</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="shortcut icon" href="../assets/output.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/gabriel-batistuta/jpg-converter-cpp/main/docs/styles.css">
<link rel="shortcut icon" href="https://github.com/gabriel-batistuta/jpg-converter-cpp/blob/main/assets/output.png?raw=true" type="image/x-icon">
</head>
<body>

Expand Down Expand Up @@ -35,16 +35,16 @@ <h2>Result</h2>

<div style="display: flex; justify-content: space-around;">
<div class="image-container">
<img src="../assets/input.jpg" alt="input.jpg"/>
<img src="https://github.com/gabriel-batistuta/jpg-converter-cpp/blob/main/assets/difference.png?raw=true" alt="input.jpg"/>
<p class="caption">jpg</p>
</div>
<div class="image-container">
<img src="../assets/output.png" alt="output.jpg"/>
<img src="https://github.com/gabriel-batistuta/jpg-converter-cpp/blob/main/assets/output.png?raw=true" alt="output.jpg"/>
<p class="caption">png</p>
</div>
</div>
<div class="image-container minor_image">
<img src="../assets/difference.png" alt="output.jpg"/>
<img src="https://github.com/gabriel-batistuta/jpg-converter-cpp/blob/main/assets/difference.png?raw=true" alt="output.jpg"/>
<p class="minor_caption">difference of images</p>
</div>

Expand Down

0 comments on commit ec24aa9

Please sign in to comment.