-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (51 loc) · 2.17 KB
/
index.html
File metadata and controls
52 lines (51 loc) · 2.17 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/scrollnavi.css">
</head>
<body>
<div class="shutter">
</div>
<div class="open">click to open <img src="images/arrow_down.png" alt="down-arrow"></div>
<div id="nav">
<div class="container">
<ul>
<li><a href="#section1">About Me</a></li>
<li><a href="#section2" id="sec2btn">Awesome Skills</a></li>
<li><a href="#section3">Section3</a></li>
<li><a href="https://github.com/senthilraj/ScrollNaviJs#about-me" data-outerpage="true">About Developer</a></li>
</ul>
</div>
</div>
<div id="section1">
<div class="container">
<h1>I am senthilkumar and Front-end Developer, I have specialized in HTML, CSS3, JavaScript, JQuery and also in PhoneGap Mobile App Development.</h1>
</div>
</div>
<div id="section2">
<div class="container">
<h1>Awesome Skills</h1>
<ul class="skills">
<li><canvas class="loader1"></canvas><h2>HTML & CSS</h2></li>
<li><canvas class="loader2"></canvas><h2>Java Script & jQuery</h2></li>
<li><canvas class="loader3"></canvas><h2>Phonegap</h2></li>
<li><canvas class="loader4"></canvas><h2>Photoshop</h2></li>
</ul>
</div>
</div>
<div id="section3">Section3</div>
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/jquery.classyloader.js" type="text/javascript"></script>
<script src="js/scroll_navi.js" type="text/javascript"></script>
<script src="js/index.js"></script>
</body>
</html>