Skip to content

Commit

Permalink
Inmobiliaria Zuniga 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeabrahan committed Dec 16, 2021
0 parents commit 4afd0b6
Show file tree
Hide file tree
Showing 107 changed files with 10,654 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "inmobiliariazunigahn"
}
}
77 changes: 77 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
firebase-debug.log*
firebase-debug.*.log*

# Firebase cache
.firebase/

# Firebase config

# Uncomment this if you'd like others to create their own Firebase project.
# For a team working on the same Firebase project(s), it is recommended to leave
# it commented so all members can deploy to the same project(s) in .firebaserc.
# .firebaserc

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env


firebase.json

package-lock.json

*/.*

*/node_modules/*

prepros.config
14 changes: 14 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files.autoSave": "onFocusChange",
"workbench.editor.enablePreview": false,
"editor.renderWhitespace": "none",
"editor.guides.indentation": false,
"editor.renderLineHighlight": "none",
"editor.overviewRulerBorder": false,
"editor.hideCursorInOverviewRuler": true,
"editor.occurrencesHighlight": false,
"editor.glyphMargin": false,
"explorer.openEditors.visible": 0,
"workbench.activityBar.visible": false,
"editor.fontFamily": "JetBrainsMonoMedium Nerd Font"
}
54 changes: 54 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Jor-G Design" />
<meta name="copyright" content="Jor-G Design">
<meta name="robots" content="index,follow" />
<meta name="description" content="Comparte tus intereses con nosotros y buscaremos el hogar ideal para tí y tu familia." />
<meta name="keywords" content="inmobiliaria, zuniga, casa, vivienda, rentar, alquilar, Inmobiliaria zuniga" />

<title class="titulo">Pagina no encontrada</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Inmobiliaria Zúniga y Asoc.">
<meta property="og:url" content="https://inmobiliariazunigahn.web.app">
<meta property="og:image" content="https://inmobiliariazunigahn.web.app/img/Logos/LogoInmobiliariaZuniga.png">
<meta property="og:description" content="Comparte tus intereses con nosotros y buscaremos el hogar ideal para tí y tu familia.">

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Inmobiliaria Zúniga y Asoc.">
<meta name="twitter:site" content="@InmobiliariaZuniga">
<meta name="twitter:description" content="Comparte tus intereses con nosotros y buscaremos el hogar ideal para tí y tu familia.">
<meta name="twitter:image" content="https://inmobiliariazunigahn.web.app/img/Logos/LogoInmobiliariaZuniga.png">
<meta name="twitter:image:alt" content="Logo Inmobiliaria Zúniga y Asoc">

<link rel=“canonical” href=“https://inmobiliariazunigahn.web.app/index.html” />
<!-- ICON IMAGE -->
<link rel="icon" href="/img/Logos/icono.png" />
<link rel="stylesheet" href="css/style.css">
<!-- Link para css de font awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/font/flaticon.css">
</head>


<body>
<main class="error">
<div class="error__container">
<p class="error__descripcion">
Lo sentimos, no encontramos lo que buscas.<br>
Ir a inicio:
<a href='/index.html' class='error__link'>
inmobiliariazunigahn.web.app
</a>
</p>
</div>
</main>
</body>

<script src="js/404.js"></script>

</html>
Loading

0 comments on commit 4afd0b6

Please sign in to comment.