diff --git a/404.html b/404.html index 75a44c3..eb489ed 100644 --- a/404.html +++ b/404.html @@ -329,9 +329,9 @@

Oops! Something went wrong :(

- + diff --git a/README.md b/README.md index 3a94ef2..e62474d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ We welcome contributions from everyone! Whether you're fixing bugs, adding new f 2. *Clone Your Fork* Clone your forked repository to your local machine: bash - git clone https://github.com/yourusername/club-website.git + git clone https://github.com/yourusername/CC-Website-5.O.git 3. *Create a New Branch* diff --git a/blog-inner.html b/blog-inner.html index fd8e3ab..1890703 100644 --- a/blog-inner.html +++ b/blog-inner.html @@ -603,9 +603,9 @@
Germany
- + diff --git a/contact.html b/contact.html index 66c1441..110d8ff 100644 --- a/contact.html +++ b/contact.html @@ -296,7 +296,7 @@

Let's Talk
- +

Subscribe our newsletter:

@@ -313,7 +313,8 @@

Let's Talk
    -
  • +
  • +
  • Home
  • @@ -322,7 +323,8 @@

    Let's Talk Services

  • -
  • +
  • +
  • Contact
  • @@ -410,58 +412,68 @@
    Germany
    diff --git a/css/event_style.css b/css/event_style.css new file mode 100644 index 0000000..0fb7c87 --- /dev/null +++ b/css/event_style.css @@ -0,0 +1,176 @@ + +@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap"); + + +/* * { + box-sizing: border-box; +} */ + + + +/* img { + display: block; + max-width: 100%; + height: auto; +} */ + + +.card__container { + margin-top:20px; + display: flex; + flex-direction: row; + justify-content:space-evenly; + flex-wrap:wrap; + gap:50px; + padding-bottom: 100px; + +} + +.card__article { + position: relative; + overflow: hidden; + +} + +.card__img { + width: 328px; + height: 350px; + object-fit: cover; + border-radius: 1.5rem; +} +/* .row{ + display: flex; + flex-direction: column; + flex-flow: wrap; + gap:20px; +} */ + +.card__data { + width: 80%; + max-width: 80%; + background-color: white; + padding: 1.5rem 2rem; + box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15); + border-radius: 1rem; + position: absolute; + bottom: -9rem; + left: 0; + right: 0; + margin-inline: auto; + opacity: 0; + transition: opacity 1s 1s; + box-sizing: border-box; + height: auto; + max-height: 100%; +} + + + +.card__description { + display: block; + font-size: 12px; + margin-bottom: .25rem; + color:rgb(0, 0, 0); + /* background: linear-gradient(to right, #ff7e5f, #feb47b); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; */ +} + +.card__title { + font-size: var(--h2-font-size); + font-weight: 500; + color: rgb(0, 0, 0); + margin-bottom: .7green +} + +.card__button { + text-decoration: none; + font-size: var(--small-font-size); + font-weight: bold; + color: rgb(174, 204, 21); +} + +.card__button:hover { + text-decoration: underline; +} + +.text-overlay { + position: absolute; + top: 5%; + left: 0; + right: 0; + margin: 0 auto; + color: white; + font-size: 24px; + font-weight: bold; + background-color: rgba(170, 170, 170, 0.454); + padding: 10px; + border-radius: 5px; + max-width: 90%; + text-align: left; + word-wrap: break-word; + box-sizing: border-box; +} +.text-overlay:empty { + background-color: transparent; + padding: 0; + display: none; +} + + + +.card__article:hover .card__data { + animation: show-data 1s forwards; + opacity: 1; + transition: opacity .3s; +} + +.card__article:hover { + animation: remove-overflow 2s forwards; +} + +.card__article:not(:hover) { + animation: show-overflow 2s forwards; +} + +.card__article:not(:hover) .card__data { + animation: remove-data 1s forwards; +} + +@keyframes show-data { + 50% { + transform: translateY(-10rem); + } + 100% { + transform: translateY(-7rem); + } +} + +@keyframes remove-overflow { + to { + overflow: initial; + } +} + +@keyframes remove-data { + 0% { + transform: translateY(-7rem); + } + 50% { + transform: translateY(-10rem); + } + 100% { + transform: translateY(.5rem); + } +} + +@keyframes show-overflow { + 0% { + overflow: initial; + pointer-events: none; + } + 50% { + overflow: hidden; + } +} + diff --git a/css/plugins/font-awesome.min.css b/css/plugins/font-awesome.min.css old mode 100755 new mode 100644 diff --git a/css/style.css b/css/style.css index cdce033..d2addcf 100644 --- a/css/style.css +++ b/css/style.css @@ -51,6 +51,8 @@ p.s. I am available for Freelance hire (UI design, web development). email: mill --------------------------------------------*/ @import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap"); @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css); +@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap"); + /* ------------------------------------------- main @@ -83,6 +85,12 @@ body { -ms-scroll-chaining: none; overscroll-behavior: none; } + + +.menuBarOptionbox{ + background-color: rgba(133, 132, 132, 0.381); + +} @media screen and (max-width: 768px) { html, body { @@ -104,12 +112,23 @@ body { position: relative; overflow: hidden; max-width: 100%; + } + .container { pointer-events: all; + /* margin-top: 100px; */ } +/* .banner_container{ + pointer-events: all; + margin-top: 100px; + margin-left: 50px; + background-color: #6a3093; + +} */ + .mil-relative { position: relative; } @@ -147,6 +166,9 @@ body { section { position: relative; overflow: hidden; + background-color: rgb(248, 248, 248); + + } /* ------------------------------------------- @@ -168,8 +190,11 @@ h6, .mil-h6 { font-family: "Outfit", sans-serif; color: rgb(0, 0, 0); - font-weight: 500; + font-weight: bold; line-height: 120%; + background: linear-gradient(to right, #f32170, #ff6b08,#cf23cf, #056cf4); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } @media screen and (max-width: 768px) { h1 br, @@ -185,35 +210,41 @@ h5 br, h6 br, .mil-h6 br { display: none; + font-weight: bold; } } h1, .mil-h1 { font-size: 86px; + font-weight: bold; } @media screen and (max-width: 1400px) { h1, .mil-h1 { font-size: 74px; + font-weight: bold; } } @media screen and (max-width: 1200px) { h1, .mil-h1 { font-size: 72px; + font-weight: bold; } } @media screen and (max-width: 992px) { h1, .mil-h1 { font-size: 58px; + font-weight: bold; } } @media screen and (max-width: 768px) { h1, .mil-h1 { font-size: 34px; + font-weight: bold; } } @@ -221,69 +252,81 @@ h2, .mil-h2 { font-size: 68px; line-height: 120%; + font-weight: bold; } @media screen and (max-width: 1200px) { h2, .mil-h2 { font-size: 56px; + font-weight: bold; } } @media screen and (max-width: 992px) { h2, .mil-h2 { font-size: 44px; + font-weight: bold; } } @media screen and (max-width: 768px) { h2, .mil-h2 { font-size: 36px; + font-weight: bold; } } h3, .mil-h3 { font-size: 42px; + font-weight: bold; } @media screen and (max-width: 1200px) { h3, .mil-h3 { font-size: 39px; + font-weight: bold; } } @media screen and (max-width: 992px) { h3, .mil-h3 { font-size: 36px; + font-weight: bold; } } @media screen and (max-width: 768px) { h3, .mil-h3 { font-size: 30px; + font-weight: bold; } } h4, .mil-h4 { font-size: 28px; + font-weight: bold; } @media screen and (max-width: 1200px) { h4, .mil-h4 { font-size: 26px; + font-weight: bold; } } @media screen and (max-width: 992px) { h4, .mil-h4 { font-size: 24px; + font-weight: bold; } } @media screen and (max-width: 768px) { h4, .mil-h4 { font-size: 22px; + font-weight: bold; } } @@ -291,11 +334,13 @@ h5, .mil-h5 { font-size: 20px; line-height: 150%; + font-weight: bold; } @media screen and (max-width: 768px) { h5, .mil-h5 { font-size: 18px; + font-weight: bold; } } @@ -303,23 +348,27 @@ h6, .mil-h6 { font-size: 18px; line-height: 150%; + font-weight: bold; } @media screen and (max-width: 1200px) { h6, .mil-h6 { font-size: 17px; + font-weight: bold; } } @media screen and (max-width: 992px) { h6, .mil-h6 { font-size: 16px; + font-weight: bold; } } @media screen and (max-width: 768px) { h6, .mil-h6 { font-size: 21px; + font-weight: bold; } } @@ -398,6 +447,7 @@ a { .mil-muted { color: rgba(255, 255, 255, 0.9); + padding: 30px; } .mil-dark { @@ -428,6 +478,16 @@ a { .mil-right { text-align: right; } +@media screen and (min-width: 1200px) { + .mil-content{ + + background-color: rgb(255, 255, 255); + } + .mil-banner .mil-dark-bg{ + + background-color: rgb(0, 0, 0); + } +} @media screen and (max-width: 576px) { .mil-sm-center { @@ -563,8 +623,8 @@ link display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; - -ms-flex-direction: -reverse; - flex-direction: -reverse; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; } .mil-link.mil-icon-left svg { margin-left: 0; @@ -707,21 +767,21 @@ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { } input::-moz-placeholder, textarea::-moz-placeholder { font-size: 12px; - text-transform: uppercase; + /* text-transform: uppercase; */ letter-spacing: 2px; font-weight: 500; color: rgba(0, 0, 0, 0.5); } input:-ms-input-placeholder, textarea:-ms-input-placeholder { font-size: 12px; - text-transform: uppercase; + /* text-transform: uppercase; */ letter-spacing: 2px; font-weight: 500; color: rgba(0, 0, 0, 0.5); } input::-ms-input-placeholder, textarea::-ms-input-placeholder { font-size: 12px; - text-transform: uppercase; + /* text-transform: uppercase; */ letter-spacing: 2px; font-weight: 500; color: rgba(0, 0, 0, 0.5); @@ -729,7 +789,7 @@ input::-ms-input-placeholder, textarea::-ms-input-placeholder { input::placeholder, textarea::placeholder { font-size: 12px; - text-transform: uppercase; + /* text-transform: uppercase; */ letter-spacing: 2px; font-weight: 500; color: rgba(0, 0, 0, 0.5); @@ -810,14 +870,19 @@ breadcrumbs justify-content: center; } -/* ------------------------------------------- +/* ------------------------------------------- +mil-dark-bg backgrounds ------------------------------------------- */ + .mil-dark-bg { position: relative; - background-color: black; + /* background-color: rgb(255, 255, 255); */ + -webkit-backdrop-filter: invert(100%); + backdrop-filter: invert(100%); + } .mil-dark-bg:before { content: ""; @@ -826,9 +891,15 @@ backgrounds position: absolute; pointer-events: none; z-index: 2; - -webkit-backdrop-filter: invert(100%); - /* backdrop-filter: invert(100%); */ + background-color: rgb(0, 0, 0); + /* -webkit-backdrop-filter: invert(100%); + backdrop-filter: invert(100%); */ + -webkit-backdrop-filter: invert(100%); + backdrop-filter: invert(100%); + } + + .mil-dark-bg .mi-invert-fix { height: 100%; position: relative; @@ -1223,6 +1294,9 @@ frame width: 100%; height: 100%; } + + + @media screen and (max-width: 1200px) { .mil-frame { padding: 30px; @@ -1238,11 +1312,13 @@ frame @media screen and (max-width: 1200px) { .mil-frame .mil-frame-top { height: 90px; - background-color: rgba(0, 0, 0, 0.95); + background-color:#ffad32; border-bottom: solid 1px rgba(255, 255, 255, 0.1); padding: 0 30px; -webkit-backdrop-filter: blur(8px); - backdrop-filter: blur(8px); + backdrop-filter: blur(8px); + + } .mil-frame .mil-frame-top .mil-logo { color: rgb(255, 255, 255); @@ -1264,6 +1340,7 @@ frame -ms-flex-align: end; align-items: flex-end; } + @media screen and (max-width: 1200px) { .mil-frame .mil-frame-bottom { display: none; @@ -1280,12 +1357,12 @@ frame -webkit-transform: rotate(-90deg) translateX(138px) translateY(-138px); transform: rotate(-90deg) translateX(138px) translateY(-138px); } -.mil-frame .mil-frame-bottom .mil-back-to-top { +/* .mil-frame .mil-frame-bottom .mil-back-to-top { width: 300px; -webkit-transform: rotate(-90deg) translateX(130px) translateY(130px); transform: rotate(-90deg) translateX(130px) translateY(130px); pointer-events: all; -} +} */ .mil-frame-top { display: -webkit-box; @@ -1297,7 +1374,11 @@ frame -webkit-box-align: center; -ms-flex-align: center; align-items: center; + /* background-color: #FF9800; */ + /* z-index: 999; */ } + + .mil-frame-top .mil-logo { pointer-events: all; color: rgb(0, 0, 0); @@ -1323,6 +1404,9 @@ menu button align-items: center; -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1); transition: 0.4s cubic-bezier(0, 0, 0.3642, 1); + /* background-color: aqua; */ + + } @media screen and (max-width: 992px) { .mil-menu-btn { @@ -1330,18 +1414,25 @@ menu button transform: scale(0.85); } } + .mil-menu-btn span, .mil-menu-btn span:after, .mil-menu-btn span:before { content: ""; display: block; width: 28px; height: 2.5px; - backdrop-filter: invert(100%); - /* background: rgb(0, 0, 0); */ + /* background: rgb(255, 255, 255); */ + background: linear-gradient(to right, #6a3093, #a044ff); + + + + /* backdrop-filter: invert(100%); */ + -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: inherit; transition: inherit; } + .mil-menu-btn span { position: relative; } @@ -1420,6 +1511,7 @@ menu transform: translateY(30px); } } + .mil-menu-frame .mil-menu-right-frame { padding-left: 60px; position: relative; @@ -1528,7 +1620,14 @@ menu display: flex; -webkit-box-align: center; -ms-flex-align: center; - align-items: center; + align-items:flex-start; + padding-top: 200px; + + + + + + } .mil-main-menu ul { padding: 0; @@ -1676,9 +1775,7 @@ menu banner ------------------------------------------- */ -.mil-banner { - height: 100vh; -} + .mil-banner .container { height: 100%; display: -webkit-box; @@ -1687,6 +1784,7 @@ banner -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; + padding-top: 100px; } .mil-banner .mil-banner-content { width: 100%; @@ -4241,54 +4339,157 @@ html.is-animating .mil-menu-frame { -.card { - width: 500px; - height: 250px; - perspective: 1000px; - padding-top: 30px; + + +/*--------------------- Current Event Card--------------- */ +.card__container { + margin-top:20px; + display: flex; + flex-direction: row; + justify-content:space-evenly; + flex-wrap:wrap; + gap:50px; + padding-bottom: 100px; + } -.card-inner { - width: 100%; - height: 100%; - transform-style: preserve-3d; - transition: transform 0.999s; +.card__article { + position: relative; + overflow: hidden; + +} + +.card__img { + width: 328px; + height: 350px; + object-fit: cover; + border-radius: 1.5rem; +} +.card__data { + width: 80%; + max-width: 80%; + background-color: white; + padding: 1.5rem 2rem; + box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15); + border-radius: 1rem; + position: absolute; + bottom: -9rem; + left: 0; + right: 0; + margin-inline: auto; + opacity: 0; + transition: opacity 1s 1s; + box-sizing: border-box; + height: auto; + max-height: 100%; +} + + + +.card__description { + display: block; + font-size: 12px; + margin-bottom: .25rem; + color:rgb(0, 0, 0); + /* background: linear-gradient(to right, #ff7e5f, #feb47b); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; */ } -.card:hover .card-inner { - transform: rotateY(180deg); +.card__title { + font-size: var(--h2-font-size); + font-weight: 500; + color: rgb(0, 0, 0); + margin-bottom: .7green +} + +.card__button { + text-decoration: none; + font-size: var(--small-font-size); + font-weight: bold; + color: rgb(174, 204, 21); } -.card-front, -.card-back { +.card__button:hover { + text-decoration: underline; +} + +.text-overlay { position: absolute; - width: 100%; - height: 100%; - backface-visibility: hidden; + top: 5%; + left: 0; + right: 0; + margin: 0 auto; + color: white; + font-size: 24px; + font-weight: bold; + background-color: rgba(170, 170, 170, 0.454); + padding: 10px; + border-radius: 5px; + max-width: 90%; + text-align: left; + word-wrap: break-word; + box-sizing: border-box; +} +.text-overlay:empty { + background-color: transparent; + padding: 0; + display: none; } -.card-front { - background-color: #FF9800; - color: #ffffff; - display: flex; - align-items: center; - border-radius: 8px; - justify-content: left; - font-size: 30px; - transform: rotateY(0deg); + + +.card__article:hover .card__data { + animation: show-data 1s forwards; + opacity: 1; + transition: opacity .3s; } -.card-back { - background-color: #f8b859; - color: #fff; - display: flex; - align-items: center; - border: 10px solid #FF9800; - border-radius: 10px; - justify-content: center; - font-size: 18px; - margin-top: 10px; - margin-bottom: 10px; - padding: 20px; - transform: rotateY(180deg); +.card__article:hover { + animation: remove-overflow 2s forwards; +} + +.card__article:not(:hover) { + animation: show-overflow 2s forwards; +} + +.card__article:not(:hover) .card__data { + animation: remove-data 1s forwards; +} + +@keyframes show-data { + 50% { + transform: translateY(-10rem); + } + 100% { + transform: translateY(-7rem); + } +} + +@keyframes remove-overflow { + to { + overflow: initial; + } +} + +@keyframes remove-data { + 0% { + transform: translateY(-7rem); + } + 50% { + transform: translateY(-10rem); + } + 100% { + transform: translateY(.5rem); + } +} + +@keyframes show-overflow { + 0% { + overflow: initial; + pointer-events: none; + } + 50% { + overflow: hidden; + } } diff --git a/home-1.html b/home-1.html index 6379ea3..2f6e8bd 100644 --- a/home-1.html +++ b/home-1.html @@ -6,7 +6,6 @@ - @@ -59,16 +58,16 @@ -
    +
    + -
    - +
    CodeChef_ABESEC
    @@ -196,19 +195,13 @@
    Germany
    - - CodeChef_ABESEC -
    + + CodeChef_ABESEC + +
    -
    -
    @@ -219,7 +212,7 @@
    Germany
    -
    +
    @@ -230,63 +223,48 @@
    Germany
    - -

    Designing a Better
    World Today

    -
    -
    -
    -
    - - UPCOMING

    EVENT
    -
    -
    -

    UPCOMING EVENT

    -

    YAYAYAYAYAYAY Event horaaaaa Lorem ipsum, dolor sit amet consectetur adipisicing elit. Porro ab mollitia cumq Lorem ipsum dolor sit amet?

    -
    -
    -
    - - - - - -
    - - - - - + +

    Designing a Better
    World Today

    + +
    + + + + +
    + image +
    +
    +

    Oops! Looks like our events took a coffee break โ˜•๐Ÿ˜…

    + "Check back soonโ€”big things are brewing! ๐Ÿ”ฅ๐ŸŽ‰ + +
    + +
    + +
    + +
    -
    +
    @@ -788,7 +766,7 @@
    Germany
    - +
    @@ -917,7 +895,8 @@
    Germany
    + - + \ No newline at end of file diff --git a/home-2.html b/home-2.html index 7c0c200..494a3d0 100644 --- a/home-2.html +++ b/home-2.html @@ -364,9 +364,9 @@
    Designing a Better World Today
    - + diff --git a/img/blog/achievement1.jpg b/img/blog/achievement1.jpg new file mode 100644 index 0000000..23260ff Binary files /dev/null and b/img/blog/achievement1.jpg differ diff --git a/img/blog/community1.jpg b/img/blog/community1.jpg new file mode 100644 index 0000000..5ce4b75 Binary files /dev/null and b/img/blog/community1.jpg differ diff --git a/img/blog/community2.jpg b/img/blog/community2.jpg new file mode 100644 index 0000000..75b647a Binary files /dev/null and b/img/blog/community2.jpg differ diff --git a/img/blog/community3.jpg b/img/blog/community3.jpg new file mode 100644 index 0000000..cc711c3 Binary files /dev/null and b/img/blog/community3.jpg differ diff --git a/img/blog/community4.jpg b/img/blog/community4.jpg new file mode 100644 index 0000000..44f1ed7 Binary files /dev/null and b/img/blog/community4.jpg differ diff --git a/img/current_event/event1.jpeg b/img/current_event/event1.jpeg new file mode 100644 index 0000000..1fa9c51 Binary files /dev/null and b/img/current_event/event1.jpeg differ diff --git a/img/current_event/landscape-1.png b/img/current_event/landscape-1.png new file mode 100644 index 0000000..0d60789 Binary files /dev/null and b/img/current_event/landscape-1.png differ diff --git a/img/current_event/soon.gif b/img/current_event/soon.gif new file mode 100644 index 0000000..b2e26b2 Binary files /dev/null and b/img/current_event/soon.gif differ diff --git a/img/current_event/soon2.gif b/img/current_event/soon2.gif new file mode 100644 index 0000000..97c48fe Binary files /dev/null and b/img/current_event/soon2.gif differ diff --git a/img/current_event/soon3.gif b/img/current_event/soon3.gif new file mode 100644 index 0000000..a8d0a80 Binary files /dev/null and b/img/current_event/soon3.gif differ diff --git a/js/main.js b/js/main.js index 0f280c0..0b698ca 100644 --- a/js/main.js +++ b/js/main.js @@ -1050,3 +1050,21 @@ $(function () { }); }); + +var swiper = new Swiper(".swiper-container", { + effect: "coverflow", + grabCursor: true, + centeredSlides: true, + slidesPerView: "auto", + coverflowEffect: { + rotate: 20, + stretch: 0, + depth: 350, + modifier: 1, + slideShadows: true + }, + pagination: { + el: ".swiper-pagination" + } + }); + \ No newline at end of file diff --git a/js/plugins/jquery.min.js b/js/plugins/jquery.min.js old mode 100755 new mode 100644 diff --git a/js/plugins/smooth-scroll.js b/js/plugins/smooth-scroll.js old mode 100755 new mode 100644 diff --git a/js/script.js b/js/script.js new file mode 100644 index 0000000..eff6fa5 --- /dev/null +++ b/js/script.js @@ -0,0 +1,4 @@ +function redirectToEvent(url) { + window.open(url, "_blank"); +} + diff --git a/portfolio-1.html b/portfolio-1.html index 05d123e..90a3f0c 100644 --- a/portfolio-1.html +++ b/portfolio-1.html @@ -98,7 +98,7 @@
  • - Services + e Services
  • - + diff --git a/portfolio-2.html b/portfolio-2.html index 3eccf1d..219b84b 100644 --- a/portfolio-2.html +++ b/portfolio-2.html @@ -561,9 +561,9 @@

    Germany
    - + diff --git a/project-1.html b/project-1.html index 2eb51af..a17728a 100644 --- a/project-1.html +++ b/project-1.html @@ -548,9 +548,9 @@
    Germany
    - + diff --git a/project-2.html b/project-2.html index 041c1e4..f7c1dc6 100644 --- a/project-2.html +++ b/project-2.html @@ -509,9 +509,9 @@
    Germany
    - + diff --git a/project-3.html b/project-3.html index fd5cff9..2d47d2c 100644 --- a/project-3.html +++ b/project-3.html @@ -516,10 +516,10 @@
    Germany
    - + diff --git a/project-4.html b/project-4.html index 1761fc3..f557ef5 100644 --- a/project-4.html +++ b/project-4.html @@ -540,9 +540,9 @@
    Germany
    - + diff --git a/project-5.html b/project-5.html index 3b448a9..00fbc59 100644 --- a/project-5.html +++ b/project-5.html @@ -543,9 +543,9 @@
    Germany
    - + diff --git a/project-6.html b/project-6.html index 101789a..84adedd 100644 --- a/project-6.html +++ b/project-6.html @@ -563,9 +563,9 @@
    Germany
    - + diff --git a/publication.html b/publication.html index 9c51f03..ee43ad0 100644 --- a/publication.html +++ b/publication.html @@ -545,9 +545,9 @@
    Germany
    - + diff --git a/service.html b/service.html index a6cecdd..d882a27 100644 --- a/service.html +++ b/service.html @@ -699,9 +699,9 @@
    Germany
    - + diff --git a/services.html b/services.html index 961e9ad..8185b5a 100644 --- a/services.html +++ b/services.html @@ -525,9 +525,9 @@
    Germany
    - +