Skip to content

Commit bb43058

Browse files
committed
updated
1 parent 4a476bc commit bb43058

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

index.html

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
/>
5050
<style>
5151
/* Custom styles to center content vertically */
52-
.full-height {
53-
height: 100vh; /* Full viewport height */
52+
.top-hero {
53+
height: 80vh; /* Full viewport height */
5454
}
5555
</style>
5656
</head>
5757
<body>
5858
<section
59-
class="full-height d-flex justify-content-center align-items-center"
59+
class="top-hero d-flex justify-content-center align-items-center"
6060
>
6161
<div class="container text-center">
6262
<img
@@ -74,6 +74,10 @@ <h1>AWS User Group Kolkata</h1>
7474
<i class="fa-brands fa-linkedin" aria-hidden="true" style="color:#0077b5; font-size: 250%;"></i>
7575
</a>
7676
&nbsp;
77+
<a href="https://x.com/awsugkol" target="_blank">
78+
<i class="fa-brands fa-x-twitter" aria-hidden="true" style="color:#000000; font-size: 250%;"></i>
79+
</a>
80+
&nbsp;
7781
<a href="https://www.facebook.com/awsugkol/" target="_blank">
7882
<i class="fa-brands fa-facebook" aria-hidden="true" style="color:#1877F2; font-size: 250%;"></i>
7983
</a>
@@ -87,24 +91,31 @@ <h1>AWS User Group Kolkata</h1>
8791
</a>
8892
</a>
8993
&nbsp;
90-
<a href="https://x.com/awsugkol" target="_blank">
91-
<i class="fa-brands fa-x-twitter" aria-hidden="true" style="color:#000000; font-size: 250%;"></i>
92-
</a>
93-
&nbsp;
9494
<a href="https://www.youtube.com/@awsugkol/" target="_blank">
9595
<i class="fa-brands fa-youtube" aria-hidden="true" style="color:#c4302b; font-size: 250%;"></i>
9696
</a>
9797
</p>
9898
</div>
99+
<br>
100+
<br>
101+
</section>
102+
<section class="d-flex justify-content-center align-items-center">
103+
<div class="container text-center">
104+
<a href="https://awsugkol.github.io/acd2025" type="button" class="btn btn-primary fw-bold">AWS Community Day Kolkata 2025</a>
105+
</div>
99106
</section>
100107
<footer class="fixed-bottom">
101108
<div class="card">
102109
<div class="card-body">
103110
<p class="text-center">
104-
2025 © AWS User Group Kolkata | Designed & Developed with 💖 by
111+
2025 © <a
112+
class="link-offset-2 link-underline link-underline-opacity-0"
113+
href="https://www.meetup.com/awsugkol" target="_blank"
114+
>AWS User Group Kolkata</a
115+
> | Designed & Developed with 💖 by
105116
<a
106117
class="link-offset-2 link-underline link-underline-opacity-0"
107-
href="https://www.linkedin.com/in/imsampro"
118+
href="https://www.linkedin.com/in/imsampro" target="_blank"
108119
>Soumyadeep Mandal</a
109120
>
110121
</p>

0 commit comments

Comments
 (0)