-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.32 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.32 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
---
layout: default
---
<!-- One -->
<section id="one">
<div class="container">
<header class="major">
<h2>About me</h2>
<p>"I may not know where I'm headed, but I enjoy the road I'm taking."</p>
</header>
<p>I am second year student of B.tech, Electrical Engineering studying at IIT Roorkee. I am passionate about computers and everything related to them. I spend most of my developing and programming. Besides these I also like badminton, table-tennis, watching movies and tv-shows.</p>
</div>
</section>
<!-- Two -->
<section id="two">
<div class="container">
<!--
<h3>My Projects</h3>
<div class="features">
<article>
<a href="https://github.com/abhaygupta97/codered" class="image"><img src="images/codered.png" alt="" /></a>
<div class="inner">
<h4>Codered</h4>
<p>A website developed using PHP based on MVC framework
for holding coding competitions. The application uses ToroPHP for routing and Twig for templates.</p>
</div>
</article>
</div>
-->
</div>
</section>