diff --git a/403.php b/403.php new file mode 100644 index 0000000..8fd456f --- /dev/null +++ b/403.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/404.php b/404.php new file mode 100644 index 0000000..083dd87 --- /dev/null +++ b/404.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/500.php b/500.php new file mode 100644 index 0000000..ab8071d --- /dev/null +++ b/500.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/README.md b/README.md index 79a5498..3eb7d95 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# TeleQom.org +# teleqom.org -TeleQom.org website (https://teleqom.org) \ No newline at end of file +TeleQom's Official Website https://teleqom.org \ No newline at end of file diff --git a/config/PRIVATE/.htaccess.example b/config/PRIVATE/.htaccess.example new file mode 100644 index 0000000..476f292 --- /dev/null +++ b/config/PRIVATE/.htaccess.example @@ -0,0 +1,30 @@ +ErrorDocument 400 /err.php +ErrorDocument 401 /err.php +ErrorDocument 402 /err.php +ErrorDocument 403 /403.php +ErrorDocument 404 /404.php +ErrorDocument 405 /err.php +ErrorDocument 406 /err.php +ErrorDocument 407 /err.php +ErrorDocument 408 /err.php +ErrorDocument 409 /err.php +ErrorDocument 410 /err.php +ErrorDocument 411 /err.php +ErrorDocument 412 /err.php +ErrorDocument 413 /err.php +ErrorDocument 414 /err.php +ErrorDocument 415 /err.php +ErrorDocument 416 /err.php +ErrorDocument 417 /err.php +ErrorDocument 422 /err.php +ErrorDocument 423 /err.php +ErrorDocument 424 /err.php +ErrorDocument 500 /500.php +ErrorDocument 501 /err.php +ErrorDocument 502 /err.php +ErrorDocument 503 /err.php +ErrorDocument 504 /err.php +ErrorDocument 505 /err.php +ErrorDocument 506 /err.php +ErrorDocument 507 /err.php +ErrorDocument 510 /err.php diff --git a/config/PRIVATE/DB.php.example b/config/PRIVATE/DB.php.example new file mode 100644 index 0000000..06ac7fe --- /dev/null +++ b/config/PRIVATE/DB.php.example @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/config/PRIVATE/NEWSLETTER.php.example b/config/PRIVATE/NEWSLETTER.php.example new file mode 100644 index 0000000..2cc6bc1 --- /dev/null +++ b/config/PRIVATE/NEWSLETTER.php.example @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/css/pages/confirmation.css b/css/pages/confirmation.css new file mode 100644 index 0000000..4722e53 --- /dev/null +++ b/css/pages/confirmation.css @@ -0,0 +1,4 @@ +@import "/css/utils/base.css"; +@import "/css/utils/buttons.css"; +@import "/css/sections/nav.css"; +@import "/css/sections/message.css"; \ No newline at end of file diff --git a/css/pages/development.css b/css/pages/development.css new file mode 100644 index 0000000..79db163 --- /dev/null +++ b/css/pages/development.css @@ -0,0 +1,9 @@ +@import "/css/utils/base.css"; +@import "/css/utils/buttons.css"; +@import "/css/utils/forms.css"; +@import "/css/sections/nav.css"; +@import "/css/sections/intro.css"; +@import "/css/sections/products.css"; +@import "/css/sections/call-to-action.css"; +@import "/css/sections/footer.css"; + diff --git a/css/pages/errors.css b/css/pages/errors.css new file mode 100644 index 0000000..4722e53 --- /dev/null +++ b/css/pages/errors.css @@ -0,0 +1,4 @@ +@import "/css/utils/base.css"; +@import "/css/utils/buttons.css"; +@import "/css/sections/nav.css"; +@import "/css/sections/message.css"; \ No newline at end of file diff --git a/css/pages/index.css b/css/pages/index.css new file mode 100644 index 0000000..b5c54f0 --- /dev/null +++ b/css/pages/index.css @@ -0,0 +1,11 @@ +@import "/css/utils/base.css"; +@import "/css/utils/buttons.css"; +@import "/css/utils/forms.css"; + +@import "/css/sections/nav.css"; +@import "/css/sections/welcome.css"; +@import "/css/sections/about.css"; +@import "/css/sections/services.css"; +@import "/css/sections/projects.css"; +@import "/css/sections/contact.css"; +@import "/css/sections/footer.css"; diff --git a/css/pages/installation.css b/css/pages/installation.css new file mode 100644 index 0000000..79db163 --- /dev/null +++ b/css/pages/installation.css @@ -0,0 +1,9 @@ +@import "/css/utils/base.css"; +@import "/css/utils/buttons.css"; +@import "/css/utils/forms.css"; +@import "/css/sections/nav.css"; +@import "/css/sections/intro.css"; +@import "/css/sections/products.css"; +@import "/css/sections/call-to-action.css"; +@import "/css/sections/footer.css"; + diff --git a/css/pages/repairs.css b/css/pages/repairs.css new file mode 100644 index 0000000..79db163 --- /dev/null +++ b/css/pages/repairs.css @@ -0,0 +1,9 @@ +@import "/css/utils/base.css"; +@import "/css/utils/buttons.css"; +@import "/css/utils/forms.css"; +@import "/css/sections/nav.css"; +@import "/css/sections/intro.css"; +@import "/css/sections/products.css"; +@import "/css/sections/call-to-action.css"; +@import "/css/sections/footer.css"; + diff --git a/css/sections/about.css b/css/sections/about.css new file mode 100644 index 0000000..54a04cf --- /dev/null +++ b/css/sections/about.css @@ -0,0 +1,25 @@ +.about { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; +} + +.about h2 { + margin-bottom: 5rem; +} + +.about div { + display: flex; + flex-direction: column; + align-items: center; + margin-bottom: 2rem; + text-align: center; + max-width: 80%; +} + +.about h3 { + margin-bottom: 2rem; + text-decoration: 0.2rem solid var(--item-color-1) underline; +} \ No newline at end of file diff --git a/css/sections/call-to-action.css b/css/sections/call-to-action.css new file mode 100644 index 0000000..c0ce350 --- /dev/null +++ b/css/sections/call-to-action.css @@ -0,0 +1,12 @@ +#call-to-action { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + background-color: var(--background-color-2); +} + +#call-to-action .description { + margin:2rem; +} \ No newline at end of file diff --git a/css/sections/contact.css b/css/sections/contact.css new file mode 100644 index 0000000..675487a --- /dev/null +++ b/css/sections/contact.css @@ -0,0 +1,53 @@ +#contact { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + background-color: var(--background-color-2); +} + +#contact h2 { + margin-bottom: 5rem; +} + +#contact-form { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + width: 80%; +} + +#contact input[type=text], #contact input[type=email] { + width: 100%; + max-width: 25rem; +} + +#contact textarea { + width: 100%; +} + +.contact-radio-container { + display: flex; + flex-direction: row; +} + +.contact-radio-item { + display: flex; + flex-direction: column; + margin:1rem; +} + +#contact label { + margin-bottom:0.5rem; +} + +#contact h4 { + margin-top:2rem; +} + +@media only screen and (max-width: 500px) { + #contact-form { + width: 90%; + } + } \ No newline at end of file diff --git a/css/sections/footer.css b/css/sections/footer.css new file mode 100644 index 0000000..c9de37a --- /dev/null +++ b/css/sections/footer.css @@ -0,0 +1,71 @@ + +footer { + padding: 2rem; + display: flex; + align-items: center; + justify-content: space-evenly; + flex-wrap: wrap; +} + +footer h5 { + font-size: 1rem; +} + +footer .newsletter { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; +} + +footer .newsletter p { + font-size: 0.8rem; +} + +footer .newsletter form { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; +} + +footer input[type=email] { + background-color: var(--background-color-2); + width: 100%; +} + +footer .newsletter .btn { + font-size: 1rem; +} + +footer .wrapper { + display: flex; + align-items: center; + justify-content: center; + margin: 2rem; +} + +footer img { + margin:0.5rem; + height: 2rem; + border-radius: 0.5rem; +} + +.footer-language-div a { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; +} + +@media only screen and (max-width: 900px) { + + footer .section-container{ + flex-direction: column; + } + + footer .newsletter p { + margin: 0.5rem; + } + +} \ No newline at end of file diff --git a/css/sections/intro.css b/css/sections/intro.css new file mode 100644 index 0000000..29a898e --- /dev/null +++ b/css/sections/intro.css @@ -0,0 +1,26 @@ +#intro { + margin-top: var(--nav-height); + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + text-align: center; +} + +#intro h2 { + max-width: 80%; + margin-bottom: 5rem; +} + +#intro p { + max-width: 80%; + margin-bottom: 1rem; +} + +@media only screen and (max-width: 500px) { + + #intro p { + max-width: 90%; + } + +} diff --git a/css/sections/message.css b/css/sections/message.css new file mode 100644 index 0000000..2077d81 --- /dev/null +++ b/css/sections/message.css @@ -0,0 +1,27 @@ +#message { + margin:2rem auto; + max-width: 900px; +} + +#message .wrapper { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + text-align: center; + padding: 2rem; +} + +#message h2 { + margin: 2rem; +} + +#message h4 { + margin: 1rem; +} + +#message .btn { + margin: 2rem; +} + + diff --git a/css/sections/nav.css b/css/sections/nav.css new file mode 100644 index 0000000..a444463 --- /dev/null +++ b/css/sections/nav.css @@ -0,0 +1,168 @@ +nav { + position: fixed; + top: 0; + width: 100%; + background-color: var(--background-color-1); + z-index: 1; + display: flex; + justify-content: space-between; + align-items: center; + height: var(--nav-height); + left: 50%; + transform: translatex(-50%); + max-width: var(--max-display-size); + box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem var(--box-shadow); +} + +.logo { + justify-content: center; + align-items: center; + display: flex; +} + +nav img { + width: 3.5rem; + height: 3.5rem; + margin-left: 1rem; + margin-right: 1rem; +} + +nav ul { + position: absolute; + left: 50%; + transform: translatex(-50%); + display: flex; + align-items: center; + justify-content: center; +} + +nav ul li { + display: inline-block; +} + +nav ul li a:hover { + background-color: var(--item-color-1); +} + +#mobile-navbar-btn { + display: none; +} + +#navbar-action-btn { + margin-right: 1rem; +} + +#mobile-nav-action-btn a, +#navbar-action-btn a { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; +} + +#mobile-nav-action-btn img, +#navbar-action-btn img { + height: 3.5rem; + width: 3.5rem; +} + +#mobile-nav-action-btn { + display: none; +} + +#navbar-menu-btn { + display: none; +} + +#menu-btn-close, +#menu-btn-open { + display: none; + cursor: pointer; +} + +#menu-btn-close img, +#menu-btn-open img { + width: 2.8rem; + height: 2.8rem; +} + +#qonsole-btn { + display: none; +} + + +@media only screen and (max-width: 1200px) { + .logo { + position: absolute; + left: 50%; + transform: translatex(-50%); + } + + #nav-list { + width: 100%; + height: calc(100vh - var(--nav-height)); + flex-direction: column; + justify-content: space-evenly; + transition: all 0.5s; + left: -100%; + top: var(--nav-height); + background: rgb(17, 26, 39, 0.8); + transform: none; + } + + #nav-list li { + margin: 0.5rem 0; + } + + #nav-list li a { + font-size: 2rem; + } + + #mobile-nav-action-btn { + display: unset; + } + + #navbar-action-btn { + display: none; + } + + #menu-btn-open { + display: block; + } + + #menu-btn-close { + display: none; + } + + #navbar-menu-btn:checked~#nav-list { + left: 0; + } + + #navbar-menu-btn:checked~#menu-btn-close { + display: block; + } + + #navbar-menu-btn:checked~#menu-btn-open { + display: none; + } + + .mobile-nav-action-btn { + display: inline-block; + } +} + +@media only screen and (max-width: 500px) { + .logo img { + height: 3rem; + width: 3rem; + margin-right: 0.5rem; + } + + .logo h2 { + font-size: 2rem; + } +} + +@media only screen and (max-width: 375px) { + +} \ No newline at end of file diff --git a/css/sections/products.css b/css/sections/products.css new file mode 100644 index 0000000..ef3636e --- /dev/null +++ b/css/sections/products.css @@ -0,0 +1,164 @@ +.products { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; + background: var(--background-color-2); +} + +.products.alt { + background-color: var(--background-color-1); +} + +.products .explanation { + margin-bottom: 5rem; + max-width: 80%; +} + +.products h2 { + margin-bottom: 5rem; +} + +.products .wrapper { + display: flex; + align-items: flex-start; + justify-content: center; + flex-flow: row wrap; +} + +.product { + text-align: center; + flex-direction: column; + display: flex; + align-items: center; + justify-content: center; + max-width: 30rem; + padding: 2rem; + margin: 2rem; + border-radius: 1rem; + box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem var(--box-shadow); + background-color: var(--background-color-1); +} + +.product.alt { + background-color: var(--item-color-2); +} + +.product .img-container { + height: 8rem; + width: 8rem; + margin: 2rem; +} + +.product img { + height: 8rem; + width: 8rem; +} + +.product h4 { + display: inline-block; + border-radius: 0.5rem; + padding: 0.5rem; + background-color: var(--text-color-1); + color: var(--item-color-1); + box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem var(--box-shadow); +} + +.product .description { + margin: 1rem; +} + +hr { + border: 0.2rem dotted var(--item-color-1); + border-radius: 0.5rem; + width: 100%; +} + +.product h5 { + margin-bottom: 1rem; +} + +.product .includes { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + padding: 1rem; +} + +.product .includes .includes-items { + display: flex; + align-items: center; + justify-content: center; + flex-wrap: wrap; +} + + + +.product .includes p { + border-radius: 0.5rem; + padding: 0.5rem; + margin: 0.5rem; + display: inline-block; + border-radius: 0.3rem; + box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem var(--box-shadow); + background: var(--background-color-2); +} + +.product .includes p.alt { + background-color: var(--background-color-2); +} + +.product .qontribution { + padding: 1rem; +} + +.product .btn { + margin: 2rem 1rem 1rem 1rem; +} + +span.green { + color: var(--background-color-success-1); +} + +.products.alt { + background-color: var(--background-color-1); +} + +.products.alt .product { + background-color: var(--background-color-2); +} + +.products.alt .includes-items p{ + background-color: var(--background-color-1); +} + +.product .includes-items p.green { + background-color: var(--background-color-success-1); +} + +.product .includes-items p.yellow { + background-color: var(--background-color-warning-1); +} + +.product .includes-items p.red { + background-color: var(--background-color-danger-1); +} + +.product .includes-items p.blue { + background-color: var(--item-color-1); +} + + +@media only screen and (max-width: 500px) { + + .product { + margin: 1.5rem 0.5rem; + padding: 2rem 1rem; + } + + .products .explanation { + max-width: 90%; + } + +} \ No newline at end of file diff --git a/css/sections/projects.css b/css/sections/projects.css new file mode 100644 index 0000000..303a5b3 --- /dev/null +++ b/css/sections/projects.css @@ -0,0 +1,72 @@ + +.projects { + display: flex; + flex-direction: column; + align-items: center; + text-align: center; +} + +.projects h2 { + margin-bottom: 5rem; +} + +.projects .overview { + padding: 0 2rem; +} + +.projects .wrapper { + display: flex; + align-items: flex-start; + justify-content: center; + flex-flow: row wrap; + margin: 2.5rem 0; +} + +.projects .project { + display: flex; + text-align: center; + flex-direction: column; + align-items: center; + max-width: 25rem; + padding: 2rem; + margin: 1.5rem; + border-radius: 1rem; + box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem var(--box-shadow); + background-color: var(--background-color-2); +} + +.projects .project img { + width: 8rem; + height: 8rem; +} + +.projects .project h4 { + margin: 1.3rem; +} + +.projects .project .description { + margin: 1rem 0; +} + +.project p.status { + margin: 1rem; + padding: 0.5rem; + border-radius: 0.5rem; + box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem var(--box-shadow); +} + +.project p.status.hold { + background-color: var(--background-color-danger-2); +} + +.project p.status.dev { + background-color: var(--background-color-warning-2); +} + +.project p.status.test { + background-color: var(--background-color-warning-1); +} + +.project p.status.prod { + background-color: var(--background-color-success-1); +} \ No newline at end of file diff --git a/css/sections/services.css b/css/sections/services.css new file mode 100644 index 0000000..115bc30 --- /dev/null +++ b/css/sections/services.css @@ -0,0 +1,66 @@ +.services { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + background-color: var(--background-color-2); +} + +.services h2 { + margin-bottom: 5rem; +} + +.services .service { + display: flex; + align-items: center; + justify-content: center; + flex-direction: row; + max-width: 70%; + padding: 2rem; + margin: 2rem 0; + border-radius: 1rem; + background: var(--background-color-1); + box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem var(--box-shadow); +} + +.services .service img { + width: 5rem; + height: 5rem; + margin: 1rem; +} + +.services .service .service-content { + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; +} + +.services .service .service-content p { + margin: 2rem; +} + +.services .service h3 { + margin-bottom: 1rem; +} + +@media only screen and (max-width: 1200px) { + .services .service { + flex-direction: column; + text-align: center; + padding: 2rem 0.5rem; + max-width: 80%; + } + + .services .service .service-content { + padding: 0.5rem; + } + +} + +@media only screen and (max-width: 500px) { + .services .service { + max-width: 90%; + } + +} \ No newline at end of file diff --git a/css/sections/welcome.css b/css/sections/welcome.css new file mode 100644 index 0000000..5b7b90a --- /dev/null +++ b/css/sections/welcome.css @@ -0,0 +1,54 @@ +#welcome { + margin-top: var(--nav-height); + padding: 0; + background: url("/media/images/welcome-background-1080p.jpg") center; + background-size: cover; + height: calc(100vh - var(--nav-height)); + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; +} + +#welcome-logo { + height: 15rem; + width: 15rem; +} + +#welcome h1 { + margin-right: 20%; + padding: 2rem; +} + +#welcome h4 { + margin: 0 0 0 20%; +} + +#scroll-down { + position: absolute; + bottom: 2rem; + width: 3rem; + height: 2rem; +} + +#scroll-down img { + width: 3rem; +} + +@media only screen and (max-width: 1280px) { + #welcome .container { + background: url("/media/images/welcome-background-720p.jpg") center; + } + #welcome h4 { + margin: 2rem; + } + #welcome h1 { + margin: 0; + } +} +@media only screen and (max-width: 500px) { + #welcome .container { + background: url("/media/images/welcome-background-mobile.jpg") center; + } +} \ No newline at end of file diff --git a/css/utils/base.css b/css/utils/base.css new file mode 100644 index 0000000..61200b9 --- /dev/null +++ b/css/utils/base.css @@ -0,0 +1,123 @@ +/* FONTS IMPORT */ + +@font-face { + font-family: Ubuntu; + src: url("/media/fonts/Ubuntu-Bold.ttf"); + font-display: swap; +} + +/* RESET */ + +* { + margin: 0; + padding: 0; + box-sizing: border-box; + border: none; + text-decoration: none; + font-family: Ubuntu, sans-serif; + scroll-behavior: smooth; +} + +:root { + + /* Display Sizes */ + --mobile-size: 500px; + --tablet-size: 900px; + --desktop-size: 1920px; + --max-display-size: 1920px; + + /* Background Colors */ + --background-color-1: #171a21; + --background-color-2: #1e222b; + --background-color-3: #333947; + --background-color-success-1: #1dad24; + --background-color-success-2: #16851c; + --background-color-warning-1: #a4a700; + --background-color-warning-2: #898b00; + --background-color-danger-1: #c90c0c; + --background-color-danger-2: #960b0b; + + + /* Item Colors */ + --item-color-1: #5791FF; + --item-color-2: #3c64ad; + --item-color-3: #333947; + + /* Text Colors */ + --text-color-1: #eee; + --text-color-2: var(--item-color-1); + + /* btn Color */ + --btn-color-1: #5791FF; + --btn-color-1-hover: #3c64ad; + --btn-color-2: unset; + --btn-color-2-hover: #5791FF; + --btn-disabled: #3d414b; + + + /* Boxes */ + --box-shadow: #0c0e11; + --border-radius: 0.5rem; + + /* Custom */ + --nav-height: 5rem; +} + +html { + color: var(--text-color-1); + background-color: var(--background-color-1); + scroll-padding-top: var(--nav-height); +} + +body { + max-width: var(--max-display-size); + margin: 0 auto; + text-align: center; +} + +a { + color: var(--text-color-1); + text-decoration: none; +} + +h1 { + font-size: 3rem; +} + +h2 { + font-size: 2.5rem; +} + +h3 { + font-size: 2rem; +} + +h4 { + font-size: 1.5rem; +} + +h5 { + font-size: 1.3rem; +} + +p { + line-height: 1.7rem; +} + +/* SECTIONS */ + +section { + padding: 5rem 0 5rem 0; +} + + +/* CUSTOM */ + +span { + color: var(--text-color-2); +} + +.link { + text-decoration: underline; + color: var(--text-color-2); +} \ No newline at end of file diff --git a/css/utils/buttons.css b/css/utils/buttons.css new file mode 100644 index 0000000..b3d2d37 --- /dev/null +++ b/css/utils/buttons.css @@ -0,0 +1,64 @@ +.btn { + color: var(--text-color-1); + cursor: pointer; + font-size: 1.3rem; + padding: 0.6rem 0.7rem; + border-radius: 0.5rem; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + transition: all 0.2s linear 0s; + box-shadow: 0.1rem 0.1rem 0.3rem 0.1rem var(--box-shadow); + margin: 0.5rem; +} + +.btn-1 { + color: var(--text-color-1); + background-color: var(--btn-color-1); +} + +.btn-1:hover { + background-color: var(--btn-color-1-hover); +} + +.btn-2 { + color: var(--text-color-1); + background-color: var(--btn-color-2); + box-shadow: none; +} + +.btn-2:hover { + background-color: var(--item-color-1); + box-shadow: 0.1rem 0.1rem 0.3rem 0.1rem var(--box-shadow); +} + +.btn-success { + background-color: #1dad24; +} + +.btn-success:hover { + background-color: #16851c; +} + +.btn-warning { + background-color: #a4a700; +} + +.btn-warning:hover { + background-color: #898b00; +} + +.btn-danger { + background-color: #c90c0c; +} + +.btn-danger:hover { + background-color: #960b0b; +} + +.btn:disabled { + background-color: var(--background-color-3); + box-shadow: none; +} + diff --git a/css/utils/forms.css b/css/utils/forms.css new file mode 100644 index 0000000..beff309 --- /dev/null +++ b/css/utils/forms.css @@ -0,0 +1,19 @@ +input[type=text],input[type=email],textarea { + padding: 0.5rem; + margin: 1rem; + border-radius: 0.5rem; + border: none; + background-color: var(--background-color-1); + color: var(--text-color-1); + font-size: 1.2rem; + outline-color: var(--item-color-1); + box-shadow: 0.05rem 0.05rem 0.1rem 0.05rem var(--box-shadow); +} + +input:focus { + outline-color: var(--item-color-1); +} + +.catch { + display: none; +} \ No newline at end of file diff --git a/err.php b/err.php new file mode 100644 index 0000000..ec33969 --- /dev/null +++ b/err.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..f7435c1 Binary files /dev/null and b/favicon.ico differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..2903997 --- /dev/null +++ b/index.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/pages/en/confirmation.html b/pages/en/confirmation.html new file mode 100644 index 0000000..e4658df --- /dev/null +++ b/pages/en/confirmation.html @@ -0,0 +1,44 @@ + + + + + + + + Success! | Confirmation Page + + + +
+ +
+ + + +
+
+

