-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPRACTICAL.html
More file actions
47 lines (45 loc) · 3.08 KB
/
PRACTICAL.html
File metadata and controls
47 lines (45 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=w, initial-scale=1.0">
<title>Play Journal : | Practical |</title>
<link rel="icon" href="https://drive.google.com/thumbnail?id=1A1tTjNFe49LwKdCNbbqSzL93j3JvRdnK" type="image/icon type">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
<header class="text-gray-600 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<img src="https://drive.google.com/thumbnail?id=1A1tTjNFe49LwKdCNbbqSzL93j3JvRdnK" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-white-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</img>
<span class="ml-3 text-xl">Play Journal</span>
</a>
<nav class="md:mr-auto md:ml-4 md:py-1 md:pl-4 md:border-l md:border-gray-400 flex flex-wrap items-center text-base justify-center">
<a href="#" class="mr-5 hover:text-gray-900">Play Now !</a>
</nav>
<a href="https://forms.gle/VQPK4DJdmwwCirgF6" target="_blank"><button class="inline-flex items-center bg-gray-100 border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0">Feedback
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button></a>
</div>
</header>
<hr>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 items-center justify-center flex-col">
<img class="lg:w-2/6 md:w-3/6 w-5/6 mb-10 object-cover object-center rounded" alt="hero" src="https://source.unsplash.com/720x600/?business">
<div class="text-center lg:w-2/3 w-full">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">JOURNAL ENTRIES (Practical) : Get Started !</h1>
<p class="mb-8 leading-relaxed">Click on the following buttons to go through the Topics</p>
<div class="flex justify-center">
<a href="Traditional_Main.html" target="_blank"><button class="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">Traditional Method</button></a>
<a href="Modern_Main.html" target="_blank"><button class="ml-4 inline-flex text-gray-700 bg-gray-100 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg">Modern Method</button></a>
</div>
</div>
</div>
</section>
<script async src="https://drv.tw/inc/wd.js"></script></body>
</html>