Initial commit: CloudOps infrastructure platform

This commit is contained in:
root
2026-04-09 19:58:57 +02:00
commit 1166a52f26
7762 changed files with 839452 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Workflow name:
name: Close Pull Requests
# Workflow triggers:
on:
pull_request_target:
types: [opened]
# Workflow jobs:
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: superbrothers/close-pull-request@v3
with:
comment: |
Thank you for submitting a pull request. :raised_hands:
We greatly appreciate your willingness to submit a contribution. However, we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/mautic/mautic).
We kindly request that you submit this pull request against the [respective directory](https://github.com/mautic/mautic/blob/head/plugins/GrapesJsBuilderBundle) of the main repository where we'll review and provide feedback. If this is your first Mautic contribution, be sure to read the [contributing guide](https://github.com/mautic/mautic/blob/4.x/.github/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions.
Thank you again, and we look forward to receiving your contribution! :smiley:
Best,
The Mautic team

View File

@@ -0,0 +1,5 @@
# Skyline theme for Mautic
## This theme is managed centrally in https://github.com/mautic/mautic/blob/head/themes/skyline and this is a read-only mirror repository.
**📣 Please make PRs and issues against Mautic Core, not here!**

View File

@@ -0,0 +1,13 @@
{
"name": "mautic/theme-skyline",
"description": "Mautic Skyline Theme",
"type": "mautic-theme",
"keywords": ["mautic","theme"],
"extra": {
"install-directory-name": "skyline"
},
"minimum-stability": "dev",
"require": {
"mautic/core-lib": "^7.0"
}
}

View File

@@ -0,0 +1,9 @@
{
"name": "Skyline",
"author": "Mautic team based on a theme by Sendwithus",
"authorUrl": "https://www.sendwithus.com/resources/templates/skyline",
"features": [
"page",
"email"
]
}

View File

@@ -0,0 +1,94 @@
@import url(https://fonts.googleapis.com/css?family=Lato:400);
/* Take care of image borders and formatting */
img {
max-width: 600px;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
a {
text-decoration: none;
border: 0;
outline: none;
}
a img {
border: none;
}
/* General styling */
td, h1, h2, h3 {
font-family: Helvetica, Arial, sans-serif;
font-weight: 400;
}
body {
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:none;
width: 100%;
height: 100%;
color: #37302d;
background: #ffffff;
}
h1, h2, h3 {
padding: 0;
margin: 0;
color: #37302d;
font-weight: 400;
}
h3 {
color: #21c5ba;
font-size: 24px;
}
.well {
margin: 30px auto;
width: 800px;
}
.text-center {
text-align: center;
}
@media screen {
/* Thanks Outlook 2013! http://goo.gl/XLxpyl*/
td, h1, h2, h3 {
font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
}
}
/* Mobile styles */
@media only screen and (max-width: 480px) {
table[class="w320"] {
width: 320px !important;
}
table[class="w300"] {
width: 300px !important;
}
table[class="w290"] {
width: 290px !important;
}
td[class="w320"] {
width: 320px !important;
}
td[class="mobile-center"] {
text-align: center !important;
}
td[class="mobile-padding"] {
padding-left: 20px !important;
padding-right: 20px !important;
padding-bottom: 20px !important;
}
}

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
{% if page is defined %}
<title>{pagetitle}</title>
<meta name="description" content="{pagemetadescription}">
{% endif %}
<link rel="stylesheet"href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="{{ getAssetUrl('themes/'~template~'/css/skyline.css') }}" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ outputHeadDeclarations() }}
</head>
<body style="padding:0; margin:0; display:block; background:#ffffff; -webkit-text-size-adjust:none" bgcolor="#ffffff">
{{ outputScripts('bodyOpen') }}
{% block content %}{% endblock %}
{{ outputScripts('bodyClose') }}
</body>
</html>

View File

@@ -0,0 +1,241 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{subject}</title>
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Lato:400);
/* Take care of image borders and formatting */
img {
max-width: 600px;
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
}
a {
text-decoration: none;
border: 0;
outline: none;
}
a img {
border: none;
}
/* General styling */
td, h1, h2, h3 {
font-family: Helvetica, Arial, sans-serif;
font-weight: 400;
}
body {
-webkit-font-smoothing:antialiased;
-webkit-text-size-adjust:none;
width: 100%;
height: 100%;
color: #37302d;
background: #ffffff;
}
h1, h2, h3 {
padding: 0;
margin: 0;
color: #ffffff;
font-weight: 400;
}
h3 {
color: #21c5ba;
font-size: 24px;
}
</style>
<style type="text/css" media="screen">
@media screen {
/* Thanks Outlook 2013! */
td, h1, h2, h3 {
font-family: 'Lato', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
}
}
</style>
<style type="text/css" media="only screen and (max-width: 480px)">
/* Mobile styles */
@media only screen and (max-width: 480px) {
table[class="w320"] {
width: 320px !important;
}
table[class="w300"] {
width: 300px !important;
}
table[class="w290"] {
width: 290px !important;
}
td[class="w320"] {
width: 320px !important;
}
td[class="mobile-center"] {
text-align: center !important;
}
td[class="mobile-padding"] {
padding-left: 20px !important;
padding-right: 20px !important;
padding-bottom: 20px !important;
}
[class="mobile-block"] {
width: 100% !important;
display: block !important;
}
}
</style>
</head>
<body class="body" style="padding:0; margin:0; display:block; background:#ffffff; -webkit-text-size-adjust:none" bgcolor="#ffffff">
<div data-section-wrapper="1" style="border-bottom: 3px solid #3bcdc3;">
<center>
<table data-section="1" cellspacing="0" cellpadding="0" width="530" class="w320">
<tr>
<td valign="top" style="text-align:left;" class="mobile-center" data-slot-container="1">
<div data-slot="image">
<img width="250" height="62" src="{{ getAssetUrl('themes/'~template~'/img/logo.gif', null, null, true) }}">
</div>
</td>
</tr>
</table>
</center>
</div>
<div data-section-wrapper="1" background="{{ getAssetUrl('themes/'~template~'/img/bg.gif', null, null, true) }}" bgcolor="#64594b" valign="top" style="background: url({{ getAssetUrl('themes/'~template~'/img/bg.gif', null, null, true) }}) no-repeat center; background-color: #64594b; background-position: center;">
<center>
<table data-section="1" cellspacing="0" cellpadding="0" width="530" height="303" class="w320">
<tr>
<td valign="middle" style="vertical-align:middle; padding-right: 15px; padding-left: 15px; text-align:left;" class="mobile-center" height="303" data-slot-container="1">
<div data-slot="text">
<h1 style="color: #ffffff">WE REALLY MISS YOU!</h1><br>
<h2 style="color: #ffffff">Like.. really, really! Please give us another chance.</h2>
</div>
</td>
</tr>
</table>
</center>
</div>
<div data-section-wrapper="1">
<center>
<table data-section="1" cellspacing="0" cellpadding="30" width="530" class="w290">
<tr>
<td valign="top" data-slot-container="1">
<div data-slot="text">
<h3 style="text-align:center;">Enjoy 50% off your next purchase!</h3>
<br>
<table style="margin: 0 auto;" cellspacing="0" cellpadding="8" width="250">
<tr>
<td style="border: 1px solid #a1a1a1; text-align:center;">
Coupon Code: <span style="font-family: Courier;">4562789498</span>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table data-section="1" cellspacing="0" cellpadding="8" width="530" class="w320">
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="mobile-padding" style="text-align:left;" data-slot-container="1">
<div data-slot="separator"><hr/></div>
<div data-slot="text">
<br>
We know it's only been a few months but since you've been gone, we've received a ton of amazing new products that we think you might like.
<br><br>
We hope you will give us another chance and come have look.
<br>
<br>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="mobile-padding" data-slot-container="1">
<div class="button" data-slot="button" data-param-padding-top="5" data-param-button-size="1" data-param-link-text="Come back!" data-param-href="http://" data-param-float="1" data-param-background-color="#3bcdc3" data-param-color="ffffff">
<a href="#" target="_blank" style="font-family:'Lato', Helvetica, Arial, sans-serif;font-weight:bold;font-size: 13px; color: #ffffff; text-decoration: none; text-decoration: none; padding: 12px 40px; background-color: #3bcdc3; display: inline-block;">
Come back!
</a>
<div style="clear:both"></div>
</div>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="25" width="100%">
<tr>
<td>
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
<div data-section-wrapper="1" style="background-color:#c2c2c2;">
<center>
<table data-section="1" cellspacing="0" cellpadding="0" width="530" class="w320">
<tr>
<td>
<table cellspacing="0" cellpadding="30" width="100%">
<tr>
<td style="text-align:center;" data-slot-container="1">
<div data-slot="text">
<a href="#">
<img width="61" height="51" src="{{ getAssetUrl('themes/'~template~'/img/twitter.gif', null, null, true) }}" alt="twitter" />
</a>
<a href="#">
<img width="61" height="51" src="{{ getAssetUrl('themes/'~template~'/img/gplus.gif', null, null, true) }}" alt="google plus" />
</a>
<a href="#">
<img width="61" height="51" src="{{ getAssetUrl('themes/'~template~'/img/facebook.gif', null, null, true) }}" alt="facebook" />
</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<center>
<table style="margin:0 auto;" cellspacing="0" cellpadding="5" width="100%">
<tr>
<td style="text-align:center; margin:0 auto;" width="100%" data-slot-container="1">
<div data-slot="image">
<a href="#" style="text-align:center;">
<img style="margin:0 auto;" width="123" height="24" src="{{ getAssetUrl('themes/'~template~'/img/logo-footer.gif', null, null, true) }}" alt="logo link" />
</a>
</div>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</center>
</div>
</body>
</html>

