-
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.
Add new subpage with heist% challenge
- Loading branch information
1 parent
75e7517
commit 0734c3a
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
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,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> |
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