Skip to content

Commit 7df60af

Browse files
authored
Merge pull request #12 from muhtalipdede/main
the coderverse düzenlemeleri
2 parents b3a1fb0 + e3e8410 commit 7df60af

File tree

2 files changed

+82
-46
lines changed

2 files changed

+82
-46
lines changed

assets/css/style.css

+19-3
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,8 @@ p {
11741174
-ms-transition: all 0.3s ease-out 0s;
11751175
-o-transition: all 0.3s ease-out 0s;
11761176
transition: all 0.3s ease-out 0s;
1177+
background-color: var(--bs-blue);
1178+
text-align: center;
11771179
}
11781180
.services-eight .single-services:hover {
11791181
box-shadow: var(--shadow-4);
@@ -1191,9 +1193,8 @@ p {
11911193
width: 78px;
11921194
height: 78px;
11931195
border-radius: 50%;
1194-
margin-bottom: 25px;
1196+
margin: auto;
11951197
background: var(--white);
1196-
border: 2px solid var(--primary);
11971198
display: flex;
11981199
align-items: center;
11991200
justify-content: center;
@@ -1205,6 +1206,7 @@ p {
12051206
-o-transition: all 0.3s ease-out 0s;
12061207
transition: all 0.3s ease-out 0s;
12071208
position: relative;
1209+
align-content: center;
12081210
}
12091211
.services-eight .single-services .service-icon::after {
12101212
content: "";
@@ -1225,13 +1227,27 @@ p {
12251227
border-radius: 50%;
12261228
border: 1px solid transparent;
12271229
}
1230+
.services-eight .single-services .service-content h2 {
1231+
font-size: 20px;
1232+
font-weight: 600;
1233+
margin-bottom: 20px;
1234+
color: var(--primary-light);
1235+
}
12281236
.services-eight .single-services .service-content h4 {
12291237
font-size: 20px;
12301238
font-weight: 600;
12311239
margin-bottom: 20px;
1240+
color: var(--primary-light);
12321241
}
12331242
.services-eight .single-services .service-content p {
1234-
color: var(--dark-3);
1243+
color: var(--primary-light);
1244+
}
1245+
1246+
.services-eight .single-services .service-content a {
1247+
color: var(--primary-light);
1248+
font-weight: 500;
1249+
display: inline-block;
1250+
margin-top: 20px;
12351251
}
12361252

12371253

index.html

+63-43
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<script async src="https://www.googletagmanager.com/gtag/js?id=G-012RY47GM4"></script>
3232
<script>
3333
window.dataLayer = window.dataLayer || [];
34-
function gtag(){dataLayer.push(arguments);}
34+
function gtag() { dataLayer.push(arguments); }
3535
gtag('js', new Date());
36-
36+
3737
gtag('config', 'G-012RY47GM4');
3838
</script>
3939
</head>
@@ -48,7 +48,7 @@
4848
<div class="col-lg-12">
4949
<nav class="navbar navbar-expand-lg">
5050
<a class="navbar-brand" href="index.html">
51-
<span style="color:white" >THE CODERVERSE</span>
51+
<span style="color:white">THE CODERVERSE</span>
5252
</a>
5353
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNine"
5454
aria-controls="navbarNine" aria-expanded="false" aria-label="Toggle navigation">
@@ -68,6 +68,9 @@
6868
<li class="nav-item">
6969
<a class="page-scroll" href="#services">ADRESLERİMİZ</a>
7070
</li>
71+
<li class="nav-item">
72+
<a class="page-scroll" href="#projects">PROJELERİMİZ</a>
73+
</li>
7174
</ul>
7275
</div>
7376
</nav>
@@ -90,13 +93,16 @@
9093
<div class="header-content">
9194
<h1>THE CODERVERSE</h1>
9295
<p>
93-
Sizlerle bir arada olmak, yazılım dünyasında birbirimizle destek olmak ve birlikte öğrenmek için buradayız. Gönüllü yazılımcı ve analistlerden oluşan bir topluluk olarak, kar amacı gütmeden faaliyetlerimizi sürdürüyoruz. Sizler de topluluğumuza katılarak, deneyimlerinizi paylaşabilir, yeni şeyler öğrenebilir ve birlikte çalışarak yazılım dünyasına katkıda bulunabilirsiniz.
94-
96+
Sizlerle bir arada olmak, yazılım dünyasında birbirimizle destek olmak ve birlikte öğrenmek için
97+
buradayız. Yazılım dünyasının gönüllü paydaşlarından oluşan bir topluluk olarak, kar amacı gütmeden
98+
faaliyetlerimizi sürdürüyoruz. Sizler de topluluğumuza katılarak, deneyimlerinizi paylaşabilir, yeni
99+
şeyler öğrenebilir ve birlikte çalışarak yazılım dünyasına katkıda bulunabilirsiniz.
100+
</p>
101+
<p>
95102
CoderVerse ailesine hoş geldiniz, birlikte yolda öğrenelim ve yazılım dünyasına katkı sağlayalım!
96103
</p>
97104
<div class="button">
98-
<a href="https://youtu.be/w6ZOtdMwzfQ" target="_blank"
99-
class="glightbox video-button">
105+
<a href="https://youtu.be/w6ZOtdMwzfQ" target="_blank" class="glightbox video-button">
100106
<span class="btn icon-btn rounded-full">
101107
<i class="lni lni-play"></i>
102108
</span>
@@ -105,7 +111,8 @@ <h1>THE CODERVERSE</h1>
105111
</div>
106112
</div>
107113
</div>
108-
<div class="col-lg-6 col-md-12 col-12">
114+
<div class="col-lg-2 col-md-0 col-0"></div>
115+
<div class="col-lg-4 col-md-12 col-12">
109116
<div class="header-image">
110117
<img src="assets/images/client-logo/Coderverse.png" alt="#" />
111118
</div>
@@ -225,25 +232,15 @@ <h2 class="main-title fw-bold">Sizleri de aramızda görmekten mutluluk duyarız
225232
<div class="tab-content" id="nav-tabContent">
226233
<div class="tab-pane fade show active" id="nav-who" role="tabpanel" aria-labelledby="nav-who-tab">
227234
<p>The CoderVerse topluluğuna hoşgeldiniz!
228-
Bizler, teknoloji meraklıları ve kod yazmaktan keyif alan bir ekip olarak çalışmalarımızı sizlerle paylaşmaktan mutluluk duyuyoruz. CoderVerse olarak, Github sayfamızda kodlarımızı, Youtube kanalımızda videolarımızı, Discord sunucumuzda ise topluluğumuzu bulabilirsiniz. Ayrıca, Kommunity'de de bizimle birlikte olabilir ve teknoloji tutkunlarıyla tanışabilirsiniz. Unutmayın ki bu evrende istediğiniz alanda çalışabilir ve kendinize en uygun olanı seçebilirsiniz. Sizleri de The CoderVerse evrenine bekliyoruz!</p>
229-
</div>
230-
<div class="tab-pane fade" id="nav-vision" role="tabpanel" aria-labelledby="nav-vision-tab">
231-
<p>It is a long established fact that a reader will be distracted by the readable content of a page
232-
when
233-
looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal
234-
distribution of letters, look like readable English.</p>
235-
<p>There are many variations of passages of Lorem Ipsum available, but the majority have in some
236-
form,
237-
by injected humour.</p>
238-
</div>
239-
<div class="tab-pane fade" id="nav-history" role="tabpanel" aria-labelledby="nav-history-tab">
240-
<p>It is a long established fact that a reader will be distracted by the readable content of a page
241-
when
242-
looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal
243-
distribution of letters, look like readable English.</p>
244-
<p>There are many variations of passages of Lorem Ipsum available, but the majority have in some
245-
form,
246-
by injected humour.</p>
235+
Bizler, teknoloji meraklıları ve kod yazmaktan keyif alan bir ekip olarak çalışmalarımızı sizlerle
236+
paylaşmaktan mutluluk duyuyoruz. CoderVerse olarak, Github sayfamızda kodlarımızı, Youtube
237+
kanalımızda videolarımızı, Discord sunucumuzda ise topluluğumuzu bulabilirsiniz. Ayrıca,
238+
Kommunity'de de bizimle birlikte olabilir ve teknoloji tutkunlarıyla tanışabilirsiniz. Unutmayın ki
239+
bu evrende istediğiniz alanda çalışabilir ve kendinize en uygun olanı seçebilirsiniz.
240+
</p>
241+
<p>
242+
Sizleri de The CoderVerse evrenine bekliyoruz!
243+
</p>
247244
</div>
248245
</div>
249246
</div>
@@ -265,10 +262,6 @@ <h2 class="main-title fw-bold">Sizleri de aramızda görmekten mutluluk duyarız
265262
<div class="col-12">
266263
<div class="content">
267264
<h2 class="fw-bold">Adreslerimiz</h2>
268-
<p>
269-
CoderVerse olarak, Github sayfamızda kodlarımızı, Youtube kanalımızda videolarımızı, Discord sunucumuzda ise topluluğumuzu bulabilirsiniz.
270-
Ayrıca, Kommunity'de de bizimle birlikte olabilir ve teknoloji tutkunlarıyla tanışabilirsiniz. Instagram ve Twitter adreslerimizden son gelişmeleri
271-
takip edebilirsiniz! </p>
272265
</div>
273266
</div>
274267
</div>
@@ -285,8 +278,7 @@ <h2 class="fw-bold">Adreslerimiz</h2>
285278
<i class="lni lni-youtube"></i>
286279
</div>
287280
<div class="service-content">
288-
<h4>Youtube</h4>
289-
<a href="https://www.youtube.com/@thecoderverse" target="_blank">CoderVerse</a>
281+
<a href="https://www.youtube.com/@thecoderverse" target="_blank">Youtube</a>
290282
</div>
291283
</div>
292284
</div>
@@ -296,8 +288,7 @@ <h4>Youtube</h4>
296288
<i class="lni lni-github-original"></i>
297289
</div>
298290
<div class="service-content">
299-
<h4>Github</h4>
300-
<a href="https://github.com/thecoderverse" target="_blank">CoderVerse</a>
291+
<a href="https://github.com/thecoderverse" target="_blank">Github</a>
301292
</div>
302293
</div>
303294
</div>
@@ -307,8 +298,7 @@ <h4>Github</h4>
307298
<i class="lni lni-discord"></i>
308299
</div>
309300
<div class="service-content">
310-
<h4>Discord</h4>
311-
<a href="https://discord.com/invite/q4nE9VRFK2" target="_blank">CoderVerse</a>
301+
<a href="https://discord.com/invite/q4nE9VRFK2" target="_blank">Discord</a>
312302
</div>
313303
</div>
314304
</div>
@@ -318,8 +308,7 @@ <h4>Discord</h4>
318308
<i class="lni lni-twitter-filled"></i>
319309
</div>
320310
<div class="service-content">
321-
<h4>Twitter</h4>
322-
<a href="https://twitter.com/thecoderverse" target="_blank">CoderVerse</a>
311+
<a href="https://twitter.com/thecoderverse" target="_blank">Twitter</a>
323312
</div>
324313
</div>
325314
</div>
@@ -329,8 +318,7 @@ <h4>Twitter</h4>
329318
<i class="lni lni-instagram-filled"></i>
330319
</div>
331320
<div class="service-content">
332-
<h4>Instagram</h4>
333-
<a href="https://www.instagram.com/thecoderverse/" target="_blank">CoderVerse</a>
321+
<a href="https://www.instagram.com/thecoderverse/" target="_blank">Instagram</a>
334322
</div>
335323
</div>
336324
</div>
@@ -340,8 +328,7 @@ <h4>Instagram</h4>
340328
<i class="lni lni-linkedin-original"></i>
341329
</div>
342330
<div class="service-content">
343-
<h4>Linkedin</h4>
344-
<a href="https://www.linkedin.com/company/thecoderverse/" target="_blank">CoderVerse</a>
331+
<a href="https://www.linkedin.com/company/thecoderverse/" target="_blank">Linkedin</a>
345332
</div>
346333
</div>
347334
</div>
@@ -350,6 +337,39 @@ <h4>Linkedin</h4>
350337
</section>
351338
<!-- ===== service-area end ===== -->
352339

340+
<!--====== ABOUT FIVE PART START ======-->
341+
<section id="projects" class="services-area services-eight">
342+
<!--====== Start Section Title Five ======-->
343+
<div class="section-title-five">
344+
<div class="container">
345+
<div class="row">
346+
<div class="col-12">
347+
<div class="content">
348+
<h2 class="fw-bold">Projelerimiz</h2>
349+
</div>
350+
</div>
351+
</div>
352+
<!-- row -->
353+
</div>
354+
<!-- container -->
355+
</div>
356+
<!--====== End Section Title Five ======-->
357+
<div class="container">
358+
<div class="row">
359+
<div class="col-lg-12 col-md-12">
360+
<div class="single-services">
361+
<div class="service-content">
362+
<a href="https://mentorumubul.thecoderverse.com/" target="_blank">
363+
<h2>Mentorumu Bul</h2>
364+
<p>Mentorler ve mentilerin buluştuğu, mentorluk programlarına katılabileceğiniz bir platform.</p>
365+
</a>
366+
</div>
367+
</div>
368+
</div>
369+
</div>
370+
</div>
371+
</section>
372+
353373
<!-- Start Footer Area -->
354374
<footer class="footer-area footer-eleven">
355375
<!-- Start Footer Top -->

0 commit comments

Comments
 (0)