It's done!

+

Your request was transmitted successfully

+

You may close this page or go back to the home page

+ Back to Home Page +
+
+ + \ No newline at end of file diff --git a/pages/en/err/403.html b/pages/en/err/403.html new file mode 100644 index 0000000..87da676 --- /dev/null +++ b/pages/en/err/403.html @@ -0,0 +1,52 @@ + + + + + + + + + Oups (403) | Forbidden Error Page + + + +
+ +
+ + + + +
+
+

Oups (403)

+

+ A + 403 + error means that this section is not available to the web server +

+

You may close this page or go back to the home page

+ Back to Home Page +
+
+ + + \ No newline at end of file diff --git a/pages/en/err/404.html b/pages/en/err/404.html new file mode 100644 index 0000000..6a57ba2 --- /dev/null +++ b/pages/en/err/404.html @@ -0,0 +1,52 @@ + + + + + + + + + Oups (404) | Page Not Found Error + + + +
+ +
+ + + + +
+
+

Oups (404)

+

+ A + 404 + error means that our server could not find the page you were looking for +

+

You may close this page or go back to the home page

+ Back to Home Page +
+
+ + + \ No newline at end of file diff --git a/pages/en/err/500.html b/pages/en/err/500.html new file mode 100644 index 0000000..6699f70 --- /dev/null +++ b/pages/en/err/500.html @@ -0,0 +1,54 @@ + + + + + + + + + Oups (500) | Internal Server Error + + + +
+ +
+ + + + +
+
+

