Skip to content

Commit

Permalink
Add new subpage with heist% challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
golebiewsky committed Aug 19, 2024
1 parent 75e7517 commit 0734c3a
Showing 2 changed files with 45 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/heist.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>

<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>golebiewsky.com</title>
<meta name="description" content="My name is Paweł. I work in IT, I code, play video games, RPGs and hangout with my wife and cat.">
<meta name="author" content="Paweł Gołębiewski 'golebiewsky'">

<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">

<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">

<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="favicon.png">

<!--load all Font Awesome styles -->
<link href="css/all.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="one-half column" style="margin-top: 10%">
<h3>Heist%</h3>
<p>This is a form for Heist% GTA San Andreas speedrun challenge. For more information check out <a href="https://www.youtube.com/watch?v=yBad7v-FxWE" target="_blank">this video</a>.</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfP0ermSMhKneE-yS8mNkq0jirc6GRM_Cxf5oU28sHZTu-YvQ/viewform?embedded=true" width="640" height="1331" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</div>
</div>
</body>
</html>
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -56,6 +56,7 @@ <h4>Serious stuff</h4>
<div class="one-half column">
<h4>Fun stuff</h4>
<ul>
<li><a href="heist.html" target="_blank"><i class="fas fa-truck"></i> Heist% GTA SA speedrun challenge</a></li>
<li>DnD session on <a href="https://www.youtube.com/playlist?list=PLHfBiqkaAEMMlnOeaFlDv2gT0YEJVF7qC" target="_blank"><i class="fas fa-truck"></i> Jacex Dowóz Wideo</a> I took part in and <a href="https://www.youtube.com/playlist?list=PLHfBiqkaAEMOhyUlsV9i1xFpdiyQ6iS1-" target="_blank"><i class="fas fa-skull-crossbones"></i> another one</a> <sup>PL</sup></li>
<li><a href="kuce-z-bronxu-jump.html" target="_blank"><i class="fas fa-horse-head"></i> Kuce z Bronxu Jump</a> JavaScript game <sup>PL</sup></li>
<li><del><a href="https://twitter.com/PolishCryptid" target="_blank"><i class="fab fa-twitter"></i> Twitter bot</a> created in Python, posting Stable Diffusion images with code generated subtitles (text prompts and images prepared by <a href="https://twitter.com/BartoSitek" target="_blank"><i class="fab fa-twitter"></i> Barto Sitek</a>)</del></li>

0 comments on commit 0734c3a

Please sign in to comment.