Skip to content

Commit 41e7e84

Browse files
committed
delete links section
1 parent c9bb282 commit 41e7e84

4 files changed

Lines changed: 7 additions & 74 deletions

File tree

index.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@
2828
</a>
2929
<div class="linkContainer" id="linkContainer">
3030
<a class="navbarLink" href="#section1">Über Mich</a>
31-
<a class="navbarLink" href="#section2">Links</a>
32-
<a class="navbarLink" href="#section3">Projekte</a>
31+
<a class="navbarLink" href="#section2">Projekte</a>
3332
</div>
3433
<button class="navbarButton" onclick="navbarToggle()">Menu</button>
3534
</nav>
3635
<div class="banner animatedBorder">
3736
<h1>ERPI CODING</h1>
3837
<h2>Web-Developer</h2>
39-
<a href="#section3" class="bannerLink">Projekte &rarr;</a>
38+
<a href="#section2" class="bannerLink">Projekte &rarr;</a>
4039
</div>
4140
</header>
4241
<main>
@@ -96,16 +95,7 @@ <h2>Programmiersprachen und andere Technologien</h2>
9695
</div>
9796
</section>
9897
</main>
99-
<section class="contentSection linksBg" id="section2">
100-
<h2 class="sectionHeading">Links</h2>
101-
<a href="https://github.com/erpicoding" target="_blank" class="firstLink"
102-
>Github</a
103-
>
104-
<a href=""></a>
105-
<a href=""></a>
106-
<a href=""></a>
107-
</section>
108-
<section class="contentSection" id="section3">
98+
<section class="contentSection" id="section2">
10999
<h2 class="sectionHeading">Projekte</h2>
110100
<div class="projektContainer">
111101
<div class="projekt">

style.css

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ header {
141141
}
142142
}
143143
.showLinks {
144-
height: 180px;
144+
height: 120px;
145145
transition: 500ms;
146146
}
147147

@@ -307,34 +307,6 @@ h6 {
307307
grid-template-rows: repeat(4, 80px);
308308
}
309309
}
310-
/* Linktree sction
311-
*/
312-
.linksBg {
313-
display: flex;
314-
flex-direction: column;
315-
min-height: 100vh;
316-
background: linear-gradient(rgba(63, 208, 212, 0.5), rgba(0, 0, 0, 0.7)), url(./img/linksBackground.png) center/cover no-repeat;
317-
align-items: center;
318-
}
319-
.linksBg a {
320-
width: 200px;
321-
height: 40px;
322-
margin: 20px;
323-
background-color: rgba(63, 207, 212, 0.2);
324-
border-radius: 20px;
325-
box-shadow: inset 0 0 5px rgba(63, 207, 212, 0.25);
326-
-webkit-backdrop-filter: blur(4px);
327-
backdrop-filter: blur(4px);
328-
text-align: center;
329-
align-content: center;
330-
text-decoration: none;
331-
font-size: 20px;
332-
font-weight: 600;
333-
}
334-
.linksBg h2 {
335-
margin-bottom: 60px;
336-
}
337-
338310
/* -----------------------------------------------------------------------------projekte
339311
*/
340312
.projektContainer {

style.css.map

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

style.scss

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ header {
181181
}
182182
}
183183
.showLinks {
184-
height: 180px;
184+
// for each link 60px height in this class
185+
height: 120px;
185186
transition: 500ms;
186187
}
187188
.banner {
@@ -369,36 +370,6 @@ h6 {
369370
grid-template-rows: repeat(4, 80px);
370371
}
371372
}
372-
/* Linktree sction
373-
*/
374-
.linksBg {
375-
display: flex;
376-
flex-direction: column;
377-
min-height: 100vh;
378-
background: linear-gradient($petrol-transparent, rgba(0, 0, 0, 0.7)),
379-
url(./img/linksBackground.png) center/cover no-repeat;
380-
align-items: center;
381-
382-
a {
383-
width: 200px;
384-
height: 40px;
385-
margin: 20px;
386-
387-
background-color: $petrol-ultra-transparent;
388-
border-radius: 20px;
389-
box-shadow: inset 0 0 5px $petrol-dark-transparent;
390-
backdrop-filter: blur(4px);
391-
392-
text-align: center;
393-
align-content: center;
394-
text-decoration: none;
395-
font-size: 20px;
396-
font-weight: 600;
397-
}
398-
h2 {
399-
margin-bottom: 60px;
400-
}
401-
}
402373

403374
/* -----------------------------------------------------------------------------projekte
404375
*/

0 commit comments

Comments
 (0)