Oups (500)

+

+ A + 500 + error means that our server encountered an internal error. We apologize for the inconvenience. This + server may be undergoing maintenance. If the problem persists
+ Contact Us +

+

You may close this page or go back to the home page

+ Back to Home Page +
+
+ + + \ No newline at end of file diff --git a/pages/en/err/contact.html b/pages/en/err/contact.html new file mode 100644 index 0000000..ef0ac04 --- /dev/null +++ b/pages/en/err/contact.html @@ -0,0 +1,48 @@ + + + + + + + + + Oups | Contact Form Error + + + +
+ +
+ + + + +
+
+

Oups

+

An error occured while sending your message, please try again later. We apologize for the inconvenience.

+

If the problem persists, call us at
1 (833) PRJ-TLQM

+

You may close this page or go back to the home page

+ Back to Home Page +
+
+ + + \ No newline at end of file diff --git a/pages/en/err/general.html b/pages/en/err/general.html new file mode 100644 index 0000000..de8d5c7 --- /dev/null +++ b/pages/en/err/general.html @@ -0,0 +1,51 @@ + + + + + + + + + Oups | Unexpected Error Occured + + + +
+ +
+ + + + +
+
+

Oups

+

+ An unexpected error occurred... Please try again later. We apologize for the inconvenience. This server + may be undergoing maintenance. If the problem persists
+ Contact Us +

+

You may close this page or go back to the home page

+ Back to Home Page +
+
+ + + \ No newline at end of file diff --git a/pages/en/index.html b/pages/en/index.html new file mode 100644 index 0000000..e55c3ea --- /dev/null +++ b/pages/en/index.html @@ -0,0 +1,292 @@ + + + + + + + + The TeleQom Project | Home + + + + + + + + +
+ +
+
+

+ The TeleQom Project +

+

+ Telecommunications with Québec's Values +

+ +
+
+

About Us

+
+

+ What is TeleQom? +

+

+ The TeleQom Project, a Québec non-profit, is an ideal. We are attempting to restore ethics and + morals within the applications all of us use on a daily basis. From your favorite social platform, online + shopping, email or even messaging, almost all of them contain spying software. Robots read your emails and + your messages, some even listen to you talk. In our opinion, this is unacceptable and should be illegal but + you accepted these terms before using those applications and devices and that is why the law is powerless at + the moment. Since we don't have viable alternatives, we follow these technology giants with bad intentions. It + is in response to this severe lack of humanity that TeleQom was born. +

+
+
+

+ Libre Software +

+

+ TeleQom embraces a philosophy that has been around for quite some + time, we use only Libre/Free Software. To make it simple, a program is much like a food recipe. Libre + Software grants the public access to it's source code (the recipe, that we call our Qode) to audit + and discover security flaws, modify or improve with the only condition of sharing back what was improved. + Proprietary software on the other hand, is the complete opposite. They hide how it works, and forbid auditing + their source code. It is obviously much harder to discover what it truly does with your information. +

+
+
+

+ The Real Difference +

+

+ Our projects are designed in such a way that it is impossible for us to spy on you. What you do in your private + life does not concern us. Proprietary artifical intelligence programs can already anticipate your behavior, + modifiy your habits and the way you think by simply using this data that we all think harmless. Companies like + Cambridge Analytica already interfered in the United-States + elections, and this is only the beginning. Pegasus gives unlimited access to those willing + to pay to the complete virtual life of anyone with the help of flaws in software. It is now urgent to get rid + of those chains, and that is where TeleQom comes in. +

+
+
+

+ Telecommunication +

+

+ It's not pretty when you take a closer look at how these big corporations use us. But instead of admitting + defeat, we chose to remedy this situation with whatever freedom we still have left. We will start by securing + our telecommunications (email, social, messaging, videoconference and telephone). Then, Qommerce + will help fund the infrastructure and development of our projects. Finally, a voting application, called + PolitiQ that will give the power back to the people. Keep in mind, TeleQom does not + sell your data and is a non-profit, so donations are necessary to its survival. We do what we can to offer our + projects for free, but it is not easy. All profits generated by the following services are invested in the + development of our projects! +

+
+
+
+

Our Services

+
+ code logo +
+

Development

+

A web site, a mobile application, an online shopping application, name it. TeleQom uses Libre + Software as much as possible to build your project. This results in an application that respects its users, + is safer, more stable and much cheaper.

+ More +
+
+
+ repair logo +
+

Repairs

+

In the same way, we love to give your devices a second life. Broken phone display? Laptop not holding + charge? Computer doesn't start or is slower than before? We can fix all of that!

+ More +
+
+
+ support logo +
+

Support

+

Paid support is also available for most technology related issues you may be facing. At + TeleQom, we like to play around with techonology a lot. Could be your wi-fi network, your browser + is + out-of-date, you can't update apps on your phone, anything IT really. Just reach out to us, we might be able + to help you! :)

+ Contact +
+
+
+ installation logo +
+

Installation

+

It is now possible to replace most proprietary malware with Libre Software. Your computer's operating + system can be replaced by a GNU/Linux such as Linux Mint. A selection of mobile devices are supported by GrapheneOS, and + it will be possible to switch to a completely Libre alternative like the Librem + 5 or the Pine Phone. Libre Office is a great alternative for all types of documents. + For image manipulation, GIMP is also a great choice.

+ More +
+
+
+ +
+

Our Projets

+

The following projects are or will be available from your Qonsole. Come + back later to see if the Status of your favorite project changed!

+
+
+ Qonsole Logo +

Qonsole

+

The main dashboard where you can access all of your applications. The + Qonsole is in charge of displaying all your apps in the same location, in a uniform and simple + way. +

+

In Development

+
+
+ DisQ Logo +

DisQ

+

This is where you store all your data, it's your personal hard drive but + hosted on an external server. All accessible only by you, the server can not see your data.

+

In Development

+
+
+ InterQom Logo +

InterQom

+

InterQom is the sane alternative to other social networks. + Your conversations are entirely private and even we don't have access to your data.

+

On Hold

+
+
+ Qommerce Logo +

Qommerce

+

The center of exchange and online commerce. Local businesses and + individuals can share the fruit of their labour. We will accept cryptocurrencies as well as regular Canadian + money.

+

On Hold

+
+
+ Qonvo Logo +

Qonvo

+

Instant messaging is the easiest way we have to communicate with one + another. This project includes audio and video calls, all encrypted from you to your recipients.

+

On Hold

+
+
+ Qourrier Logo +

Qourrier

+

The portal to access your emails, from your Qonsole. Emails + between users are fully encrypted and we support most providers.

+

On Hold

+
+
+ PolitiQ Logo +

PolitiQ

+

TeleQom is a round table where all Quebecers are invited. Your + opinion will finally be heard in the government. The real democracy at your fingertips!

+

On Hold

+
+
+ Qontact Logo +

Qontact

+

The good old address book. Here you store your contact information, email, + phone, Qonvo or InterQom identifier, and more.

+

On Hold

+
+
+ Qalendrier Logo +

Qalendrier

+

We all need a calendar. Here you can manage your personal or professional + life, schedule an appointment with another user and even see your future events on InterQom. +

+

On Hold

+
+
+ Qable Logo +

Qable

+

The audio and video content delivery platform, which uses Torrent technology to lighten the load on the servers and therefore the resulting costs. + The more people watching it, the faster it gets!

+

On Hold

+
+
+
+
+

Contact

+
+ + + + + + +
+
+ + + + \ No newline at end of file diff --git a/pages/en/services/development.html b/pages/en/services/development.html new file mode 100644 index 0000000..23c631d --- /dev/null +++ b/pages/en/services/development.html @@ -0,0 +1,367 @@ + + + + + + + The TeleQom Project | Development Services + + + + + + + +
+ + +
+ +
+

Development Services

+

