-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
211 lines (173 loc) · 9.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125421641-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-125421641-1');
</script>
<title>Home | Varunraj Arisetty</title>
<link rel="icon" href="images/icon.png" type="image/gif" sizes="16x16">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="This is an official site for GetBytes">
<meta name="keywords" content="Varunraj, Arisetty, Varunrajarisetty, Technology,Tech blogs">
<meta name="author" content="Varunraj Arisetty">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/carousel.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- PRE LOADER -->
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- MENU -->
<section class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO TEXT HERE -->
<a href="index.html" class="navbar-brand"> <img src="images/icon1.png" id="icon1" height="60px" style="margin: 0px; margin-top: 0px; "> </a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-nav-first">
<li><a href="index.html" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About</a></li>
<li><a href="connect.html" class="smoothScroll">Connect</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
</section>
<!-- HOME -->
<section id="home" class="slider" data-stellar-background-ratio="0.5" title="Web development by Varunraj Arisetty">
<div class="row">
<div class="owl-carousel owl-theme">
<div class="item item-first">
<div class="caption">
<div class="container">
<div class="col-md-8 col-sm-12">
<h3>Web development</h3>
<h1>Our mission is to provide a responsive websites!</h1>
<a href="#team" class="section-btn btn btn-default smoothScroll">Explore</a>
</div>
</div>
</div>
</div>
<div class="item item-second">
<div class="caption">
<div class="container">
<div class="col-md-8 col-sm-12">
<h3>Innovations</h3>
<h1>The innovative designs!</h1>
<a href="#menu" class="section-btn btn btn-default smoothScroll">Discover</a>
</div>
</div>
</div>
</div>
<div class="item item-third">
<div class="caption">
<div class="container">
<div class="col-md-8 col-sm-12">
<h3>New World of Technology</h3>
<h1>Enjoy the Spectacular beauty of technology</h1>
<a href="#contact" class="section-btn btn btn-default smoothScroll">Start</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about">
<div class="container-fluid bg-1 text-center">
<img src="images/varun.jpg" class="img-circle" alt="Varun" width="150" height="150">
</div>
<div class="container-fluid bg-2 text-center" style="width: 70%;">
Hello there...
I am Varunraj Arisetty, being graduated as Computer Science Engineer at Amrita School of Engineering, Bangalore. I am passionate about implementing new technologies and bringing out creative ideas into practical world. I developed two major websites using php development which are responsive and optimized.
Anybody who is willing to join me, rise your hand by connecting with me on my social networks. Thank you!!!
<a href="varunrajarisetty_bio.html"><button id="bio"><span>See full bio</span></button></a>
</div>
</section>
<footer id="footer" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-8">
<div class="footer-info">
<div class="section-title">
<h2 class="wow fadeInUp" data-wow-delay="0.2s">Quick Links</h2>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="connect.html">Connect</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-8">
<div class="footer-info">
<div class="section-title">
<h2 class="wow fadeInUp" data-wow-delay="0.2s">Contact</h2>
</div>
<address class="wow fadeInUp" data-wow-delay="0.4s">
<p>090-080-0650 | 090-070-0430</p>
<p><a href="mailto:info@company.com">varunrajarisetty@gmail.com</a></p>
</address>
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="footer-info footer-open-hour">
<div class="section-title">
<h2 class="wow fadeInUp" data-wow-delay="0.2s">Open Hours</h2>
</div>
<div class="wow fadeInUp" data-wow-delay="0.4s">
<div>
<strong>Monday to Friday</strong>
<p>3:00 PM - 9:00 PM</p>
</div>
<div>
<strong>Saturday - Sunday</strong>
<p>10:00 AM - 10:00 PM</p>
</div>
</div>
</div>
</div>
<div class="col-md-2 col-sm-4">
<ul class="wow fadeInUp social-icon" data-wow-delay="0.4s">
<li><a href="#" class="fa fa-facebook-square" attr="facebook icon"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-instagram"></a></li>
<li><a href="#" class="fa fa-google"></a></li>
</ul>
<div class="wow fadeInUp copyright-text" data-wow-delay="0.8s">
<p><br>Copyright © 2018 <br>VARUNRAJ ARISETTY
<br><br>Design:VARUNRAJ ARISETTY
</div>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>