Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design31 #207

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
Binary file added Design 31_2023/assets/science.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions Design 31_2023/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Design 31</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>

<body>
<section class="flex justify-end ">
<img class="md:w-4/5 h-[50vh]" src="assets/Science.png" alt="science image">
</section>
<section class="flex flex-col md:flex-row w-5/6 m-auto">

<div class="md:w-3/6">
<span class="font-light">edstudy</span>
<h2 class="md:text-4xl font-semiBold">Unlock Your Potential with edStudy</h2>
<p class="text-sm my-2">Your Path to Knowledge and Growth</p>
<div class="flex flex-col md:flex-row gap-4 md:items-center">
<button class="bg-black text-white rounded-2xl px-6 py-3 text-xs ">Buy Now</button>
<span class="text-xs font-light ">Trusted by 15000+ Students around the world</span>
</div>
</div>
<div class="flex flex-row md:flex-1 gap-2 md:gap-6 text-center md:items-end mt-5">
<div class="flex flex-col gap-2">
<i class="fas fa-handshake"></i>
<span>
Trusted Tutors from world
</span>
</div>
<div class="flex flex-col gap-2">
<i class="fas fa-users"></i>
<span>
15+ master classes for each courses
</span>
</div>
<div class="flex flex-col gap-2">
<i class="fas fa-clock"></i>
<span>
Average 15mins for each class
</span>
</div>
</div>
</section>
</body>

</html>
Binary file removed Design 32/.DS_Store
Binary file not shown.