+ We offer various development services that could help you start or improve your project. At TeleQom, + we prefer a more humane approach. Whenever you are ready, contact us and we will offer you the best option according to your needs. + Oh and don't forget, all profits generated are invested in our multiple Libre Software Projects! By choosing us, you help yourself and the community :) +

+
+
+

Websites

+

+ Websites are a very simple way of appearing online. They allow your business to be searched for on the internet and you can share some of your products and leave your contact information there. You may explain what your business or organization does and give a rough idea of why you exist. This site is one example of a simple basic Website! +

+
+
+
+

Website - Basic

+

Simple Website, perfect for professionnals, construction companies, etc

+
+
+
+
Package
+
+

TeleQom Template
- OR -
Your Bootstrap 5 Template

+

Developer: 3 Hours

+
+
+
+
+
Qube Micro
+
+

1GB

+

5 Emails

+

HTTPS

+
+
+
+
+
Qontribution
+

Package: 100$

+

Hosting (Qube): 60$ / Year

+
+
+
+
+

Website - Complete

+

A professionnal website, with many useful features

+
+
+
+
Package
+
+

TeleQom Template
- OR -
Your Bootstrap 5 Template

+

Developer: 5 Hours

+

Newsletter

+

Contact Form

+
+
+
+
+
Qube Mini
+
+

5GB

+

25 Emails

+

cPanel

+

Database

+

HTTPS

+
+
+
+
+
Qontribution
+

Package: 250$

+

Hosting (Qube): 150$ / Year

+
+
+
+
+

Website - Custom

+

Custom development tailored to your needs. Great if you just need the website and prefer to manage your hosting, image cropping and everything else yourself

+
+
+
+
+

Built to Order

+
+
+
+
+
Qontribution
+

Developer: 50$ / Hour

+
+
+
+
+ +
+

E-Commerce

+

+ E-commerce Libre Software applications are the best to keep your online presence at a low cost. + They are used and maintained by thousands which results in feature rich yet stable platforms. + Qommerce will be linked to all platforms listed below through installable plugins so you may get increased visibility! +

+
+
+
+

OpenCart

+

Simple OpenCart shop, perfect for beginners and small businesses. TeleQom's BoutiQ is an OpenCart instance

+
+
+
+
+

Developer: 3 Hours

+
+
+
+
+
Qube Mini
+
+

5GB

+

25 Emails

+

cPanel

+

Database

+

HTTPS

+
+
+
+
+
Qontribution
+

Package: 150$

+

Hosting (Qube): 150$ / Year

+
+
+
+
+

WooCommerce

+

A modified Wordpress instance that becomes a fully featured e-commerce solution

+
+
+
+
+

Developer: 3 Hours

+
+
+
+
+
Qube Mini
+
+

5GB

+

25 Emails

+

cPanel

+

Database

+

HTTPS

+
+
+
+
+
Qontribution
+

Package: 200$

+

Hosting (Qube): 150$ / Year

+
+
+
+
+ + +
+

CMS

+

+ Content Management Systems are very useful if you plan on changing the content often. + It allows you to customize everything yourself with little to no programming experience and thus saving in development costs. + The downside is that it does require a small degree of technical knowledge and it may get harder for you to maintain later on, resulting in a bad experience for your users. + TeleQom does offer paid support if you find yourself blocked by something, so it is still a great way to kickstart your project. +

+
+
+
+

Wordpress

+

Simple Wordpress installation with everything you need to start blogging

+
+
+
+
Qube Mini
+
+

5GB

+

25 Emails

+

cPanel

+

Database

+

HTTPS

+
+
+
+
+
Qontribution
+

Package: 50$

+

Hosting (Qube): 150$ / Year

+
+
+
+
+

Drupal

+

Drupal is another Libre Software CMS that can kickstart your project

+
+
+
+
Qube Mini
+
+

5GB

+

25 Emails

+

cPanel

+

Database

+

HTTPS

+
+
+
+
+
Qontribution
+

Package: 50$

+

Hosting (Qube): 150$ / Year

+
+
+
+
+

Joomla

+

Another popular Libre Software content management system

+
+
+
+
Qube Mini
+
+

5GB

+

25 Emails

+

cPanel

+

Database

+

HTTPS

+
+
+
+
+
Qontribution
+

Package: 50$

+

Hosting (Qube): 150$ / Year

+
+
+
+
+ +
+

Other

+

+ Items in this category don't have a price list as they are not "one size fits most" solutions. + Everything is possible of course, but costs cannot be estimated before we know exactly what you wish to accomplish +

+
+
+
+

Web Applications

+

+ Say you have this great idea of starting your own podcast distribution platform. + This would fall under the Web App category as it will require a fully customized database, interface and many more elements +

+
+
+
+
+

IoT

+

+ IoT or Internet of Things includes all smaller gadgets and gizmos like sensors and gauges. + An automated animal feeder or temperature sensors, it's IoT +

+
+
+
+
+

Mobile Apps

+

+ TeleQom does offer mobile apps development, although we would advise going the Progressive Web App route. + PWAs offer a wide range of fonctionnalities and work with most web applications and devices. + If you already have a website or E-commerce shop, configuration and addtionnal costs are minimal compared to native applications, although sometimes a native application may be required +

+
+
+
+
+
+

Ready?

+

+ Find some information confusing or ready to take the next steps? Time to contact us! Don't worry, we can help you make the ethical decision :) +

+ Contact +
+ + + + \ No newline at end of file diff --git a/pages/en/services/installation.html b/pages/en/services/installation.html new file mode 100644 index 0000000..0ba6dd5 --- /dev/null +++ b/pages/en/services/installation.html @@ -0,0 +1,650 @@ + + + + + + + + The TeleQom Project | Installation Service + + + + + + + + +
+ +
+ +
+

Installation Services

+

+ Proprietary software has become a serious threat to freedom as we know it. We need to make the move to Libre + Software (Open, community written, transparent code recipes, shareable and user controlled software). + TeleQom's devices and private servers run only Libre Software, so you can too! This is very + important, as it will determine how future generations will live. Here is not the place to discuss such matters, + but replacing software that spies on you and others around you is a very good place to start! + Note that all those are Libre Software, you can install them yourself free of charge if you so desire. + The Qontribution we ask is only to cover the employee's salary that will install it for you and to fund our projects. +

+
+ +
+

Operating Systems

+

+ What is that? Well, Operating Systems, or OS for short, are a group of software that + interacts with the hardware on your device. It is the most complex piece of code running on your machine, and a + compromised OS can spy and do whatever it wants with applications running on your system. + We recommend taking a look at this page from the Whonix Project, a well known + security and privacy oriented project, as to why to choose a GNU/Linux as your OS. + The few listed here are only the tip of the iceberg, many more exist! +

+
+ +
+
+ Linux Mint Logo +
+

Linux Mint

+

+ Linux Mint, just like Ubuntu (its parent) has proprietary compatibility which makes it an ideal choice for + beginners moving away from a commercial OS. + Its default Desktop Environment (Cinnamon) is very close to Windows in terms of general layout. This is our + first choice for beginners moving away from Windows 10 +

+
+
+
Details
+
+

Level: Beginner

+

Desktop: Cinnamon

+

Similar: Windows

+

Packages: Debian (.deb)

+

Libre: Almost

+
+
+
+
+
Qontribution
+

+ Installation: 50$ +

+
+
+ Website +
+ +
+
+ Ubuntu Logo +
+

Ubuntu

+

+ Ubuntu ® stands for "Humanity" and is exctly that, a more humane approach to operating systems. It is + supported by a company called Canonical ™ famous (or infamous) in the Linux universe. Just like Linux Mint, it is + more flexible as to what software you can install so perfect for beginners. This one uses the GNOME Desktop + Environment, which can be tweaked to look very much like a MacOS +

+
+
+
Details
+
+

Level: Beginner

+

Desktop: GNOME

+

Similar: MacOS

+

Packages: Debian (.deb)

+

Libre: Almost

+
+
+
+
+
Qontribution
+

+ Installation: 50$ +

+
+
+ Website +
+ +
+
+ Debian Logo +
+

Debian

+

+ The next step is the parent to both Linux Mint and Ubuntu, Debian. Debian is known for its stability, security + and freedom. Here nothing stops you from installing proprietary software, but it isn't there by default. It is + our Distribution of choice here at TeleQom. + Debian comes with images of most major Desktop Environments, so it can look like any commercial OS +

+
+
+
Details
+
+

Level: Intermediate

+

Desktop: GNOME

+

Similar: Any

+

Packages: Debian (.deb)

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 50$ +

+
+
+ Website +
+ +
+
+ Qubes Logo +
+

Qubes

+

+ This one differs from the others as it is not an operating system but a hypervisor that launches small + containerized operating systems within it. It has a steeper learning curve than the others, but can run all of + them within it. It does require more technical knowledge and better hardware +

+
+
+
Details
+
+

Level: Advanced

+

Desktop: XFCE

+

Similar: Nothing

+

Packages: Debian, RedHat

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 50$ +

+
+
+ Website +
+ +
+
+ +
+

Applications

+

+ Now this could be a huge section. The Linux universe has so many Libre Applications, it's impossible to list them + all here. We will focus on what most people use on a daily basis. Here we go! +

+
+ +
+
+ LibreOffice Logo +
+

Libre Office

+

+ Libre office is the first choice in terms of office applications. It has a word compatible text editor, + excel compatible spreadsheet editor and much more +

+
+
+
Details
+
+

Similar: Office Suite

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ GIMP Logo +
+

GIMP

+

+ GIMP stands for GNU Image Manipulation Program and does pretty much everything in terms of image alteration. + It includes so many fonctionnalities, you may feel a little overwhelmed at first +

+
+
+
Details
+
+

Similar: PhotoShop

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Inkscape Logo +
+

Inkscape

+

+ Another very popular image manipulation program. Plays nice with vector SVG images and other formats +

+
+
+
Details
+
+

Similar: PhotoShop

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Blender Logo +
+

Blender

+

+ Blender is one of the most used application in the world for 3D modeling, animation and much more +

+
+
+
Details
+
+

Similar: Cinema 4D, SolidWorks

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Firefox Logo +
+

Firefox

+

+ Your proprietary internet browser is most likely the most privacy invading software on your computer. + Firefox is an old, very well known, stable, well supported, feature rich, privacy and freedom advocating + internet browser. It is our first choice! +

+
+
+
Details
+
+

Similar: Chrome, Edge

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Chromium Logo +
+

Chromium

+

+ Chromium is the open source core of both Chrome and Edge browsers. It is stripped of all privacy invading + software but retains most of its features +

+
+
+
Details
+
+

Similar: Chrome, Edge

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Codium Logo +
+

Codium

+

+ Codium or VSCodium is the Libre version of the popular code editor, now microsoft supported and telemetry + (another word for spying) infested Visual Studio Code. It is stripped of everything proprietary and freely + available. We use it on a daily basis here at TeleQom +

+
+
+
Details
+
+

Similar: VSCode, JetBrains

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Rhythmbox Logo +
+

Rhythmbox

+

+ A universal audio player. Plays podcasts or local audio files, everything you need in a music application +

