Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds README.md #851

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading