-
Notifications
You must be signed in to change notification settings - Fork 642
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 #782 from monhh/main
- Loading branch information
Showing
16 changed files
with
65 additions
and
257 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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,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 .... |
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,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> |
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,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; | ||
} |