Merge pull request #41 from izabela963/testezineo

Testezineo
This commit is contained in:
Luke Oliff 2018-10-01 20:05:54 -07:00 committed by GitHub
commit 825910780d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 0 deletions

View File

@ -191,6 +191,13 @@ Start adding your names here:
- I am looking foward learning Django.
- [![github-alt][github-img]](https://github.com/igcigc)
### Izabela Cardozo
- I'm a Brazilian Electrical Engineer studant and Friends lover, by the way, How u doin'? ;)
- My hobbies include:
- Watch spanish TV shows (please watch Gran Hotel);
- Listen music.
- [![twitter-alt][twitter-img]](https://twitter.com/izabela963)
### Example Profile
- I'm an example that you can copy, if you want :)
- I work for...

10
code/aboutMe.html Normal file
View File

@ -0,0 +1,10 @@
<html>
<header><title>HacktoberFest</title></header>
<body>
My name is Izabela and I'm 21 years old. </br>
That's my first year on HacktoberFest!</br>
I am really excited to get T-shirt :)</br>
I'm from Brazil and an electrical engineer student, that is my first time making PRs</br></br>
<a href="helloWorld.html">Home</a>
</body>
</html>

8
code/helloWorld.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<header><title>HacktoberFest</title></header>
<body>
Hello, world! </br>
Hello, HacktoberFest!</br></br>
<a href="aboutMe.html">About me</a>
</body>
</html>