diff --git a/frontend/imk/src/App.css b/frontend/imk/src/App.css index 6e7d345..e69de29 100644 --- a/frontend/imk/src/App.css +++ b/frontend/imk/src/App.css @@ -1,56 +0,0 @@ - #root { - /* max-width: 1280px; */ - margin: 0 auto; - padding: 2rem; - /* text-align: center; */ - /* background-color: papayawhip; */ - background-color: rgb(228, 237, 240); - /* background-image: url('../public/plocki.jpg'); */ - } - - - /* -@keyframes logo-spin { - from { - transform: rotate(0deg); - } - - to { - transform: rotate(360deg); - } -} - -@media (prefers-reduced-motion: no-preference) { - a:nth-of-type(2) .logo { - animation: logo-spin infinite 20s linear; - } -} - -.card { - padding: 2em; -} - -.read-the-docs { - color: #888; -} - -*/ - - /* .logo { - height: 6em; - padding: 1.5em; - will-change: filter; - transition: filter 300ms; -} - -.logo:hover { - filter: drop-shadow(0 0 2em #646cffaa); -} - -.logo.react:hover { - filter: drop-shadow(0 0 2em #61dafbaa); -} - */ - body { - background-color: rgb(255, 253, 253); - } \ No newline at end of file diff --git a/frontend/imk/src/components/Certificates/Certificates.jsx b/frontend/imk/src/components/Certificates/Certificates.jsx index 733dfa7..f22a30b 100644 --- a/frontend/imk/src/components/Certificates/Certificates.jsx +++ b/frontend/imk/src/components/Certificates/Certificates.jsx @@ -1,6 +1,4 @@ import React, { useEffect } from 'react' -import './certificates.css' - function Certificates() { useEffect(() => { diff --git a/frontend/imk/src/components/Certificates/certificates.css b/frontend/imk/src/components/Certificates/certificates.css deleted file mode 100644 index 393b7b4..0000000 --- a/frontend/imk/src/components/Certificates/certificates.css +++ /dev/null @@ -1,30 +0,0 @@ -.cert-container { - display: flex; - flex-wrap: wrap; - justify-content: space-around; - margin-top: 150px; -} - -.img-container1 { - width: 40vw; - margin-bottom: 30px; -} - -@media screen and (max-width: 1050px) { - .cert-container { - display: flex; - flex-direction: column; - align-items: center; - /* gap: 50px; */ - flex-wrap: wrap; - margin-top: 50px; - margin-left: 3vw; - } - - .img-container1 { - width: 80vw; - height: 40vh; - /* margin-top: 20px; */ - margin-bottom: 30px; - } -} \ No newline at end of file diff --git a/frontend/imk/src/components/consalting/consalting.css b/frontend/imk/src/components/consalting/consalting.css deleted file mode 100644 index 13b7cbb..0000000 --- a/frontend/imk/src/components/consalting/consalting.css +++ /dev/null @@ -1,23 +0,0 @@ -.anotherContainer { - width: 80vw; - margin-left: 10vw; - text-align: justify; - /* text-align: center; */ - /* font-size: 1.3rem; */ -} - - - -@media screen and (max-width: 1050px) { - - .constaltingContainer { - display: flex; - flex-direction: column; - } - - .anotherContainer { - width: 100%; - margin-left: 0; - margin-top: 2rem; - } -} \ No newline at end of file diff --git a/frontend/imk/src/components/consalting/consulting.jsx b/frontend/imk/src/components/consalting/consulting.jsx index 8a07633..755410a 100644 --- a/frontend/imk/src/components/consalting/consulting.jsx +++ b/frontend/imk/src/components/consalting/consulting.jsx @@ -1,5 +1,4 @@ import { useEffect } from 'react' -import './consalting.css' export default function Consulting() { useEffect(() => { diff --git a/frontend/imk/src/components/lab/lab.css b/frontend/imk/src/components/lab/lab.css deleted file mode 100644 index 70fd51e..0000000 --- a/frontend/imk/src/components/lab/lab.css +++ /dev/null @@ -1,83 +0,0 @@ -.textBox { - margin-top: 120px; - margin-bottom: 50px; - padding: 70px; - width: 40vw; - box-shadow: -1px 5px 20px 1px rgba(0, 0, 0, 0.34); - -webkit-box-shadow: -1px 5px 20px 1px rgba(0, 0, 0, 0.34); - -moz-box-shadow: -1px 5px 20px 1px rgba(0, 0, 0, 0.34); - /* text-align: left;*/ -} - -.imgBox { - width: 30vw; - box-shadow: -1px 5px 20px 1px rgba(0, 0, 0, 0.34); - -webkit-box-shadow: -1px 5px 20px 1px rgba(0, 0, 0, 0.34); - -moz-box-shadow: -1px 5px 20px 1px rgba(0, 0, 0, 0.34); -} - - -.text { - /* margin-bottom: 10px; */ - display: flex; - flex-wrap: wrap; - gap: 50px; - justify-content: space-around; -} - -.text h1 { - font-size: 1.5rem; - text-decoration: underline; -} - -.textContainer { - /* display: flex; */ - background-image: url("../../../public/background.jpg"); -} - -.heading { - text-transform: capitalize; - text-align: center; - font-size: 1.7rem; - margin-top: 100px; -} - -strong { - font-size: 1.3rem; -} - -@media screen and (max-width: 1050px) { - .imgBox { - display: none; - /* width: 100vw; */ - } - - .textBox { - display: block; - width: 80vw; - margin-bottom: -150px; - text-align: center; - padding: 30px; - } - - .group { - display: flex; - flex-direction: column; - } -} - -.group { - display: flex; - justify-content: space-between; - gap: 300px; - align-items: center; - margin-bottom: 75px; -} - -#geotehnika { - width: inherit; -} - -footer { - margin-top: 250px; -} \ No newline at end of file diff --git a/frontend/imk/src/components/lab/lab.jsx b/frontend/imk/src/components/lab/lab.jsx index f50cef7..3b2bb22 100644 --- a/frontend/imk/src/components/lab/lab.jsx +++ b/frontend/imk/src/components/lab/lab.jsx @@ -1,118 +1,3 @@ -// import { useEffect } from 'react'; - -// export default function Lab() { -// useEffect(() => { -// window.scrollTo({ top: 0, behavior: "smooth" }) -// }, []) - -// return ( -//
-// {/* Header */} -//
-//

