Skip to content

Commit 756d470

Browse files
committed
Add new article: Financiamento de Bootcamps de Programação: Opções Acessíveis para Estudantes Portugueses
1 parent f03b99e commit 756d470

1 file changed

Lines changed: 208 additions & 0 deletions

File tree

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<!-- Metadata -->
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta
8+
name="description"
9+
content="Descubra opções acessíveis e flexíveis de financiamento de bootcamps de programação online para estudantes portugueses. Transforme sua carreira tecnológica hoje!
10+
"
11+
/>
12+
<meta name="keywords" content="bootcamp programação, financiamento bootcamp, cursos online portugal, estudar tecnologia, cibersegurança, data science, desenvolvimento web, ux ui design, formação intensiva, carreira em tecnologia" />
13+
<meta name="robots" content="index, follow" />
14+
15+
<!-- Open Graph / Social Media -->
16+
<meta property="og:title" content="Financiamento de Bootcamps de Programação: Opções Acessíveis para Estudantes Portugueses" />
17+
<meta
18+
property="og:description"
19+
content="Descubra opções acessíveis e flexíveis de financiamento de bootcamps de programação online para estudantes portugueses. Transforme sua carreira tecnológica hoje!
20+
"
21+
/>
22+
<meta
23+
property="og:image"
24+
content="https://images.unsplash.com/photo-1714721100679-c5796bf32186?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjB8fHBvcnR1Z2FsJTIwc3R1ZGVudHxlbnwwfDB8MHx8fDA%3D"
25+
/>
26+
<meta property="og:type" content="article" />
27+
<meta property="og:locale" content="en_US" />
28+
29+
<!-- Twitter Card -->
30+
<meta name="twitter:card" content="summary_large_image" />
31+
<meta name="twitter:title" content="Financiamento de Bootcamps de Programação: Opções Acessíveis para Estudantes Portugueses" />
32+
<meta
33+
name="twitter:description"
34+
content="Descubra opções acessíveis e flexíveis de financiamento de bootcamps de programação online para estudantes portugueses. Transforme sua carreira tecnológica hoje!
35+
"
36+
/>
37+
<meta
38+
name="twitter:image"
39+
content="https://images.unsplash.com/photo-1714721100679-c5796bf32186?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjB8fHBvcnR1Z2FsJTIwc3R1ZGVudHxlbnwwfDB8MHx8fDA%3D"
40+
/>
41+
<link rel="preconnect" href="https://fonts.googleapis.com" />
42+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
43+
<link
44+
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500;&display=swap"
45+
rel="stylesheet"
46+
/>
47+
<script src="https://cdn.tailwindcss.com"></script>
48+
<script>
49+
tailwind.config = {
50+
darkMode: "class",
51+
theme: {
52+
fontFamily: {
53+
sans: ["Poppins", "sans-serif"],
54+
},
55+
extend: {
56+
colors: {
57+
primary: "#FF1493",
58+
},
59+
},
60+
},
61+
};
62+
</script>
63+
<link rel="stylesheet" href="./css/article.css" />
64+
</head>
65+
<body class="bg-white dark:bg-gray-900 text-gray-900 dark:text-gray-100">
66+
<!-- Header -->
67+
<header class="border-b border-gray-100 dark:border-gray-800">
68+
<div class="container mx-auto px-4 py-6">
69+
<nav class="flex flex-col sm:flex-row items-center justify-between">
70+
<a
71+
href="https://codelabsacademy.com/en"
72+
target="_blank"
73+
rel="noreferrer"
74+
aria-label="Home page link"
75+
>
76+
<div class="flex items-center space-x-2 mb-4 sm:mb-0">
77+
<img
78+
src="https://d3vdhmy3teu986.cloudfront.net/strapi/Bullet_9dbbd7144f.svg"
79+
width="30px"
80+
alt="Code Labs Academy icon"
81+
/></div
82+
></a>
83+
<div class="flex items-center space-x-6">
84+
<a
85+
href="index.html"
86+
class="text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-100"
87+
>Blog</a
88+
>
89+
<a
90+
href="https://codelabsacademy.com/en/learning-hub"
91+
target="_blank"
92+
rel="noreferrer"
93+
class="text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-100"
94+
>Learning Hub</a
95+
>
96+
<button
97+
id="darkModeToggle"
98+
class="p-2 hover:bg-gray-100 dark:hover:bg-gray-800 rounded-full"
99+
>
100+
<svg
101+
class="w-5 h-5 dark:hidden"
102+
fill="none"
103+
stroke="currentColor"
104+
viewBox="0 0 24 24"
105+
>
106+
<path
107+
stroke-linecap="round"
108+
stroke-linejoin="round"
109+
stroke-width="2"
110+
d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"
111+
/>
112+
</svg>
113+
<svg
114+
class="w-5 h-5 hidden dark:block"
115+
fill="none"
116+
stroke="currentColor"
117+
viewBox="0 0 24 24"
118+
>
119+
<path
120+
stroke-linecap="round"
121+
stroke-linejoin="round"
122+
stroke-width="2"
123+
d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"
124+
/>
125+
</svg>
126+
</button>
127+
</div>
128+
</nav>
129+
</div>
130+
</header>
131+
132+
<!-- Main Content -->
133+
<main class="container mx-auto px-4 py-12 min-h-[80vh]">
134+
<article class="max-w-[820px] mx-auto">
135+
<p>Want to learn to code but worried about the cost? Don't be! This article explores affordable options for coding bootcamps in Portugal. It's easier than you think to get the training you need.</p><h3>Funding Your Coding Dreams</h3><p>Finding money for a coding bootcamp can feel like a huge hurdle. But there are ways to make it work. This article is a lifesaver for those looking for financial assistance.</p><h3>Exploring Funding Options</h3><p>The article dives into various funding options available to Portuguese students. Think scholarships, grants, and loans. There's likely something that fits your situation.</p><h3>Making it Happen</h3><p>It's all about planning and research. The article guides you through the process of finding the right funding for your coding journey. You can do this!</p><h3>Next Steps</h3><p>Ready to take the plunge? Start exploring the options mentioned in the article. Your coding future is closer than you think.</p><br />Check out the complete article by reading <a href="https://codelabsacademy.com/en/blog/financiamento-bootcamps-programacao-portugal?source=github">here</a><br /><hr /><a href="https://codelabsacademy.com/en/courses/web-development/portugal/loures?source=github">Web Development</a> Excellence in Loures with <a href="https://codelabsacademy.com/en/">Code Labs Academy</a><br /><br />#bootcamps #programming #financing
136+
</article>
137+
</main>
138+
139+
<!-- Footer -->
140+
<footer class="border-t border-gray-100 dark:border-gray-800">
141+
<div class="container mx-auto px-4 py-6">
142+
<div class="flex justify-center space-x-4">
143+
<a
144+
href="https://www.linkedin.com/school/codelabsacademy"
145+
target="_blank"
146+
rel="noreferrer"
147+
aria-label="CLA Linkedin link"
148+
class="hover:opacity-80"
149+
>
150+
<img
151+
class="w-6 h-6"
152+
src="./images/linkedin.svg"
153+
alt="Linkedin icon"
154+
/>
155+
</a>
156+
<a
157+
href="https://www.instagram.com/codelabsacademy_/"
158+
target="_blank"
159+
rel="noreferrer"
160+
aria-label="CLA Instagram link"
161+
class="hover:opacity-80"
162+
>
163+
<img
164+
class="w-6 h-6"
165+
src="./images/instagram.svg"
166+
alt="Instagram icon"
167+
/>
168+
</a>
169+
<a
170+
href="https://www.google.com/maps/place/Code+Labs+Academy+Berlin+-+Coding+Bootcamp/@52.5039927,13.405669,17z/data=!3m1!4b1!4m6!3m5!1s0x47bdbddcaf38f957:0xc4282d6f3a56c1bd!8m2!3d52.5039927!4d13.407863!16s%2Fg%2F11rtcdzfy3"
171+
target="_blank"
172+
rel="noreferrer"
173+
aria-label="CLA Maps link"
174+
class="hover:opacity-80"
175+
>
176+
<img class="w-6 h-6" src="./images/maps.svg" alt="Maps icon" />
177+
</a>
178+
</div>
179+
<p class="text-center text-sm text-gray-500 dark:text-gray-400 mt-4">
180+
©
181+
<script>
182+
document.write(new Date().getFullYear());
183+
</script>
184+
Code Labs Academy. All rights reserved.
185+
</p>
186+
</div>
187+
</footer>
188+
189+
<script>
190+
const darkModeToggle = document.getElementById("darkModeToggle");
191+
const html = document.documentElement;
192+
193+
darkModeToggle.addEventListener("click", () => {
194+
html.classList.toggle("dark");
195+
localStorage.setItem("darkMode", html.classList.contains("dark"));
196+
});
197+
198+
// Check for saved dark mode preference
199+
if (
200+
localStorage.getItem("darkMode") === "true" ||
201+
(!("darkMode" in localStorage) &&
202+
window.matchMedia("(prefers-color-scheme: dark)").matches)
203+
) {
204+
html.classList.add("dark");
205+
}
206+
</script>
207+
</body>
208+
</html>

0 commit comments

Comments
 (0)