Skip to content

Commit

Permalink
Merge pull request #49 from verhovsky/master
Browse files Browse the repository at this point in the history
put CFML converter back
  • Loading branch information
verhovsky committed Jul 12, 2022
2 parents cdc5cea + cf2bfe3 commit b18af8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion index.html
Expand Up @@ -28,7 +28,7 @@
<div class="container py-2">
<div class="row">
<div class="col-8 col-sm-10 col-md-11">
<h3 class="text-muted d-none d-md-block">Convert <a href="https://curl.se/docs/manual.html"><code>curl</code></a> commands to Python, JavaScript, PHP, R, Go, Rust, Elixir, Java, MATLAB, Dart, Ansible URI, Strest or JSON</h3>
<h3 class="text-muted d-none d-md-block">Convert <a href="https://curl.se/docs/manual.html"><code>curl</code></a> commands to Python, JavaScript, PHP, R, Go, Rust, Elixir, Java, MATLAB, Dart, CFML, Ansible URI, Strest or JSON</h3>
<h3 class="text-muted d-block d-md-none">Convert <a href="https://curl.se/docs/manual.html"><code>curl</code></a> to Python, JavaScript and more</h3>
</div>
</div>
Expand Down Expand Up @@ -62,6 +62,7 @@ <h2>Language:</h2>
<div class="col col-sm-auto d-xl-none px-sm-0">
<select class="form-select form-select-lg" id="language-select">
<option value="ansible">Ansible</option>
<option value="cfml">ColdFusion ML</option>
<option value="dart">Dart</option>
<option value="elixir">Elixir</option>
<option value="go">Go</option>
Expand Down Expand Up @@ -89,6 +90,9 @@ <h2>Language:</h2>
C <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M256 64C256 46.33 270.3 32 288 32H415.1C415.1 32 415.1 32 415.1 32C420.3 32 424.5 32.86 428.2 34.43C431.1 35.98 435.5 38.27 438.6 41.3C438.6 41.35 438.6 41.4 438.7 41.44C444.9 47.66 447.1 55.78 448 63.9C448 63.94 448 63.97 448 64V192C448 209.7 433.7 224 416 224C398.3 224 384 209.7 384 192V141.3L214.6 310.6C202.1 323.1 181.9 323.1 169.4 310.6C156.9 298.1 156.9 277.9 169.4 265.4L338.7 96H288C270.3 96 256 81.67 256 64V64zM0 128C0 92.65 28.65 64 64 64H160C177.7 64 192 78.33 192 96C192 113.7 177.7 128 160 128H64V416H352V320C352 302.3 366.3 288 384 288C401.7 288 416 302.3 416 320V416C416 451.3 387.3 480 352 480H64C28.65 480 0 451.3 0 416V128z"/></svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#cfml" title="ColdFusion Markup Language">CFML</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#dart">Dart</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion main.css
Expand Up @@ -12,7 +12,7 @@
.nav-link {
transition: none;
/* move tabs closer together so that all the languages fit */
padding: .5rem .7rem
padding: .5rem .6rem
}

.nav-link.nav-link-outbound > svg {
Expand Down

0 comments on commit b18af8b

Please sign in to comment.