Skip to content

Commit

Permalink
updated images link
Browse files Browse the repository at this point in the history
  • Loading branch information
codecrew-qes committed Aug 18, 2023
1 parent 861903d commit d36c691
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta property="og:image" content=https://themesberg.s3.us-east-2.amazonaws.com/public/github/landwind/og-image.png>

<!-- Favicon -->
<link rel="icon" type="image/png" href="/logo.png">
<link rel="icon" type="image/png" href="logo.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
Expand All @@ -36,7 +36,7 @@
<nav class="bg-white border-gray-200 py-2.5 dark:bg-gray-900">
<div class="flex flex-wrap items-center justify-between max-w-screen-xl px-4 mx-auto">
<a href="#" class="flex items-center">
<img src="/logo.png" class="h-6 mr-3 sm:h-9" alt="Code Crew Logo" />
<img src="logo.png" class="h-6 mr-3 sm:h-9" alt="Code Crew Logo" />
<span class="self-center text-xl font-semibold whitespace-nowrap dark:text-white">CODE CREW</span>
</a>
<div class="flex items-center lg:order-2">
Expand Down Expand Up @@ -82,7 +82,7 @@ <h1 class="max-w-2xl mb-4 text-4xl font-extrabold leading-none tracking-tight md
<p class="text-xl font-medium text-gray-900 md:text-2xl dark:text-white">"More than just a club, our Code Crew community is a launchpad for young minds, igniting their ability to forge innovative tech creations. Centered on fostering creativity, our club empowers members to unleash their potential and shape the world of technology."</p>
</blockquote>
<figcaption class="flex items-center justify-center mt-6 space-x-3">
<img class="w-6 h-6 rounded-full" src="https://media.licdn.com/dms/image/D5603AQFsVJPFxDX2NQ/profile-displayphoto-shrink_800_800/0/1684233674408?e=2147483647&v=beta&t=GtrTn8X9ndcA4NSSjdriAwplFq_eESup-FooMJSS_U4" alt="profile picture">
<img class="w-6 h-7 rounded-full" src="https://media.licdn.com/dms/image/D5603AQFsVJPFxDX2NQ/profile-displayphoto-shrink_800_800/0/1684233674408?e=2147483647&v=beta&t=GtrTn8X9ndcA4NSSjdriAwplFq_eESup-FooMJSS_U4" alt="profile picture">
<div class="flex items-center divide-x-2 divide-gray-500 dark:divide-gray-700">
<div class="pr-3 font-medium text-gray-900 dark:text-white">Fuhad Kalathingal</div>
<div class="pl-3 text-sm font-light text-gray-500 dark:text-gray-400">Head of Code Crew</div>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h3 id="accordion-flush-heading-4">
<hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8">
<div class="text-center">
<a href="#" class="flex items-center justify-center mb-5 text-2xl font-semibold text-gray-900 dark:text-white">
<img src="/logo.png" class="h-6 mr-3 sm:h-9" alt="Code Crew Logo" />
<img src="logo.png" class="h-6 mr-3 sm:h-9" alt="Code Crew Logo" />
CODE CREW
</a>
<span class="block text-sm text-center text-gray-500 dark:text-gray-400">© 2023-2024 Code Crew. All Rights Reserved.</a>
Expand Down
4 changes: 4 additions & 0 deletions output.css
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,10 @@ input:checked + .toggle-bg {
height: 2.5rem;
}

.h-7 {
height: 1.5rem;
}

.h-4 {
height: 1rem;
}
Expand Down

0 comments on commit d36c691

Please sign in to comment.