forked from Insper/Labs-de-C
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
1,717 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import { defineConfig } from 'vitepress' | ||
|
||
// https://vitepress.dev/reference/site-config | ||
export default defineConfig({ | ||
title: "Labs de C - Insper", | ||
description: "Material para aprendizado da linguagem C para programadores Python e Java", | ||
themeConfig: { | ||
// https://vitepress.dev/reference/default-theme-config | ||
nav: [ | ||
{ text: 'Home', link: '/' }, | ||
{ text: 'Examples', link: '/markdown-examples' } | ||
], | ||
|
||
sidebar: [ | ||
{ | ||
text: 'Examples', | ||
items: [ | ||
{ text: 'Markdown Examples', link: '/markdown-examples' }, | ||
{ text: 'Runtime API Examples', link: '/api-examples' } | ||
] | ||
} | ||
], | ||
|
||
socialLinks: [ | ||
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' } | ||
] | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
# https://vitepress.dev/reference/default-theme-home-page | ||
layout: home | ||
|
||
hero: | ||
name: "Labs de C - Insper" | ||
tagline: 4o semestre BCC | ||
actions: | ||
- theme: brand | ||
text: Começar | ||
link: /markdown-examples | ||
- theme: alt | ||
text: Acessar PrairieLearn | ||
link: /api-examples | ||
# features: | ||
# - title: Feature A | ||
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
# - title: Feature B | ||
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
# - title: Feature C | ||
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
--- | ||
|
||
|
||
## Objetivos | ||
|
||
Capacitar os alunos na linguagem C para que eles possam usá-la nas disciplinas | ||
do Quinto Semestre da Engenharia de Computação Insper. | ||
|
||
Iremos utilizar [um espaço no PrairieLearn](https://us.prairielearn.com/pl/course_instance/137302/assessment/2352640) para fazer essas atividades. Já aproveitem e se matriculem usando seu email Insper (login Microsoft). | ||
|
||
|
||
## Equipe | ||
|
||
- **Professores:** | ||
- Igor Montagner | ||
- Carlos Menezes | ||
|
||
- **Colaborações e versões anteriores** | ||
- Rafael Corsi | ||
- Marcelo Hasimoto | ||
- Maciel Vidal | ||
- Rodrigo Carareto | ||
- Eduardo Marossi | ||
- Marco Mello | ||
- Flavio Batista |
Oops, something went wrong.