-// во нашата лабораторија се вршат -//

-//
- -// {/* Main Content */} -//
-// {/* Concrete Testing Section */} -//
-//
-//

-// -// Испитувањето на бетон -// -// е важен процес кој се користи за да се оцени квалитетот и издржливоста на бетонски конструкции. -//

-//

-// Испитувањето на бетонот е неопходен процес за осигурување на квалитет и безбедност на градежните проекти и инфраструктурата воопшто. -// Тоа помага во отстранивање на недостатоците и намалување на ризиците од евентуални пропаднувања на конструкциите. -//

-//
-//
-// Испитување на бетон -//
-//
- -// {/* Ore and Metal Testing Section */} -//
-//
-// Испитување на руди и метали -//
-//
-//

-// -// Испитувањето на руди, метали и троски -// -// е важен процес во областа на геолошкото и металуршко инженерство, со цел да се анализираат и одредат својствата и составот на суровините и производите. -//

-//

-// Овие испитувања се изведуваат за да се осигура квалитетот и спецификациите на материјалите, како и за да се обезбеди безбедно и ефикасно користење и обработка на руди, метали и троски во различни индустрии и апликации. -//

-//
- -//
- -// {/* Steel Testing Section */} -//
- -//
-//

-// -// Испитувањето на челик -// -// е важен процес за одредување на квалитетот, издржливоста и други механички својства на челикот, кој се користи во разни индустрии и конструкции. -//

-//

-// Испитувањето на челик е неопходен процес за да се обезбеди квалитетот и безбедноста на производите и конструкциите кои го користат, како и за да се уверите дека челикот одговара на спецификациите и стандардите. -//

-//
- -//
-// Испитување на челик -//
-//
- -// {/* Laboratory Extraction Section */} -//
-//
-// Лабораториска екстракција -//
-//
-//

-// -// Лабораториската екстракција -// -// на метали или неметали од руди и троски е процес кој се користи за да се изолираат и оддели материјалите од суровините или отпадните производи, како што се рудите или троските, со цел да се добие чист метал или неметал. -//

