-
-
-
-
-
-
2023
+
+
+
+
+
+
+
-
-
- semana_de_informática
-
-
- 25 a 31 de outubro
-
-
- Estamos a preparar mais uma edição da SINF!
-
-
- Revê a edição do último ano aqui!
-
-
+ Encontro
+ Nacional de
+ Estudantes de
+ Informática
+
- Contacta-nos!
+ Porto 2025
-
-
+
+
-
- externas@sinf.pt
-
-
-
-
-
-
+ Brevemente
+
+
+
+
diff --git a/storage/app/.gitignore b/storage/app/.gitignore
old mode 100644
new mode 100755
diff --git a/storage/app/public/.gitignore b/storage/app/public/.gitignore
old mode 100644
new mode 100755
diff --git a/storage/debugbar/.gitignore b/storage/debugbar/.gitignore
old mode 100644
new mode 100755
diff --git a/storage/framework/.gitignore b/storage/framework/.gitignore
old mode 100644
new mode 100755
diff --git a/storage/framework/cache/.gitignore b/storage/framework/cache/.gitignore
old mode 100644
new mode 100755
diff --git a/storage/framework/cache/data/.gitignore b/storage/framework/cache/data/.gitignore
old mode 100644
new mode 100755
diff --git a/storage/framework/sessions/.gitignore b/storage/framework/sessions/.gitignore
old mode 100644
new mode 100755
diff --git a/storage/framework/testing/.gitignore b/storage/framework/testing/.gitignore
old mode 100644
new mode 100755
diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore
old mode 100644
new mode 100755
diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore
old mode 100644
new mode 100755
diff --git a/tailwind.config.js b/tailwind.config.js
index f9643182..d9ca0a86 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -19,14 +19,11 @@ export default {
extend: {
fontFamily: {
sans: ["Figtree", ...defaultTheme.fontFamily.sans],
+ "space-grotesk": ["Space Grotesk", "sans-serif"],
},
colors: {
- "2023-bg": "rgb(248, 245, 231)",
- "2023-red": "rgb(217, 79, 4)",
- "2023-red-dark": "rgb(177, 93, 93)",
- "2023-teal": "rgb(0, 113, 114)",
- "2023-teal-dark": "rgb(2, 82, 89)",
- "2023-orange": "rgb(242, 147, 37)",
+ "enei-blue": "#0B4F6C",
+ "enei-beige": "#EFE3CA",
},
boxShadow: {
sm: "2px 2px 0 -1px var(--tw-shadow-color, currentColor), 2px 2px 0 0 black",
@@ -60,7 +57,7 @@ export default {
forms,
typography,
containers,
- plugin(function ({ matchUtilities, theme }) {
+ plugin(function({ matchUtilities, theme }) {
matchUtilities(
{
shadow: (value) => {