Skip to content

Commit c12fe4a

Browse files
committed
chore: initial import with MIT license and bilingual README [PT/EN]
0 parents  commit c12fe4a

14 files changed

Lines changed: 381 additions & 0 deletions

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 João Vitor Albero
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# profcode
2+
3+
> **PT-BR:** Site/portfólio acadêmico do *Professor Ajax* (trabalho legado padronizado).
4+
> **EN:** Academic site/portfolio for *Professor Ajax* (legacy work, standardized).
5+
6+
---
7+
8+
## 📌 Descrição | Description
9+
10+
**PT-BR**
11+
Projeto estático em **HTML** com páginas como `index.html`, `aula.html` e `contato.html`, além de recursos em `imagens/` e `audio/`. O objetivo é manter o material organizado e documentado, com licença MIT e instruções simples de uso.
12+
13+
**EN**
14+
Static **HTML** project with pages like `index.html`, `aula.html`, and `contato.html`, plus assets in `imagens/` and `audio/`. The goal is to keep the material organized and documented, with MIT license and simple usage instructions.
15+
16+
---
17+
18+
## 🗂️ Estrutura | Structure
19+
20+
profcode/
21+
├─ index.html
22+
├─ aula.html
23+
├─ contato.html
24+
├─ imagens/ # assets (png, etc.)
25+
├─ audio/ # assets (mp3)
26+
└─ README.md # this file
27+
28+
29+
> **Nota/Note:** A estrutura reflete o trabalho original (legado).
30+
31+
---
32+
33+
## ▶️ Como executar | How to run
34+
35+
**PT-BR**
36+
1. Abra o projeto no VS Code.
37+
2. Clique em `index.html` (ou `aula.html`) e abra no navegador.
38+
- Alternativa: servir localmente com Python:
39+
```bash
40+
python -m http.server 8000
41+
# acessar: http://localhost:8000
42+
```
43+
3. Pronto — é um site estático.
44+
45+
**EN**
46+
1. Open the project in VS Code.
47+
2. Open `index.html` (or `aula.html`) in your browser.
48+
- Alternative: serve locally with Python:
49+
```bash
50+
python -m http.server 8000
51+
# visit: http://localhost:8000
52+
```
53+
3. That’s it — static site.
54+
55+
---
56+
57+
## ✅ Checklist
58+
59+
- [x] README bilíngue (PT-BR/EN) atualizado
60+
- [x] Licença **MIT** adicionada (`LICENSE`)
61+
- [ ] Criar repositório no GitHub
62+
- [ ] Adicionar **Topics** (ex.: `html`, `portfolio`, `site-estatico`, `prof-ajax`)
63+
- [ ] Criar **Release** (ex.: `v1.0.0`)
64+
- [ ] **Actions** somente se necessário (ex.: GitHub Pages)
65+
66+
---
67+
68+
## 📄 Licença | License
69+
70+
Este projeto está licenciado sob os termos da **MIT License**.
71+
This project is licensed under the **MIT License**.
72+
73+
---
74+
75+
## 👤 Autor | Author
76+
77+
- João Vitor Albero — [GitHub](https://github.com/Joaolbero) · [LinkedIn](https://www.linkedin.com/in/joao-vitor-albero/)
133 KB
Binary file not shown.
3.97 MB
Binary file not shown.
2.91 MB
Binary file not shown.

aula.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Professor Ajax</title>
6+
</head>
7+
<body>
8+
<header>
9+
<img src="imagens/professorajax.png" width="500" height="500s">
10+
</header>
11+
<nav>
12+
<a href="index.html">Principal</a> |
13+
<a href="musica.html">Músicas</a> |
14+
<a href="aula.html">Aula</a> |
15+
<a href="contato.html">Contato</a> |
16+
</nav>
17+
<main>
18+
<h3>Python</h3>
19+
<iframe width="853" height="480" src="https://www.youtube.com/embed/KOdfpbnWLVo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
20+
<br>
21+
<h3>Java</h3>
22+
<iframe width="853" height="480" src="https://www.youtube.com/embed/I2wvhRUVNTM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
23+
<br>
24+
<h3>C++</h3>
25+
<iframe width="853" height="480" src="https://www.youtube.com/embed/S33SNjGyVN0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
26+
<br>
27+
<h3>R</h3>
28+
<iframe width="853" height="480" src="https://www.youtube.com/embed/mRlncrX94xQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
29+
<br>
30+
<footer>
31+
<strong>2022</strong>
32+
</footer>
33+
</main>
34+
</main>
35+
</body>
36+
</html>

contato.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Professor Ajax</title>
6+
</head>
7+
<body>
8+
<header>
9+
<img src="imagens/professorajax.png" width="500" height="500s">
10+
</header>
11+
<nav>
12+
<a href="index.html">Principal</a> |
13+
<a href="musica.html">Músicas</a> |
14+
<a href="aula.html">Aula</a> |
15+
<a href="contato.html">Contato</a> |
16+
</nav>
17+
<main>
18+
<br>
19+
<form method="post" action="">
20+
<strong>Nome: </strong>
21+
<input type="text" name="txtnome" required autofocus><br>
22+
<strong>E-mail: </strong>
23+
<input type="email" name="txtemail" required><br>
24+
<strong>Gênero: </strong> <br>
25+
<input type="radio" name="genero" value="1"> Masculino <br>
26+
<input type="radio" name="genero" value="2"> Feminino <br>
27+
<strong>Mensagem: </strong> <br>
28+
<textarea name="msg" rows="5" cols="40"></textarea> <br>
29+
30+
<button>Enviar</button>
31+
</form>
32+
</body>
33+
</html>
34+
35+
<br>
36+
<footer>
37+
<strong>2022</strong>
38+
</footer>
39+
</main>
40+
</main>
41+
</body>
42+
</html>

imagens/c.png

45.1 KB
Loading

imagens/java.png

47.1 KB
Loading

imagens/professorajax.png

1.2 MB
Loading

0 commit comments

Comments
 (0)