Skip to content

Commit

Permalink
Merge pull request #851 from puennico/main
Browse files Browse the repository at this point in the history
Adds nicolas-52000 profile
  • Loading branch information
ntoniocp authored Oct 25, 2024
2 parents e3e30c4 + 1af1f7c commit 6c87ddd
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 0 deletions.
26 changes: 26 additions & 0 deletions github-profiles/nicolas-52000/README.md
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 |
73 changes: 73 additions & 0 deletions github-profiles/nicolas-52000/index.html
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.

0 comments on commit 6c87ddd

Please sign in to comment.