Skip to content

Commit 727d240

Browse files
committed
Starting to add some screenshots
1 parent 8f02638 commit 727d240

5 files changed

Lines changed: 14 additions & 1 deletion

File tree

139 KB
Loading
300 KB
Loading

dist/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ <h2>Contact</h2>
4747
<h2>Selected work</h2>
4848
<p>Much of my output over the last six years has been white-labelled or developed under NDA. Some selected public work is listed below.</p>
4949
<h3>As developer</h3>
50+
<a class="img-link" href="https://codepen.io/collection/nbGQxZ/" target="_blank" title="Demoscene collection on CodePen">
51+
<img src="assets/img/screens/cp-demoscene-640.png" width="320" alt="Screenshot of Demoscene collection on CodePen">
52+
</a>
5053
<ul>
5154
<li><a href="https://codepen.io/njmcode/" target="_blank">Codepen</a> - regular experiments and tinkering</li>
5255
<li><a href="https://github.com/njmcode/modular-drum-app" target="_blank">Rassvet</a> modular drum machine (as seen in net magazine #265)</li>

src/scss/main.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ a {
2222
color: $c-bg;
2323
text-decoration: none;
2424
transition: $c-hover-trans;
25+
26+
&.img-link {
27+
display: block;
28+
text-align: center;
29+
padding: 0.2em!important;
30+
background: transparent!important;
31+
img {
32+
border: 3px solid $c-base;
33+
}
34+
}
2535
}
2636

2737
small {

0 commit comments

Comments
 (0)