Skip to content

Commit 5b64cd0

Browse files
committed
feat: replace name
1 parent 8281163 commit 5b64cd0

File tree

36 files changed

+199
-81
lines changed

36 files changed

+199
-81
lines changed

README.md

Lines changed: 120 additions & 12 deletions
Large diffs are not rendered by default.

components/Article/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### [Article](components/Article)
2+
23
#### HTML + CSS
34

45
This component has nothing special, it is simply a construction made with semantic HTML and responsive CSS.
@@ -19,9 +20,9 @@ This component has nothing special, it is simply a construction made with semant
1920
</ol>
2021
<strong>
2122
<span></span>
22-
<i>Salbatore Munuera</i>
23+
<i>Salbatore</i>
2324
<em>@salbatore</em>
2425
</strong>
2526
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
2627
</div>
27-
```
28+
```

components/Article/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>Lorem ipsum dolor sit amet</h2>
1818
</ol>
1919
<strong>
2020
<span></span>
21-
<i>Salbatore Munuera</i>
21+
<i>Salbatore</i>
2222
<em>@salbatore</em>
2323
</strong>
2424
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>

components/Articles/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### [Articles](components/Articles)
2+
23
#### HTML + CSS
34

45
List of articles using Flex, the date integrated by means of a pseudo object. The date is a functional element, it is not an absolute date of the object.
@@ -11,10 +12,10 @@ List of articles using Flex, the date integrated by means of a pseudo object. Th
1112
<img alt="Example" src="/example.jpg">
1213
</picture>
1314
<h3>Consectetur adipis cing</h3>
14-
<strong>Salbatore Munuera</strong>
15+
<strong>Salbatore</strong>
1516
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
1617
<a href="#example">Read more</a>
1718
</li>
1819
</ul>
1920
</div>
20-
```
21+
```

components/Articles/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<img alt="Test" src="images/1.jpg">
1414
</picture>
1515
<h3>Consectetur adipis cing</h3>
16-
<strong>Salbatore Munuera</strong>
16+
<strong>Salbatore</strong>
1717
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
1818
<a href="#test">Read more</a>
1919
</li>

components/Chat/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### [Chat](components/Chat)
2+
23
#### HTML + CSS
34

45
Component built to demonstrate how unnecessary complex HTML structures are to create a simple chat. Chat with purely semantic and objectless HTML to meet aesthetic needs.
@@ -15,11 +16,11 @@ Component built to demonstrate how unnecessary complex HTML structures are to cr
1516
</li>
1617
<li>
1718
<p>
18-
<b>Salbatore Munuera</b>
19+
<b>Salbatore</b>
1920
<span>Estoy estresado</span>
2021
<em>16:23</em>
2122
</p>
2223
</li>
2324
</ul>
2425
</div>
25-
```
26+
```

components/Chat/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@
1010
<ul>
1111
<li>
1212
<u>
13-
<b>Elon Musk</b>
13+
<b>Elon</b>
1414
<span>¿Cómo estas Salbatore?</span>
1515
<em>11:37</em>
1616
</u>
1717
</li>
1818
<li>
1919
<p>
20-
<b>Salbatore Munuera</b>
20+
<b>Salbatore</b>
2121
<span>Estoy estresado, intento dejar de fumar, pero soy incapaz</span>
2222
<em>16:23</em>
2323
</p>
2424
</li>
2525
<li>
2626
<u>
27-
<b>Elon Musk</b>
27+
<b>Elon</b>
2828
<span>Hola</span>
2929
<em>16:24</em>
3030
</u>
3131
</li>
3232
<li>
3333
<u>
34-
<b>Elon Musk</b>
34+
<b>Elon</b>
3535
<span>Hola</span>
3636
<em>20:44</em>
3737
</u>
3838
</li>
3939
<li>
4040
<p>
41-
<b>Salbatore Munuera</b>
41+
<b>Salbatore</b>
4242
<span>Elon, dejame en paz</span>
4343
<em>23:00</em>
4444
</p>

components/Comments/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
### [Comments](components/Comments)
2+
23
#### HTML + CSS
34

45
List of hierarchical comments making exclusive use of semantic HTML and CSS with defined inheritances, allowing different objects to be embedded in the content of the comment. The CSS contains responsive and print functionalities.
56

6-
77
```
88
<div class="Comments">
99
<ul>
1010
<li>
11-
<img src="/example.jpg" alt="Salbatore Munuera">
12-
<a href="#test">Salbatore Munuera</a>
11+
<img src="/example.jpg" alt="Salbatore">
12+
<a href="#test">Salbatore</a>
1313
<time>23 minutes</time>
1414
<p>I love HTML</p>
1515
</li>
1616
</ul>
1717
</div>
18-
```
18+
```

components/Comments/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<div class="Comments">
1010
<ul>
1111
<li>
12-
<img src="images/1.jpg" alt="Salbatore Munuera">
13-
<a href="#test">Salbatore Munuera</a>
12+
<img src="images/1.jpg" alt="Salbatore">
13+
<a href="#test">Salbatore</a>
1414
<time>23 minutes</time>
1515
<p>I hope you find this repository interesting, I have created it with love and for free.</p>
1616
<ul>
@@ -21,8 +21,8 @@
2121
<p>Sorry Salbatore, but this repository sucks and you don't give anything new to HTML.</p>
2222
</li>
2323
<li>
24-
<img src="images/1.jpg" alt="Salbatore Munuera">
25-
<a href="#test">Salbatore Munuera</a>
24+
<img src="images/1.jpg" alt="Salbatore">
25+
<a href="#test">Salbatore</a>
2626
<time>18 minutes</time>
2727
<p>You're right Bill, I'm a delusion.</p>
2828
</li>

components/Profile/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
### [Profile](components/Profile)
2+
23
#### HTML + CSS
34

45
Standard header of a social profile. It has responsive capabilities and makes use of semantic HTML.
@@ -7,7 +8,7 @@ Standard header of a social profile. It has responsive capabilities and makes us
78
<div class="Profile">
89
<em></em>
910
<span></span>
10-
<strong>Salbatore Munuera</strong>
11+
<strong>Salbatore</strong>
1112
<i>@salbatore</i>
1213
<p>I work in Alicunde Systems and I love programming.</p>
1314
<ol>
@@ -27,4 +28,4 @@ Standard header of a social profile. It has responsive capabilities and makes us
2728
</li>
2829
</ul>
2930
</div>
30-
```
31+
```

0 commit comments

Comments
 (0)