mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 13:22:39 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
c024910683
19
README.md
19
README.md
@ -81,6 +81,13 @@ Start adding your names here:
|
||||
- ~~Having a social life~~
|
||||
- [![github-alt][github-img]](https://github.com/BenTechy66)
|
||||
|
||||
### BenoCD
|
||||
- Final Year Computer Engineering student from Concepción, Chile
|
||||
- Raspberry Pi Enthusiast
|
||||
- First time participating in Hacktoberfest
|
||||
[![twitter-alt][twitter-img]](https://twitter.com/beno_cd)
|
||||
[![github-alt][github-img]](https://github.com/benocd)
|
||||
|
||||
### duongoku
|
||||
- I'm a student and I'm in last year of highschool.
|
||||
- I'm interested in competitive programming, physics, calculus and tech stuff.
|
||||
@ -189,6 +196,18 @@ Start adding your names here:
|
||||
- Currently pursuing a PhD scholarship.
|
||||
[![github-alt][github-img]](https://github.com/MartinNievas)
|
||||
|
||||
### 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)
|
||||
|
||||
### Francisco Nievas (frannievas)
|
||||
- Computer science student
|
||||
- Nerd, geek, gamer, I love TLoK
|
||||
[![github-alt][github-img]](https://github.com/frannievas)
|
||||
|
||||
### 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