-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
149 lines (126 loc) · 6.41 KB
/
index.html
File metadata and controls
149 lines (126 loc) · 6.41 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
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
<html ng-app="portfolioApp">
<head>
<link rel="stylesheet" href="content/css/bootstrap.css"></link>
<link rel="stylesheet" href="content/css/bootstrap.min.css"></link>
<link rel="stylesheet" href="content/css/bootstrap-theme.css"></link>
<link rel="stylesheet" href="content/css/main-header.css"></link>
<link rel="stylesheet" href="content/css/screen-style.css"></link>
<link rel="stylesheet" href="content/css/font-awesome.min.css"></link>
<link rel="stylesheet" href="content/css/footer.css"></link>
<link rel="stylesheet" href="content/jquery/jquery.bxslider.css"></link>
<script src="vendor/angular.min.js"></script>
<script src="vendor/jquery-2.2.0.js"></script>
<script src="vendor/bootstrap.js"></script>
<script src="app/app.js"></script>
<script src="vendor/jquery.bxslider.min.js"></script>
<script src="vendor/smooth-scrollbar.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88808351-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="hide-scroll" >
<div id="main" class="bgImage" ng-controller="scrollController" >
<header id="header">
<div class="main-header">
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-3 col-xs-7 ">
<div class="logo"><a href="#"><img src="content/images/deb.png" width="120" height="100" alt=""/></a>
</div>
</div>
<div class="col-md-7 col-sm-5 col-xs-5 menu-wrapper">
<nav du-scroll-container="container">
<ul>
<li><a href="#Home" du-smooth-scroll du-scrollspy>Home</a></li>
<li><a href="#Portfolio" du-smooth-scroll du-scrollspy>Portfolio</a></li>
<li><a href="#About me" du-smooth-scroll du-scrollspy>About me</a></li>
<li><a href="#Projects" du-smooth-scroll du-scrollspy>Projects</a></li>
<li><a href="#Contact me" du-smooth-scroll du-scrollspy>Contact me</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<!--header section end-->
<!--Content area start-->
<div id="container" du-scroll-container >
<section id="Home" >
<div class="Content_container text-center ">
</br>
</br>
<h1 style="color: grey"> Welcome!</h1>
<h2> Looking for somebody to build you Website</h2>
<h3 style="color: grey">Having some queries related to that!</h3>
<h2>So this is the place and I am ready to serve!</h2>
<h2>Part time designer </h2> <h2>Part time coder</h2>
</br>
</br>
</br>
</div>
</section>
<section id="Portfolio">
<div class="Content_container text-center">
</br>
<h1>Portfolio</h1>
</br>
<h3>Hi, I am Dibyanka, a software developer by profession with over 5 and half years of IT industry experience. </h3>
<h3> I create websites that catch your attention and user friendly! </h3>
<h3> Love to explore and implement new ideas. </h3>
<h3> Have worked on various web and windows based software appplication. </h3>
<h4> Graduated with a Bachelor in Engineering degree and after </h4>
</br>
</br>
</br>
</div>
</section>
<section id="About me">
<div class="Content_container text-center ">
</br>
<h1>About me</h1>
</br>
</br>
<h3> Apart from web designer and developer, I am a traveller.
When I don't work, I draw, sketch, watch movies.
Love to meet new people!
</h3>
</br>
</div>
</section>
<section id="Projects">
<div class="Content_container text-center">
</br>
<h1 > Projects</h1>
</br>
<h3>Mainly I have worked on the front end and backend development of websites for the clients of various domains when associated with my last employers </h3>
<h3>Banking E-commerce Information,Media and Entertainment domain.</h3>
<h3>Few samples of my personal work as below</h3>
</div>
</section>
<section id="Contact me">
<div class="row Content_container text-center main-footer">
</br>
</br>
<h1 style="color: grey">Contact me</h1>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 icons ">
<ul>
<li><a href="mailto:someone@example.com" target="_blank"><i class="fa fa-envelope fa-lg"></i></a></li>
<li><a href="https://www.linkedin.com/in/dibyanka" target="_blank"><i class="fa fa-linkedin fa-lg" ></i></a></li>
<li><a href="https://github.com/dibyanka" target="_blank"> <i class="fa fa-github fa-lg" ></i></a></li>
</ul>
</div>
<div style="color: grey"><span>© Dibyanka Development services 2016 </span>
</div>
</div>
</section>
<!--Content area end-->
</div>
</div>
</body>
</html>