Skip to content

Commit 8bc13a9

Browse files
authored
Merge branch 'mdazfar2:main' into Update_web
2 parents b5871b4 + 69d5b90 commit 8bc13a9

5 files changed

Lines changed: 90 additions & 30 deletions

File tree

Official_Website/about.html

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -81,52 +81,54 @@ <h1>About Us</h1>
8181
</div>
8282
<div class="text-container">
8383
<h1 class="abeezee-regular">What is HelpOps-Hub?</h1>
84-
<p class=" text-animate">
85-
86-
HelpOps-Hub is an open-source, community-driven repository designed to support and
87-
enhance DevOps practices. It serves as a comprehensive, centralized resource aimed
88-
at helping DevOps professionals and teams optimize their workflows, stay updated with
89-
the latest tools and trends, and implement best practices effectively.
90-
</p>
84+
<p class="text-animate" style="text-align: center;">
85+
HelpOps-Hub is an open-source, community-driven repository designed<br>
86+
to support and enhance DevOps practices. It serves as a comprehensive,<br>
87+
centralized resource aimed at helping DevOps professionals and teams<br>
88+
optimize their workflows, stay updated with the latest tools and trends,<br>
89+
and implement best practices effectively.
90+
</p>
9191
</div>
9292
</div>
9393
<div class="end">
9494
<div class="img-container">
9595
<img class="left-img" src="./mission.png" alt="no">
9696
</div>
9797
<div class="text-container">
98-
<h1 class="abeezee-regular">Out Mission</h1>
99-
<p class="abeezee-regular text-animate">
100-
101-
Our mission is to create an all-encompassing resource that empowers DevOps
102-
practitioners to achieve higher efficiency, reliability, and performance in their operations.
103-
We strive to build a dynamic, ever-evolving repository that reflects the latest
104-
advancements in DevOps, driven by the collective knowledge and experience of our
105-
community.
106-
98+
<h1 class="abeezee-regular">Our Mission</h1>
99+
<p class="text-animate" style="text-align: center;">
100+
Our mission is to create an all-encompassing resource that empowers DevOps<br>
101+
practitioners to achieve higher efficiency, reliability, and performance in<br>
102+
their operations. We strive to build a dynamic, ever-evolving repository that<br>
103+
reflects the latest advancements in DevOps, driven by the collective knowledge<br>
104+
and experience of our community.
107105
</p>
108106
</div>
109107
</div>
110108
<div class="start mb">
111109
<div class="img-container">
112-
<img class="right-img benefit" src="./benefit.png" alt="no">
110+
<img class="right-img benefit" style="margin-top: 40px;" src="./benefit.png" alt="no">
113111
</div>
114112
<div class="text-container">
115-
<h1 class="abeezee-regular">Benefits of HelpOps-Hub
116-
</h1>
117-
<ul class="abeezee-regular text-animate">
118-
<li><b>Unified Knowledge Base</b>: Centralizes valuable DevOps resources, making them
119-
easily accessible to everyone</li>
120-
<li><b>Enhanced Learning</b>: : Supports continuous skill development for DevOps
121-
professionals at all levels.
122-
</li><li><b>Streamlined Practices</b>:Helps teams implement best practices efficiently, reducing
123-
errors and improving reliability.
124-
</li>
125-
</ul>
126-
113+
<h1 class="abeezee-regular" style="margin-top: 60px;">Benefits of HelpOps-Hub</h1>
114+
<ul class="abeezee-regular text-animate">
115+
<li><b>Unified Knowledge Base</b>: Centralizes valuable DevOps resources, making them easily accessible to everyone</li>
116+
<li><b>Enhanced Learning</b>: Supports continuous skill development for DevOps professionals at all levels.</li>
117+
<li><b>Streamlined Practices</b>: Helps teams implement best practices efficiently, reducing errors and improving reliability.</li>
118+
</ul>
127119
</div>
128120
</div>
129121
</div>
122+
<div class="video">
123+
<div class="video-container">
124+
<iframe src="https://www.youtube.com/embed/MCCc5mT5Pio?autoplay=1" frameborder="0" allowfullscreen></iframe>
125+
</div>
126+
127+
<div class="video-text">
128+
<p>Visit the official channel and subscribe to HelpOps:</p>
129+
<a href="https://www.youtube.com/@HelpOps-Hub" target="_blank" class="subscribe-link">Subscribe to HelpOps</a>
130+
</div>
131+
</div>
130132
<div id="scrollToTopBtn" class="scrollToTopBtn" onclick="scrollToTop()">
131133
<img src="scrollToTop.png" class="im" alt="Scroll to top">
132134
</div>

Official_Website/aboutstyle.css

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,61 @@ p,li{
151151
}to{
152152
height: 100px;
153153
}
154+
}
155+
/* Base styles for images */
156+
.img-container img {
157+
width: 300px;
158+
transition: transform 0.5s ease, box-shadow 0.5s ease;
159+
box-shadow: 0 10px 20px rgba(103, 102, 183, 0.3);
160+
border-radius: 50%;
161+
}
162+
/* 3D effect and hover effect */
163+
.img-container img {
164+
transition: transform 0.5s ease;
165+
box-shadow: 0 10px 20px rgba(103, 102, 183, 0.3);
166+
}
167+
.img-container img:hover {
168+
box-shadow: 0 20px 40px rgba(98, 188, 218, 0.6);
169+
transform: scale(0.9);
170+
}
171+
.video {
172+
display: flex;
173+
align-items: center;
174+
justify-content: space-between;
175+
margin-top: 100px;
176+
}
177+
178+
.video-container {
179+
flex: 1;
180+
}
181+
182+
.video-container iframe {
183+
width: 100%;
184+
height: 500px;
185+
border-radius: 30px;
186+
border: none;
187+
margin-left: 80px;
188+
}
189+
190+
.video-text {
191+
flex: 1;
192+
padding: 0 20px;
193+
}
194+
195+
.video-text p {
196+
margin-bottom: 20px;
197+
font-size: 25px;
198+
margin-left: 90px;
199+
}
200+
201+
.subscribe-link {
202+
display: block;
203+
color: #4ea7e9;
204+
text-decoration: none;
205+
margin-bottom: 10px;
206+
margin-left: 230px;
207+
}
208+
209+
.subscribe-link:hover {
210+
text-decoration: underline;
154211
}

Official_Website/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ body.dark-mode .nav__item a:hover {
8080

8181
input {
8282
width: 90%;
83-
margin-left: 12px;
83+
/* margin-left: 12px; */
8484
outline: none;
8585
border: none;
8686
font-size: 20px;
88.3 KB
Loading

Update_website/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" />
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" integrity="sha512-Fo3rlrZj/k7ujTnH/PRVV+ejsK+y4J0F5QKdKqz2xk5+6RzSyZjNzkRcbEXfz6/Rk+6RD7Vh+x2DlJ2CgWNLcA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
99
<link rel="stylesheet" href="styles.css">
10+
<link rel="shortcut icon" href="HelpOps-H Fevicon.png" type="image/x-icon">
1011

1112
</head>
1213
<body>

0 commit comments

Comments
 (0)