2023-02-27 10:42:51 +01:00
<!DOCTYPE html>
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< title > Galerija BOT< / title >
< script type = "text/javascript" src = "webrtc-adapter.min.js" > < / script >
< script type = "text/javascript" src = "settings.js" > < / script >
2023-05-11 09:34:01 +02:00
< script type = "text/javascript" src = "script-janus.js" > < / script >
2023-03-20 02:34:49 +01:00
< script type = "text/javascript" src = "propeliraj.js" > < / script >
2023-02-27 10:42:51 +01:00
< script type = "text/javascript" src = "streaming.js" > < / script >
< link rel = "stylesheet" href = "stil.css" type = "text/css" / >
< / head >
< body >
< section id = "glavno" >
2023-05-10 18:40:06 +02:00
< h1 > OBSERVATORIJ< / h1 >
2023-06-05 00:30:29 +02:00
< h2 > je umetniška instalacija, ki je del razstave Nevidni sopotnik v Mestni galeriji Nova Gorica. Spodnja konzola vam omogoča upravljanje tamkajšnjega lebdečega objekta.< / h2 >
2023-05-10 18:40:06 +02:00
2023-06-05 00:30:29 +02:00
< section class = "zaslon cakam" >
< video id = "videofeed" muted = "" autoplay = "" playsinline = "" > < / video >
2023-05-10 18:40:06 +02:00
< button id = "predvajaj" > ⏵< / button >
< section class = "gumbi" >
< button id = "levo" > < / button >
< button id = "desno" > < / button >
< button id = "ravno" > < / button >
< / section >
< / section >
2023-02-27 10:42:51 +01:00
2023-05-10 18:40:06 +02:00
< section class = "info" >
< p > Avtor: BOŠTJAN DRINOVEC< / p >
< p > programiranje: JURIJ PODGORŠEK< / p >
< p > elektronika: BORUT SAVSKI< / p >
2023-06-05 00:30:29 +02:00
< p > produkcija: Mestna galerija Nova Gorica in Boštjan Drinovec, 2023< / p >
2023-02-27 10:42:51 +01:00
< / section >
< / section >
< / body >
< / html >