-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 1940fe8
Showing
3 changed files
with
329 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"editor.tabSize": 2, | ||
"editor.insertSpaces": true, | ||
"editor.detectIndentation": false, | ||
"html.format.wrapLineLength": 0, | ||
"files.trimTrailingWhitespace": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;1,400;1,600&family=Roboto:ital,wght@0,300;0,500;0,700;0,900;1,300;1,500;1,700;1,900&display=swap'); | ||
|
||
/* https://colorhunt.co/palette/1926553876bfe1aa74f3f0ca */ | ||
|
||
:root { | ||
--color-text: rgb(0, 59, 74); | ||
--color-principal: rgb(25, 38, 85); | ||
--color-secundari: rgb(56, 118, 191); | ||
--color-terciari: rgb(225, 170, 116); | ||
--color-quaternari: rgb(243, 240, 202); | ||
} | ||
|
||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
body { | ||
display: flex; | ||
flex-direction: column; | ||
min-height: 100vh; | ||
font-family: 'Roboto', sans-serif; | ||
color: var(--color-principal); | ||
background-color: #FAFAFA; | ||
font-weight: 300; | ||
} | ||
|
||
footer { | ||
margin-top: 32px; | ||
} | ||
|
||
header, | ||
footer { | ||
background-color: var(--color-principal); | ||
width: 100%; | ||
color: var(--color-quaternari); | ||
padding: 16px 0; | ||
} | ||
|
||
main { | ||
flex: 1; | ||
margin-top: 16px; | ||
} | ||
|
||
a:link, | ||
a:visited, | ||
a:active { | ||
text-decoration: none; | ||
color: var(--color-secundari); | ||
} | ||
|
||
a:hover { | ||
color: var(--color-terciari); | ||
} | ||
|
||
.container { | ||
margin: 0 32px; | ||
padding-left: 0; | ||
padding-right: 0; | ||
} | ||
|
||
.dues-columnes { | ||
display: grid; | ||
grid-template-columns: auto auto; | ||
justify-content: space-between; | ||
box-sizing: border-box; | ||
} | ||
|
||
.dues-columnes a:link, | ||
.dues-columnes a:visited, | ||
.dues-columnes a:active { | ||
font-weight: 300; | ||
text-decoration: none; | ||
color: var(--color-quaternari); | ||
} | ||
|
||
.dues-columnes a:hover { | ||
color: var(--color-secundari); | ||
} | ||
|
||
h1, | ||
h2 { | ||
font-family: 'Lora', serif; | ||
} | ||
|
||
h1 { | ||
margin: 16px 0; | ||
font-size: xx-large; | ||
font-weight: 400; | ||
} | ||
|
||
h2 { | ||
font-size:larger; | ||
background-color: var(--color-principal); | ||
width: 100%; | ||
padding: 16px; | ||
margin: 16px 0; | ||
color: var(--color-quaternari); | ||
font-weight: 600; | ||
box-sizing: border-box; | ||
} | ||
|
||
ul { | ||
padding-inline-start: 24px; | ||
} | ||
|
||
li.subject { | ||
font-weight: 500; | ||
} | ||
|
||
li > ul > li { | ||
font-weight: 300; | ||
} | ||
|
||
li.subject:not(:last-child) { | ||
margin-bottom: 8px; | ||
} | ||
|
||
@media screen and (min-width: 1200px) { | ||
.container { | ||
margin-left: auto; | ||
margin-right: auto; | ||
padding-left: 0; | ||
padding-right: 0; | ||
width: 1108px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,195 @@ | ||
<!DOCTYPE html> | ||
<html lang="ca"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>rbuj@UOC</title> | ||
<link rel="stylesheet" href="css/estil.css"> | ||
</head> | ||
|
||
<body> | ||
<header> | ||
<div class="container dues-columnes"> | ||
<div> | ||
<a href="https://github.com/rbuj-UOC" target="_blank" rel="noopener noreferrer">2024 Robert Buj</a> | ||
</div> | ||
<div class="copyright"> | ||
<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.ca" target="_blank" rel="noopener noreferrer">CC BY-SA 4.0 DEED</a> | ||
</div> | ||
</div> | ||
</header> | ||
<main class="container"> | ||
<h1>Cursos de postgrau a la UOC</h1> | ||
<h2>Màster en .NET</h2> | ||
<h2>Màster interuniversitari de seguretat de les tecnologies de la informació i de les comunicacions (MISTIC)</h2> | ||
<ul> | ||
<li class="subject">Identitat digital</li> | ||
<li class="subject">Vulnerabilitats de seguretat</li> | ||
</ul> | ||
<h2>Màster universitari en desenvolupament d'aplicacions web (MUDAW)</h2> | ||
<ul> | ||
<li class="subject"> | ||
Disseny d'interfícies interactives | ||
<ul> | ||
<li> | ||
Activitat 2: <a href="https://www.figma.com/file/7jUrlNrgLnP3WocAg2CAlD/Activitat-2-(m%C3%B2bil)?type=design&mode=design&t=0G0v9Jke0ATSJTjk-1" target="_blank" rel="noopener noreferrer">mòbil</a>, <a href="https://www.figma.com/file/IzuMqR6nFU8Z2GYD7WXDFP/Activitat-2-(escriptori)?type=design&mode=design&t=0G0v9Jke0ATSJTjk-1" target="_blank" rel="noopener noreferrer">escriptori</a> | ||
</li> | ||
<li> | ||
Activitat 3: <a href="https://www.figma.com/file/VpRJ6NJu3S7w7AqIO6yyd3/Activitat-3-(m%C3%B2bil)?type=design&mode=design&t=0G0v9Jke0ATSJTjk-1" target="_blank" rel="noopener noreferrer">mòbil</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="subject"> | ||
HTML i CSS | ||
<ul> | ||
<li> | ||
<a href="https://rbuj.github.io/html/css/2023/09/30/m4-252-u1.html" target="_blank" rel="noopener noreferrer">U1 Fonaments d'HTML i CSS</a>, <a href="https://rbuj.github.io/html/css/2023/09/30/m4-252-u2.html" target="_blank" rel="noopener noreferrer">U2 Aprofundim en HTML i CSS</a> | ||
<ul> | ||
<li> | ||
PAC1: <a href="https://github.com/rbuj-UOC/M4.252-PAC1" target="_blank" rel="noopener noreferrer">enunciat</a>, <a href="https://rbuj-uoc.github.io/M4.252-PAC1" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
U3 Web fonts, taules i formularis, U4 Estils avançats | ||
<ul> | ||
<li> | ||
PAC2: <a href="https://github.com/rbuj-UOC/M4.252-PAC2" target="_blank" rel="noopener noreferrer">enunciat</a>, <a href="https://rbuj-uoc.github.io/M4.252-PAC2" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
U5 Layout CSS i disseny responsiu | ||
<ul> | ||
<li> | ||
PAC3: <a href="https://github.com/rbuj-UOC/M4.252-PAC3" target="_blank" rel="noopener noreferrer">enunciat</a>, <a href="https://rbuj-uoc.github.io/M4.252-PAC3" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="https://codepen.io/collection/WvYpzN" target="_blank" rel="noopener noreferrer">Col·lecció a codepen</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="subject"> | ||
Programació JavaScript per a programadors | ||
<ul> | ||
<li> | ||
Ús de l'entorn de desenvolupament en programació en JavaScript per a programadors | ||
<ul> | ||
<li> | ||
PAC1: <a href="https://github.com/rbuj-UOC/M4.253-PAC1" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
Conceptes de JavaScript: Objectes i Classes. This i Prototype. Scope, Hoisting i Closures | ||
<ul> | ||
<li> | ||
PAC2: <a href="https://github.com/rbuj-UOC/M4.253-PAC2" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
Asincronia en JavaScript. Callbacks. Promises. Async/Await | ||
<ul> | ||
<li> | ||
PAC3: <a href="https://github.com/rbuj-UOC/M4.253-PAC3" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
Consulta i manipulació del DOM | ||
<ul> | ||
<li> | ||
PAC4: <a href="https://github.com/rbuj-UOC/M4.253-PAC4" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="https://github.com/rbuj-UOC/M4.253-exercicis" target="_blank" rel="noopener noreferrer">Exercicis temes 3 i 4</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<h2>Màster universitari en enginyeria informàtica (MUEI)</h2> | ||
<ul> | ||
<li class="subject">Intel·ligència artificial</li> | ||
<li class="subject"> | ||
<a href="http://hdl.handle.net/10609/14281" target="_blank" rel="noopener noreferrer">Intel·ligència artificial avançada</a> | ||
<ul> | ||
<li> | ||
PAC1: <a href="https://github.com/rbuj-UOC/M1.204-PAC1" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
<li> | ||
PAC2: <a href="https://github.com/rbuj-UOC/M1.204-PAC2" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
<li> | ||
PAC3: <a href="https://github.com/rbuj-UOC/M1.204-PAC3" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
<li> | ||
PAC4: <a href="https://github.com/rbuj-UOC/M1.204-PAC4" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
<li> | ||
Pràctica: <a href="https://github.com/rbuj-UOC/M1.204-practica" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="subject"><a href="http://hdl.handle.net/10609/146178" target="_blank" rel="noopener noreferrer">Sistemes de gestió de la seguretat de la informació</a></li> | ||
<li class="subject"><a href="http://hdl.handle.net/10609/9581" target="_blank" rel="noopener noreferrer">Tecnologia i desenvolupament en dispositius mòbils</a></li> | ||
</ul> | ||
<h2>Màster universitari en programari lliure (MPLL)</h2> | ||
<ul> | ||
<li class="subject"><a href="http://hdl.handle.net/10609/61205" target="_blank" rel="noopener noreferrer">Administració avançada de sistemes GNU/Linux</a></li> | ||
<li class="subject"><a href="http://hdl.handle.net/10609/215" target="_blank" rel="noopener noreferrer">Administració de sistemes GNU/Linux</a></li> | ||
<li class="subject"><a href="http://hdl.handle.net/10609/201" target="_blank" rel="noopener noreferrer">Aspectes avançats de seguretat en xarxes</a></li> | ||
<li class="subject"> | ||
<a href="http://hdl.handle.net/10609/199" target="_blank" rel="noopener noreferrer">Desenvolupament d'aplicacions web</a> | ||
<ul> | ||
<li> | ||
PAC2: <a href="https://github.com/rbuj-UOC/M2.008-PAC2" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
<li> | ||
PAC3: <a href="https://github.com/rbuj-UOC/M2.008-PAC3" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="subject"><a href="http://hdl.handle.net/10609/205" target="_blank" rel="noopener noreferrer">Implantació de sistemes de programari lliure</a></li> | ||
<li class="subject"> | ||
<a href="http://hdl.handle.net/10609/192" target="_blank" rel="noopener noreferrer">Introducció al desenvolupament de programari</a> | ||
<ul> | ||
<li> | ||
PAC1: <a href="https://github.com/rbuj-UOC/M2.010-PAC1" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
<li> | ||
PAC2: <a href="https://github.com/rbuj-UOC/M2.010-PAC2" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
<li> | ||
PAC3: <a href="https://github.com/rbuj-UOC/M2.010-PAC3" target="_blank" rel="noopener noreferrer">resposta</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="subject"><a href="http://hdl.handle.net/10609/202" target="_blank" rel="noopener noreferrer">Introducció al programari lliure</a></li> | ||
<li class="subject"> | ||
<a href="http://hdl.handle.net/10609/54661" target="_blank" rel="noopener noreferrer">Sistemes distribuïts en entorns de programari lliure</a> | ||
<ul> | ||
<li>Pràctica: <a href="https://github.com/rbuj-UOC/M2.052-practica" target="_blank" rel="noopener noreferrer">resposta</a></li> | ||
</ul> | ||
</li> | ||
<li class="subject"><a href="http://hdl.handle.net/10609/207" target="_blank" rel="noopener noreferrer">Xarxes obertes</a></li> | ||
</ul> | ||
</main> | ||
<footer> | ||
<div class="container dues-columnes"> | ||
<div> | ||
<a href="https://github.com/rbuj-UOC" target="_blank" rel="noopener noreferrer">2024 Robert Buj</a> | ||
</div> | ||
<div class="copyright"> | ||
<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.ca" target="_blank" rel="noopener noreferrer">CC BY-SA 4.0 DEED</a> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
|
||
</html> |