-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (77 loc) · 3.63 KB
/
index.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Colligo</title>
<meta name="description" content="A shading effect for 3D transformed elements" />
<meta name="keywords" content="css3, transforms, shadow, shading, 3d, box shadow" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<!-- <link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" /> -->
<link rel="stylesheet" type="text/css" href="index1.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="container">
<!-- Top Navigation -->
<div class="codrops-top clearfix">
<a class="codrops-icon codrops-icon-prev" href="https://tympanus.net/Development/MultiLevelPushMenu/"><span>Made by Mittal Daddy Fan Club</span></a>
<span class="right"><a class="codrops-icon codrops-icon-drop" href="https://tympanus.net/codrops/?p=16316"><span>Members- Disputed</span></a></span>
</div>
<header>
<h1>COLLIGO: To Gather<span>Helping Students Throughout India</span></h1>
</header>
<div class="wrapper">
<ul class="stage clearfix">
<li class="scene">
<div class="movie" onclick="return true">
<div class="poster"></div>
<div class="info">
<header>
<h1>Mental Health</h1>
<span class="year">Troubled?</span>
<span class="duration"></span>
</header>
<p>
<a href="mainmental.html" id="studyhelp_a3">Explore your mental well-being with our platform, offering standardized mental health tests. Created by licensed professionals, these assessments provide insights into various psychological conditions, helping you understand yourself better. Confidential and user-friendly, take the first step towards mental wellness today.</a>
</p>
</div>
</div>
</li>
<li class="scene">
<div class="movie" onclick="return true">
<div class="poster"></div>
<div class="info">
<header>
<h1><a href="studyhelp.html" id="studyhelp_a1">Study Resources</a></h1>
<span class="year"></span>
<span class="duration"><a href="studyhelp.html" id="studyhelp_a2">Test Tomorrow?</a></span>
</header>
<p>
<a href="studyhelp.html" id="studyhelp_a3">Unlock success in engineering with our comprehensive study resources. Tailored for engineering students, our site offers lectures, practice problems, and guides, all curated by industry experts. Master complex concepts and excel in your studies with our user-friendly platform.</a>
</p>
</div>
</div>
</li>
<li class="scene">
<div class="movie" onclick="return true">
<div class="poster"></div>
<div class="info">
<header>
<h1><a href="seniors.html">Connect with Seniors</a></h1>
<span class="year"><a href="seniors.html">Need guidance?</a></span>
</header>
<p>
<a href="seniors.html">Connect with experienced seniors in your field through our platform. Gain insights, mentorship, and guidance to enhance your career or personal growth. Join now to bridge the gap between generations.</a>
</p>
</div>
</div>
</li>
</ul>
</div><!-- /wrapper -->
</div><!-- /container -->
</body>
</html>