+
+
+
Details
+
+

Similar: iTunes, WMP

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ VLC Logo +
+

VLC Player

+

+ Don't let the cone fool you, it is not under construction! This is a great Libre Software media player, + awesome for videos and music alike +

+
+
+
Details
+
+

Similar: iTunes, WMP

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Mattermost Logo +
+

Mattermost

+

+ Mattermost is just like an IRC channel with a very nice user interface. Used mainly for team chats, task and + projects management, it is very feature rich +

+
+
+
Details
+
+

Similar: Slack, Teams

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Transmission Logo +
+

Transmission

+

+ A simple Libre BitTorrent client to share files over the internet. It is the ultimate community expression + in software. It is best at sharing large files, as it increases in speed for each connected user. You can + download most Linux Distributions with Transmission, it is faster! +

+
+
+
Details
+
+

Similar: uTorrent, Vuze

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Signal Logo +
+

Signal

+

+ Signal is a state of the art mobile (and now linux too) application for instant messaging. Unlike the + upcoming Qonvo Project, it requires a mobile device with a phone number to setup but it is + still the best out there at the moment +

+
+
+
Details
+
+

Similar: WhatsApp, iMessage

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ Audacity Logo +
+

Audacity

+

+ Ever wanted to crop an audio file? Or perhaps only change the audio format? Audacity is a full fledged audio + manipulation application that is easy to use +

+
+
+
Details
+
+

Similar: Garage Band, Audition

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ OpenShot Logo +
+

OpenShot

+

+ Video editing made simple. Transitions, effects, audio, name it. You can do pretty much anything with this + software and its user interface is just plain and easy to understand +

+
+
+
Details
+
+

Similar: Premiere, Final Cut

+

Libre: Yes

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Website +
+ +
+
+ +
+

Ready?

+

+ Find some information confusing or ready to take the next steps? Time to contact us! Don't worry, we can help you make the ethical decision :) +

+ Contact +
+ + + + + \ No newline at end of file diff --git a/pages/en/services/repairs.html b/pages/en/services/repairs.html new file mode 100644 index 0000000..fa50042 --- /dev/null +++ b/pages/en/services/repairs.html @@ -0,0 +1,273 @@ + + + + + + + + The TeleQom Project | Repairs Service + + + + + + + + +
+ +
+ +
+

Repair Services

+

+ Ok, so you broke your display? No problem, we can probably fix it. + Most computers can be opened easily and parts replaced for a fraction of the price of a new computer. + You can bring your own parts, or leave the shopping to us. We can source pretty much any part, new or used. + "Ok, so you can fix anything, how about my intelligent washing machine?" you might ask. Well, no we don't fix washing machines. + We also DO NOT FIX APPLE DEVICES. For more information or to start the repair procedure, contact us. +

+

+ If you find yourself in need of new hardware, we have put together a small list of ethical suppliers for you. None of them are affiliated with us, but they do share our moral standards. We apologize in advance, none of them sell intelligent washing machines... +

+
+ +
+

Phones

+

+ This is a domain where Libre Software is only beginning to show its face. While Linux is at the core of the + Android Open Source Project, + with the amount of proprietary and spying software added on top of it by Google before it makes it to your phone disqualifies it. + Some distributions have been around for some time, and Ubuntu even tried to launch an Ubuntu Phone with little + success. We are now seeing an increased interest in Libre Phones that respect its users, so we recommend you + keep an eye on the following +

+
+ +
+
+ NitroPhone Logo +
+

NitroPhone

+

+ The NitroPhone is a first choice in terms of compatibility with your Android applications. They have + multiple versions and they all run GrapheneOS, a security focused, Libre, google stripped Android + distribution +

+
+
+
Details
+
+

Level: Intermediate

+

OS: GrapheneOS

+

OS Family: Android

+

Libre: Almost

+
+
+
+ Website +
+ +
+
+ PinePhone Logo +
+

PinePhone

+

+ The PinePhone is a low cost community driven phone. It is still under heavy development and is currently + not comparable to Android. We believe it could be the first affordable fully featured Linux phone, but not + yet +

+
+
+
Details
+
+

Level: Advanced

+

OS: Mobian, PostmarketOS, etc

+

OS Family: GNU/Linux

+

Libre: Almost

+
+
+
+ Website +
+ +
+
+ Purism Logo +
+

Librem 5

+

+ Purism is a pioneer in the Linux phone market with the Librem 5. They invest heavily in the development of + the Linux phone ecosystem. It is available for purchase on their website, but again we do not think it is + production ready yet +

+
+
+
Details
+
+

Level: Advanced

+

OS: PureOS, other

+

OS Family: GNU/Linux

+

Libre: Yes

+
+
+
+ Website +
+ +
+
+ +
+

Computers

+

+ Many companies already exist that manufacture freedom respecting devices that you can buy if you are in need of + a new computer. + This is not a complete list, but we have chosen a few popular options for you to pick from. + It is important to mention that Libre BIOS and Hardware is just as important as all the rest. We keep a close + eye on the RISC-V CPU, + as it could very well replace mobile CPUs in the near future +

+
+ +
+
+ System76 Logo +
+

System76

+

+ A company that has been around for a long time. They offer devices that run coreboot as their BIOS and + their computers come with PopOS!, an Ubuntu derived distribution supported by System76. You can't go wrong + here. Laptops, desktops, servers, they have everything you need +

+
+
+
Details
+
+

Level: Beginner

+

OS: PopOS! (Ubuntu based)

+

Products: Server, PC, Laptop

+

Libre: Almost

+
+
+
+ Website +
+ +
+
+ Purism Logo +
+

Purism

+

+ Purism is a corporation "with social purpose". They build freedom respecting laptops and desktops with + modern hardware like intel CPUs, but a little more focused on privacy and security. Pureboot is also a + great security feature +

+
+
+
Details
+
+

Level: Beginner

+

OS: PureOS

+

Products: Server, PC, Laptop

+

Libre: Almost

+
+
+
+ Website +
+ +
+
+ Raptor Logo +
+

Raptor

+

+ Here is where it gets serious. This company managed to build a computer with both Libre Software and + Hardware (including the IBM Power9 open CPU), meaning every bit of code running on the machine is + auditable. This is the end goal of the Libre Software mouvement. Unfortunately, it comes at a price... +

+
+
+
Details
+
+

Level: Advanced

+

OS: User installed

+

Products: Desktop, Server

+

Libre: Ultimate

+
+
+
+ Website +
+ +
+
+ +
+

Ready?

+

+ Do you hesitate between repairing your computer or buying a new one? Get in touch with us, we will help you make the right choice :) +

+ Contact +
+ + + + + \ No newline at end of file diff --git a/pages/fr/confirmation.html b/pages/fr/confirmation.html new file mode 100644 index 0000000..585f948 --- /dev/null +++ b/pages/fr/confirmation.html @@ -0,0 +1,44 @@ + + + + + + + + Succès! | Page de Confirmation + + + +
+ +
+ + + +
+
+

C'est fait!

+

Votre requête a été transmise avec succès

+

Vous pouvez fermer cette fenêtre ou retourner à l'Accueil

+ Retour à l'Accueil +
+
+ + \ No newline at end of file diff --git a/pages/fr/err/403.html b/pages/fr/err/403.html new file mode 100644 index 0000000..0260014 --- /dev/null +++ b/pages/fr/err/403.html @@ -0,0 +1,52 @@ + + + + + + + + + Oups (403) | Page d'Accès Refusé + + + +
+ +
+ + + + +
+
+

Oups (403)

+

+ Une erreur + 403 + signifie que cette section n'est pas accessible au serveur web +

+

Vous pouvez fermer cette fenêtre ou retourner à l'Accueil

+ Retour à l'Accueil +
+
+ + + \ No newline at end of file diff --git a/pages/fr/err/404.html b/pages/fr/err/404.html new file mode 100644 index 0000000..a70f1b6 --- /dev/null +++ b/pages/fr/err/404.html @@ -0,0 +1,51 @@ + + + + + + + + + Oups (404) | Erreur de Page Introuvable + + + +
+ +
+ + + + +
+
+

Oups (404)

+

Une erreur + 404 + signifie que notre serveur ne trouve pas la page que vous avez demandé +

+

Vous pouvez fermer cette fenêtre ou retourner à l'Accueil

+ Retour à l'Accueil +
+
+ + + \ No newline at end of file diff --git a/pages/fr/err/500.html b/pages/fr/err/500.html new file mode 100644 index 0000000..c119e4e --- /dev/null +++ b/pages/fr/err/500.html @@ -0,0 +1,54 @@ + + + + + + + + + Oups (500) | Erreur Interne du Serveur + + + +
+ +
+ + + + +
+
+

Oups (500)

+

+ Une erreur + 500 + signifie que notre serveur a rencontré une faute interne, nous nous excusons de cet inconvénient. Il est + possible que ce serveur soit en maintenance. Si le problème persiste
+ Contactez-Nous +

+

Vous pouvez fermer cette fenêtre ou retourner à l'Accueil

+ Retour à l'Accueil +
+
+ + + \ No newline at end of file diff --git a/pages/fr/err/contact.html b/pages/fr/err/contact.html new file mode 100644 index 0000000..987a447 --- /dev/null +++ b/pages/fr/err/contact.html @@ -0,0 +1,48 @@ + + + + + + + + + Oups | Erreur du Formulaire de Contact + + + +
+ +
+ + + + +
+
+

Oups

+

Une erreur est survenue lors de l'envoi de votre message, s'il vous plaît réessayez plus tard. Nous nous excusons de cet inconvénient.

+

Si le problème persiste, appelez-nous au
1 (833) PRJ-TLQM

+

Vous pouvez fermer cette fenêtre ou retourner à l'Accueil

+ Retour à l'Accueil +
+
+ + + \ No newline at end of file diff --git a/pages/fr/err/general.html b/pages/fr/err/general.html new file mode 100644 index 0000000..2e4e2e7 --- /dev/null +++ b/pages/fr/err/general.html @@ -0,0 +1,51 @@ + + + + + + + + + Oups | Erreur du Formulaire de Contact + + + +
+ +
+ + + + +
+
+

Oups

+

+ Une erreur imprévue est survenue... S'il vous plaît, réessayez plus tard. Nous nous excusons de cet + inconvénient. Il est possible que ce serveur soit en maintenance. Si le problème persiste
+ Contactez-Nous +

+

Vous pouvez fermer cette fenêtre ou retourner à l'Accueil

+ Retour à l'Accueil +
+
+ + + \ No newline at end of file diff --git a/pages/fr/index.html b/pages/fr/index.html new file mode 100644 index 0000000..9134c25 --- /dev/null +++ b/pages/fr/index.html @@ -0,0 +1,327 @@ + + + + + + + + Le Projet TeleQom | Accueil + + + + + + + + +
+ +
+
+

+ Le Projet TeleQom +

+

+ La Télécommunication aux Valeurs Québécoises +

+ +
+
+

À Propos

+
+

+ TeleQom, c'est quoi? +

+

