From 0e17a24c134868657acc7f9bf66f86a6ae0b8f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Assun=C3=A7=C3=A3o?= Date: Thu, 14 May 2026 21:42:48 -0300 Subject: [PATCH 01/11] =?UTF-8?q?Cria=20arquivo=20de=20teste=20para=20demo?= =?UTF-8?q?stra=C3=A7=C3=A3o=20aos=20alunos=20da=20turma=20de=202024?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exemplos/MarcosAssuncao/teste.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 exemplos/MarcosAssuncao/teste.php diff --git a/exemplos/MarcosAssuncao/teste.php b/exemplos/MarcosAssuncao/teste.php new file mode 100644 index 0000000..c59ba77 --- /dev/null +++ b/exemplos/MarcosAssuncao/teste.php @@ -0,0 +1,8 @@ +

Título HTML

+ 2) { + echo "1 é maior do que 2"; + } else { + echo "1 não é maior do que 2"; + } +?> \ No newline at end of file From 05d8dc2235322d6c2c8e9b6c863d6d7d9857bcc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Assun=C3=A7=C3=A3o?= Date: Fri, 15 May 2026 17:22:22 +0000 Subject: [PATCH 02/11] Testa evento de push --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 5e5539b..175bacd 100644 --- a/index.php +++ b/index.php @@ -1 +1 @@ - Date: Fri, 15 May 2026 17:28:34 +0000 Subject: [PATCH 03/11] Testa evento de push com commit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 175bacd..799150e 100644 --- a/index.php +++ b/index.php @@ -1 +1 @@ - Date: Fri, 15 May 2026 18:15:46 +0000 Subject: [PATCH 04/11] Adiciona tag do Google Analytics --- index.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 799150e..54b2038 100644 --- a/index.php +++ b/index.php @@ -1 +1,14 @@ - + + + + + + + \ No newline at end of file From 05829c6a46d01709158fe43857e3649e67627b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Assun=C3=A7=C3=A3o?= Date: Mon, 18 May 2026 20:50:40 -0300 Subject: [PATCH 05/11] Realiza teste de deploy das branches develop e main --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 5e5539b..fa38fe9 100644 --- a/index.php +++ b/index.php @@ -1 +1 @@ - Date: Mon, 18 May 2026 20:57:08 -0300 Subject: [PATCH 06/11] Testa Desploy em develop e main --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index fa38fe9..ac2261b 100644 --- a/index.php +++ b/index.php @@ -1 +1 @@ - Date: Mon, 18 May 2026 20:59:12 -0300 Subject: [PATCH 07/11] Corrige ortografia --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ac2261b..cab2221 100644 --- a/index.php +++ b/index.php @@ -1 +1 @@ - Date: Wed, 20 May 2026 21:21:12 -0300 Subject: [PATCH 08/11] Altera o texto de exemplo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index cab2221..cd83336 100644 --- a/index.php +++ b/index.php @@ -1 +1 @@ - Date: Wed, 20 May 2026 21:32:21 -0300 Subject: [PATCH 09/11] Cria lista para merge --- index.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index cd83336..ab10596 100644 --- a/index.php +++ b/index.php @@ -1 +1,14 @@ - +
1 +
2 +
3 +
4 +
5 +
6 +
7 +
8 +
9 +
10 +
11 +
12 +
13 From b367b06bb0237aacb2c14f43268139b316c499c4 Mon Sep 17 00:00:00 2001 From: Marcos Assuncao Date: Thu, 21 May 2026 19:53:05 -0300 Subject: [PATCH 10/11] =?UTF-8?q?Declara=C3=A7=C3=A3o=20de=20vari=C3=A1vei?= =?UTF-8?q?s=20e=20Condicional=20if-else?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exemplos/MarcosAssuncao/index.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 exemplos/MarcosAssuncao/index.php diff --git a/exemplos/MarcosAssuncao/index.php b/exemplos/MarcosAssuncao/index.php new file mode 100644 index 0000000..4c7f25d --- /dev/null +++ b/exemplos/MarcosAssuncao/index.php @@ -0,0 +1,31 @@ + + + + + + Título da página + + +

Aula 04

+

Esse texto está no html

+ Esse texto está no PHP

"; + echo "

O resultado é $resultado

"; + echo "

Aprovação (if-else)

"; + $nota = 7; // Declaração de variável + if ($nota > 6) { // Verifica se nota é maior que 6 + // Mostra mensagem de aprovação caso + //a nota seja maior que 6 + echo "

Aluno Aprovado com nota $nota

"; + }else{ + // Mostra mensagem de reprovação caso + // caso a nota seja menor que ou igual a 6 + echo "

A nota $nota do aluno não + foi suficiente. Aluno Reprovado!

"; + } + ?> + + \ No newline at end of file From fb2845d6167da668c915bbad6a3c01cf24c7fc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Assun=C3=A7=C3=A3o?= Date: Thu, 21 May 2026 20:29:47 -0300 Subject: [PATCH 11/11] Realizado desafio if-else --- .vscode/launch.json | 2 +- exemplos/MarcosAssuncao/desafio-if-else.php | 7 +++++++ .../MarcosAssuncao/{index.php => variaveis-if-else.php} | 0 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 exemplos/MarcosAssuncao/desafio-if-else.php rename exemplos/MarcosAssuncao/{index.php => variaveis-if-else.php} (100%) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9dc6b4d..1f5bbec 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "Listen for Xdebug", "type": "php", "request": "launch", - "port": 9003 + "port": 3000 }, { "name": "Launch currently open script", diff --git a/exemplos/MarcosAssuncao/desafio-if-else.php b/exemplos/MarcosAssuncao/desafio-if-else.php new file mode 100644 index 0000000..c4d03d1 --- /dev/null +++ b/exemplos/MarcosAssuncao/desafio-if-else.php @@ -0,0 +1,7 @@ +

Desafio if-else

+

Escreva um programa que receba a quantidade de faltas de + um aluno e informe se ele foi "Aprovado" ou + "Reprovado por frequência". + Cada disciplina tem 4 aulas e o aluno precisa de + pelo menos 50% de presença para aprovação. +

\ No newline at end of file diff --git a/exemplos/MarcosAssuncao/index.php b/exemplos/MarcosAssuncao/variaveis-if-else.php similarity index 100% rename from exemplos/MarcosAssuncao/index.php rename to exemplos/MarcosAssuncao/variaveis-if-else.php