Skip to content

Commit

Permalink
Merge pull request #782 from monhh/main
Browse files Browse the repository at this point in the history
  • Loading branch information
glrodasz authored Oct 19, 2023
2 parents 64e77c2 + 4c97079 commit 9670e33
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 257 deletions.
Binary file modified .DS_Store
Binary file not shown.
22 changes: 0 additions & 22 deletions github-profiles/Lucaasvera/README.md

This file was deleted.

72 changes: 0 additions & 72 deletions github-profiles/Lucaasvera/index.html

This file was deleted.

56 changes: 0 additions & 56 deletions github-profiles/Lucaasvera/styles.css

This file was deleted.

35 changes: 0 additions & 35 deletions github-profiles/maoacr-4036/README.md

This file was deleted.

Binary file removed github-profiles/maoacr-4036/behance.png
Binary file not shown.
Binary file removed github-profiles/maoacr-4036/facebook.png
Binary file not shown.
Binary file removed github-profiles/maoacr-4036/gmail.png
Binary file not shown.
28 changes: 0 additions & 28 deletions github-profiles/maoacr-4036/index.html

This file was deleted.

Binary file removed github-profiles/maoacr-4036/instagram.png
Binary file not shown.
Binary file removed github-profiles/maoacr-4036/linkedin.png
Binary file not shown.
44 changes: 0 additions & 44 deletions github-profiles/maoacr-4036/styles.css

This file was deleted.

Binary file removed github-profiles/maoacr-4036/whatsapp.png
Binary file not shown.
16 changes: 16 additions & 0 deletions github-profiles/monh-6851/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
> http://localhost:8080/moncv/index.html con el server npx @11ty/eleventy --serve
# Hello I'm Mon Hh✨
living in the Atlantic Ocean 🌊 of Northwest Spain

I work as:
- **Full Stack Javascript Developer**
- **Electronic Developer**

I'm also a Sound Engineer and Video Editor

I make **Generative Audio and Video** and design digital instruments with these tools:
- max/msp
- puredata
- processing
- others ....
27 changes: 27 additions & 0 deletions github-profiles/monh-6851/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>monhh</title>
</head>
<body>
<!-- <!- +tab -->
<!-- Semana 1, Clase 3: Introducción a HTML. solution clase 4-->
<h1> Hello I'm Mon Hh✨ </h1>
<h2>living in the Atlantic Ocean 🌊 of Northwest Spain</h2>
<p>I work as:</p>
<ul>
<li><strong> Full Stack Javascript Developer</strong></li>
<li><strong>Electronic Developer</strong></li>
</ul>
<p>I'm also a Sound Engineer and Video Editor</p>
I make <strong>Generative Audio and Video</strong> and design digital instruments with these tools:
<ul>
<li>max/msp</li>
<li>puredata</li>
<li>processing</li>
<li>others ....</li>
</ul>
</body>
</html>
22 changes: 22 additions & 0 deletions github-profiles/monh-6851/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
body {
/*debugger border: 1px solid tomato; */

border: 1px dashed tomato;
max-width: 600px;
font-size: 14px;
margin: 0 auto;
background: #f3f4f6;
color: #333;
font-family: Arial, Helvetica, sans-serif;

}

p {
line-height: 1.1;
}

h1,
h2 {
line-height: 1.5;
margin-top: 50px;
}

0 comments on commit 9670e33

Please sign in to comment.