|
1 | 1 | <!DOCTYPE HTML>
|
2 | 2 |
|
3 |
| -<html manifest="store.appcache" lang="en" class="no-js"> |
| 3 | +<html lang="en" class="no-js"> |
4 | 4 | <head>
|
5 | 5 | <title>Alok</title>
|
6 | 6 | <meta charset="utf-8" />
|
|
9 | 9 | <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
|
10 | 10 |
|
11 | 11 | <link href="favicon.ico" rel="icon" type="image/x-icon">
|
12 |
| - <link rel="stylesheet" type="text/css" href="assets/css/reset.css" /> |
13 |
| - <link rel="stylesheet" type="text/css" href="assets/css/main.css" /> |
| 12 | + <link rel="stylesheet" type="text/css" href="assets/css/reset-dist.css" /> |
| 13 | + <link rel="stylesheet" type="text/css" href="assets/css/main-dist.css" /> |
14 | 14 | <link href='https://cdn.jsdelivr.net/devicons/1.8.0/css/devicons.min.css' rel='stylesheet'>
|
15 | 15 | <link rel="stylesheet" type="text/css" href="assets/css/hint.css">
|
16 | 16 | <link rel="manifest" href="manifest.json">
|
@@ -80,7 +80,7 @@ <h1 id="logo"><a href="#" itemprop="name">Alok Prateek</a></h1>
|
80 | 80 | </li>
|
81 | 81 | <li><a href="https://in.linkedin.com/in/alokprateek" class="icon fa-linkedin-square"><span class="label">Facebook</span></a></li>
|
82 | 82 | <li><a href="https://github.com/Oxyenyos/" class="icon fa-github-alt"><span class="label">Github</span></a></li>
|
83 |
| - <li><a href=" mailto:[email protected]" class=" icon fa-inbox" ><span class=" label" >Email </span></a></li> |
| 83 | + <li><a href=" mailto:[email protected]" class=" icon fa-inbox" ><span class=" label" >Email </span></a></li> |
84 | 84 | </ul>
|
85 | 85 | </footer>
|
86 | 86 | </section>
|
@@ -158,56 +158,35 @@ <h3 class="console">Things I Can Do</h3>
|
158 | 158 | <section id="three">
|
159 | 159 | <div class="container">
|
160 | 160 | <h3 class="console">A Few Accomplishments</h3>
|
161 |
| - <p>Over the years I've hit my head on every wall and learnt many a ways of doing things. I've designed the following series of experiments over course of many tireless days and sleepless nights. Each project was taken up as a challenge, so to learn something new and experiment with the latest and greatest the web offers. My special thanks to my computer science teacher in high school and all those StackOverflow Users who guided me with their experience and insight.</p> |
| 161 | + <p>Over the years I've hit my head on every wall and learnt many a ways of doing things. I've designed the following series of projects over course of many tireless days and sleepless nights. Each project was taken up as a challenge, so to learn something new and experiment with the latest and greatest the tech offers. My special thanks to my father for his patience during all those years.</p> |
162 | 162 |
|
163 | 163 | <div class="features">
|
164 | 164 | <article>
|
165 |
| - <a href="experiment/polygon.html" class="image"><img src="images/star.jpg" alt="Star Wars Fanart" /></a> |
| 165 | + <a href="web/index.html" class="image"><img src="images/web.jpg" alt="web art" /></a> |
166 | 166 | <div class="inner">
|
167 |
| - <h4>Star Wars Polygon Characters</h4> |
168 |
| - <p>I created these as a fan art for star wars. This project DOESN'T use images. But instead this project involved creating polygons and manipulating them using css. JS is only used to switch b/w figures</p> |
| 167 | + <h4>Web Art</h4> |
| 168 | + <p>...</p> |
169 | 169 | </div>
|
170 | 170 | </article>
|
171 | 171 | <article>
|
172 |
| - <a href="experiment/chess.html" class="image"><img src="images/chess.jpg" alt="A chessboard" /></a> |
| 172 | + <a href="graphics/index.html" class="image"><img src="images/graphics.jpg" alt="images" /></a> |
173 | 173 | <div class="inner">
|
174 |
| - <h4>3D chess Rendering using JavaScript</h4> |
175 |
| - <p>This Project was built for a interschool competion which involved creating a interactable object using JS. I created chessboard because of my very limited knowledge of JS and also it could ddo much more in less. Surprisingly this little expriment won me the second prize.</p> |
| 174 | + <h4>Graphic Design</h4> |
| 175 | + <p>...</p> |
176 | 176 | </div>
|
177 | 177 | </article>
|
178 | 178 | <article>
|
179 |
| - <a href="experiment/spiral.html" class="image"><img src="images/spi.jpg" alt="Spirals.Spirals.Spirals.More Spirals." /></a> |
| 179 | + <a href="sites/index.html" class="image"><img src="images/sites.jpg" alt="sites" /></a> |
180 | 180 | <div class="inner">
|
181 |
| - <h4>Spiral Generator using JavaScript</h4> |
182 |
| - <p>This project helps to create sprirals based on values entered by the user. There is also option to render random spirals.</p> |
| 181 | + <h4>Web Sites</h4> |
| 182 | + <p>...</p> |
183 | 183 | </div>
|
184 | 184 | </article>
|
185 | 185 | <article>
|
186 |
| - <a href="experiment/strek.html" class="image"><img src="images/trek.jpg" alt="Star Trek. Into the space?" /></a> |
| 186 | + <a href="codes/index.html" class="image"><img src="images/codes.jpg" alt="codes" /></a> |
187 | 187 | <div class="inner">
|
188 |
| - <h4>8 Bit USS Enterprise Spacecraft using CSS</h4> |
189 |
| - <p>Another animation that I created purely using CSS</p> |
190 |
| - </div> |
191 |
| - </article> |
192 |
| - <article> |
193 |
| - <a href="experiment/spacegame.html" class="image"><img src="images/game.jpg" alt="Space Invaders" /></a> |
194 |
| - <div class="inner"> |
195 |
| - <h4>Space game using ONLY CSS</h4> |
196 |
| - <p>This is a rip-off of a cheap space invaders clone. The original one used shabby JS code which was hard to understand and did nothing noticable. I removed all of JS and tried to do it using only CSS. I succeded. Partially. Two things still dont work well. Play to find out.</p> |
197 |
| - </div> |
198 |
| - </article> |
199 |
| - <article> |
200 |
| - <a href="experiment/dance.html" class="image"><img src="images/dance.jpg" alt="Dance Of only Robots" /></a> |
201 |
| - <div class="inner"> |
202 |
| - <h4>Dance of robots</h4> |
203 |
| - <p>This one is my favorite. This project was built mainly on JS, in which I explored diffrent aspects of JS to fairly advanced level. And the end ouput was also pleasing. At the start each robot acts together, but after 180 seconds or manual intervention, the break away and dance separately.</p> |
204 |
| - </div> |
205 |
| - </article> |
206 |
| - <article> |
207 |
| - <a href="experiment/daylife.html" class="image"><img src="images/story.jpg" alt="My Life" /></a> |
208 |
| - <div class="inner"> |
209 |
| - <h4>Story of My Life</h4> |
210 |
| - <p>An infinite animation seqence made in CSS. I made this to experiment with css animation property.</p> |
| 188 | + <h4>Codes and Scirpts</h4> |
| 189 | + <p>...</p> |
211 | 190 | </div>
|
212 | 191 | </article>
|
213 | 192 |
|
@@ -303,9 +282,35 @@ <h3 class="console">Send Me a Pigeon</h3>
|
303 | 282 | <a class="srtag" href="#">#cv</a>
|
304 | 283 | </p>
|
305 | 284 | </div>
|
306 |
| - <form class="search__form" action="void()"> |
307 |
| - <input class="search__input" name="search" type="search" placeholder="" autocomplete="off" autocapitalize="off" spellcheck="false" /> |
| 285 | + <form class="search__form" action="search.html"> |
| 286 | + <input class="search__input" id="tipue_search_input" name="q" type="text" placeholder="" autocomplete="off" autocapitalize="off" spellcheck="false" pattern=".{3,}" list="aloo" /> |
308 | 287 | </form>
|
| 288 | + <datalist id="aloo"> |
| 289 | + <option> |
| 290 | + nodejs |
| 291 | + </option> |
| 292 | + <option> |
| 293 | + foodie |
| 294 | + </option> |
| 295 | + <option> |
| 296 | + bio |
| 297 | + </option> |
| 298 | + <option> |
| 299 | + cv |
| 300 | + </option> |
| 301 | + <option> |
| 302 | + reactjs |
| 303 | + </option> |
| 304 | + <option> |
| 305 | + javascript |
| 306 | + </option> |
| 307 | + <option> |
| 308 | + web |
| 309 | + </option> |
| 310 | + <option> |
| 311 | + css |
| 312 | + </option> |
| 313 | + </datalist> |
309 | 314 | </div>
|
310 | 315 | <!--Search End-->
|
311 | 316 | <!-- Scripts -->
|
|
0 commit comments