my-cloud-devops-consulting 1.1.202506082335__tar.gz → 1.1.202506090043__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {my-cloud-devops-consulting-1.1.202506082335/my_cloud_devops_consulting.egg-info → my-cloud-devops-consulting-1.1.202506090043}/PKG-INFO +1 -1
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043/my_cloud_devops_consulting.egg-info}/PKG-INFO +1 -1
- my-cloud-devops-consulting-1.1.202506090043/static/css/about.css +37 -0
- my-cloud-devops-consulting-1.1.202506090043/templates/about.html +33 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/templates/base.html +9 -1
- my-cloud-devops-consulting-1.1.202506082335/static/css/about.css +0 -13
- my-cloud-devops-consulting-1.1.202506082335/templates/about.html +0 -22
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/MANIFEST.in +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/README.md +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/app.py +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/my_cloud_devops_consulting.egg-info/SOURCES.txt +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/my_cloud_devops_consulting.egg-info/dependency_links.txt +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/my_cloud_devops_consulting.egg-info/requires.txt +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/my_cloud_devops_consulting.egg-info/top_level.txt +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/setup.cfg +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/setup.py +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/css/contact-form.css +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/css/index.css +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/css/login.css +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/css/main.css +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/css/register.css +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/css/services.css +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/images/image.jpg +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/images/whatspp.jpeg +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/js/index.js +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/js/login.js +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/js/main.js +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/js/register.js +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/static/js/services.js +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/templates/contact-form.html +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/templates/index.html +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/templates/login.html +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/templates/private-videos.html +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/templates/register.html +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/templates/services.html +0 -0
- {my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/test/test.py +0 -0
@@ -0,0 +1,37 @@
|
|
1
|
+
body {
|
2
|
+
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
3
|
+
background-color: #f4f9ff;
|
4
|
+
margin: 0;
|
5
|
+
padding: 0;
|
6
|
+
}
|
7
|
+
|
8
|
+
.about-hero {
|
9
|
+
display: flex;
|
10
|
+
justify-content: center;
|
11
|
+
align-items: center;
|
12
|
+
padding: 60px 20px;
|
13
|
+
background: linear-gradient(145deg, #e3f2fd, #ffffff);
|
14
|
+
min-height: 100vh;
|
15
|
+
}
|
16
|
+
|
17
|
+
.about-container {
|
18
|
+
max-width: 850px;
|
19
|
+
background-color: white;
|
20
|
+
padding: 40px 50px;
|
21
|
+
border-radius: 12px;
|
22
|
+
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
|
23
|
+
text-align: center;
|
24
|
+
}
|
25
|
+
|
26
|
+
.about-container h1 {
|
27
|
+
color: #007bff;
|
28
|
+
font-size: 2.5em;
|
29
|
+
margin-bottom: 20px;
|
30
|
+
}
|
31
|
+
|
32
|
+
.about-container p {
|
33
|
+
font-size: 1.1em;
|
34
|
+
color: #333;
|
35
|
+
line-height: 1.6;
|
36
|
+
margin-bottom: 16px;
|
37
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="en">
|
3
|
+
<head>
|
4
|
+
<meta charset="UTF-8" />
|
5
|
+
<title>About Us - CDC Firm</title>
|
6
|
+
<link
|
7
|
+
rel="stylesheet"
|
8
|
+
href="{{ url_for('static', filename='css/main.css') }}"
|
9
|
+
/>
|
10
|
+
<link
|
11
|
+
rel="stylesheet"
|
12
|
+
href="{{ url_for('static', filename='css/about.css') }}"
|
13
|
+
/>
|
14
|
+
</head>
|
15
|
+
|
16
|
+
<body>
|
17
|
+
<section class="about-hero">
|
18
|
+
<div class="about-container">
|
19
|
+
<h1>🚀 About CDC Firm</h1>
|
20
|
+
<p>
|
21
|
+
At CDC Firm, we are a passionate team of cloud and DevOps engineers
|
22
|
+
committed to helping businesses embrace modern, scalable, and secure
|
23
|
+
solutions.
|
24
|
+
</p>
|
25
|
+
<p>
|
26
|
+
Our expertise spans across cloud architecture, CI/CD automation,
|
27
|
+
Kubernetes deployments, infrastructure-as-code, and DevSecOps
|
28
|
+
practices — all tailored to accelerate your digital transformation.
|
29
|
+
</p>
|
30
|
+
</div>
|
31
|
+
</section>
|
32
|
+
</body>
|
33
|
+
</html>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="UTF-8" />
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6
|
-
<title>
|
6
|
+
<title>cloud & DevOps</title>
|
7
7
|
<link
|
8
8
|
rel="stylesheet"
|
9
9
|
href="{{ url_for('static', filename='css/main.css') }}"
|
@@ -74,6 +74,14 @@
|
|
74
74
|
</ul>
|
75
75
|
</nav>
|
76
76
|
</div>
|
77
|
+
<div class="about-link-section">
|
78
|
+
<p>
|
79
|
+
Want to learn more about us?
|
80
|
+
<a href="https://clouddevopsconsulting.com/about" class="about-btn">
|
81
|
+
Read About CDC Firm →
|
82
|
+
</a>
|
83
|
+
</p>
|
84
|
+
</div>
|
77
85
|
</header>
|
78
86
|
|
79
87
|
{% block main %}{% endblock main %}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<meta charset="UTF-8" />
|
5
|
-
<title>About Us - CDC Firm</title>
|
6
|
-
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
|
7
|
-
<link rel="stylesheet" href="{{ url_for('static', filename='css/about.css') }}">
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
<div class="container">
|
11
|
-
<h1>About CDC Firm</h1>
|
12
|
-
<p>
|
13
|
-
We are a passionate team dedicated to helping businesses modernize using
|
14
|
-
Cloud and DevOps technologies.
|
15
|
-
</p>
|
16
|
-
<p>
|
17
|
-
Our expertise spans cloud architecture, CI/CD pipelines, Kubernetes, and
|
18
|
-
DevSecOps practices tailored to your business needs.
|
19
|
-
</p>
|
20
|
-
</div>
|
21
|
-
</body>
|
22
|
-
</html>
|
File without changes
|
File without changes
|
{my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/app.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{my-cloud-devops-consulting-1.1.202506082335 → my-cloud-devops-consulting-1.1.202506090043}/setup.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|