-//
- -//
-//
-//
-// ); -// } import { useEffect } from 'react'; export default function Lab() { diff --git a/frontend/imk/src/components/navbar/Navbar.jsx b/frontend/imk/src/components/navbar/Navbar.jsx index 71fb13a..7f943fe 100644 --- a/frontend/imk/src/components/navbar/Navbar.jsx +++ b/frontend/imk/src/components/navbar/Navbar.jsx @@ -8,7 +8,7 @@ const navigation = [ { name: "За нас", href: "/about" }, { name: "Галерија", href: "/gallery" }, { name: "Контакт", href: "/contact" }, - { name: "Клиенти", href: "/clients" }, + // { name: "Клиенти", href: "/clients" }, { name: "Админ", href: "/admin" }, { name: "Логин", href: "/login" }, ]; diff --git a/frontend/imk/src/components/navbar/navbar.css b/frontend/imk/src/components/navbar/navbar.css deleted file mode 100644 index 562e40a..0000000 --- a/frontend/imk/src/components/navbar/navbar.css +++ /dev/null @@ -1,39 +0,0 @@ -.nav { - background-color: rgb(228, 237, 240); - box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.34); - -webkit-box-shadow: -1px 5px 20px 1px rgba(0, 0, 0, 0.34); - -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.34); - background-image: url("../public/background.jpg"); -} - -/* #logo { - margin-left: 10px; -} */ - -/* #logo-tuf { -margin-right: 20px; -} */ - -a:hover { - border-bottom: 1px solid gray; -} - -.navitems { - /* margin-right: 100px; */ - margin-left: 100px; -} - -@media screen and (max-width: 1050px) { - #logo { - margin-left: 0px; - } - - #logo img { - width: 70px; - height: auto; - } - - #logo-tuf { - display: none; - } -} \ No newline at end of file diff --git a/frontend/imk/src/components/ultrasound/ultraSound.css b/frontend/imk/src/components/ultrasound/ultraSound.css deleted file mode 100644 index ffaf20e..0000000 --- a/frontend/imk/src/components/ultrasound/ultraSound.css +++ /dev/null @@ -1,3 +0,0 @@ -.insuranceContainer { - height: 100vh; -} \ No newline at end of file diff --git a/frontend/imk/src/components/ultrasound/ultraSound.jsx b/frontend/imk/src/components/ultrasound/ultraSound.jsx index 468e1ae..dd8ad4f 100644 --- a/frontend/imk/src/components/ultrasound/ultraSound.jsx +++ b/frontend/imk/src/components/ultrasound/ultraSound.jsx @@ -1,5 +1,4 @@ import React, { useEffect } from 'react' -import './ultraSound.css' export default function UltraSound() { useEffect(() => { diff --git a/frontend/imk/src/pages/aboutpage/About.jsx b/frontend/imk/src/pages/aboutpage/About.jsx index eadd8bb..2025c15 100644 --- a/frontend/imk/src/pages/aboutpage/About.jsx +++ b/frontend/imk/src/pages/aboutpage/About.jsx @@ -1,139 +1,32 @@ -// import './about.css' - - - -// export default function About() { - - -// return ( -// <> -//
- - -// {/*
*/} -//
-//

За нас

-//

Компанијата Испитување на материјали и консултантство ДООЕЛ е основана во 2021 година. Главната дејност на ИМК ДООЕЛ е лабораториски испитувања во -// областа на градежништвото и индустријата, како и консултантски услуги во областа на индустријата. Со успешното работење во своите области и -// стручниот кадар кој компанијата го поседува, во 2022 година за компанијата интерес пројавува потенцијален партнер од Швајцарија. Во 2023 -// година компанијата ИМК ДООЕЛ од домашна компанија прераснува во интернационална компанија со добивање на партнер од Швајцарија и -// прераснува во ИМК ДОО. Во истата година компанијата добива финансиска поддршка од старт ап фондот СЕКО, фонд кој го препозна квалитетот и -// визијата кој го поседуваат двајца млади претпиемачи. Лабораторијата е комплетно опремена да одговори на секој предизвик во областа на -// испитувањето на квалитетот на материјалите во градежната индсутрија со најмодерни инструменти за теренско и лабораториско испитување. -// Испитувањето на материјалите се врши според најнови EN и МКС стандарди.

-//
- - - - - - -//
-//
-//

Станете дел од нашиот тим

- -//
-//
-//
-//
-// -//
-// -//
-//
-//
-// -//
-// -//
-//
-//
-// -//
-// -//
-//
- -//
-// -//
-//