Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-almeida committed Feb 18, 2024
0 parents commit d74ac85
Show file tree
Hide file tree
Showing 5 changed files with 883 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# MultiServicios Almeida & Asociados C.A
5 changes: 5 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* {
margin: 0;
padding: 0;
background-color: #000;
}
844 changes: 844 additions & 0 deletions images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./images/favicon.svg" />
<link rel="stylesheet" type="text/css" href="./css/index.css" />

<title>MultiServicios Almeida</title>
</head>
<body>
<header>
<a href="/">
<img
class="logo"
src="./images/favicon.svg"
alt="Logo de MultiServicios Almeida & Asociados C.A"
/>
</a>

<nav></nav>
</header>
<main>
<p>
Somos una empresa especializada en la refrigeración y la instalación de
sistemas eléctricos, garantizando la calidad y eficiencia de sus
servicios.
</p>
</main>
<footer></footer>
<script src="./js/index.js"></script>
</body>
</html>
Empty file added js/index.js
Empty file.

0 comments on commit d74ac85

Please sign in to comment.