2022-03-22 22:50:35 +01:00
<!doctype html> < html lang = en-us >
< head >
< meta charset = utf-8 >
< meta http-equiv = x-ua-compatible content = "ie=edge" >
< meta name = viewport content = "width=device-width,initial-scale=1,shrink-to-fit=no" >
< link rel = stylesheet href = ../css/main.css >
< style > img . lazyload { display : none } < / style >
< meta name = robots content = "index, follow" >
< meta name = googlebot content = "index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" >
< meta name = bingbot content = "index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" >
< title > Team - Invidious< / title >
< meta name = description content = "Team of the Invidious project." >
< link rel = canonical href = /team/ >
< meta property = "og:locale" content >
< meta property = "og:type" content = "article" >
< meta property = "og:title" content = "Team" >
< meta property = "og:description" content = "Team of the Invidious project." >
< meta property = "og:url" content = "/team/" >
< meta property = "og:site_name" content = "Invidious" >
< meta name = twitter:card content = "summary_large_image" >
< meta name = twitter:site content >
< meta name = twitter:creator content >
< meta name = twitter:title content = "Team" >
< meta name = twitter:description content = "Team of the Invidious project." >
< meta name = twitter:card content = "summary" >
< meta name = twitter:image:alt content = "Team" >
< meta name = theme-color content = "#fff" >
< link rel = apple-touch-icon sizes = 180x180 href = https://invidious.io/apple-touch-icon.png >
< link rel = icon type = image/png sizes = 32x32 href = https://invidious.io/favicon-32x32.png >
< link rel = icon type = image/png sizes = 16x16 href = https://invidious.io/favicon-16x16.png >
< / head >
< body class = "page single" >
< div class = "header-bar fixed-top" > < / div >
< header class = "navbar fixed-top navbar-expand-md navbar-light" >
< div class = container >
< input class = "menu-btn order-0" type = checkbox id = menu-btn >
< label class = "menu-icon d-md-none" for = menu-btn > < span class = navicon > < / span > < / label >
< a class = "navbar-brand order-1 order-md-0 me-auto" href = / > Invidious< / a >
< button id = mode class = "btn btn-link order-2 order-md-4" type = button aria-label = "Toggle mode" >
< span class = toggle-dark > < svg xmlns = "http://www.w3.org/2000/svg" width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" stroke = "currentcolor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" class = "feather feather-moon" > < path d = "M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z" / > < / svg > < / span >
< span class = toggle-light > < svg xmlns = "http://www.w3.org/2000/svg" width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" stroke = "currentcolor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" class = "feather feather-sun" > < circle cx = "12" cy = "12" r = "5" / > < line x1 = "12" y1 = "1" x2 = "12" y2 = "3" / > < line x1 = "12" y1 = "21" x2 = "12" y2 = "23" / > < line x1 = "4.22" y1 = "4.22" x2 = "5.64" y2 = "5.64" / > < line x1 = "18.36" y1 = "18.36" x2 = "19.78" y2 = "19.78" / > < line x1 = "1" y1 = "12" x2 = "3" y2 = "12" / > < line x1 = "21" y1 = "12" x2 = "23" y2 = "12" / > < line x1 = "4.22" y1 = "19.78" x2 = "5.64" y2 = "18.36" / > < line x1 = "18.36" y1 = "5.64" x2 = "19.78" y2 = "4.22" / > < / svg > < / span >
< / button >
< ul class = "navbar-nav social-nav order-3 order-md-5" >
< li class = nav-item >
< a class = nav-link href = https://github.com/iv-org > < svg xmlns = "http://www.w3.org/2000/svg" width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" stroke = "currentcolor" stroke-width = "2" stroke-linecap = "round" stroke-linejoin = "round" class = "feather feather-github" > < path d = "M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37.0 00-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44.0 0020 4.77 5.07 5.07.0 0019.91 1S18.73.65 16 2.48a13.38 13.38.0 00-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07.0 005 4.77 5.44 5.44.0 003.5 8.55c0 5.42 3.3 6.61 6.44 7A3.37 3.37.0 009 18.13V22" / > < / svg > < span class = "ms-2 visually-hidden" > GitHub< / span > < / a >
< / li >
< / ul >
< div class = "collapse navbar-collapse order-4 order-md-1" >
< ul class = "navbar-nav main-nav me-auto order-5 order-md-2" > < li class = nav-item >
< a class = nav-link href = https://docs.invidious.io/ > Documentation< / a >
< / li >
< li class = "nav-item active" >
< a class = nav-link href = https://invidious.io/team/ > Team< / a >
< / li >
< li class = nav-item >
< a class = nav-link href = https://github.com/iv-org/invidious#contribute > Contribute< / a >
< / li >
< li class = nav-item >
< a class = nav-link href = https://invidious.io/donate/ > Donate< / a >
< / li >
< li class = "nav-item" >
< a class = nav-link href = https://invidious.io/contact/ > Contact< / a >
< / li >
< / ul >
< / div >
< / header >
< div class = "wrap container" role = document >
< div class = content >
< div class = "row justify-content-center" >
< div class = "col-md-12 col-lg-10 col-xl-8" >
< article >
< h1 > The Team< / h1 >
< h2 > Project managers:< / h2 >
< p >
< a href = "https://github.com/TheFrenchGhosty" > TheFrenchGhosty< / a > : Creator of this website - Finances manager - Documentation manager
< br >
< a href = "https://github.com/Perflyst" > Perflyst< / a > : Infrastructure manager
< / p >
< p class = "text-muted" > Both project managers have full access to everything related to the project (making the project < a href = "https://en.wikipedia.org/wiki/Bus_factor" > bus factor< / a > resistant).< / p >
< h2 > Developers:< / h2 >
< p >
< a href = "https://github.com/SamantazFox" > Samantaz Fox< / a > : Main developer - Main tester - Administrator of the test instance
< br >
< a href = "https://github.com/unixfox" > unixfox< / a > Secondary developer - Kubernetes manager - Documentation manager
< / p >
< h1 > Main contributors< / h1 >
< p >
< a href = "https://github.com/matthewmcgarvey" > Matthew McGarvey< / a > : Development
< br >
< a href = "https://github.com/TiA4f8R" > TiA4f8R< / a > : Reverse engineering - Research
< br >
< a href = "https://github.com/TeamNewPipe" > The NewPipe team< / a > : Reverse engineering - Research
< br >
< a href = "https://github.com/yt-dlp" > The yt-dlp team< / a > : Reverse engineering - Research
< / p >
< br >
< h1 > Past contributors< / h1 >
< p > < a href = "https://github.com/omarroth" > Omar Roth< / a > : Original developer
< br >
< a href = "https://github.com/syeopite" > syeopite< / a > : Was the second main developer in the team, until we lost complete contact with him
< br >
< a href = "https://github.com/saltycrys" > saltycrys< / a > : Development
< br >
< a href = "https://github.com/leonklingele" > leonklingele< / a > : Development
< br > < br >
And < a href = "https://github.com/iv-org/invidious/graphs/contributors" > more!< / a >
< / p >
< / article >
< / div >
< / div >
< / div >
< / div >
< footer class = "footer text-muted" >
< div class = container >
< div class = row >
< div class = "col-lg-8 order-last order-lg-first" >
< ul class = list-inline >
< li class = list-inline-item > Based on < a href = https://getdoks.org/ > Doks< / a > . Illustrations by < a href = https://undraw.co/ > unDraw< / a > .< / li >
< / ul >
< / div >
< div class = "col-lg-8 order-first order-lg-last text-lg-end" >
< ul class = list-inline >
< li class = list-inline-item > < a href = https://github.com/iv-org/invidious.io > Website Source Code< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< / footer >
2022-05-29 14:51:23 +02:00
< script src = ../js/main.js > < / script >
2022-03-22 22:50:35 +01:00
< / body >
< / html >