Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: se traduce texto al español, se incluye nombre del editor #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="">
<meta name="author" content="">

<title>Azure App Service - Sample Static HTML Site</title>
<title>Azure App Service - Ejemplo de sitio estatico en HTML</title>

<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
Expand All @@ -16,7 +16,7 @@
<body>
<div class="navbar-wrapper">
<div class="container">
<h1>Azure App Service - Sample Static HTML Site</h1>
<h1>Azure App Service - Ejemplo de sitio estatico en HTML</h1>
<hr/>
</div>
</div>
Expand All @@ -29,7 +29,7 @@ <h1>Azure App Service - Sample Static HTML Site</h1>
<div class="col-xs-12 col-sm-6">
<img class="img-rectangle" src="img/azure-portal.png" alt="Azure App Service Web Apps" height="140">
<h2>Azure App Service Web Apps</h2>
<p>App Service Web Apps is a fully managed compute platform that is optimized for hosting websites and web applications. This platform-as-a-service (PaaS) offering of Microsoft Azure lets you focus on your business logic while Azure takes care of the infrastructure to run and scale your apps.</p>
<p>App Service Web Apps es una plataforma informática totalmente administrada y optimizada para alojar sitios web y aplicaciones web. Esta oferta de plataforma como servicio (PaaS) de Microsoft Azure le permite centrarse en su lógica empresarial mientras Azure se encarga de la infraestructura para ejecutar y escalar sus aplicaciones.</p>
</div>
</div>
</div>
Expand All @@ -40,5 +40,14 @@ <h2>Azure App Service Web Apps</h2>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<h4>Editado por Miguel Angel Ayala - 19-2-24 😊</h4>
</div>
</div>
</div>
</footer>
</body>
</html>
</html>