-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (209 loc) · 8.59 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<style>
#more{display: none;}
</style>
<title>learn with fun</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<!--<h1 id="logo"><img src="images/FinalIcon-1.png">Landed</a></h1>-->
<!---<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>-->
<!-- <a href="#">Layouts</a>
<ul>
<li><a href="left-sidebar.html">Left Sidebar</a></li>
<li><a href="right-sidebar.html">Right Sidebar</a></li>
<li><a href="no-sidebar.html">No Sidebar</a></li>
<li>
<a href="#">Submenu</a>
<ul>
<li><a href="#">Option 1</a></li>
<li><a href="#">Option 2</a></li>
<li><a href="#">Option 3</a></li>
<li><a href="#">Option 4</a></li>
</ul>
</li>
</ul>
</li>
<!---<li><a href="elements.html">Elements</a></li>
<li><a href="#" class="button primary">Sign Up</a></li>
</ul>
</nav>-->
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h2> Game of entrevista has arrived</h2>
<p>A new way to learn and remember hustle free</p>
</header>
<span class="image"><img src="images/FinalIcon-1.png" /></span>
</div>
<a href="#one" class="goto-next scrolly">Next</a>
</section>
<!-- One -->
<section id="one" class="spotlight style1 bottom">
<span class="image fit main"><img src="images/pic02.jpg" alt="" /></span>
<div class="content">
<div class="container">
<div class="row">
<div class="centerize" >
<header >
<h2 style="text-align:center; "><b> Interview Session</b></h2>
<p style="text-align:center;">To overcome the interview's fear and nervousness. </p>
</header>
</div>
</div>
</div>
</div>
<a href="#two" class="goto-next scrolly">Next</a>
</section>
<!-- Two -->
<section id="two" class="spotlight style2 right">
<span class="image fit main"><img src="images/Screenshot_20.jpg" /></span>
<div class="content">
<header>
<h2>Interview:</h2>
<p><b>For best Experience Play it like you are giving real Interview </b></p>
<p>Our Applicatin Will provide Learner Based Interaction in Fun way with Gaming Experience </p>
</header>
<script>
function myfunction()
{
var dots=document.getElementById("dots");
var moreText=document.getElementById("more");
var btnText=document.getElementById("mybtn");
if(dots.style.display=="none")
{dots.style.display="inline";
btnText.innerHTML="Read more";
moreText.style.display="none";
}
else{
dots.style.display="none";
btnText.innerHTML="Read less";
moreText.style.display="inline";
}
}
</script>
<p >This Applicatin made to make easier learning for student regarding the basic concept of programming.
our application will provide learner based interaction in fun way with<span id="dots">...</span> <span id="more">help
of animation and games.this application made to make easier learning for student regarding the basic concept of programming.
</span>
</p>
<button onclick="myfunction()" id="mybtn" class="readmorebtn" >Read more</button>
<!--<ul class="actions">
<li>< class="button">Learn More</a></li>
</ul>-->
</div>
<a href="#three" class="goto-next scrolly">Next</a>
</section>
<!-- Three -->
<!--<section id="three" class="spotlight style3 left">
<span class="image fit main bottom"><img src="images/pic04.jpg" alt="" /></span>
<div class="content">
<header>
<h2>Interdum felis blandit praesent sed augue</h2>
<p>Accumsan integer ultricies aliquam vel massa sapien phasellus</p>
</header>
<p>Feugiat accumsan lorem eu ac lorem amet ac arcu phasellus tortor enim mi mi nisi praesent adipiscing. Integer mi sed nascetur cep aliquet augue varius tempus lobortis porttitor lorem et accumsan consequat adipiscing lorem.</p>
<ul class="actions">
<li><a href="#" class="button">Learn More</a></li>
</ul>
</div>
<a href="#four" class="goto-next scrolly">Next</a>
</section>-->
<!-- Four -->
<section id="four" class="wrapper style1 special fade-up">
<div class="container">
<header class="major">
<h2>Features</h2>
</header>
<div class="box alt">
<div class="row gtr-uniform">
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon alt major fa-codepen"></i>"></span>
<h3>Data structure</h3>
<p>Learn major DataStructure fundamentals and corresponding algorithms in easiest way. </p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon alt major fa-user" ></span>
<h3>Interview</h3>
<p>Practice your General Interview Sessions like Interactive dialogues in a Game.</p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon alt major fas fa-question"></span>
<h3>Quiz</h3>
<p>Clear out your Technical Questions doubts & weakzones in no time just play-nd learn from few games</p>
</section>
<!---<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon alt major fa-paper-plane"></span>
<h3>Non semper interdum</h3>
<p>Feugiat accumsan lorem eu ac lorem amet accumsan donec. Blandit orci porttitor.</p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon alt major fa-file"></span>
<h3>Odio laoreet accumsan</h3>
<p>Feugiat accumsan lorem eu ac lorem amet accumsan donec. Blandit orci porttitor.</p>
</section>
<section class="col-4 col-6-medium col-12-xsmall">
<span class="icon alt major fa-lock"></span>
<h3>Massa arcu accumsan</h3>
<p>Feugiat accumsan lorem eu ac lorem amet accumsan donec. Blandit orci porttitor.</p>
</section>-->
</div>
</div>
<footer class="major">
<ul class="actions special">
<!-- <li><a href="#" class="button">Download</a></li>-->
</ul>
</footer>
</div>
</section>
<!-- Five -->
<section id="five" class="wrapper style2 special fade">
<div class="container">
<header>
<!--<h2>Magna faucibus lorem diam</h2>
<p>Ante metus praesent faucibus ante integer id accumsan eleifend</p>
</header>
<form method="post" action="#" class="cta">
<div class="row gtr-uniform gtr-50">
<a href="#" class="button">Download</a>-->
<!--- <div class="col-8 col-12-xsmall"><input type="email" name="email" id="email" placeholder="Your Email Address" /></div>-->
<h2 ><font color:white;>Click here to Download</font> </h2>
<a href="textadventure.zip" class="primary" >Download</a></div>
</div>
</form>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/Trance-raver/HexaHiveHack" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
<ul class="copyright">
<li>© Untitled. All rights reserved.</li><li>Design: <a href=#>Straw Hats</a></li> </ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>