-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/Genez-io/genezio-landing-page …
…into dev
- Loading branch information
Showing
19 changed files
with
1,231 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
title: "Deploy your Fastify App on Serverless" | ||
title: "Deploy Fastify on Serverless, Zero Configuration Hosting | Genezio" | ||
layout: "fastify" | ||
summary: "fastify" | ||
description: "Effortlessly deploy Fastify apps on Genezio, eliminating server management. Enjoy seamless scaling, reduced costs, and increased flexibility with serverless." | ||
description: "Deploy your Fastify app with Genezio’s zero-configuration, serverless hosting platform. Get Started for Free and share your app in minutes!" | ||
date: 2023-05-14T05:10:04+03:00 | ||
draft: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
title: "Deploy your Flask App on Serverless" | ||
title: "Deploy Flask on Serverless, Zero Configuration Hosting | Genezio" | ||
layout: "flask" | ||
summary: "flask" | ||
description: "Effortlessly deploy Express.js apps on Genezio, eliminating server management. Enjoy seamless scaling, reduced costs, and increased flexibility with serverless." | ||
description: "Deploy your Flask app with Genezio’s zero-configuration, serverless hosting platform. Get Started for Free and share your app in minutes!" | ||
date: 2023-05-14T05:10:04+03:00 | ||
draft: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
title: "Deploy your Express.js App on Serverless" | ||
title: "Deploy Express.js on Serverless, Zero Configuration Hosting | Genezio" | ||
layout: "express" | ||
summary: "express" | ||
description: "Effortlessly deploy Express.js apps on Genezio, eliminating server management. Enjoy seamless scaling, reduced costs, and increased flexibility with serverless." | ||
description: "Deploy your Express.js app with Genezio’s zero-configuration, serverless hosting platform. Get Started for Free and share your app in minutes!" | ||
date: 2023-05-14T05:10:04+03:00 | ||
draft: false | ||
--- |
4 changes: 2 additions & 2 deletions
4
resources/_gen/assets/scss/scss/index.scss_33d595602d9541840a342756df4891d9.content
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/scss/scss/index.scss_33d595602d9541840a342756df4891d9.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"Target":"scss/index.05309c4dbe223bd02bf8647da39aed5e27f864f4eb33161296b2aae060df1981.css","MediaType":"text/css","Data":{"Integrity":"sha256-BTCcTb4iO9Ar+GR9o5rtXif4ZPTrMxYSlrKq4GDfGYE="}} | ||
{"Target":"scss/index.f9b0598c654111abd345e33ef6d8c5b75ad960df968236355efb4070ff548522.css","MediaType":"text/css","Data":{"Integrity":"sha256-+bBZjGVBEavTReM+9tjFt1rZYN+WgjY1XvtAcP9UhSI="}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.modal { | ||
display: none; | ||
position: fixed; | ||
z-index: 5000; | ||
width: 100%; | ||
top: 0; | ||
left: 0; | ||
height: 100%; | ||
overflow: hidden; | ||
background-color: rgba(0,0,0,0.4); | ||
cursor: auto; | ||
} | ||
|
||
.contact-us-modal-header h3{ | ||
color: #33475b; | ||
text-align: left; | ||
} | ||
|
||
.contact-us-modal-description { | ||
color: #33475b; | ||
text-align: left; | ||
} | ||
.modal-content { | ||
background-color: #fefefe; | ||
margin: 15% auto; | ||
padding: 20px; | ||
border: 1px solid #888; | ||
width: 80%; | ||
max-width: 500px; | ||
} | ||
|
||
.close { | ||
color: #aaa; | ||
float: right; | ||
font-size: 28px; | ||
font-weight: bold; | ||
z-index: 3; | ||
cursor: pointer; | ||
vertical-align: top; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.