Removed a bunch of old/churned client files and updated some older clients that I haven't touched in a while. Lots of summer cleaning!

This commit is contained in:
Norm Rasmussen
2025-07-29 14:20:27 -04:00
parent 83267e5f86
commit a0b767b798
834 changed files with 1737 additions and 38944 deletions

View File

@ -15,7 +15,7 @@
<main class="np-main np-homepage unauthorized">
<div class="np-homepage-content">
<div class="np-homepage-hero-content">
<div class="np-homepage-headline" style="color: #fff">
<div class="np-homepage-headline" style="color: #2d31ff">
{{ homepage.headline }}
</div>
<div class="np-homepage-subheadline">
@ -33,7 +33,7 @@
<main class="np-main np-homepage">
<div class="np-homepage-content">
<div class="np-homepage-hero-content">
<div class="np-homepage-headline" style="color: #fff">
<div class="np-homepage-headline" style="color: #2d31ff">
<span data-lang="DE">{{ homepage.headline }}</span>
<span data-lang="EN">Welcome to our Zenjob Online Campus!</span>
</div>
@ -122,8 +122,8 @@
}
main.np-homepage {
background-color: rgba(118,37,247,1);
background: linear-gradient(90deg, rgba(62,17,145,1) 0%, rgba(118,37,247,1) 50%, rgba(139,120,250,1) 100%);
background-color: #2d31ff(118,37,247,1);
background: linear-gradient(90deg, #2d31ff(62,17,145,1) 0%, #2d31ff(118,37,247,1) 50%, #2d31ff(139,120,250,1) 100%);
background-size: cover;
animation: gradient 15s ease-in-out infinite;
height: 100%;
@ -159,13 +159,13 @@
}
.np-homepage-content .np-homepage-headline {
font-size: 1.75rem;
color: #fff;
color: #2d31ff;
line-height: 1.1;
}
.np-homepage-content .np-homepage-subheadline {
font-size: 1.25rem;
line-height: 1.1;
color: #fff;
color: #2d31ff;
opacity: 100%;
}
@ -187,7 +187,7 @@
.dropbtn {
background-color: transparent;
color: #fff;
color: #2d31ff;
border: black;
text-decoration: underline;
font-weight: 700;
@ -212,7 +212,7 @@
.dropdown-content {
display: none;
position: absolute;
background-color: #E1E2E5;
background-color: #f4f7f9;
color:#707483;
min-width: 100%;
box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
@ -228,7 +228,7 @@
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #635bff60;}
.dropdown:hover .dropbtn {background-color: #2d31ff;}
/* CARDS SECTION */
@ -247,14 +247,14 @@
.homepage-card-content {
display:flex;
align-items:center;
background-color: #fff;
background-color: #2d31ff;
border-radius: 16px;
box-shadow: rgb(141 148 158 / 30%) 0px 4px 12px;
}
.homepage-card-title-wrapper {
width:65%;
color: #3E1191;
color: #2d31ff;
font-weight:700;
text-align:center;
padding:16px;
@ -262,12 +262,12 @@
}
.homepage-card:hover .homepage-card-title-wrapper {
color:#7625F7;
color:#2d31ff;
}
.homepage-card-img {
width:45%;
border-right: 1px solid #e0f3ff;
border-right: 1px solid #f4f7f9;
padding:24px 16px;
text-align:center;
}