-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #851 from puennico/main
Adds nicolas-52000 profile
- Loading branch information
Showing
3 changed files
with
99 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
### Nicolas Puentes (https://github.com/puennico) | ||
--- | ||
|
||
Argentino de 36 años estudiando en el bootcamp de [Undefined Academy](https://undefined.academy "Undefined Academy") para covertirse en **Desarrollador Web Full-stack**. | ||
|
||
--- | ||
|
||
36 years old argentinian studying at [Undefined Academy](https://undefined.academy "Undefined Academy") bootcamp to become a **Full-stack Web Developer**. | ||
|
||
--- | ||
#### Useful commands | ||
| Command | Description | | ||
| ----------- | ----------- | | ||
| whoami | shows current username | | ||
| pwd | shows absolute route of the current directory | | ||
| ls | lists the archives in the current directory or in the route given | | ||
| cd | moves between directories | | ||
| mkdir | creates a directory with the given name | | ||
|
||
--- | ||
|
||
#### Useful aliases | ||
| Alias | Command | Description | | ||
| ----------- | ----------- | ----------- | | ||
| cl | cl="clear" | clears the screen | | ||
| npmd | npmd="npm run dev" | runs the project in development mode | |
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,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Nicolas Puentes</title> | ||
</head> | ||
|
||
<body> | ||
<h1>Nicolas Puentes (<a href="https://github.com/puennico" title="Github profile">https://github.com/puennico</a>)</h1> | ||
<hr> | ||
|
||
<p>Argentino de 36 años estudiando en el bootcamp de <a href="https://undefined.academy" title="Undefined Academy">Undefined Academy</a> para covertirse en <strong>Desarrollador Web Full-stack</strong>.</p> | ||
|
||
<hr> | ||
|
||
<p>36 years old argentinian studying at <a href="https://undefined.academy" title="Undefined Academy">Undefined Academy</a> bootcamp | ||
to become a <strong>Full-stack Web Developer</strong>.</p> | ||
|
||
<hr> | ||
<h2>Useful commands</h2> | ||
<table border="1"> | ||
<tr> | ||
<th>Command</th> | ||
<th>Description</th> | ||
</tr> | ||
<tr> | ||
<td>whoami</td> | ||
<td>shows current username</td> | ||
</tr> | ||
<tr> | ||
<td>pwd</td> | ||
<td>shows absolute route of the current directory</td> | ||
</tr> | ||
<tr> | ||
<td>ls</td> | ||
<td>lists the archives in the current directory or in the route given</td> | ||
</tr> | ||
<tr> | ||
<td>cd</td> | ||
<td>moves between directories</td> | ||
</tr> | ||
<tr> | ||
<td>mkdir</td> | ||
<td>creates a directory with the given name</td> | ||
</tr> | ||
</table> | ||
|
||
<hr> | ||
|
||
<h2>Useful aliases</h2> | ||
<table border="1"> | ||
<tr> | ||
<th>Alias</th> | ||
<th>Command</th> | ||
<th>Description</th> | ||
</tr> | ||
<tr> | ||
<td>cl</td> | ||
<td>cl="clear"</td> | ||
<td>clears the screen</td> | ||
</tr> | ||
<tr> | ||
<td>npmd</td> | ||
<td>npmd="npm run dev"</td> | ||
<td>runs the project in development mode</td> | ||
</tr> | ||
</table> | ||
|
||
</body> | ||
|
||
</html> |
Empty file.