Spaces:
Running
Running
Cool.
Browse filesVamos agora para a página dos mestrados e doutoramentos.
- Follow Up Deployment
- mestrados-doutoramentos.html +12 -25
- prompts.txt +44 -1
mestrados-doutoramentos.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
-
<script src="
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 12 |
<style>
|
| 13 |
.stat-card {
|
|
@@ -26,9 +26,6 @@
|
|
| 26 |
.border-uc-gold {
|
| 27 |
border-color: #FFD700;
|
| 28 |
}
|
| 29 |
-
.progress-bar {
|
| 30 |
-
transition: width 2s ease-in-out;
|
| 31 |
-
}
|
| 32 |
</style>
|
| 33 |
</head>
|
| 34 |
<body class="bg-gray-50">
|
|
@@ -38,13 +35,13 @@
|
|
| 38 |
<div class="flex justify-between items-center">
|
| 39 |
<div>
|
| 40 |
<h1 class="text-xl font-bold">Universidade de Coimbra</h1>
|
| 41 |
-
<p class="
|
| 42 |
</div>
|
| 43 |
<a href="index.html" class="text-uc-gold hover:text-yellow-400 font-medium flex items-center">
|
| 44 |
<i data-feather="home" class="mr-2"></i> Voltar ao Início
|
| 45 |
</a>
|
| 46 |
</div>
|
| 47 |
-
</
|
| 48 |
</header>
|
| 49 |
|
| 50 |
<!-- Hero Section -->
|
|
@@ -73,7 +70,7 @@
|
|
| 73 |
<!-- Total Investment -->
|
| 74 |
<div class="stat-card bg-white rounded-xl shadow-lg p-6 text-center border-l-4 border-purple-500" data-aos="fade-up">
|
| 75 |
<div class="bg-purple-100 p-3 rounded-full inline-flex mb-4">
|
| 76 |
-
<i data-feather="dollar-sign" class="text-purple-600"></
|
| 77 |
</div>
|
| 78 |
<h3 class="text-2xl font-bold text-gray-800 mb-2">€564,08</h3>
|
| 79 |
<p class="text-gray-600">Investimento Total</p>
|
|
@@ -111,7 +108,7 @@
|
|
| 111 |
<div class="space-y-4">
|
| 112 |
<div class="flex justify-between items-center">
|
| 113 |
<span class="text-gray-600">Período:</span>
|
| 114 |
-
<span class="font-semibold">
|
| 115 |
</div>
|
| 116 |
<div class="flex justify-between items-center">
|
| 117 |
<span class="text-gray-600">Investimento:</span>
|
|
@@ -138,7 +135,7 @@
|
|
| 138 |
|
| 139 |
<!-- Google Data -->
|
| 140 |
<div class="bg-red-50 rounded-xl p-6 shadow-md" data-aos="fade-left">
|
| 141 |
-
<div class="flex items-center mb-
|
| 142 |
<div class="bg-red-600 p-3 rounded-full mr-4">
|
| 143 |
<i data-feather="search" class="text-white"></i>
|
| 144 |
</div>
|
|
@@ -147,7 +144,7 @@
|
|
| 147 |
<div class="space-y-4">
|
| 148 |
<div class="flex justify-between items-center">
|
| 149 |
<span class="text-gray-600">Período:</span>
|
| 150 |
-
<span class="font-semibold">
|
| 151 |
</div>
|
| 152 |
<div class="flex justify-between items-center">
|
| 153 |
<span class="text-gray-600">Investimento:</span>
|
|
@@ -155,13 +152,13 @@
|
|
| 155 |
</div>
|
| 156 |
<div class="flex justify-between items-center">
|
| 157 |
<span class="text-gray-600">Impressões:</span>
|
| 158 |
-
<span class="font-semibold">2.271</
|
| 159 |
</div>
|
| 160 |
<div class="flex justify-between items-center">
|
| 161 |
<span class="text-gray-600">Clicks:</span>
|
| 162 |
<span class="font-semibold">245</span>
|
| 163 |
</div>
|
| 164 |
-
<div class="
|
| 165 |
<span class="text-gray-600">CTR:</span>
|
| 166 |
<span class="font-semibold text-green-600">10,79%</span>
|
| 167 |
</div>
|
|
@@ -178,10 +175,9 @@
|
|
| 178 |
<h2 class="text-2xl font-bold text-gray-800">Observações</h2>
|
| 179 |
</div>
|
| 180 |
<div class="space-y-4 text-gray-700">
|
| 181 |
-
<p>✅ <strong>
|
| 182 |
-
<p>📊 <strong>
|
| 183 |
-
<p>🎯 <strong>
|
| 184 |
-
<p>💰 <strong>Custo-benefício:</strong> Excelente performance considerando o investimento total de €564,08.</p>
|
| 185 |
</div>
|
| 186 |
</div>
|
| 187 |
</div>
|
|
@@ -217,15 +213,6 @@
|
|
| 217 |
once: true
|
| 218 |
});
|
| 219 |
feather.replace();
|
| 220 |
-
|
| 221 |
-
// Animate progress bars
|
| 222 |
-
document.addEventListener('DOMContentLoaded', function() {
|
| 223 |
-
setTimeout(() => {
|
| 224 |
-
document.querySelectorAll('.progress-bar').forEach(bar => {
|
| 225 |
-
bar.style.width = bar.getAttribute('data-width');
|
| 226 |
-
});
|
| 227 |
-
}, 500);
|
| 228 |
-
});
|
| 229 |
</script>
|
| 230 |
</body>
|
| 231 |
</html>
|
|
|
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 9 |
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
| 10 |
+
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 12 |
<style>
|
| 13 |
.stat-card {
|
|
|
|
| 26 |
.border-uc-gold {
|
| 27 |
border-color: #FFD700;
|
| 28 |
}
|
|
|
|
|
|
|
|
|
|
| 29 |
</style>
|
| 30 |
</head>
|
| 31 |
<body class="bg-gray-50">
|
|
|
|
| 35 |
<div class="flex justify-between items-center">
|
| 36 |
<div>
|
| 37 |
<h1 class="text-xl font-bold">Universidade de Coimbra</h1>
|
| 38 |
+
<p class="text-gray-300 text-sm">Relatórios de Advertising 2025 - Black Monster Media</p>
|
| 39 |
</div>
|
| 40 |
<a href="index.html" class="text-uc-gold hover:text-yellow-400 font-medium flex items-center">
|
| 41 |
<i data-feather="home" class="mr-2"></i> Voltar ao Início
|
| 42 |
</a>
|
| 43 |
</div>
|
| 44 |
+
</div>
|
| 45 |
</header>
|
| 46 |
|
| 47 |
<!-- Hero Section -->
|
|
|
|
| 70 |
<!-- Total Investment -->
|
| 71 |
<div class="stat-card bg-white rounded-xl shadow-lg p-6 text-center border-l-4 border-purple-500" data-aos="fade-up">
|
| 72 |
<div class="bg-purple-100 p-3 rounded-full inline-flex mb-4">
|
| 73 |
+
<i data-feather="dollar-sign" class="text-purple-600"></i>
|
| 74 |
</div>
|
| 75 |
<h3 class="text-2xl font-bold text-gray-800 mb-2">€564,08</h3>
|
| 76 |
<p class="text-gray-600">Investimento Total</p>
|
|
|
|
| 108 |
<div class="space-y-4">
|
| 109 |
<div class="flex justify-between items-center">
|
| 110 |
<span class="text-gray-600">Período:</span>
|
| 111 |
+
<span class="font-semibold">Fev - Mar 2025</span>
|
| 112 |
</div>
|
| 113 |
<div class="flex justify-between items-center">
|
| 114 |
<span class="text-gray-600">Investimento:</span>
|
|
|
|
| 135 |
|
| 136 |
<!-- Google Data -->
|
| 137 |
<div class="bg-red-50 rounded-xl p-6 shadow-md" data-aos="fade-left">
|
| 138 |
+
<div class="flex items-center mb-6">
|
| 139 |
<div class="bg-red-600 p-3 rounded-full mr-4">
|
| 140 |
<i data-feather="search" class="text-white"></i>
|
| 141 |
</div>
|
|
|
|
| 144 |
<div class="space-y-4">
|
| 145 |
<div class="flex justify-between items-center">
|
| 146 |
<span class="text-gray-600">Período:</span>
|
| 147 |
+
<span class="font-semibold">Fev - Mar 2025</span>
|
| 148 |
</div>
|
| 149 |
<div class="flex justify-between items-center">
|
| 150 |
<span class="text-gray-600">Investimento:</span>
|
|
|
|
| 152 |
</div>
|
| 153 |
<div class="flex justify-between items-center">
|
| 154 |
<span class="text-gray-600">Impressões:</span>
|
| 155 |
+
<span class="font-semibold">2.271</span>
|
| 156 |
</div>
|
| 157 |
<div class="flex justify-between items-center">
|
| 158 |
<span class="text-gray-600">Clicks:</span>
|
| 159 |
<span class="font-semibold">245</span>
|
| 160 |
</div>
|
| 161 |
+
<div class="flex justify-between items-center">
|
| 162 |
<span class="text-gray-600">CTR:</span>
|
| 163 |
<span class="font-semibold text-green-600">10,79%</span>
|
| 164 |
</div>
|
|
|
|
| 175 |
<h2 class="text-2xl font-bold text-gray-800">Observações</h2>
|
| 176 |
</div>
|
| 177 |
<div class="space-y-4 text-gray-700">
|
| 178 |
+
<p>✅ <strong>CTR Google excepcional:</strong> Taxa de 10,79% indica alta relevância dos anúncios.</p>
|
| 179 |
+
<p>📊 <strong>Alcance Meta significativo:</strong> Mais de 228 mil impressões alcançadas.</p>
|
| 180 |
+
<p>🎯 <strong>Estratégia eficiente:</strong> Investimento moderado com bons resultados em ambas plataformas.</p>
|
|
|
|
| 181 |
</div>
|
| 182 |
</div>
|
| 183 |
</div>
|
|
|
|
| 213 |
once: true
|
| 214 |
});
|
| 215 |
feather.replace();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 216 |
</script>
|
| 217 |
</body>
|
| 218 |
</html>
|
prompts.txt
CHANGED
|
@@ -204,4 +204,47 @@ Link Click: 3464
|
|
| 204 |
Alcance: 228 182
|
| 205 |
Impressões: 228 182
|
| 206 |
CTR: 0,69%
|
| 207 |
-
maninho a página está toda desformatada
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 204 |
Alcance: 228 182
|
| 205 |
Impressões: 228 182
|
| 206 |
CTR: 0,69%
|
| 207 |
+
maninho a página está toda desformatada
|
| 208 |
+
Recria a página relativa aos mestrados e doutoramentos.
|
| 209 |
+
Segue a estrutura das outras duas, universidade de verão e semana aberta.
|
| 210 |
+
Os valores dos mestrados e doutoramentos são:
|
| 211 |
+
GOOGLE:
|
| 212 |
+
225,87€
|
| 213 |
+
Impressões: 2271
|
| 214 |
+
Click: 245
|
| 215 |
+
CTR: 10,79%
|
| 216 |
+
META
|
| 217 |
+
338,21€
|
| 218 |
+
Link Click: 3464
|
| 219 |
+
Alcance: 228 182
|
| 220 |
+
Impressões: 228 182
|
| 221 |
+
CTR: 0,69%
|
| 222 |
+
brother a página está toda fodida, toda desformatada
|
| 223 |
+
Agora vamos criar o Mestrados e Doutoramento no mesmo formato que a Universidade de Verão e Semana Aberta.
|
| 224 |
+
Eis os dados: GOOGLE:
|
| 225 |
+
225,87€
|
| 226 |
+
Impressões: 2271
|
| 227 |
+
Click: 245
|
| 228 |
+
CTR: 10,79%
|
| 229 |
+
META
|
| 230 |
+
338,21€
|
| 231 |
+
Link Click: 3464
|
| 232 |
+
Alcance: 228 182
|
| 233 |
+
Impressões: 228 182
|
| 234 |
+
CTR: 0,69%
|
| 235 |
+
não dá para ver nada
|
| 236 |
+
Não se ve nada nesta página burro do caralho.
|
| 237 |
+
Compila como as outras mas mete os dados certos atrasado:
|
| 238 |
+
GOOGLE:
|
| 239 |
+
225,87€
|
| 240 |
+
Impressões: 2271
|
| 241 |
+
Click: 245
|
| 242 |
+
CTR: 10,79%
|
| 243 |
+
META
|
| 244 |
+
338,21€
|
| 245 |
+
Link Click: 3464
|
| 246 |
+
Alcance: 228 182
|
| 247 |
+
Impressões: 228 182
|
| 248 |
+
CTR: 0,69%
|
| 249 |
+
Cool.
|
| 250 |
+
Vamos agora para a página dos mestrados e doutoramentos.
|