Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
glrodasz authored Mar 16, 2024
2 parents e3d2656 + 13b8901 commit f0492ee
Show file tree
Hide file tree
Showing 944 changed files with 50,339 additions and 9 deletions.
Binary file removed .DS_Store
Binary file not shown.
9 changes: 0 additions & 9 deletions .github/mergify.yml

This file was deleted.

37 changes: 37 additions & 0 deletions github-profiles/7thalex-1191/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Hi, I'm Alexander Pinto 👋

I'm a **Frontend Development** student at **Undefined Academy**.
My goal is to be able to deliver high quality code that is **readable**, **maintainable** and **scalable**.

## Skills 🛠️

- React
- TypeScript
- HTML/CSS
- Git

## Contact me 📫

- [Github](https://github.com/alexpintodiaz) 🖥️
- [LinkedIn](https://www.linkedin.com/in/pintodiaz/) 💼
- [alexanderpintodiaz@gmail.com](mailto:alexanderpintodiaz@gmail.com) ✉️

## Terminal Commands 💥

| Command | Description |
| ------- | ------------------------------------------------- |
| ls | Lists the files in the current directory |
| cd | Allows us to navigate between folders |
| rm | Allows us to delete a folder given a path |
| mkdir | Creates a new folder given a name for that folder |
| touch | Creates a new file given a path and/or name |

## Alias Commands 👽️

| Alias Command | Description |
| ------------- | ----------- |
| cl | clear |
| npmd | npm run dev |
| npms | npm start |

**_Thanks for visiting my GitHub profile!_** 😊
102 changes: 102 additions & 0 deletions github-profiles/7thalex-1191/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="main.css" />
<title>Alexander Pinto CV</title>
</head>

<body>
<!-- Main section -->
<h1>Hi, I'm Alexander Pinto 👋</h1>
<p>
I'm a <strong>Frontend Development</strong> student at
<strong>Undefined Academy</strong>.
<br />
My goal is to be able to deliver high quality code that is
<strong>readable, maintainable and scalable</strong>.
</p>
<!-- Skills section -->
<h2>Skills 🛠️</h2>
<ul>
<li>React</li>
<li>TypeScript</li>
<li>HTML/CSS</li>
<li>Git</li>
</ul>
<!-- Contact section -->
<h2>Contact me 📫</h2>
<ul>
<li><a href="https://github.com/alexpintodiaz">Github</a></li>
<li><a href="https://www.linkedin.com/in/pintodiaz/">LinkedIn</a></li>
<li>
<a href="mailto:alexanderpintodiaz@gmail.com"
>alexanderpintodiaz@gmail.com</a
>
</li>
</ul>

<!-- Terminal commands section -->

<h2>Terminal Commands 💥</h2>

<table>
<thead>
<tr>
<th>Command</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>ls</td>
<td>Lists the files in the current directory</td>
</tr>
<tr>
<td>cd</td>
<td>Allows us to navigate between folders</td>
</tr>
<tr>
<td>rm</td>
<td>Allows us to delete a folder given a path</td>
</tr>
<tr>
<td>mkdir</td>
<td>Creates a new folder given a name for that folder</td>
</tr>
<tr>
<td>touch</td>
<td>Creates a new file given a path and/or name</td>
</tr>
</tbody>
</table>

<!-- Alias commands section -->

<h2>Alias Commands 👽️</h2>

<table>
<thead>
<tr>
<th>Alias Command</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>cl</td>
<td>clear</td>
</tr>
<tr>
<td>npmd</td>

<td>npm run dev</td>
</tr>
<tr>
<td>npms</td>
<td>npm start</td>
</tr>
</tbody>
</table>
</body>
</html>
47 changes: 47 additions & 0 deletions github-profiles/7thalex-1191/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
@import url("https://fonts.googleapis.com/css2?family=Golos+Text&family=Grand+Hotel&display=swap");

body {
background: #f3f4f6;
margin: 0 auto;
max-width: 50em;
font-family: "Golos Text", "Helvetica", "Arial", sans-serif;
line-height: 1.5;
padding: 4em 1em;
color: #566b78;
}

a {
color: #e81c4f;
}

h2 {
margin-top: 1em;
padding-top: 1em;
}

h1,
h2,
strong {
color: #333;
}

code,
pre {
background: #f5f7f9;
border-bottom: 1px solid #d8dee9;
color: #a7adba;
}

code {
padding: 2px 4px;
vertical-align: text-bottom;
}

pre {
padding: 1em;
border-left: 2px solid #69c;
}

th {
padding-right: 4rem;
}
86 changes: 86 additions & 0 deletions github-profiles/AETERNUS-9050/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<div id="header" align="center">
<img src="https://media.giphy.com/media/M9gbBd9nbDrOTu1Mqx/giphy.gif" width="100"/>
<div id="badges">

[![MyGitHub][MyGitHub]][MyGitHub-url] [![Twitter][Twitter]][Twitter-url] [![Gmail][Gmail]][Gmail-url] [![LinkedIn][LinkedIn]][LinkedIn-url]
</div>

![](https://komarev.com/ghpvc/?username=Aeternus185&style=for-the-badge&color=blue)

<h1>Hello there, fellow coders <img src="https://raw.githubusercontent.com/Aeternus185/Aeternus185/main/assets/wave-animated.gif" width="40px"></h1>
</div>

### 👨🏻‍💻 About Me

I'm Andry Orellana, A self-taught Venezuelan developer.

- 💻 I’m currently working on Web version of my CV/Resume.

- 📚 I’m currently attending the Undefined Academy's Full-stack JavaScript Developer Bootcamp.

- 💬 Ask me about anything, I'm happy to help!

---

### 🛠️ Skills

**Programming Languages**

[![HTML5][HTML5]][HTML5-url] [![CSS3][CSS3]][CSS3-url] [![JavaScript][JavaScript]][JavaScript-url]

**Frameworks and Libraries**

[![TailwindCSS][TailwindCSS]][TailwindCSS-url] [![React][React]][React-url] [![NextJS][NextJS]][NextJS-url]

**Design Tools**

[![Figma][Figma]][Figma-url]

**Version Control**

[![Git][Git]][Git-url]

---

### 💻 Terminal Commands

| Command | Description |
| --- | --- |
| `mkdir` | Create new folder. |
| `cd` | Change directory. |
| `ls` | List files or directories. |
| `rm` | Delete file or directory. |
| `cp` | Copy file or directory. |

### ⭐ Useful Commands Alias

| Alias | Command | Description |
| --- | --- | --- |
| cl | `clear` | Clean terminal.
| .. | `cd..` | Back to parent directory.

[MyGitHub]: https://img.shields.io/badge/GitHub-181717.svg?style=for-the-badge&logo=GitHub&logoColor=white
[MyGitHub-url]: https://github.com/Aeternus185
[Twitter]: https://img.shields.io/badge/Twitter-1DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white
[Twitter-url]: https://twitter.com/AeternusDev
[Gmail]: https://img.shields.io/badge/Gmail-EA4335.svg?style=for-the-badge&logo=Gmail&logoColor=white
[Gmail-url]: mailto:andryfpo@gmail.com
[LinkedIn]: https://img.shields.io/badge/LinkedIn-0A66C2.svg?style=for-the-badge&logo=LinkedIn&logoColor=white
[LinkedIn-url]: hhttps://www.linkedin.com/in/aeternus185/

[HTML5]: https://img.shields.io/badge/HTML5-E34F26.svg?style=for-the-badge&logo=HTML5&logoColor=white
[HTML5-url]: https://html.spec.whatwg.org/
[CSS3]: https://img.shields.io/badge/CSS3-1572B6.svg?style=for-the-badge&logo=CSS3&logoColor=white
[CSS3-url]: https://www.css3.com/
[JavaScript]: https://img.shields.io/badge/JavaScript-F7DF1E.svg?style=for-the-badge&logo=JavaScript&logoColor=black
[JavaScript-url]: https://www.javascript.com/
[TailwindCSS]: https://img.shields.io/badge/Tailwind%20CSS-06B6D4.svg?style=for-the-badge&logo=Tailwind-CSS&logoColor=white
[TailwindCSS-url]: https://tailwindcss.com/
[React]: https://img.shields.io/badge/React-61DAFB.svg?style=for-the-badge&logo=React&logoColor=black
[React-url]: https://reactjs.org/
[NextJS]: https://img.shields.io/badge/Next.js-000000.svg?style=for-the-badge&logo=nextdotjs&logoColor=white
[NextJS-url]: https://nextjs.org/
[Figma]: https://img.shields.io/badge/Figma-F24E1E.svg?style=for-the-badge&logo=Figma&logoColor=white
[Figma-url]: https://www.figma.com/
[Git]: https://img.shields.io/badge/Git-F05032.svg?style=for-the-badge&logo=Git&logoColor=white
[Git-url]: https://git-scm.com/
Loading

0 comments on commit f0492ee

Please sign in to comment.