-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a0b2be1
Showing
23 changed files
with
286 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" | ||
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> | ||
|
||
<link rel="stylesheet" href="index.css"> | ||
<title>The Headache Programming Language</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<a class="navbar-brand" href="#">Headache</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="index.html">Home </a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://github.com/LucasMW/Headache/wiki">Documentation</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://github.com/LucasMW/HeadacheLatex">Thesis</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://github.com/LucasMW/Headache/tree/master/examples">Examples</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="#">Gallery <span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="downloads/headache-VSCODE-syntax.zip">VSCode Extension</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<div class="container"> | ||
<div class="starter-template"> | ||
<h1>Hedache Programming Language Gallery</h1> | ||
|
||
<p class="lead">This gallery contains examples of programs to showcase the power of the language</p> | ||
|
||
<div class="MyGallerys"> | ||
<div class="gallery"> | ||
<a target="_blank" href="img/bottlesOfBeer.png"> | ||
<img src="img/bottlesOfBeer.png" alt="bottlesOfBeer" width="600" height="400"> | ||
</a> | ||
<div class="desc">bottlesOfBeer</div> | ||
</div> | ||
|
||
<div class="gallery"> | ||
<a target="_blank" href="img/calculator.png"> | ||
<img src="img/calculator.png" alt="calculator" width="600" height="400"> | ||
</a> | ||
<div class="desc">calculator</div> | ||
</div> | ||
|
||
<div class="gallery"> | ||
<a target="_blank" href="img/pow.png"> | ||
<img src="img/pow.png" alt="Power" width="600" height="400"> | ||
</a> | ||
<div class="desc">16 Bit Interactive Power Program </div> | ||
</div> | ||
|
||
<div class="gallery"> | ||
<a target="_blank" href="img/factorial.png"> | ||
<img src="img/factorial.png" alt="factorial" width="600" height="400"> | ||
</a> | ||
<div class="desc">Interactive factorial Program</div> | ||
</div> | ||
|
||
<div class="gallery"> | ||
<a target="_blank" href="img/logo.png"> | ||
<img src="img/logo.png" alt="Logo" width="600" height="400"> | ||
</a> | ||
<div class="desc">Headache Logo Effects</div> | ||
</div> | ||
|
||
<div class="gallery"> | ||
<a target="_blank" href="img/stringToBrainfuck.png"> | ||
<img src="img/stringToBrainfuck.png" alt="stringToBrainfuck" width="600" height="400"> | ||
</a> | ||
<div class="desc">String To Brainfuck Program </div> | ||
</div> | ||
|
||
<div class="gallery"> | ||
<a target="_blank" href="img/modulus.png"> | ||
<img src="img/modulus.png" alt="modulus" width="600" height="400"> | ||
</a> | ||
<div class="desc">Modulus Program </div> | ||
</div> | ||
|
||
<div class="gallery"> | ||
<a target="_blank" href="img/div.png"> | ||
<img src="img/div.png" alt="div" width="600" height="400"> | ||
</a> | ||
<div class="desc">Some calculations </div> | ||
</div> | ||
</div> | ||
|
||
<hr></hr> | ||
|
||
<br> <br> <br> | ||
|
||
</div> | ||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> | ||
<input type="hidden" name="cmd" value="_s-xclick"> | ||
<input type="hidden" name="hosted_button_id" value="UYKQZWUS6B5LC"> | ||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" | ||
alt="PayPal - The safer, easier way to pay online!"> | ||
<img alt="" src="https://www.paypalobjects.com/pt_BR/i/scr/pixel.gif" width="1" height="1"> | ||
</form> | ||
</div> | ||
|
||
</div><!-- /.container --> | ||
|
||
<!-- Optional JavaScript --> | ||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" | ||
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" | ||
crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" | ||
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" | ||
crossorigin="anonymous"></script> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.navbar { | ||
padding-left: 200px; | ||
padding-right: 40px; | ||
text-align: center; | ||
} | ||
.starter-template { | ||
padding: 40px 15px; | ||
text-align: center; | ||
} | ||
div.gallery { | ||
margin: 5px; | ||
border: 1px solid #ccc; | ||
float: left; | ||
width: 180px; | ||
} | ||
|
||
div.gallery:hover { | ||
border: 1px solid #777; | ||
} | ||
|
||
div.gallery img { | ||
width: 100%; | ||
height: auto; | ||
} | ||
|
||
div.desc { | ||
padding: 15px; | ||
text-align: center; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" | ||
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> | ||
|
||
<link rel="stylesheet" href="index.css"> | ||
<title>The Headache Programming Language</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark"> | ||
<a class="navbar-brand" href="#">Headache</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://github.com/LucasMW/Headache/wiki">Documentation</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://github.com/LucasMW/HeadacheLatex">Thesis</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="https://github.com/LucasMW/Headache/tree/master/examples">Examples</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="gallery.html">Gallery</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="downloads/headache-VSCODE-syntax.zip">VSCode Extension</a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</nav> | ||
|
||
<div class="container"> | ||
<div class="starter-template"> | ||
<h1>Hedache Programming Language</h1> | ||
|
||
<p class="lead">Headache is a Compiler Toolchain capable of generating 8 bi Brainfuck available for Windows, | ||
Mac and Linux </p> | ||
|
||
<button type="button" class="btn btn-success btn-lg" | ||
onclick="window.location.href = 'https://github.com/LucasMW/Headache/releases/download/v0.70/headache_linux.zip'; "> | ||
Download Linux | ||
</button> | ||
<button type="button" class="btn btn-primary btn-lg" | ||
onclick="window.location.href = 'https://github.com/LucasMW/Headache/releases/download/v0.70/headache_osx.zip'; "> | ||
Download Mac OS | ||
</button> | ||
<button type="button" class="btn btn-info btn-lg" | ||
onclick="window.location.href = 'https://github.com/LucasMW/Headache/releases/download/v0.70/headache_windows.zip'; "> | ||
Download Windows | ||
</button> | ||
|
||
<br> <br> <br> | ||
<button type="button" class="btn btn-info btn-lg" | ||
onclick="window.location.href = 'https://github.com/LucasMW/Headache/releases/tag/v0.70';"> | ||
Check Source | ||
</button> | ||
|
||
<br> <br> <br> | ||
|
||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> | ||
<input type="hidden" name="cmd" value="_s-xclick"> | ||
<input type="hidden" name="hosted_button_id" value="UYKQZWUS6B5LC"> | ||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" | ||
alt="PayPal - The safer, easier way to pay online!"> | ||
<img alt="" src="https://www.paypalobjects.com/pt_BR/i/scr/pixel.gif" width="1" height="1"> | ||
</form> | ||
<form action="https://www.coinpayments.net/index.php" method="post"> | ||
<input type="hidden" name="cmd" value="_donate"> | ||
<input type="hidden" name="reset" value="1"> | ||
<input type="hidden" name="merchant" value="a0afbb440f587b6ba4a9718b823c0bf4"> | ||
<input type="hidden" name="item_name" value="Headache Donation"> | ||
<input type="hidden" name="currency" value="USD"> | ||
<input type="hidden" name="amountf" value="10.00000000"> | ||
<input type="hidden" name="allow_amount" value="1"> | ||
<input type="hidden" name="want_shipping" value="0"> | ||
<input type="hidden" name="allow_extra" value="0"> | ||
<input type="image" src="https://www.coinpayments.net/images/pub/donate-med.png" alt="Doar com CoinPayments.net"> | ||
</form> | ||
|
||
</div> | ||
</div> | ||
|
||
</div><!-- /.container --> | ||
|
||
<!-- Optional JavaScript --> | ||
<!-- jQuery first, then Popper.js, then Bootstrap JS --> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" | ||
crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" | ||
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" | ||
crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" | ||
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" | ||
crossorigin="anonymous"></script> | ||
</body> | ||
|
||
</html> |