+ Le Projet TeleQom, organisme à but non-lucratif Québécois, est un idéal. Nous cherchons à + restaurer les valeurs éthiques et morales dans les applications que nous utilisons tous quotidiennement. Que + ce soit votre plateforme sociale, de commerce en ligne, de courriel ou même de messagerie, tous ou presque + contiennent aujourd'hui des logiciels espions. Des robots lisent vos courriels et vos messages, et ils vous + écoutent même parler. C'est à notre avis inacceptable voir illégal mais vous avez accepté ces termes à la mise + en marche de vos appareils et services, c'est pourquoi la loi est impuissante actuellement. Faute + d'alternative, nous suivons tous ces géants des technologies aux mauvaises intentions. C'est en réponse à ces + graves manquements d'humanité que TeleQom est né. +

+
+
+

+ Logiciels Libres +

+

+ Chez TeleQom, nos projets embrassent une philosophie qui existe déjà + depuis longtemps, ils sont constitués uniquement de Logiciels Libres. De façon simple, un programme est un peu + comme une recette de cuisine. Un Logiciel Libre donne un accès complet au code source (la recette, que nous + appelons chez TeleQom notre Qode) et la permission de l'auditer pour découvrir des failles de + sécurité, le modifier ou l'améliorer avec la seule condition de rendre également publique ce qui a été + amélioré. Les logiciels de type propriétaire par contre, c'est tout à fait le contraire. Ils dissimulent le + fonctionnement, et interdisent la vérification de leur code source. Il est donc très difficile d'identifier ce + que ce dernier fait vraiment de vos informations. +

+
+
+

+ La Véritable Différence +

+

+ Nos projets sont conçus de manière à ce qu'il nous soit impossible de vous espionner. Ce que vous faites dans + votre vie ne nous concerne pas. Des logiciels propriétaires d'intelligence artificielle peuvent prévoir vos + comportements, modifier vos habitudes et votre pensée juste avec ces données que nous croyons tous + innoffensives. Des compagnies comme Cambridge Analytica ont déjà interféré dans les élections aux + États-Unis, et ce n'est que le début. Pegasus donne accès aux plus fortunés à la vie + virtuelle complète de n'importe qui, à l'aide de failles de sécurité dans les logiciels. Il est donc impératif + de se débarasser de ses chaînes, et c'est ici que TeleQom entre en ligne de compte. +

+
+
+

+ La Télécommunication +

+

+ Ce n'est pas joli quand on regarde de plus près comment ces grandes corporations nous utilisent. Mais plutôt + que de baisser les bras, nous avons décidé d'y remédier avec le peu de liberté qu'il nous reste. Nous + commencerons par purifier les télécommunications (courriel, social, messagerie, vidéoconférence et téléphone). + Par la suite, Qommerce, qui servira aussi à subventionner l'infrastructure et le développement de + nos projets. Et enfin, une application de vote, baptisée PolitiQ, qui redonnera le pouvoir au + peuple. N'oubliez pas, TeleQom ne vend pas vos données et est un organisme à but non-lucratif, il + est donc nécessaire à sa survie de recevoir des dons et des subventions. Nous faisons notre possible pour + offrir ces projets gratuitement, mais ce n'est certainement pas évident. Les profits générés par les services + suivants sont tous investis dans le développement de nos projets! +

+
+
+
+

Nos Services

+
+ code logo +
+

Développement

+

+ Un site web, une application mobile, une application de commerce en ligne, peu importe. + TeleQom se sert autant que possible de Logiciels Libres pour construire votre projet. Ceci + résulte en une application qui respecte ses utilisateurs, est plus sécuritaire, plus stable et beaucoup + moins dispendieuse. +

+ Plus +
+
+
+ repair logo +
+

Réparation

+

+ Toujours dans la même optique, nous aimons donner une deuxième vie à votre matériel. Écran brisée? Votre + batterie + de portable de charge plus? Votre ordinateur ne démarre plus ou est devenu lent? Nous pouvons régler ça! +

+ Plus +
+
+
+ support logo +
+

Soutien

+

+ Du soutien technique payant est disponible pour la plupart des troubles informatiques que vous aurez. + Chez TeleQom, nous aimons nous amuser avec la technologie. Que ce soit votre réseau wi-fi, + votre navigateur a besoin d'une mise à jour, vous ne pouvez plus mettre à jour vos Apps sur votre téléphone, + peu importe. Contactez-nous, il est possible que nous puissions vous aider! :) +

+ Contact +
+
+
+ installation logo +
+

Installation

+

+ Il est maintenant possible de remplacer la plupart des logiciels propriétaires malveillants par des + Logiciels Libres. Votre système d'exploitation d'ordinateur peut être remplacé par un GNU/Linux tel que Linux Mint. + Certains téléphones cellulaires sont supportés par GrapheneOS, et il sera possible de passer à un téléphone Libre + tel que le Librem 5 ou bien le Pine Phone. Libre Office est une excellente alternative + pour vos documents de tout genre. Pour le traitement d'image, GIMP est souvent même un premier choix! +

+ Plus +
+
+
+
+

Nos Projets

+

Les projets suivants sont ou seront disponibles à partir de votre + Qonsole. Repassez voir plus tard si le Statut de votre projet préféré a + changé! +

+
+
+ Qonsole Logo +

Qonsole

+

+ Le tableau de bord principal d'où vous accédez à toutes vos applications. La Qonsole est en + charge de vous afficher le tout en un même endroit, de façon uniforme et simple. +

+

+

En Développement

+

+
+
+ DisQ Logo +

DisQ

+

+ C'est ici que vous storez toutes vos données, c'est votre disque dur personnel mais hébergé sur un serveur + externe. Le tout accessible seulement par vous, le serveur ne peut voir vos données. +

+

+

En Développement

+

+
+
+ InterQom Logo +

InterQom

+

+ InterQom est le remplacement sain aux alternatives de réseaux sociaux. Vos conversations sont + entièrement privées et même nous n'avons pas accès à vos données. +

+

En Attente

+
+
+ Qommerce Logo +

Qommerce

+

+ La centrale de l'échange et du commerce en ligne. Commerces locaux et particuliers s'y retrouvent pour + partager le fruit de leur labeur. Acceptant la cryptomonnaie ainsi que l'argent Canadien. +

+

En Attente

+
+
+ Qonvo Logo +

Qonvo

+

+ La messagerie instantanée est la façon la plus simple de communiquer avec nos compatriotes. Ce projet + inclus les appels audio et vidéo, le tout chiffré de vous à vos destinataires. +

+

En Attente

+
+
+ Qourrier Logo +

Qourrier

+

+ Le portail d'accès à vos courriels, à partir de votre Qonsole. Les courriels entre + utilisateurs sont entièrement chiffrés et nous supportons la plupart des fournisseurs. +

+

En Attente

+
+
+ PolitiQ Logo +

PolitiQ

+

+ TeleQom est une table ronde où tous les Québécois sont invités, votre opinion sera enfin + entendue auprès du gouvernement. La réelle démocratie à portée de clavier! +

+

En Attente

+
+
+ Qontact Logo +

Qontact

+

+ Le bon vieux carnet d'adresse. Ici vous storez vos informations de contact, courriel, téléphone, + identifiants de Qonvo ou InterQom, et plus encore. +

+

En Attente

+
+
+ Qalendrier Logo +

Qalendrier

+

+ On a tous besoin d'un calendrier. Ici vous pouvez gérer votre vie personnelle ou professionnelle, céduler + un rendez-vous avec un autre utilisateur et même voir vos événements sur InterQom. +

+

En Attente

+
+
+ Qable Logo +

Qable

+

+ Une plateforme de diffusion de contenu audio ou vidéo, qui utilise la technologie de Torrent pour alléger la charge sur les serveurs et donc les frais qui en découlent. Plus + il y a d'utilisateurs, plus c'est rapide! +

+

En Attente

+
+
+
+
+

Contact

+
+ + + + + + +
+
+ + + + \ No newline at end of file diff --git a/pages/fr/services/developpement.html b/pages/fr/services/developpement.html new file mode 100644 index 0000000..c146ebe --- /dev/null +++ b/pages/fr/services/developpement.html @@ -0,0 +1,384 @@ + + + + + + + Le Project TeleQom | Services de Développement + + + + + + + +
+ + +
+ +
+

Services de Développement

+

+ Nous offrons plusieurs services de développement qui pourraient vous aider à démarrer ou améliorer votre projet. + Chez TeleQom, + nous préférons une approche plus humaine. Lorsque vous vous sentirez prêt, contactez-nous et nous vous + offrirons la meilleure option selon vos besoins. + Oh et n'oubliez pas, tous les profits générés sont investis dans nos projets de Logiciels Libres! En nous + choisissant, vous vous aidez vous même ainsi que la communauté :) +

+
+
+

Sites Web

+

+ Les sites web sont une façon simple d'apparaître en ligne. Ils vous permettent d'être trouvé par les moteurs de recherche. Vous pouvez y partager quelques produits et y laisser vos informations de contact. Vous pouvez expliquer ce que votre entreprise ou organisme fait et donner une idée générale de pourquoi elle existe. Ce site est un exemple d'un site web de base! +

+
+
+
+

Site Web - Base

+

Site web simple, parfait pour les professionnels, les compagnies de construction, etc

+
+
+
+
Ensemble
+
+

Modèle TeleQom
- OU -
Votre Modèle Bootstrap 5

+

Développeur: 3 Heures

+
+
+
+
+
Qube Micro
+
+

1GB

+

5 Courriels

+

HTTPS

+
+
+
+
+
Qontribution
+

Ensemble: 100$

+

Hébergement (Qube): 60$ / An

+
+
+
+
+

Site Web - Complet

+

Un site professionnel, avec plusieurs fonctionnalités utiles

+
+
+
+
Ensemble
+
+

Modèle TeleQom
- OU -
Votre Modèle Bootstrap 5

+

Développeur: 5 Heures

+

Infolettre

+

Formulaire Contact

+
+
+
+
+
Qube Mini
+
+

5GB

+

25 Courriels

+

cPanel

+

Base de Données

+

HTTPS

+
+
+
+
+
Qontribution
+

Ensemble: 250$

+

Hébergement (Qube): 150$ / An

+
+
+
+
+

Site Web - Personnalisé

+

Du développement entièrement personnalisé. Super si vous ne désirez que le site web et préférez gérer votre hébergement, formattage d'image et tout le reste vous même.

+
+
+
+
+

Adapté à vos besoin

+
+
+
+
+
Qontribution
+

Développeur: 50$ / Heure

+
+
+
+
+ +
+

E-Commerce

+

+ Les plateformes de commerce en ligne Libres sont les meilleures pour réduire les coûts de votre commerce en ligne. + Elles sont utilisées et maintenues par des milliers de personnes ce qui résulte en une plateforme stable et sécurisée. + Qommerce pourra être connectée aux applications suivantes grâce à un "plugin" pour vous offrir une + meilleure visibilité! +

+
+
+
+

OpenCart

+

+ Commerce OpenCart simple, excellent pour tout type de commerce. + La BoutiQ TeleQom est une instance OpenCart +

+
+
+
+
+

Développeur: 3 Heures

