mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 13:22:39 +00:00
commit
825910780d
@ -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
10
code/aboutMe.html
Normal 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
8
code/helloWorld.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user