-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
65 lines (62 loc) · 4.06 KB
/
about.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!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">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<title>ABOUT US</title>
<STYLE>
body{
background-image:url("https://static.vecteezy.com/system/resources/previews/000/224/422/original/vector-desert-landscape-illustration.jpg");
background-attachment: fixed ;
background-size: 30cm 20cm;}
</STYLE>
</head>
<body>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900"><marquee>ABOUT IIC-TMSL</marquee></h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base" style="color: rgb(0,0,0) ;">We want to create a vibrant local innovation ecosystem. IIC TMSL is the Start-up supporting Mechanism of Techno Main Salt Lake. We want to establish Function Ecosystem for Scouting Ideas and Pre-incubation of Ideas and want to develop better Cognitive Ability for TMSL Students.</p>
</div>
<div class="flex flex-wrap">
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-200 border-opacity-60">
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2">WHAT IS IIC</h2>
<p class="leading-relaxed text-base mb-4" style="color: rgb(0,0,0) ;">MHRD .......</p>
<a class="text-indigo-500 inline-flex items-center">Learn More
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-200 border-opacity-60">
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2">OUR VISION</h2>
<p class="leading-relaxed text-base mb-4" style="color: rgb(0,0,0) ;">............</p>
<a class="text-indigo-500 inline-flex items-center">Learn More
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-200 border-opacity-60">
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2">FUNCTIONS OF IIC-TMSL</h2>
<p class="leading-relaxed text-base mb-4" style="color: rgb(0,0,0) ;">..........</p>
<a class="text-indigo-500 inline-flex items-center">Learn More
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-200 border-opacity-60">
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2">ABOUT-US</h2>
<p class="leading-relaxed text-base mb-4" style="color: rgb(0,0,0) ;">............</p>
<a class="text-indigo-500 inline-flex items-center">Learn More
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</section>
</body>
</html>