+
+
+
+
+
Qube Mini
+
+

5GB

+

25 Courriels

+

cPanel

+

Base de Données

+

HTTPS

+
+
+
+
+
Qontribution
+

Ensemble: 150$

+

Hébergement (Qube): 150$ / An

+
+
+
+
+

WooCommerce

+

Une instance Wordpress modifiée afin de devenir un commerce en ligne complet

+
+
+
+
+

Développeur: 3 Heures

+
+
+
+
+
Qube Mini
+
+

5GB

+

25 Courriels

+

cPanel

+

Base de Données

+

HTTPS

+
+
+
+
+
Qontribution
+

Ensemble: 200$

+

Hébergement (Qube): 150$ / An

+
+
+
+
+ + +
+

CMS

+

+ Une plateforme de gestion de contenu, en anglais "Content Management System" ou CMS, est utile si vous planifiez + changer votre contenu régulièrement. + Elle vous permet de personnaliser vous-même votre site avec aucune expérience en programmation (ou presque), ce + qui vous permet de réaliser des économies en frais de développement. Toutefois, elle requiert tout de même un + minimum de connaissance technique et peut devenir plus difficile à maintenir à long terme, résultant en une + mauvaise + expérience pour vos clients. + TeleQom offre tout de même du support payant si vous vous retrouvez bloqué, c'est donc quand même + une + excellente façon de démarrer votre projet. +

+
+
+
+

Wordpress

+

Installation de base de votre instance Wordpress avec tout ce dont vous avez besoin

+
+
+
+
Qube Mini
+
+

5GB

+

25 Courriels

+

cPanel

+

Base de Données

+

HTTPS

+
+
+
+
+
Qontribution
+

Ensemble: 50$

+

Hébergement (Qube): 150$ / An

+
+
+
+
+

Drupal

+

Drupal est une autre plateforme CMS Libre qui vous aidera à démarrer

+
+
+
+
Qube Mini
+
+

5GB

+

25 Courriels

+

cPanel

+

Base de Données

+

HTTPS

+
+
+
+
+
Qontribution
+

Ensemble: 50$

+

Hébergement (Qube): 150$ / An

+
+
+
+
+

Joomla

+

Joomla aussi est une autre solution CMS Libre populaire

+
+
+
+
Qube Mini
+
+

5GB

+

25 Courriels

+

cPanel

+

Base de Données

+

HTTPS

+
+
+
+
+
Qontribution
+

Ensemble: 50$

+

Hébergement (Qube): 150$ / An

+
+
+
+
+ +
+

Autres

+

+ Les items dans cette catégorie n'ont pas de prix puisqu'il est impossible d'estimer avant d'avoir vu + l'étendu de votre projet. Tout est possible bien sûr, toutefois vous devrez entrer en contact avec nous pour une + évaluation +

+
+
+
+

Applications Web

+

+ Vous avez donc une excellente idée de plateforme de distribution de Podcast. Ce serait donc une + Application Web puisqu'elle requiert une base de données et plusieurs éléments entièrement personnalisés +

+
+
+
+
+

IoT

+

+ IoT, de l'anglais Internet of Things comprend tous les petits appareils tel que des capteurs et jauges. + Une machine qui alimente les animaux ou des capteurs de température, c'est du IoT +

+
+
+
+
+

App Mobile

+

+ TeleQom offre le développement d'App Mobile, toutefois nous vous recommandons de choisir la + voie de l'Application Web Progressive. + Une PWA offre la plupart des fonctionnalités d'une App "Native" et fonctionne sur la grande majorité des + appareils mobile. La configuration est minime si vous avez déjà un site web dans la plupart des cas. + Il est toutefois possible qu'une App "Native" soit requise pour votre projet +

+
+
+
+
+
+

Prêt?

+

+ Vous trouvez certaines informations complexes ou vous êtes prêt pour les prochaines étapes? C'est le moment de + nous contacter! Soyez sans crainte, nous vous aiderons à prendre la décision éthique :) +

+ Contact +
+ + + + \ No newline at end of file diff --git a/pages/fr/services/installation.html b/pages/fr/services/installation.html new file mode 100644 index 0000000..264d7c0 --- /dev/null +++ b/pages/fr/services/installation.html @@ -0,0 +1,660 @@ + + + + + + + + Le Projet TeleQom | Service d'Installation + + + + + + + + +
+ +
+ +
+

Services d'Installation

+

