Skip to content

Commit d6bc7dc

Browse files
committed
git remote add bikkelhart git@github.com:bikkelhart/internet-nl.git git fetch bikkelhart git checkout --no-overlay bikkelhart/bikkelhart-redesign -- frontend interface/templates interface/static translations git reset HEAD frontend/js/{functions.js,headroom.js} frontend/css/print.css interface/static/question@internet.nl_0x45028563.asc interface/templates/base-probe.html git restore frontend/js/{functions.js,headroom.js} frontend/css/print.css interface/static/question@internet.nl_0x45028563.asc interface/templates/base-probe.html sed -i "22i\ <script type=\"text/javascript\" src=\"{% static 'js/headroom-min.js' %}\"></script>" interface/templates/base.html sed -i 's@Score laden voor:@{% include "string.html" with name="base_probe_score_loading_newstring" %}@' interface/templates/base-probe.html git add interface/templates/base*.html git rev-parse bikkelhart/bikkelhart-redesign
1 parent 6a31a73 commit d6bc7dc

File tree

166 files changed

+1826
-5444
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+1826
-5444
lines changed

frontend/css/about-section.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@
3333
font: var(--section-button-l);
3434
justify-self: center;
3535
margin-top: 48px;
36-
border-bottom: 1px solid currentcolor;
36+
padding-bottom: 10px;
37+
background-image: linear-gradient(currentColor, currentColor);
38+
background-position: 0 85%;
39+
background-repeat: no-repeat;
40+
background-size: 100% 2px;
41+
transition: background-position 0.3s;
42+
43+
&:hover {
44+
background-position: 0 100%;
45+
}
3746

3847
&::after {
3948
mask-image: url("/static/icons/arrow-right.svg");
@@ -102,8 +111,8 @@
102111

103112
.quote-section {
104113
.container {
105-
padding-block: 88px;
106-
gap: 40px;
114+
padding-block: 44px;
115+
row-gap: 40px;
107116

108117
@media (width >= 900px) {
109118
align-items: center;

frontend/css/alt.css

Lines changed: 0 additions & 301 deletions
This file was deleted.

0 commit comments

Comments
 (0)