Skip to content

Commit

Permalink
hi
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanciprian committed Nov 22, 2024
1 parent 238ae44 commit 7cc7458
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions detail.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -13,6 +12,15 @@
background-color: #f4f4f4;
}

header {
background-color: #3A6EA5;
color: white;
padding: 20px;
text-align: center;
font-size: 24px;
font-weight: bold;
}

.detail {
text-align: center;
padding: 20px;
Expand Down Expand Up @@ -49,8 +57,11 @@
}
</style>
</head>

<body>
<header>
Cardenales - Servicios Profesionales
</header>

<div class="detail">
<img src="https://via.placeholder.com/150" alt="Foto">
<h2 id="name">Nombre</h2>
Expand All @@ -67,5 +78,4 @@ <h2 id="name">Nombre</h2>
document.getElementById('stars').textContent = params.get('stars') || '★★★★☆';
</script>
</body>

</html>
</html>
Binary file added electricista2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added empleada2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cc7458

Please sign in to comment.