Skip to content

Commit

Permalink
Add shirts link to shop and banner
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeattie committed May 1, 2024
1 parent 318e52e commit 9574aa7
Show file tree
Hide file tree
Showing 16 changed files with 6,767 additions and 28 deletions.
6,692 changes: 6,692 additions & 0 deletions creative/ones-n-zeros.ai

Large diffs are not rendered by default.

Binary file added creative/stickers.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/Gemfile
Expand Up @@ -27,4 +27,4 @@ end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?

gem "webrick"
2 changes: 2 additions & 0 deletions docs/Gemfile.lock
Expand Up @@ -74,6 +74,7 @@ GEM
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -86,6 +87,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick

BUNDLED WITH
2.2.31
62 changes: 37 additions & 25 deletions docs/_layouts/default.html
Expand Up @@ -2,33 +2,45 @@
<html>

<head>
<!-- Fathom analytics tag -->
<script src="https://a41e7e99-ee3b-440d-b4af-9aab32bb3ae8.codewithrockstar.com/script.js" data-site="XEFKZVQW"
defer></script>
<meta charset="utf-8">
<title>rockstar : {{ page.title }}</title>
<link type="text/css" rel="stylesheet" href="/assets/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<script src="/js/jquery/jquery-3.3.1.min.js"></script>
<!-- Fathom analytics tag -->
<script src="https://a41e7e99-ee3b-440d-b4af-9aab32bb3ae8.codewithrockstar.com/script.js" data-site="XEFKZVQW"
defer></script>
<meta charset="utf-8">
<title>rockstar : {{ page.title }}</title>
<link type="text/css" rel="stylesheet" href="/assets/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<script src="/js/jquery/jquery-3.3.1.min.js"></script>
</head>

<body>
<header>
<h1>ROCKSTAR</h1>
<h2>Tommy used to work on the docs.</h2>
{% include nav.html %}
</header>
<main>
{{ content }}
</main>
<footer>
codewithrockstar.com website copyright &copy; 2018-2022 <a href="https://dylanbeattie.net/">dylan beattie</a>
&bull;
<a href="/code_of_conduct">code of conduct</a>
&bull;
<a href="https://app.usefathom.com/share/xefkzvqw/codewithrockstar.com">analytics</a> by Fathom
</footer>
<header>
<h1>ROCKSTAR</h1>
<h2>Tommy used to work on the docs.</h2>
{% include nav.html %}
</header>
<div id="shirts-banner">
<a href="https://shop.codewithrockstar.com/"><img src="/assets/images/shirts/shirt1.jpg" />
<img src="/assets/images/shirts/shirt2.jpg" /></a>
<div>
<h2>Rockstar T-shirts now on sale!</h2>
Check em 'out: <br /> <a href="https://shop.codewithrockstar.com/">shop.codewithrockstar.com</a>
</div>
<a href="https://shop.codewithrockstar.com/"><img src="/assets/images/shirts/shirt3.jpg" /><img
src="/assets/images/shirts/shirt4.jpg" /></a>
</div>

<main>
{{ content }}
</main>
<footer>
codewithrockstar.com website copyright &copy; 2018-2022 <a href="https://dylanbeattie.net/">dylan
beattie</a>
&bull;
<a href="/code_of_conduct">code of conduct</a>
&bull;
<a href="https://app.usefathom.com/share/xefkzvqw/codewithrockstar.com">analytics</a> by Fathom
</footer>
</body>

</html>
</html>
35 changes: 34 additions & 1 deletion docs/_sass/main.scss
Expand Up @@ -276,7 +276,7 @@ div#interpreter {
background-repeat: no-repeat;
background-image: url(/assets/images/ajax-loader.gif);
}
&#program-input {
&#program-input {
height: 60px;
}

Expand All @@ -296,3 +296,36 @@ input[type="button"] {
background-color: #333;
}
}

div#shirts-banner {
padding: 10px;
border-radius: 10px;
border: 2px solid #572376;
margin: 20px auto;
max-width: 960px;
letter-spacing: 0.1em;
line-height: 1.4em;
a {
color: #fff;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
background-color: #000;
text-align: center;
img {
width: 110px;
height: 110px;
margin: 10px;
}
display: flex;
flex-wrap: wrap;
justify-content: center;
div {
flex-grow: 1;
a {
font-size: 1.2em;
}
}
}
Binary file not shown.
Binary file added docs/assets/images/shirts/shirt1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/shirts/shirt2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/shirts/shirt3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/shirts/shirt4.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/shirts/small/shirt01.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/shirts/small/shirt02.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/shirts/small/shirt03.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/shirts/small/shirt04.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/js/rockstar.js
Expand Up @@ -67,7 +67,7 @@ $(function () {
if ((e.metaKey || e.ctrlKey) && e.keyCode == 13) rock();
});
$("#cancel-execution").click(function () {
return(stop());
return (stop());
});
});

Expand Down

0 comments on commit 9574aa7

Please sign in to comment.