-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (113 loc) · 6.55 KB
/
Copy pathindex.html
File metadata and controls
137 lines (113 loc) · 6.55 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
<!DOCTYPE html>
<HTML>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>StringCode Technology</title>
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<div >
<nav class="navbar">
<div class="navbar2">
<div class="navbar-brand-name">
<img src="./images/Picture1.png" class="stringcode-logo-image">
</div>
</div>
<div class="navbar-menu-container">
<a href="index.html" class="link-tag"><span class="navbar-menu">Home</span></a>
<a href="./pages/about-us.html" class="link-tag"><span class="navbar-menu">About Us</span></a>
<a href="./pages/services.html" class="link-tag"><span class="navbar-menu">Services</span></a>
<a href="./pages/industries.html" class="link-tag"><span class="navbar-menu">industries</span>
<a href="./pages/career.html" class="link-tag"><span class="navbar-menu">Careers</span>
<a href="./pages/contact-us.html" class="link-tag"><span class="navbar-menu">Contact Us</span>
</div>
</div>
<div class="slider">
<img src="./images/Picture1.png" id="img-1">
<img src="./images/slider2.jpg" id="img-2">
<img src="./images/slider3.jpg" id="img-3">
</div>
<div class="navigation-button">
<span class="dot active" onclick="changeSlide(0)"></span>
<span class="dot" onclick="changeSlide(1)"></span>
<span class="dot" onclick="changeSlide(2)"></span>
</div>
<!-- <div class="navigation-button">
<span class="dot active" onclick="changeSlide(0)"></span>
<span class="dot" onclick="changeSlide(1)"></span>
<span class="dot" onclick="changeSlide(2)"></span>
</div> -->
<div class="description">
<span class="description1">WELCOME TO STRINGCODE TECHNOLOGIE</span></br><nbsp><nbsp><nbsp></br>
<span class="description2">StringCode Technoologies is one of the fastest growing,</br>
<span class="description3" >Software Development Companies in India. </span>
</div>
<header>
<h3>All Services</h3>
<h2>End to End IT Solutions and Services</h2>
</header>
<div class="services-container">
<div class="service">
<h2>Application Maintenance</h2>
<p>Ensure your applications are working efficiently to support business needs</p>
<a href="./pages/application_maintaince.html" class="link-tag"><button class="read-more-btn1">Read More</button></a>
</div>
<div class="service">
<h2>Application Development</h2>
<p>We help enterprises build highly responsive business applications that integrates seamlessly with with existing IT infrastructure.</p>
<a href="./pages/application_development.html" class="link-tag"><button class="read-more-btn2">Read More</button></a>
</div>
<div class="service">
<h2>Enterprise Application Testing</h2>
<p>We bring our experience combined with proven testing processs and highly skilled professionals to your testing project one platform.</p>
<a href="./pages/enterprice_application_testing.html" class="link-tag"><button class="read-more-btn">Read More</button></a>
</div>
</div>
<div class="content">
<div class="section">
<p class="heading">ABOUT US</p>
<p class="heading">Take Your Business to New Heights!</p>
<p class="section-content">Stringcode Technologies enables enterprises all over the India to develop a competitive advantage by making their current operations efficient & cost effective. With over 5 years of experience in India, Stringcode Technologies is a leading provider of Information Technology Services.</p>
</div>
<footer class="footer-contact">
<div class="contact-container">
<div class="footer-col">
<div class="contact-row">
<h4 class="heading1">Company</h4>
<ul>
<li><a href="../pages/about-us.html" class="contact-footer-info">About us</a></li>
<li><a href="../pages/services.html" class="contact-footer-info">Services</a></li>
<li><a href="../pages/industries.html" class="contact-footer-info">Industries</a></li>
<li><a href="../pages/career.html" class="contact-footer-info">Careers</a></li>
<li><a href="../pages/contact-us.html" class="contact-footer-info">Contact us</a></li>
</ul>
</div>
</div>
<div class="contact-container">
<div class="footer-col">
<div class="contact-row">
<h4 class="heading1">Services</h4>
<ul>
<li><a href="../pages/application_maintaince.html" class="contact-footer-info">Application Maintaince</a></li>
<li><a href="../pages/application_development.html" class="contact-footer-info">Application Development</a></li>
<li><a href="../pages/enterprice_application_testing.html" class="contact-footer-info">Enterprise Application Testing</a></li>
</ul>
</div>
</div>
<div class="contact-container">
<div class="footer-col">
<div class="contact-row">
<h4 class="heading1">Contact Us</h4>
<ul>
<div class="social-link">
<a href="mailto: Mail" class="contact">Mail: hr@stringcode.in </a></br>
<a href="tel: Number" class="contact">Mob.No: 7030603818 </a>
</div>
</ul>
</div>
</div>
</div>
</div>
<script src="./js/index.js"></script>
</body>
</HTML>