Skip to content

Commit 4af735d

Browse files
authored
Merge pull request #76 from CreativeCodeBerlin/addWorks
Add 2 projects by Dirk Also fixed #77
2 parents 3319679 + 130c818 commit 4af735d

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

app.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ a {
127127
.app {
128128
position: relative;
129129
z-index: 0;
130+
min-height: 100vh;
130131
131132
&.black {
132133
--foreground: white;
@@ -173,6 +174,7 @@ header {
173174
}
174175
175176
.project {
177+
176178
.credits {
177179
font-size: 1rem;
178180
padding: var(--pad);

assets/projects.js

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,31 @@ export default [
5656
scale: "1",
5757
},
5858
{
59-
"url": "https://gfx.aimparency.org/eyesoup-no-pose/",
60-
"author": "Felix Niemeyer",
61-
"author_url": "https://www.instagram.com/fairlix/",
62-
"color": "black",
63-
"scale": "1"
59+
url: "https://soft-khapse-0c54d2.netlify.app/red-boids/",
60+
author: "Dirk Lankamp / der_visualist",
61+
author_url: "https://dirk-lankamp.com",
62+
color: "white",
63+
scale: "1.01"
64+
},
65+
{
66+
url: "https://gfx.aimparency.org/eyesoup-no-pose/",
67+
author: "Felix Niemeyer",
68+
author_url: "https://www.instagram.com/fairlix/",
69+
color: "black",
70+
scale: "1"
6471
},
6572
{
6673
"url": "https://www.shadertoy.com/embed/lX3XWl?gui=false&paused=false&muted=true",
6774
"author": "Matthias Meissen",
6875
"author_url": "https://www.instagram.com/matthiasmeissen/",
6976
"color": "black",
7077
"scale": "1"
78+
},
79+
{
80+
url: "https://soft-khapse-0c54d2.netlify.app/white-bubbles/",
81+
author: "Dirk Lankamp / der_visualist",
82+
author_url: "https://dirk-lankamp.com",
83+
color: "white",
84+
scale: "1.01"
7185
}
7286
];

0 commit comments

Comments
 (0)