-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (117 loc) · 7.41 KB
/
index.html
File metadata and controls
132 lines (117 loc) · 7.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
<!DOCTYPE html>
<html>
<head>
<title>ROYAL CAREER SERVICE</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link href="layout/styles/layout.css" rel="stylesheet" type="text/css" media="all">
</head>
<body >
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row1 block" style="background-image:url('images/demo/backgrounds/03.png')">
<header id="header" class="hoc clear">
<!-- ################################################################################################ -->
<div id="logo" >
<h1 style="color:white;"><a href="index.html ">ROYAL CAREER SERVICE</a></h1>
<p>WE BUILD CAREER</p>
</div>
<!-- ################################################################################################ -->
</header>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row2">
<nav id="mainav" class="hoc clear">
<!-- ################################################################################################ -->
<ul class="clear">
<li class="active"><a href="index.html">Home</a></li>
<li><a class="active" href="pages/pragmatic.html">Pragmatic Training</a></li>
<li><a class="active" href="pages/patners.html">Partners</a></li>
<li><a class="active" href="pages/future.html">Future Vision</a></li>
<li><a class="active" href="#contactus">Contact Us</a></li>
</nav>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="slider" id="main-slider"><!-- outermost container element -->
<div class="slider-wrapper"><!-- innermost wrapper element -->
<img src="images/demo/backgrounds/c3.jpg" alt="First" class="slide" /><!-- slides -->
<img src="images/demo/backgrounds/c2.jpg" alt="Second" class="slide" />
<img src="images/demo/backgrounds/c3.jpg" alt="Third" class="slide" />
</div>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div style="background-color:white;">
<section id="pageintro" class="hoc clear">
<!-- ################################################################################################ -->
<h2 class="heading" style="color:black;">Introduction</h2>
<h3 style="color:black;"><p> We <b>ROYAL CAREER SERVICES</b>, is a fast growing Executive Search Company of highly specialized and seasoned Consultants and Managers who understand your need for Human Capital. We started operations in March'2011 with clients all over Mumbai. We are specializedin operating for various industries viz., <b> BFSI, MEDIA, REAL ESTATE, HOSPITALITY, MARINE & SHIPPING, MANUFACTURING</b> .We are growing at an unprecedented pace. Our growth has been backed by our extensive research capabilities,database of clients and candidates armed to offer the best. </p></h3>
<!-- ################################################################################################ -->
</section>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row4">
<footer id="footer" class="hoc clear">
<!-- ################################################################################################ -->
<div class="one_quarter first">
<h6 class="title">Address</h6>
<p>Dahisar West Branch</p>
<p>B01- Sai Krupa Mall,
opp. railway station</p>
</div>
<div class="one_quarter" id="contactus">
<h6 class="title" >Contact Us</h6>
<form class="btmspace-30" method="post" action="#">
<fieldset>
<legend>Newsletter:</legend>
<input class="btmspace-15" type="text" value="" placeholder="Email">
<button type="submit" value="submit">Submit</button>
</fieldset>
</form>
<ul class="faico clear">
<li><a class="faicon-facebook" href="https://www.facebook.com/Royal-Career-Service-592537797430995/"><i class="fa fa-facebook"></i></a></li>
<li><a class="faicon-twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="faicon-linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a class="faicon-google-plus" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a class="faicon-instagram" href="#"><i class="fa fa-instagram"></i></a></li>
<li><a class="faicon-tumblr" href="#"><i class="fa fa-tumblr"></i></a></li>
</ul>
</div>
<!-- ################################################################################################ -->
</footer>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<div class="wrapper row5">
<div id="copyright" class="hoc clear">
<!-- ################################################################################################ -->
<p class="fl_left">Copyright © 2018 - All Rights Reserved - <a href="#">Domain Name</a></p>
<p class="fl_right"> <a target="_blank" href="https://www.os-templates.com/" title="Free Website Templates"></a></p>
<!-- ################################################################################################ -->
</div>
</div>
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<!-- ################################################################################################ -->
<a id="backtotop" href="#top"><i class="fa fa-chevron-up"></i></a>
<!-- JAVASCRIPTS -->
<script src="layout/scripts/slideshow.js"></script>
<script src="layout/scripts/jquery.min.js"></script>
<script src="layout/scripts/jquery.backtotop.js"></script>
<script src="layout/scripts/jquery.mobilemenu.js"></script>
<!-- IE9 Placeholder Support -->
<script src="layout/scripts/jquery.placeholder.min.js"></script>
<!-- / IE9 Placeholder Support -->
<!-- Homepage specific -->
<script src="layout/scripts/jquery.flexslider-min.js"></script>
</body>
</html>