+ Les logiciels propriétaires sont devenus une véritable menace pour nos droits et libertés. Nous devons nous + diriger vers les Logiciels Libres (ouverts, écrit par la communauté, recette de code transparente, partageable + et contrôlé par l'utilisateur). Nos ordinateurs et serveurs privés chez TeleQom n'utilisent que des + Logiciels Libres, alors vous le pouvez aussi! Ces petites décisions impacterons sérieusement la vie des + générations futures. Ce n'est pas le bon endroit pour en discuter, mais remplacer les logiciels qui vous + espionnent vous et vos proches est un très bon point de départ! Notez que ces Logiciels Libres sont gratuits, + vous pouvez donc tout installer gratuitement vous-même si vous le voulez. La demande de Qontribution ne sert qu'à + couvrir les honoraires de notre employé qui l'installera pour vous, ainsi qu'à financer nos projets. +

+
+ +
+

Systèmes d'Exploitation

+

+ C'est quoi? Un système d'exploitation, aussi appelé un OS, est un regroupement de logiciels qui intéragissent + avec votre matériel (les composantes physiques de votre ordinateur). C'est sans doute la plus grande pièce de + code qui s'execute sur votre machine, et un OS corrompu peut vous espionner et faire ce qu'il veut de vos + données et applications sur votre système. Nous vous recommandons cette page du Projet Whonix, un project connu pour sa sécurité et son accent sur la vie + privée pour comprendre pourquoi GNU/Linux est un excellent choix. Voici quelques exemples, mais il en existe + beaucoup d'autres! +

+
+ +
+
+ Linux Mint Logo +
+

Linux Mint

+

+ Linux Mint, tout comme Ubuntu (son parent), est compatible avec plusieurs applications propriétaires ce + qui en fait un excellent choix pour débutant qui quitte les OS commerciaux. Son bureau ressemble + beaucoup à Windows en terme d'emplacement général. C'est notre premier choix pour ceux qui quittent Windows 10 +

+
+
+
Détails
+
+

Niveau: Débutant

+

Bureau: Cinnamon

+

Similaire: Windows

+

Paquets: Debian (.deb)

+

Libre: Presque

+
+
+
+
+
Qontribution
+

+ Installation: 50$ +

+
+
+ Site Web +
+ +
+
+ Ubuntu Logo +
+

Ubuntu

+

+ Ubuntu ®, "Humanité" en langue Africaine, est une approche plus humaine d'un OS. Il est supporté + par Canonical ™ qui est bien (ou mal) connu dans l'univers Linux. Tout comme Linux Mint, il est plus flexible + en terme des logiciels disponibles, donc parfait pour un débutant. Son bureau est GNOME, qui ressemble un + peu plus à MacOS +

+
+
+
Détails
+
+

Niveau: Débutant

+

Bureau: GNOME

+

Similaire: MacOS

+

Paquets: Debian (.deb)

+

Libre: Presque

+
+
+
+
+
Qontribution
+

+ Installation: 50$ +

+
+
+ Site Web +
+ +
+
+ Debian Logo +
+

Debian

+

+ La prochaine étape est le parent d'Ubuntu et Linux Mint, Debian. Debian est connu pour sa stabilité, sa + sécurité et sa liberté. Ici rien ne vous empêche d'installer des logiciels propriétaire si vous le + désirez, mais ce n'est pas disponible par défaut. C'est notre distribution de choix chez + TeleQom. + Debian vient également en plusieurs saveurs, il peut ressembler à n'importe quel OS commercial +

+
+
+
Détails
+
+

Niveau: Intermédiaire

+

Bureau: GNOME

+

Similaire: Plusieurs

+

Paquets: Debian (.deb)

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 50$ +

+
+
+ Site Web +
+ +
+
+ Qubes Logo +
+

Qubes

+

+ Celui-ci diffère des autres choix puisque ce n'est pas réellement un système d'exploitation, c'est plutôt + un environnement qui lance plusieurs OS à la fois afin de séparer vos tâches. Il est plus difficile à + apprendre que les autres, et demande plus de connaissances techniques et un meilleur ordinateur +

+
+
+
Détails
+
+

Niveau: Avancé

+

Bureau: XFCE

+

Similaire: Rien

+

Paquets: Debian (.deb), RedHat (.rpm)

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 50$ +

+
+
+ Site Web +
+ +
+
+ +
+

Applications

+

+ Cette section pourrait être énorme. L'univers Linux comprends tellement de choix d'Applications, il est + impossible de tous les mentionner ici. Nous avons fait une liste de celles que la plupart des gens utilisent + quotidiennement. Allons-y! +

+
+ +
+
+ LibreOffice Logo +
+

Libre Office

+

+ Libre Office est un premier choix pour vos applications de bureau. Il contient un éditeur de text + compatible avec Word, un éditeur de feuille de calcul compatible avec Excel, et bien plus encore +

+
+
+
Détails
+
+

Similaire: Suite Office

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ GIMP Logo +
+

GIMP

+

+ GIMP (Programme de Manipulation d'Image GNU) a la plupart des fonctionnalités que vous pouvez avoir de + besoin en ce qui a trait à la manipulation d'image. Il y a tellement d'options, il est possible que vous + vous sentiez un peu perdu au début +

+
+
+
Détails
+
+

Similaire: PhotoShop

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Inkscape Logo +
+

Inkscape

+

+ Une autre application populaire pour le traitement d'image, compatible avec les SVG et plusieurs autres + formats +

+
+
+
Détails
+
+

Similaire: PhotoShop

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Blender Logo +
+

Blender

+

+ Blender est une des applications les plus utilisée dans le monde pour le modelage 3D, l'animation et plus + encore +

+
+
+
Détails
+
+

Similaire: Cinema 4D, SolidWorks

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Firefox Logo +
+

Firefox

+

+ Votre navigateur internet propriétaire est probablement le pire logiciel espoin sur votre ordinateur. + Firefox est ancien, bien connu, stable bien supporté, plein de fonctionnalités et respecte la vie privée + et la liberté. C'est notre premier choix! +

+
+
+
Détails
+
+

Similaire: Chrome, Edge

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Chromium Logo +
+

Chromium

+

+ Chromium est le coeur des navigateurs Chrome et Edge. Cette version ne contient pas de logiciel + propriétaire mais conserve tout de même ses fonctionnalités +

+
+
+
Détails
+
+

Similaire: Chrome, Edge

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Codium Logo +
+

Codium

+

+ Codium ou VSCodium est la version Libre du populaire éditeur de code, appartenant maintenant à Microsoft + et équipé de télémétrie (un autre mot pour espionnage) qui se nomme Visual Studio Code. Cette version + contient uniquement la portion de Logiciel Libre. Nous l'utilisons quotidiennement chez + TeleQom +

+
+
+
Détails
+
+

Similaire: VSCode, JetBrains

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Rhythmbox Logo +
+

Rhythmbox

+

+ Un lecteur audio universel. Il peut lire des podcasts ou des fichiers audio locaux, tous ce que vous avez + de besoin d'une application de musique +

+
+
+
Détails
+
+

Similaire: iTunes, WMP

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ VLC Logo +
+

VLC Player

+

+ Ne laissez pas le cône vous faire douter, cette application n'est pas en construction! C'est un + excellent lecteur média, autant audio que vidéo +

+
+
+
Détails
+
+

Similaire: iTunes, WMP

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Mattermost Logo +
+

Mattermost

+

+ Mattermost est un logiciel IRC de chat avec un bel interface. Utilisé surtout pour les communications au + bureau ainsi que pour la productivité, il est rempli de fonctionnalités +

+
+
+
Détails
+
+

Similaire: Slack, Teams

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Transmission Logo +
+

Transmission

+

+ Un client BitTorrent Libre et simple pour partager des fichiers sur internet. C'est l'ultime expression de la + communauté en logiciel. Il est excellent dans le partage de gros fichiers puisqu'il devient plus + rapide plus il y a de personnes qui partage le fichier. Vous pouvez télécharger la plupart des + distributions Linux avec Transmission, c'est plus rapide! +

+
+
+
Détails
+
+

Similaire: uTorrent, Vuze

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Signal Logo +
+

Signal

+

+ Signal est une application mobile (et maintenant Linux aussi) de pointe pour la messagerie directe. + Contrairement à notre projet Qonvo, elle nécessite un téléphone cellulaire avec un numéro de téléphone + valide mais c'est tout de même la meilleure en ce moment +

+
+
+
Détails
+
+

Similaire: WhatsApp, iMessage

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ Audacity Logo +
+

Audacity

+

+ Vous avez déjà eu envie de couper un fichier audio? Ou simplement changer son format? Audacity peut tout + faire cela et est facile à utiliser +

+
+
+
Détails
+
+

Similaire: Garage Band, Audition

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ OpenShot Logo +
+

OpenShot

+

+ Éditeur de vidéo simple. Transitions, effets, audio, peu importe. Vous pouvez accomplir presque tout avec + cette application et son interface est facile à naviguer +

+
+
+
Détails
+
+

Similaire: Premiere, Final Cut

+

Libre: Oui

+
+
+
+
+
Qontribution
+

+ Installation: 20$ +

+
+
+ Site Web +
+ +
+
+ +
+

Prêt?

+

+ Vous trouvez certaines informations complexes ou vous êtes prêt pour les prochaines étapes? C'est le moment de + nous contacter! Soyez sans crainte, nous vous aiderons à prendre la décision éthique :) +

+ Contact +
+ + + + + \ No newline at end of file diff --git a/pages/fr/services/reparation.html b/pages/fr/services/reparation.html new file mode 100644 index 0000000..8e3eb98 --- /dev/null +++ b/pages/fr/services/reparation.html @@ -0,0 +1,275 @@ + + + + + + + + Le Projet TeleQom | Service de Réparation + + + + + + + + +
+ +
+ +
+

Service de Réparation

+

+ Donc vous avez brisé votre écran? Aucun problème, nous pouvons probablement le réparer. + La majorité des ordinateurs peuvent être ouverts facilement et leurs pièces remplacés pour une fraction du prix d'un nouvel ordinateur. + Vous pouvez apporter vos pièces, ou nous laisser s'occuper du magasinage. Nous pouvons nous procurer la plupart des pièces, neuves ou usagées. + "Super, donc vous pouvez réparer ma laveuse à linge intelligente alors?" certain nous demande. Et bien, non nous ne réparons pas les laveuses. + Aussi, nous NE RÉPARONS PAS LES APPAREILS APPLE. Pour plus d'informations ou pour débuter le processus de réparation, contactez-nous +

+

+ Si vous avez besoin d'un nouvel ordinateur, nous avons mis une petite liste à votre disposition de vendeurs éthiques. + Aucun d'eux ne sont affiliés avec nous, mais ils partagent notre sens moral. + Nous nous excusons d'avance, aucun d'eux ne vendent de laveuse intelligente... +

+
+ +
+

Cellulaires

+

+ Voici un domaine où les Logiciels Libres ne font que commencer à se montrer le bout du nez. Même si Linux est au + coeur du Projet Android Open Source, + avec la quantité de logiciels propriétaires et espions qui y sont ajoutés + par Google avant qu'il se rende à votre téléphone, il est disqualifié. Certaines distributions sont disponible + depuis un moment et Ubuntu a même tenté de lancer Ubuntu Touch avec peu de succès. Nous voyons de nos jours un + intérêt grandissant envers les téléphones cellulaires Libres qui respecte ses utilisateurs. Nous vous + recommandons donc de garder un oeil sur les suivants +

+
+ +
+
+ NitroPhone Logo +
+

NitroPhone

+

+ Le NitroPhone est un premier choix en terme de compatibilité avec les applications Android. NitroKey offre + plusieurs versions et ils ont tous GrapheneOS d'installé, un OS Android avec une emphase sur la sécurité + dénudé de tout logiciel propriétaire Google +

+
+
+
Détails
+
+

Niveau: Intermédiaire

+

OS: GrapheneOS

+

Famille OS:: Android

+

Libre: Presque

+
+
+
+ Site Web +
+ +
+
+ PinePhone Logo +
+

PinePhone

+

+ Le PinePhone est un téléphone conçu par la communauté pour la communauté moins dispendieux. Par contre, il + est toujours en développement et actuellement incomparable à Android. Nous croyons qu'il pourrait bien + être le premier téléphone Linux à prix abordable, mais pas pour le moment +

+
+
+
Détails
+
+

Niveau: Avancé

+

OS: Mobian, PostmarketOS, etc

+

Famille OS:: GNU/Linux

+

Libre: Presque

+
+
+
+ Site Web +
+ +
+
+ Purism Logo +
+

Librem 5

+

+ Purism est un pionnier dans le marché du matériel Libre avec son Librem 5. Ils investissent grandement + dans le développement de l'écosystème Linux mobile. Le librem 5 est disponible sur le site web de Purism, + mais nous ne croyons pas qu'il est prêt pour le grand publique pour le moment +

+
+
+
Détails
+
+

Niveau: Avancé

+

OS: PureOS, other

+

Famille OS:: GNU/Linux

+

Libre: Oui

+
+
+
+ Site Web +
+ +
+
+ +
+

Ordinateurs

+

+ Plusieurs compagnies qui fabriquent des appareils éthiques existent déjà pour vous procurer un nouvel ordinateur. + Ceci n'est pas une liste complète, mais nous avons sélectionné quelques options populaires pour vous. Il est + important de mentionner qu'un BIOS et du matériel Libre sont tout aussi important que le reste. Nous gardons un + oeil sur le RISC-V CPU + puisque nous le voyons devenir un standard dans les appareils mobiles +

+
+ +
+
+ System76 Logo +
+

System76

+

+ Une entreprise qui est parmis nous depuis longtemps. Ils offrent des appareils avec Coreboot comme BIOS et + leur ordinateurs viennent avec PopOS!, un dérivé d'Ubuntu supporté par System76. Vous ne pouvez pas vous + tromper ici. Portables, serveurs, ordinateurs de bureau, ils ont tout +

+
+
+
Détails
+
+

Niveau: Débutant

+

OS: PopOS! (Ubuntu based)

+

Produits: Serveur, PC, Portable

+

Libre: Presque

+
+
+
+ Site Web +
+ +
+
+ Purism Logo +
+

Purism

+

+ Purism est une corporation à raison sociale. Ils contruisent des portables et ordinateurs de bureau + éthiques avec du matériel dernier cri tel que des CPU intel, mais plus orienté sur la sécurité et la vie + privée. Pureboot est également une bonne fonctionnalité +

+
+
+
Détails
+
+

Niveau: Débutant

+

OS: PureOS

+

Produits: Serveur, PC, Portable

+

Libre: Presque

+
+
+
+ Site Web +
+ +
+
+ Raptor Logo +
+

Raptor

+

+ C'est ici que ça devient sérieux. Cette compagnie a réussi à fabriquer un ordinateur avec uniquement du + matériel et des logiciels Libres (incluant le CPU IBM Power9), ce qui veut dire que l'intégralité du code + qui s'exécute sur la machine est auditable. C'est le but ultime du mouvement Libre. Malheureusement, ça vient à un prix... +

+
+
+
Détails
+
+

Niveau: Avancé

+

OS: Votre Choix

+

Produits: Serveur, PC

+

Libre: Ultime

+
+
+
+ Site Web +
+ +
+
+ +
+

Prêt?

+

+ Vous hésitez entre réparer votre ordinateur ou en acheter un nouveau? Contactez-nous, nous vous aiderons à faire le bon choix :) +

+ Contact +
+ + + + + \ No newline at end of file diff --git a/php/contact.php b/php/contact.php new file mode 100644 index 0000000..b884166 --- /dev/null +++ b/php/contact.php @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/php/newsletter.php b/php/newsletter.php new file mode 100644 index 0000000..a75bd4d --- /dev/null +++ b/php/newsletter.php @@ -0,0 +1,25 @@ + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..7c14e9b --- /dev/null +++ b/robots.txt @@ -0,0 +1,23 @@ +User-agent: * +Disallow: /pages/en/err/ +Disallow: /pages/fr/err/ +Disallow: /pages/fr/confirmation.html +Disallow: /pages/en/confirmation.html +Disallow: /404.php +Disallow: /403.shtml +Disallow: /403.php +Disallow: /500.php +Disallow: /err.php +Disallow: /error_log + +Allow: /pages/fr/index.html +Allow: /pages/fr/services/developpement.html +Allow: /pages/fr/services/installation.html +Allow: /pages/fr/services/reparation.html + +Allow: /pages/en/index.html +Allow: /pages/en/services/developement.html +Allow: /pages/en/services/installation.html +Allow: /pages/en/services/repairs.html + +Sitemap: https://teleqom.org/sitemap.xml \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..190285e --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,59 @@ + + + + https://teleqom.org/pages/fr/index.html + 2022-02-14T01:04:56+00:00 + 1.00 + + + + + https://teleqom.org/pages/en/index.html + 2022-02-14T01:04:56+00:00 + 0.80 + + + + + https://teleqom.org/pages/en/services/installation.html + 2022-02-14T01:04:56+00:00 + 0.80 + + + + + https://teleqom.org/pages/fr/services/installation.html + 2022-02-14T01:04:56+00:00 + 0.80 + + + + + https://teleqom.org/pages/en/services/repairs.html + 2022-02-14T01:04:56+00:00 + 0.80 + + + + + https://teleqom.org/pages/fr/services/reparation.html + 2022-02-14T01:04:56+00:00 + 0.80 + + + + + https://teleqom.org/pages/en/services/development.html + 2022-02-14T01:04:56+00:00 + 0.80 + + + + + https://teleqom.org/pages/fr/services/developpement.html + 2022-02-14T01:04:56+00:00 + 0.80 + + + + \ No newline at end of file