-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark Different Sections and add ruby title icon
- Loading branch information
kipngetich
committed
Feb 25, 2024
1 parent
44ba3bd
commit 4e70d15
Showing
7 changed files
with
128 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<meta charset="UTF-8"> | ||
<title>Ruby Conf - 2024</title> | ||
<link rel="stylesheet" href="index.css"/> | ||
<title> Ruby Conf Africa </title> | ||
<link rel="icon" href="assets/images/logo/ruby.svg" type="image/x-icon"> | ||
|
||
|
||
<!-- add resource links below --> | ||
<link rel="stylesheet" href="index.css"/> | ||
<script defer src="assets/js/alpine.min.js"></script> | ||
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
|
||
</head> | ||
<body> | ||
|
||
<header | ||
x-data=" | ||
{ | ||
navbarOpen: false, | ||
} | ||
" | ||
class="absolute left-0 top-0 z-50 w-full" | ||
> | ||
|
||
<header x-data="{navbarOpen: false,}" class="absolute left-0 top-0 z-50 w-full"> | ||
|
||
<!-- ================== menu section start ======================================================================--> | ||
<div class="container mx-auto"> | ||
|
@@ -113,11 +111,10 @@ | |
</div> | ||
<!-- ================== menu section end ======================================================================--> | ||
|
||
|
||
</header> | ||
|
||
|
||
<!-- ====== Hero Section Start --> | ||
<!-- ====================== Hero Section Start ======================================================================--> | ||
<div id="slider-1" class="relative pt-[120px] pb-[110px] lg:pt-[150px] min-h-screen"> | ||
<div class="hero-overlay bg-opacity-60"></div> | ||
<div class="container mx-auto"> | ||
|
@@ -168,8 +165,8 @@ | |
</div> | ||
<!--Hero sectio ends here--> | ||
|
||
<!-- component --> | ||
<!-- Code block starts --> | ||
|
||
<!-- ================= Sponsors Section Start ===============================================================================--> | ||
<div class="pb-16" style="font-family: 'Lato', sans-serif"> | ||
<dh-component> | ||
<div class="container mx-auto pt-16"> | ||
|
@@ -230,9 +227,10 @@ | |
<!-- Code block ends --> | ||
<!--- more free and premium Tailwind CSS components at https://tailwinduikit.com/ ---> | ||
</div> | ||
<!-- ================= Sponsors Section End ===============================================================================--> | ||
|
||
<!--Sponsors section ends here--> | ||
|
||
<!-- ================= CTA Section Start ===============================================================================--> | ||
<section class="flex items-center bg-gray-100 font-poppins"> | ||
<div class="justify-center flex-1 px-4 py-4 mx-auto lg:py-10 md:px-7"> | ||
<div class="relative max-w-2xl mx-auto overflow-hidden rounded-3xl shadow bg-gray-50"> | ||
|
@@ -258,15 +256,10 @@ <h2 class="mb-6 text-xl font-bold md:text-2xl text-center dark:text-gray-800"> | |
</div> | ||
</div> | ||
</section> | ||
<!-- ================= CTA Section End ===============================================================================--> | ||
|
||
|
||
|
||
|
||
<!--CTA section ends here--> | ||
|
||
|
||
<!--Footer section starts here--> | ||
|
||
<!-- ================= Footer Section Start ===============================================================================--> | ||
<footer class="mx-auto w-full max-w-container px-4 sm:px-6 lg:px-8"> | ||
<div class="border-t border-slate-900/5 py-10"> | ||
|
||
|
@@ -284,8 +277,10 @@ <h2 class="mb-6 text-xl font-bold md:text-2xl text-center dark:text-gray-800"> | |
</div> | ||
</div> | ||
</footer> | ||
<!-- ================= Footer Section End ===============================================================================--> | ||
|
||
<!--Footer section ends here--> | ||
|
||
<!-- ================= Scripts Start ===============================================================================--> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
|
@@ -326,6 +321,8 @@ <h2 class="mb-6 text-xl font-bold md:text-2xl text-center dark:text-gray-800"> | |
|
||
|
||
</script> | ||
<!-- ================= Scripts End ===============================================================================--> | ||
|
||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<meta charset="UTF-8"> | ||
<title>Ruby Conf - 2024</title> | ||
<link rel="stylesheet" href="index.css"/> | ||
<title> Ruby Conf Africa </title> | ||
<link rel="icon" href="assets/images/logo/ruby.svg" type="image/x-icon"> | ||
|
||
|
||
<!-- add resource links below --> | ||
<link rel="stylesheet" href="index.css"/> | ||
<script defer src="assets/js/alpine.min.js"></script> | ||
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
|
||
</head> | ||
<body> | ||
|
||
<header | ||
x-data=" | ||
{ | ||
navbarOpen: false, | ||
} | ||
" | ||
class="absolute left-0 top-0 z-50 w-full" | ||
> | ||
|
||
<header x-data="{navbarOpen: false,}" class="absolute left-0 top-0 z-50 w-full"> | ||
|
||
<!-- ================== menu section start ======================================================================--> | ||
<div class="container mx-auto"> | ||
|
@@ -113,11 +111,10 @@ | |
</div> | ||
<!-- ================== menu section end ======================================================================--> | ||
|
||
|
||
</header> | ||
|
||
|
||
<!-- ====== Hero Section Start --> | ||
<!-- ====================== Hero Section Start ======================================================================--> | ||
<div id="slider-1" class="relative pt-[120px] pb-[110px] lg:pt-[150px] min-h-screen"> | ||
<div class="hero-overlay bg-opacity-60"></div> | ||
<div class="container mx-auto"> | ||
|
@@ -168,8 +165,8 @@ | |
</div> | ||
<!--Hero sectio ends here--> | ||
|
||
<!-- component --> | ||
<!-- Code block starts --> | ||
|
||
<!-- ================= Sponsors Section Start ===============================================================================--> | ||
<div class="pb-16" style="font-family: 'Lato', sans-serif"> | ||
<dh-component> | ||
<div class="container mx-auto pt-16"> | ||
|
@@ -230,9 +227,10 @@ | |
<!-- Code block ends --> | ||
<!--- more free and premium Tailwind CSS components at https://tailwinduikit.com/ ---> | ||
</div> | ||
<!-- ================= Sponsors Section End ===============================================================================--> | ||
|
||
<!--Sponsors section ends here--> | ||
|
||
<!-- ================= CTA Section Start ===============================================================================--> | ||
<section class="flex items-center bg-gray-100 font-poppins"> | ||
<div class="justify-center flex-1 px-4 py-4 mx-auto lg:py-10 md:px-7"> | ||
<div class="relative max-w-2xl mx-auto overflow-hidden rounded-3xl shadow bg-gray-50"> | ||
|
@@ -258,15 +256,10 @@ <h2 class="mb-6 text-xl font-bold md:text-2xl text-center dark:text-gray-800"> | |
</div> | ||
</div> | ||
</section> | ||
<!-- ================= CTA Section End ===============================================================================--> | ||
|
||
|
||
|
||
|
||
<!--CTA section ends here--> | ||
|
||
|
||
<!--Footer section starts here--> | ||
|
||
<!-- ================= Footer Section Start ===============================================================================--> | ||
<footer class="mx-auto w-full max-w-container px-4 sm:px-6 lg:px-8"> | ||
<div class="border-t border-slate-900/5 py-10"> | ||
|
||
|
@@ -284,8 +277,10 @@ <h2 class="mb-6 text-xl font-bold md:text-2xl text-center dark:text-gray-800"> | |
</div> | ||
</div> | ||
</footer> | ||
<!-- ================= Footer Section End ===============================================================================--> | ||
|
||
<!--Footer section ends here--> | ||
|
||
<!-- ================= Scripts Start ===============================================================================--> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
|
@@ -326,6 +321,8 @@ <h2 class="mb-6 text-xl font-bold md:text-2xl text-center dark:text-gray-800"> | |
|
||
|
||
</script> | ||
<!-- ================= Scripts End ===============================================================================--> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<meta charset="UTF-8"> | ||
<title>Ruby Conf - 2024</title> | ||
<link rel="stylesheet" href="index.css"/> | ||
<title> Ruby Conf Africa </title> | ||
<link rel="icon" href="assets/images/logo/ruby.svg" type="image/x-icon"> | ||
|
||
|
||
<!-- add resource links below --> | ||
<link rel="stylesheet" href="index.css"/> | ||
<script defer src="assets/js/alpine.min.js"></script> | ||
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js"></script> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
|
||
</head> | ||
<body> | ||
|
||
<header | ||
x-data=" | ||
{ | ||
navbarOpen: false, | ||
} | ||
" | ||
class="absolute left-0 top-0 z-50 w-full" | ||
> | ||
|
||
<header x-data="{navbarOpen: false,}" class="absolute left-0 top-0 z-50 w-full"> | ||
|
||
<!-- ================== menu section start ======================================================================--> | ||
<div class="container mx-auto"> | ||
|
@@ -113,10 +111,10 @@ | |
</div> | ||
<!-- ================== menu section end ======================================================================--> | ||
|
||
|
||
</header> | ||
|
||
<!-- ====== Hero Section Start --> | ||
|
||
<!-- ====================== Hero Section Start ======================================================================--> | ||
<div id="slider-1" class="relative pt-[120px] pb-[110px] lg:pt-[150px] min-h-screen"> | ||
<div class="hero-overlay bg-opacity-60"></div> | ||
<div class="container mx-auto"> | ||
|
@@ -167,8 +165,8 @@ | |
</div> | ||
<!--Hero sectio ends here--> | ||
|
||
<!-- component --> | ||
<!-- Code block starts --> | ||
|
||
<!-- ================= Sponsors Section Start ===============================================================================--> | ||
<div class="pb-16" style="font-family: 'Lato', sans-serif"> | ||
<dh-component> | ||
<div class="container mx-auto pt-16"> | ||
|
@@ -229,9 +227,10 @@ | |
<!-- Code block ends --> | ||
<!--- more free and premium Tailwind CSS components at https://tailwinduikit.com/ ---> | ||
</div> | ||
<!-- ================= Sponsors Section End ===============================================================================--> | ||
|
||
<!--Sponsors section ends here--> | ||
|
||
<!-- ================= CTA Section Start ===============================================================================--> | ||
<section class="flex items-center bg-gray-100 font-poppins"> | ||
<div class="justify-center flex-1 px-4 py-4 mx-auto lg:py-10 md:px-7"> | ||
<div class="relative max-w-2xl mx-auto overflow-hidden rounded-3xl shadow bg-gray-50"> | ||
|
@@ -257,15 +256,10 @@ <h2 class="mb-6 text-xl font-bold md:text-2xl text-center dark:text-gray-800"> | |
</div> | ||
</div> | ||
</section> | ||
<!-- ================= CTA Section End ===============================================================================--> | ||
|
||
|
||
|
||
|
||
<!--CTA section ends here--> | ||
|
||
|
||
<!--Footer section starts here--> | ||
|
||
<!-- ================= Footer Section Start ===============================================================================--> | ||
<footer class="mx-auto w-full max-w-container px-4 sm:px-6 lg:px-8"> | ||
<div class="border-t border-slate-900/5 py-10"> | ||
|
||
|
@@ -283,8 +277,10 @@ <h2 class="mb-6 text-xl font-bold md:text-2xl text-center dark:text-gray-800"> | |
</div> | ||
</div> | ||
</footer> | ||
<!-- ================= Footer Section End ===============================================================================--> | ||
|
||
<!--Footer section ends here--> | ||
|
||
<!-- ================= Scripts Start ===============================================================================--> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script> | ||
AOS.init(); | ||
|
@@ -325,6 +321,8 @@ <h2 class="mb-6 text-xl font-bold md:text-2xl text-center dark:text-gray-800"> | |
|
||
|
||
</script> | ||
<!-- ================= Scripts End ===============================================================================--> | ||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.