View File

@@ -0,0 +1,16 @@
{% extends "@themes/"~template~"/html/base.html.twig" %}
{% block content %}
{% if message is defined %}
<div class="well text-center">
<p>{{ message|raw }}</p>
</div>
{% endif %}
<div class="form-container">
{% if header is defined %}
<h4>{{ header }}</h4>
{% endif %}
{{ content|raw }}
</div>
{% endblock %}

View File

@@ -0,0 +1,13 @@
{% extends "@themes/"~template~"/html/base.html.twig" %}
{% block content %}
<div class="container">
<div class="well text-center">
{{ message|raw }}
{% if content is defined %}
<div class="text-left">{{ content|raw }}</div>
{% endif %}
</div>
</div>
{% endblock %}

View File

@@ -0,0 +1,139 @@
{% extends "@themes/"~template~"/html/base.html.twig" %}
{% block content %}
<div data-section-wrapper="1" style="border-bottom: 3px solid #3bcdc3;">
<center>
<table data-section="1" cellspacing="0" cellpadding="0" width="530" class="w320">
<tr>
<td valign="top" style="text-align:left;" class="mobile-center" data-slot-container="1">
<div data-slot="image">
<img width="250" height="62" src="{{ getAssetUrl('themes/'~template~'/img/logo.gif', null, null, true) }}">
</div>
</td>
</tr>
</table>
</center>
</div>
<div data-section-wrapper="1" background="{{ getAssetUrl('themes/'~template~'/img/bg.gif', null, null, true) }}" bgcolor="#64594b" valign="top" style="background: url({{ getAssetUrl('themes/'~template~'/img/bg.gif', null, null, true) }}) no-repeat center; background-color: #64594b; background-position: center;">
<center>
<table data-section="1" cellspacing="0" cellpadding="0" width="530" height="303" class="w320">
<tr>
<td valign="middle" style="vertical-align:middle; padding-right: 15px; padding-left: 15px; text-align:left;" class="mobile-center" height="303" data-slot-container="1">
<div data-slot="text">
<h1 style="color: #ffffff">WE REALLY MISS YOU!</h1><br>
<h2 style="color: #ffffff">Like.. really, really! Please give us another chance.</h2>
</div>
</td>
</tr>
</table>
</center>
</div>
<div data-section-wrapper="1">
<center>
<table data-section="1" cellspacing="0" cellpadding="30" width="530" class="w290">
<tr>
<td valign="top" data-slot-container="1">
<div data-slot="text">
<h3 style="text-align:center;">Enjoy 50% off your next purchase!</h3>
<br>
<table style="margin: 0 auto;" cellspacing="0" cellpadding="8" width="250">
<tr>
<td style="border: 1px solid #a1a1a1; text-align:center;">
Coupon Code: <span style="font-family: Courier;">4562789498</span>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table data-section="1" cellspacing="0" cellpadding="8" width="530" class="w320">
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="mobile-padding" style="text-align:left;" data-slot-container="1">
<div data-slot="separator"><hr/></div>
<div data-slot="text">
<br>
We know it's only been a few months but since you've been gone, we've received a ton of amazing new products that we think you might like.
<br><br>
We hope you will give us another chance and come have look.
<br>
<br>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="mobile-padding" data-slot-container="1">
<div class="button" data-slot="button" data-param-padding-top="5" data-param-button-size="1" data-param-link-text="Come back!" data-param-href="http://" data-param-float="1" data-param-background-color="#3bcdc3" data-param-color="ffffff">
<a href="#" target="_blank" style="font-family:'Lato', Helvetica, Arial, sans-serif;font-weight:bold;font-size: 13px; color: #ffffff; text-decoration: none; text-decoration: none; padding: 12px 40px; background-color: #3bcdc3; display: inline-block;">
Come back!
</a>
<div style="clear:both"></div>
</div>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="25" width="100%">
<tr>
<td>
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
<div data-section-wrapper="1" style="background-color:#c2c2c2;">
<center>
<table data-section="1" cellspacing="0" cellpadding="0" width="530" class="w320">
<tr>
<td>
<table cellspacing="0" cellpadding="30" width="100%">
<tr>
<td style="text-align:center;" data-slot-container="1">
<div data-slot="text">
<a href="#">
<img width="61" height="51" src="{{ getAssetUrl('themes/'~template~'/img/twitter.gif', null, null, true) }}" alt="twitter" />
</a>
<a href="#">
<img width="61" height="51" src="{{ getAssetUrl('themes/'~template~'/img/gplus.gif', null, null, true) }}" alt="google plus" />
</a>
<a href="#">
<img width="61" height="51" src="{{ getAssetUrl('themes/'~template~'/img/facebook.gif', null, null, true) }}" alt="facebook" />
</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<center>
<table style="margin:0 auto;" cellspacing="0" cellpadding="5" width="100%">
<tr>
<td style="text-align:center; margin:0 auto;" width="100%" data-slot-container="1">
<div data-slot="image">
<a href="#" style="text-align:center;">
<img style="margin:0 auto;" width="123" height="24" src="{{ getAssetUrl('themes/'~template~'/img/logo-footer.gif', null, null, true) }}" alt="logo link" />
</a>
</div>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</center>
</div>
{% endblock %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB